diff --git a/.gitignore b/.gitignore
index b1f4229925a5b26d15661f051facf19f5e0cdb6c..912d61a8f0ac12ed507c55094c34f8158b51d5a0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,3 +26,4 @@ db/data.yml
 .chef
 vendor/bundle/*
 rails_best_practices_output.html
+doc/code/*
diff --git a/CHANGELOG b/CHANGELOG
index 65344736e9c19fb53582decbc354d5de76a5cf66..a692bbfa8f268a9f51a46d55c4d2972aa4c0b7b8 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,7 +1,8 @@
 v 5.0.0
-  - replaced gitolite with gitlab-shell
+  - Replaced gitolite with gitlab-shell
 
 v 4.2.0
+  - Teams
   - User show page. Via /u/username
   - Show help contents on pages for better navigation
 
diff --git a/Gemfile b/Gemfile
index acee509079f6839028a711fac86a89f6656d29c9..01696152b622175d06ca4ac0d73d71514614f07b 100644
--- a/Gemfile
+++ b/Gemfile
@@ -8,7 +8,7 @@ def linux_only(require_as)
   RUBY_PLATFORM.include?('linux') && require_as
 end
 
-gem "rails", "3.2.11"
+gem "rails", "3.2.12"
 
 # Supported DBs
 gem "mysql2", group: :mysql
diff --git a/Gemfile.lock b/Gemfile.lock
index 81abf08d8ec97aec008f777ea640b73e4d5bb664..1bc7124fff4e0eb56ec7f712c3b02e8fd0ab3ab9 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -69,31 +69,31 @@ GIT
 GEM
   remote: http://rubygems.org/
   specs:
-    actionmailer (3.2.11)
-      actionpack (= 3.2.11)
+    actionmailer (3.2.12)
+      actionpack (= 3.2.12)
       mail (~> 2.4.4)
-    actionpack (3.2.11)
-      activemodel (= 3.2.11)
-      activesupport (= 3.2.11)
+    actionpack (3.2.12)
+      activemodel (= 3.2.12)
+      activesupport (= 3.2.12)
       builder (~> 3.0.0)
       erubis (~> 2.7.0)
       journey (~> 1.0.4)
-      rack (~> 1.4.0)
+      rack (~> 1.4.5)
       rack-cache (~> 1.2)
       rack-test (~> 0.6.1)
       sprockets (~> 2.2.1)
-    activemodel (3.2.11)
-      activesupport (= 3.2.11)
+    activemodel (3.2.12)
+      activesupport (= 3.2.12)
       builder (~> 3.0.0)
-    activerecord (3.2.11)
-      activemodel (= 3.2.11)
-      activesupport (= 3.2.11)
+    activerecord (3.2.12)
+      activemodel (= 3.2.12)
+      activesupport (= 3.2.12)
       arel (~> 3.0.2)
       tzinfo (~> 0.3.29)
-    activeresource (3.2.11)
-      activemodel (= 3.2.11)
-      activesupport (= 3.2.11)
-    activesupport (3.2.11)
+    activeresource (3.2.12)
+      activemodel (= 3.2.12)
+      activesupport (= 3.2.12)
+    activesupport (3.2.12)
       i18n (~> 0.6)
       multi_json (~> 1.0)
     acts-as-taggable-on (2.3.3)
@@ -237,7 +237,7 @@ GEM
     jquery-ui-rails (2.0.2)
       jquery-rails
       railties (>= 3.1.0)
-    json (1.7.6)
+    json (1.7.7)
     jwt (0.1.5)
       multi_json (>= 1.0)
     kaminari (0.14.1)
@@ -258,10 +258,10 @@ GEM
       mime-types (~> 1.16)
       treetop (~> 1.4.8)
     method_source (0.8.1)
-    mime-types (1.19)
+    mime-types (1.21)
     modernizr (2.6.2)
       sprockets (~> 2.0)
-    multi_json (1.5.0)
+    multi_json (1.5.1)
     multi_xml (0.5.1)
     multipart-post (1.1.5)
     mysql2 (0.3.11)
@@ -304,7 +304,7 @@ GEM
     pyu-ruby-sasl (0.0.3.3)
     quiet_assets (1.0.1)
       railties (~> 3.1)
-    rack (1.4.3)
+    rack (1.4.5)
     rack-accept (0.4.5)
       rack (>= 0.4)
     rack-cache (1.2)
@@ -315,18 +315,18 @@ GEM
       rack (>= 1.0.0)
     rack-protection (1.3.2)
       rack
-    rack-ssl (1.3.2)
+    rack-ssl (1.3.3)
       rack
     rack-test (0.6.2)
       rack (>= 1.0)
-    rails (3.2.11)
-      actionmailer (= 3.2.11)
-      actionpack (= 3.2.11)
-      activerecord (= 3.2.11)
-      activeresource (= 3.2.11)
-      activesupport (= 3.2.11)
+    rails (3.2.12)
+      actionmailer (= 3.2.12)
+      actionpack (= 3.2.12)
+      activerecord (= 3.2.12)
+      activeresource (= 3.2.12)
+      activesupport (= 3.2.12)
       bundler (~> 1.0)
-      railties (= 3.2.11)
+      railties (= 3.2.12)
     rails-dev-tweaks (0.6.1)
       actionpack (~> 3.1)
       railties (~> 3.1)
@@ -338,9 +338,9 @@ GEM
       erubis
       i18n
       progressbar
-    railties (3.2.11)
-      actionpack (= 3.2.11)
-      activesupport (= 3.2.11)
+    railties (3.2.12)
+      actionpack (= 3.2.12)
+      activesupport (= 3.2.12)
       rack-ssl (~> 1.3.2)
       rake (>= 0.8.7)
       rdoc (~> 3.4)
@@ -350,7 +350,7 @@ GEM
     rb-fsevent (0.9.2)
     rb-inotify (0.8.8)
       ffi (>= 0.5.0)
-    rdoc (3.12)
+    rdoc (3.12.1)
       json (~> 1.4)
     redcarpet (2.2.2)
     redis (3.0.2)
@@ -433,7 +433,7 @@ GEM
       daemons (>= 1.0.9)
       eventmachine (>= 0.12.6)
       rack (>= 1.0.0)
-    thor (0.16.0)
+    thor (0.17.0)
     tilt (1.3.3)
     timers (1.0.2)
     treetop (1.4.12)
@@ -516,7 +516,7 @@ DEPENDENCIES
   pygments.rb!
   quiet_assets (~> 1.0.1)
   rack-mini-profiler
-  rails (= 3.2.11)
+  rails (= 3.2.12)
   rails-dev-tweaks
   rails_best_practices
   raphael-rails!
diff --git a/Procfile b/Procfile
index 1a4145cc7d3b5a7d45a1a748d030cfc2c8553689..66ca562f1316bd44456d210f9eaf5f2266569d13 100644
--- a/Procfile
+++ b/Procfile
@@ -1,2 +1,2 @@
 web: bundle exec unicorn_rails -p $PORT
-worker: bundle exec sidekiq -q post_receive,mailer,system_hook,project_web_hook,common,default,gitolite
+worker: bundle exec sidekiq -q post_receive,mailer,system_hook,project_web_hook,common,default,gitlab_shell
diff --git a/app/assets/javascripts/main.js.coffee b/app/assets/javascripts/main.js.coffee
index f6c398c0acf17f78f3d685556220ddaceee8e983..5aaea50cf219592dd4880a1a5a8f1636881629b6 100644
--- a/app/assets/javascripts/main.js.coffee
+++ b/app/assets/javascripts/main.js.coffee
@@ -36,6 +36,10 @@ $ ->
   # Click a .one_click_select field, select the contents
   $(".one_click_select").on 'click', -> $(@).select()
 
+  # Click a .appear-link, appear-data fadeout
+  $(".appear-link").on 'click', ->
+    $('.appear-data').fadeIn()
+
   # Initialize chosen selects
   $('select.chosen').chosen()
 
diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss
index c9a11d0a1acf5efce28dc524998701cd7324218c..7ac8c2dd91c35f86f5deb50cfe08e7595f2ba869 100644
--- a/app/assets/stylesheets/common.scss
+++ b/app/assets/stylesheets/common.scss
@@ -564,3 +564,7 @@ img.emoji {
   vertical-align: middle;
   width: 20px;
 }
+
+.appear-data {
+  display: none;
+}
diff --git a/app/assets/stylesheets/sections/events.scss b/app/assets/stylesheets/sections/events.scss
index ff8101471783b9f777a0b629c3c87257caa2cd92..df8fd8d64582b4077db80fb2c31cf3af809be4e9 100644
--- a/app/assets/stylesheets/sections/events.scss
+++ b/app/assets/stylesheets/sections/events.scss
@@ -52,6 +52,15 @@
       padding-left: 5px;
       display: inline-block;
       color: #555;
+
+      .note-file-attach {
+        margin-left: -25px;
+        float: left;
+        .note-image-attach {
+          margin-left: 0px;
+          max-width: 200px;
+        }
+      }
     }
     .event-note-icon {
       color: #777;
diff --git a/app/assets/stylesheets/sections/notes.scss b/app/assets/stylesheets/sections/notes.scss
index 648cb210e9cbf4f772d9faaf97cd6253f78599c2..1f92a3a835dfd5e73c471c42966e5a119b07e8be 100644
--- a/app/assets/stylesheets/sections/notes.scss
+++ b/app/assets/stylesheets/sections/notes.scss
@@ -273,6 +273,7 @@ ul.notes {
 }
 
 
+
 .note-form-actions {
   background: #F9F9F9;
   height: 45px;
diff --git a/app/contexts/projects/create_context.rb b/app/contexts/projects/create_context.rb
index 915bd8be8b00626de649a32f49f3d96e3936c685..629c5294754cc842ead99314b55660d037949723 100644
--- a/app/contexts/projects/create_context.rb
+++ b/app/contexts/projects/create_context.rb
@@ -34,6 +34,16 @@ module Projects
 
       @project.creator = current_user
 
+      # Import project from cloneable resource
+      if @project.valid? && @project.import_url.present?
+        shell = Gitlab::Shell.new
+        if shell.import_repository(@project.path_with_namespace, @project.import_url)
+          true
+        else
+          @project.errors.add(:import_url, 'cannot clone repo')
+        end
+      end
+
       if @project.save
         @project.users_projects.create(project_access: UsersProject::MASTER, user: current_user)
       end
diff --git a/app/controllers/admin/projects_controller.rb b/app/controllers/admin/projects_controller.rb
index 711817395f1fac05f502de85d62f004b696d0218..8ae0bba9a2d29b27a594a575eb2ecc33611f8720 100644
--- a/app/controllers/admin/projects_controller.rb
+++ b/app/controllers/admin/projects_controller.rb
@@ -41,9 +41,7 @@ class Admin::ProjectsController < Admin::ApplicationController
   end
 
   def destroy
-    # Delete team first in order to prevent multiple gitolite calls
     @project.team.truncate
-
     @project.destroy
 
     redirect_to admin_projects_path, notice: 'Project was successfully deleted.'
diff --git a/app/controllers/errors_controller.rb b/app/controllers/errors_controller.rb
index e998d72365c761e678fc73b1786e0758d94e98d3..a0c8a000fc70766dd2f94ba1737b30ed386b9783 100644
--- a/app/controllers/errors_controller.rb
+++ b/app/controllers/errors_controller.rb
@@ -1,5 +1,2 @@
 class ErrorsController < ApplicationController
-  def githost
-    render "errors/gitolite"
-  end
 end
diff --git a/app/controllers/projects_controller.rb b/app/controllers/projects_controller.rb
index 7978ea6222c469a01bfa7633363058d941f92a1f..5da3fbf591cfcc23ae299e70cb6afe954cecd3f4 100644
--- a/app/controllers/projects_controller.rb
+++ b/app/controllers/projects_controller.rb
@@ -93,9 +93,7 @@ class ProjectsController < ProjectResourceController
   def destroy
     return access_denied! unless can?(current_user, :remove_project, project)
 
-    # Delete team first in order to prevent multiple gitolite calls
     project.team.truncate
-
     project.destroy
 
     respond_to do |format|
diff --git a/app/models/namespace.rb b/app/models/namespace.rb
index f17d8f65183895cddf57189fe66c3a8ae725daba..547d383d911f34a8d13e18d96edb1aeb164d0a99 100644
--- a/app/models/namespace.rb
+++ b/app/models/namespace.rb
@@ -31,8 +31,6 @@ class Namespace < ActiveRecord::Base
 
   scope :root, where('type IS NULL')
 
-  attr_accessor :require_update_gitolite
-
   def self.search query
     where("name LIKE :query OR path LIKE :query", query: "%#{query}%")
   end
@@ -60,13 +58,13 @@ class Namespace < ActiveRecord::Base
   end
 
   def namespace_full_path
-    @namespace_full_path ||= File.join(Gitlab.config.gitolite.repos_path, path)
+    @namespace_full_path ||= File.join(Gitlab.config.gitlab_shell.repos_path, path)
   end
 
   def move_dir
     if path_changed?
-      old_path = File.join(Gitlab.config.gitolite.repos_path, path_was)
-      new_path = File.join(Gitlab.config.gitolite.repos_path, path)
+      old_path = File.join(Gitlab.config.gitlab_shell.repos_path, path_was)
+      new_path = File.join(Gitlab.config.gitlab_shell.repos_path, path)
       if File.exists?(new_path)
         raise "Already exists"
       end
@@ -81,7 +79,6 @@ class Namespace < ActiveRecord::Base
 
         FileUtils.mv( old_path, new_path )
         send_update_instructions
-        @require_update_gitolite = true
       rescue Exception => e
         raise "Namespace move error #{old_path} #{new_path}"
       end
@@ -89,7 +86,7 @@ class Namespace < ActiveRecord::Base
   end
 
   def rm_dir
-    dir_path = File.join(Gitlab.config.gitolite.repos_path, path)
+    dir_path = File.join(Gitlab.config.gitlab_shell.repos_path, path)
     FileUtils.rm_r( dir_path, force: true )
   end
 
diff --git a/app/models/project.rb b/app/models/project.rb
index e6be2d2ce840fefcc406a77833c970fb969ea06b..8c747743813c42bfae3b73a4a27c46a716f20086 100644
--- a/app/models/project.rb
+++ b/app/models/project.rb
@@ -25,12 +25,13 @@ class Project < ActiveRecord::Base
 
   class TransferError < StandardError; end
 
-  attr_accessible :name, :path, :description, :default_branch, :issues_enabled,
-                  :wall_enabled, :merge_requests_enabled, :wiki_enabled, :public, as: [:default, :admin]
+  attr_accessible :name, :path, :description, :default_branch,
+    :issues_enabled, :wall_enabled, :merge_requests_enabled,
+    :wiki_enabled, :public, :import_url, as: [:default, :admin]
 
   attr_accessible :namespace_id, :creator_id, as: :admin
 
-  attr_accessor :error_code
+  attr_accessor :import_url
 
   # Relations
   belongs_to :creator,      foreign_key: "creator_id", class_name: "User"
@@ -75,6 +76,10 @@ class Project < ActiveRecord::Base
   validates_uniqueness_of :name, scope: :namespace_id
   validates_uniqueness_of :path, scope: :namespace_id
 
+  validates :import_url,
+    format: { with: URI::regexp(%w(http https)), message: "should be a valid url" },
+    if: :import?
+
   validate :check_limit, :repo_name
 
   # Scopes
@@ -140,14 +145,14 @@ class Project < ActiveRecord::Base
     nil
   end
 
-  def git_error?
-    error_code == :gitolite
-  end
-
   def saved?
     id && valid?
   end
 
+  def import?
+    import_url.present?
+  end
+
   def check_limit
     unless creator.can_create_project?
       errors[:base] << ("Your own projects limit is #{creator.projects_limit}! Please contact administrator to increase it")
@@ -157,7 +162,7 @@ class Project < ActiveRecord::Base
   end
 
   def repo_name
-    denied_paths = %w(gitolite-admin admin dashboard groups help profile projects search)
+    denied_paths = %w(admin dashboard groups help profile projects search)
 
     if denied_paths.include?(path)
       errors.add(:path, "like #{path} is not allowed")
@@ -450,7 +455,7 @@ class Project < ActiveRecord::Base
   end
 
   def url_to_repo
-    gitolite.url_to_repo(path_with_namespace)
+    gitlab_shell.url_to_repo(path_with_namespace)
   end
 
   def namespace_dir
diff --git a/app/models/repository.rb b/app/models/repository.rb
index 6bfdf2255f2b812b7132ec7331660f7ef06d1047..37431fe3b0ec0385cb5a88e3b95c20ade2489035 100644
--- a/app/models/repository.rb
+++ b/app/models/repository.rb
@@ -25,7 +25,7 @@ class Repository
   end
 
   def path_to_repo
-    @path_to_repo ||= File.join(Gitlab.config.gitolite.repos_path, "#{path_with_namespace}.git")
+    @path_to_repo ||= File.join(Gitlab.config.gitlab_shell.repos_path, "#{path_with_namespace}.git")
   end
 
   def repo
@@ -60,25 +60,6 @@ class Repository
     Commit.commits_between(repo, from, to)
   end
 
-  def has_post_receive_file?
-    !!hook_file
-  end
-
-  def valid_post_receive_file?
-    valid_hook_file == hook_file
-  end
-
-  def valid_hook_file
-    @valid_hook_file ||= File.read(Rails.root.join('lib', 'hooks', 'post-receive'))
-  end
-
-  def hook_file
-    @hook_file ||= begin
-                     hook_path = File.join(path_to_repo, 'hooks', 'post-receive')
-                     File.read(hook_path) if File.exists?(hook_path)
-                   end
-  end
-
   # Returns an Array of branch names
   def branch_names
     repo.branches.collect(&:name).sort
diff --git a/app/observers/key_observer.rb b/app/observers/key_observer.rb
index 4146216d82f16b96e96bc8640de6050905611165..664cbdfd234776d9c7c0212395e166059c725a50 100644
--- a/app/observers/key_observer.rb
+++ b/app/observers/key_observer.rb
@@ -2,7 +2,7 @@ class KeyObserver < ActiveRecord::Observer
   include Gitolited
 
   def after_save(key)
-    GitoliteWorker.perform_async(
+    GitlabShellWorker.perform_async(
       :add_key,
       key.shell_id,
       key.key
@@ -10,7 +10,7 @@ class KeyObserver < ActiveRecord::Observer
   end
 
   def after_destroy(key)
-    GitoliteWorker.perform_async(
+    GitlabShellWorker.perform_async(
       :remove_key,
       key.shell_id,
       key.key,
diff --git a/app/observers/project_observer.rb b/app/observers/project_observer.rb
index cc2a0224b722d2a9a59f5687fac11cac8b82327c..4b1f8295dc2189a208a7df6bbe3356c5a0198aa7 100644
--- a/app/observers/project_observer.rb
+++ b/app/observers/project_observer.rb
@@ -1,6 +1,6 @@
 class ProjectObserver < ActiveRecord::Observer
   def after_create(project)
-    GitoliteWorker.perform_async(
+    GitlabShellWorker.perform_async(
       :add_repository,
       project.path_with_namespace
     )
@@ -13,7 +13,7 @@ class ProjectObserver < ActiveRecord::Observer
   end
 
   def after_destroy(project)
-    GitoliteWorker.perform_async(
+    GitlabShellWorker.perform_async(
       :remove_repository,
       project.path_with_namespace
     )
diff --git a/app/uploaders/attachment_uploader.rb b/app/uploaders/attachment_uploader.rb
index 391731d9470f9c41b18a2212b4e9ce81b25dd030..3dbf2860bd4477000a17304bd122eae38f5b321e 100644
--- a/app/uploaders/attachment_uploader.rb
+++ b/app/uploaders/attachment_uploader.rb
@@ -8,6 +8,15 @@ class AttachmentUploader < CarrierWave::Uploader::Base
   end
 
   def image?
-    %w(png jpg jpeg).include?(file.extension)
+    img_ext = %w(png jpg jpeg)
+    if file.respond_to?(:extension)
+      img_ext.include?(file.extension)
+    else
+      # Not all CarrierWave storages respond to :extension
+      ext = file.path.split('.').last
+      img_ext.include?(ext)
+    end
+  rescue
+    false
   end
 end
diff --git a/app/views/admin/groups/show.html.haml b/app/views/admin/groups/show.html.haml
index 6ae8a75d696992efd65e7e1cf812d50b5714e7a3..90f8fc0f81488c8b1247549a64126e0fe810ad23 100644
--- a/app/views/admin/groups/show.html.haml
+++ b/app/views/admin/groups/show.html.haml
@@ -22,7 +22,7 @@
       %b
         Path:
     %td
-      %span.monospace= File.join(Gitlab.config.gitolite.repos_path, @group.path)
+      %span.monospace= File.join(Gitlab.config.gitlab_shell.repos_path, @group.path)
   %tr
     %td
       %b
diff --git a/app/views/admin/projects/show.html.haml b/app/views/admin/projects/show.html.haml
index b9294bbafbe250e09eb558ff1b8a4542323cd44c..65b921170fd9fd8d5cac51dcc270026a46cf8017 100644
--- a/app/views/admin/projects/show.html.haml
+++ b/app/views/admin/projects/show.html.haml
@@ -4,24 +4,6 @@
     %i.icon-edit
     Edit
 
-- if @repository && @repository.has_commits?
-  - if !@repository.has_post_receive_file?
-    %br
-    .alert.alert-error
-      %span
-        %strong Project has commits but missing post-receive file.
-        %br
-        If you exported project manually - make a link of post-receive hook file from gitolite to project repository
-  - elsif !@repository.valid_post_receive_file?
-    %br
-    .alert.alert-error
-      %span
-        %strong Project has invalid post-receive file.
-        %br
-        1. Make sure your gitolite instace has latest post-receive file.
-        %br
-        2. Make a link of post-receive hook file from gitolite to project repository
-
 
 %br
 %table.zebra-striped
@@ -103,12 +85,6 @@
           Last commit at:
       %td
         = last_commit(@project)
-    %tr
-      %td
-        %b
-          Post Receive File:
-      %td
-        = check_box_tag :post_receive_file, 1, @repository.has_post_receive_file?, disabled: true
 
 %br
 %h5
diff --git a/app/views/errors/gitolite.html.haml b/app/views/errors/gitolite.html.haml
deleted file mode 100644
index 33ea8c1a8b74e64fc683ac1f8335a44d71e52105..0000000000000000000000000000000000000000
--- a/app/views/errors/gitolite.html.haml
+++ /dev/null
@@ -1,25 +0,0 @@
-%h1.http_status_code 500
-%h3.page_title GitLab was unable to access your Gitolite system.
-%hr
-
-.git_error_tips
-  %h4 Tips for Administrator:
-  %ol
-    %li
-      %p
-        Check git logs in admin area
-    %li
-      %p
-        Check config/gitlab.yml for correct settings.
-    %li
-      %p
-        Diagnostic tool:
-        %pre
-          bundle exec rake gitlab:check RAILS_ENV=production
-    %li
-      %p
-        Permissions:
-      %pre
-        = preserve do
-          sudo chown -R git:git #{Gitlab.config.gitolite.repos_path}
-          sudo chmod -R ug+rwXs #{Gitlab.config.gitolite.repos_path}
diff --git a/app/views/events/event/_note.html.haml b/app/views/events/event/_note.html.haml
index ef5035fca7f74681bfbd3989ce9e8036af502d93..20c3b927067938c151349a1d8fb37fe7cd8c2054 100644
--- a/app/views/events/event/_note.html.haml
+++ b/app/views/events/event/_note.html.haml
@@ -24,3 +24,11 @@
   %i.icon-comment-alt.event-note-icon
   %span.event-note
     = markdown truncate(event.target.note, length: 70)
+    - note = event.target
+    - if note.attachment.url
+      = link_to note.attachment.url, target: "_blank", class: 'note-file-attach' do
+        - if note.attachment.image?
+          = image_tag note.attachment.url, class: 'note-image-attach'
+        - else
+          %i.icon-paper-clip
+          = note.attachment_identifier
diff --git a/app/views/layouts/project_resource.html.haml b/app/views/layouts/project_resource.html.haml
index 09ccb1d7b6a818027cbdf2f24179782b3b79658e..13fb8637bf6f0e70c6bf32a83f26648d124dc917 100644
--- a/app/views/layouts/project_resource.html.haml
+++ b/app/views/layouts/project_resource.html.haml
@@ -7,8 +7,6 @@
     - if can?(current_user, :download_code, @project)
       = render 'shared/no_ssh'
 
-    - unless @project.users.include?(current_user)
-      = render 'shared/not_in_team'
     .container
       %ul.main_menu
         = nav_link(html_options: {class: "home #{project_tab_class}"}) do
diff --git a/app/views/projects/_new_form.html.haml b/app/views/projects/_new_form.html.haml
index 185164955fcd3271882bfec0b16501e48d60bd4c..d05838ae50df3c5cc6fd51c32c7b0c988c1c2f9f 100644
--- a/app/views/projects/_new_form.html.haml
+++ b/app/views/projects/_new_form.html.haml
@@ -16,6 +16,20 @@
       .input
         = f.select :namespace_id, namespaces_options(params[:namespace_id] || :current_user), {}, {class: 'chosen'}
 
+
+  .clearfix
+    .input
+      = link_to "#", class: 'appear-link' do
+        %i.icon-upload-alt
+        %span Import existing repository?
+  .clearfix.appear-data
+    = f.label :import_url do
+      %span Import existing repo
+    .input
+      = f.text_field :import_url, class: 'xlarge'
+      .light
+        URL should be clonable
+
   %p.padded
     New projects are private by default. You choose who can see the project and commit to repository.
   %hr
diff --git a/app/views/projects/empty.html.haml b/app/views/projects/empty.html.haml
index 9426517876ea8fc9fd5c5b67a1de5bf5907a4e14..22aaaf0f2b2b29ff10d071cb9c5866ec294cbf8d 100644
--- a/app/views/projects/empty.html.haml
+++ b/app/views/projects/empty.html.haml
@@ -1,3 +1,4 @@
+= render "project_head"
 = render 'clone_panel'
 
 %div.git-empty
diff --git a/app/views/shared/_not_in_team.html.haml b/app/views/shared/_not_in_team.html.haml
deleted file mode 100644
index 0d003bde953e961af80895c0da288405392a8668..0000000000000000000000000000000000000000
--- a/app/views/shared/_not_in_team.html.haml
+++ /dev/null
@@ -1,2 +0,0 @@
-%p.error_message.centered
-  You won't be able to use git over ssh until you join project on #{link_to 'team page', project_team_index_path(@project)}
diff --git a/app/views/teams/show.js.haml b/app/views/teams/show.js.haml
new file mode 100644
index 0000000000000000000000000000000000000000..7e5a148e5ef2d56f87c72403ee7525cffc8cfc14
--- /dev/null
+++ b/app/views/teams/show.js.haml
@@ -0,0 +1,2 @@
+:plain 
+  Pager.append(#{@events.count}, "#{escape_javascript(render(@events))}");
diff --git a/app/workers/gitlab_shell_worker.rb b/app/workers/gitlab_shell_worker.rb
new file mode 100644
index 0000000000000000000000000000000000000000..0a921b1bd449adf198990095c86a59859f11b925
--- /dev/null
+++ b/app/workers/gitlab_shell_worker.rb
@@ -0,0 +1,10 @@
+class GitlabShellWorker
+  include Sidekiq::Worker
+  include Gitolited
+
+  sidekiq_options queue: :gitlab_shell
+
+  def perform(action, *arg)
+    gitlab_shell.send(action, *arg)
+  end
+end
diff --git a/app/workers/gitolite_worker.rb b/app/workers/gitolite_worker.rb
deleted file mode 100644
index bff7a8c6a6f257a342112f43e9f75a8629617555..0000000000000000000000000000000000000000
--- a/app/workers/gitolite_worker.rb
+++ /dev/null
@@ -1,10 +0,0 @@
-class GitoliteWorker
-  include Sidekiq::Worker
-  include Gitolited
-
-  sidekiq_options queue: :gitolite
-
-  def perform(action, *arg)
-    gitolite.send(action, *arg)
-  end
-end
diff --git a/app/workers/post_receive.rb b/app/workers/post_receive.rb
index 6e2d0e7aba22b485c1f6402919a0044b9fdbdc52..e3f62d736ef48b57cc217cff76b4fbd89aa25e80 100644
--- a/app/workers/post_receive.rb
+++ b/app/workers/post_receive.rb
@@ -5,10 +5,10 @@ class PostReceive
 
   def perform(repo_path, oldrev, newrev, ref, identifier)
 
-    if repo_path.start_with?(Gitlab.config.gitolite.repos_path.to_s)
-      repo_path.gsub!(Gitlab.config.gitolite.repos_path.to_s, "")
+    if repo_path.start_with?(Gitlab.config.gitlab_shell.repos_path.to_s)
+      repo_path.gsub!(Gitlab.config.gitlab_shell.repos_path.to_s, "")
     else
-      Gitlab::GitLogger.error("POST-RECEIVE: Check gitlab.yml config for correct gitolite.repos_path variable. \"#{Gitlab.config.gitolite.repos_path}\" does not match \"#{repo_path}\"")
+      Gitlab::GitLogger.error("POST-RECEIVE: Check gitlab.yml config for correct gitlab_shell.repos_path variable. \"#{Gitlab.config.gitlab_shell.repos_path}\" does not match \"#{repo_path}\"")
     end
 
     repo_path.gsub!(/.git$/, "")
@@ -22,7 +22,8 @@ class PostReceive
     end
 
     # Ignore push from non-gitlab users
-    user = if identifier.eql? Gitlab.config.gitolite.admin_key
+    user = if identifier.nil?
+             raise identifier.inspect
              email = project.repository.commit(newrev).author.email rescue nil
              User.find_by_email(email) if email
            elsif /^[A-Z0-9._%a-z\-]+@(?:[A-Z0-9a-z\-]+\.)+[A-Za-z]{2,4}$/.match(identifier)
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index 02118cbd9501ea2d8f59ca81c8799e379fc86a09..72d85e89b37c08deb0c7258d132c01844676c909 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -5,8 +5,7 @@
 # How to use:
 # 1. copy file as gitlab.yml
 # 2. Replace gitlab -> host with your domain
-# 3. Replace gitolite -> ssh_host with your domain
-# 4. Replace gitlab -> email_from
+# 3. Replace gitlab -> email_from
 
 #
 # 1. GitLab app settings
@@ -22,8 +21,8 @@ gitlab:
   # Note that ENV['RAILS_RELATIVE_URL_ROOT'] in config/unicorn.rb may need to be changed
   # relative_url_root: /gitlab
 
-  # Uncomment and customize if you can't use the default user to run GitLab (default: 'gitlab')
-  # user: user123
+  # Uncomment and customize if you can't use the default user to run GitLab (default: 'git')
+  # user: git
 
   ## Email settings
   # Email address used in the "From" field in mails sent by GitLab
@@ -103,21 +102,18 @@ backup:
   path: "tmp/backups"   # Relative paths are relative to Rails.root (default: tmp/backups/)
   # keep_time: 604800   # default: 0 (forever) (in seconds)
 
-## Gitolite settings
-gitolite:
+## GitLab Shell settings
+gitlab_shell:
   # REPOS_PATH MUST NOT BE A SYMLINK!!!
   repos_path: /home/git/repositories/
-  hooks_path: /home/git/.gitolite/hooks/
-  admin_key: gitlab
+  hooks_path: /home/git/gitlab-shell/hooks/
+
+  # Git over HTTP
   upload_pack: true
   receive_pack: true
-  ssh_user: git
-  ssh_host: localhost
-  # ssh_port: 22
-  # config_file: gitolite.conf
 
-  # Uncomment and customize if you can't use the default group to own the repositories and run Gitolite (default: same as the 'ssh_user' above)
-  # owner_group: group123
+  # If you use non-standart ssh port you need to specify it
+  # ssh_port: 22
 
 ## Git settings
 # CAUTION!
diff --git a/config/initializers/1_settings.rb b/config/initializers/1_settings.rb
index c3179d78cc5be026d916eb2914703c0ce6650bff..c1469530024b789bc6a3d80343766980565a8343 100644
--- a/config/initializers/1_settings.rb
+++ b/config/initializers/1_settings.rb
@@ -8,11 +8,11 @@ class Settings < Settingslogic
 
     private
 
-    def build_gitolite_ssh_path_prefix
-      if gitolite.ssh_port != 22
-        "ssh://#{gitolite.ssh_user}@#{gitolite.ssh_host}:#{gitolite.ssh_port}/"
+    def build_gitlab_shell_ssh_path_prefix
+      if gitlab_shell.ssh_port != 22
+        "ssh://#{gitlab_shell.ssh_user}@#{gitlab_shell.ssh_host}:#{gitlab_shell.ssh_port}/"
       else
-        "#{gitolite.ssh_user}@#{gitolite.ssh_host}:"
+        "#{gitlab_shell.ssh_user}@#{gitlab_shell.ssh_host}:"
       end
     end
 
@@ -41,6 +41,9 @@ Settings['omniauth'] ||= Settingslogic.new({})
 Settings.omniauth['enabled']      = false if Settings.omniauth['enabled'].nil?
 Settings.omniauth['providers']  ||= []
 
+#
+# GitLab
+#
 Settings['gitlab'] ||= Settingslogic.new({})
 Settings.gitlab['default_projects_limit'] ||=  10
 Settings.gitlab['host']       ||= 'localhost'
@@ -54,29 +57,38 @@ Settings.gitlab['url']        ||= Settings.send(:build_gitlab_url)
 Settings.gitlab['user']       ||= 'git'
 Settings.gitlab['signup_enabled'] ||= false
 
+#
+# Gravatar
+#
 Settings['gravatar'] ||= Settingslogic.new({})
 Settings.gravatar['enabled']      = true if Settings.gravatar['enabled'].nil?
 Settings.gravatar['plain_url']  ||= 'http://www.gravatar.com/avatar/%{hash}?s=%{size}&d=mm'
 Settings.gravatar['ssl_url']    ||= 'https://secure.gravatar.com/avatar/%{hash}?s=%{size}&d=mm'
 
-Settings['gitolite'] ||= Settingslogic.new({})
-Settings.gitolite['admin_key']    ||= 'gitlab'
-Settings.gitolite['admin_uri']    ||= 'git@localhost:gitolite-admin'
-Settings.gitolite['config_file']  ||= 'gitolite.conf'
-Settings.gitolite['hooks_path']   ||= '/home/git/share/gitolite/hooks/'
-Settings.gitolite['receive_pack']   = true if Settings.gitolite['receive_pack'].nil?
-Settings.gitolite['upload_pack']    = true if Settings.gitolite['upload_pack'].nil?
-Settings.gitolite['repos_path']   ||= '/home/git/repositories/'
-Settings.gitolite['ssh_host']     ||= (Settings.gitlab.host || 'localhost')
-Settings.gitolite['ssh_port']     ||= 22
-Settings.gitolite['ssh_user']     ||= 'git'
-Settings.gitolite['owner_group']  ||= Settings.gitolite.ssh_user
-Settings.gitolite['ssh_path_prefix'] ||= Settings.send(:build_gitolite_ssh_path_prefix)
+#
+# GitLab Shell
+#
+Settings['gitlab_shell'] ||= Settingslogic.new({})
+Settings.gitlab_shell['hooks_path']   ||= '/home/git/gitlab-shell/hooks/'
+Settings.gitlab_shell['receive_pack']   = true if Settings.gitlab_shell['receive_pack'].nil?
+Settings.gitlab_shell['upload_pack']    = true if Settings.gitlab_shell['upload_pack'].nil?
+Settings.gitlab_shell['repos_path']   ||= '/home/git/repositories/'
+Settings.gitlab_shell['ssh_host']     ||= (Settings.gitlab.host || 'localhost')
+Settings.gitlab_shell['ssh_port']     ||= 22
+Settings.gitlab_shell['ssh_user']     ||= Settings.gitlab.user
+Settings.gitlab_shell['owner_group']  ||= Settings.gitlab.user
+Settings.gitlab_shell['ssh_path_prefix'] ||= Settings.send(:build_gitlab_shell_ssh_path_prefix)
 
+#
+# Backup
+#
 Settings['backup'] ||= Settingslogic.new({})
 Settings.backup['keep_time']  ||= 0
 Settings.backup['path']         = File.expand_path(Settings.backup['path'] || "tmp/backups/", Rails.root)
 
+#
+# Git
+#
 Settings['git'] ||= Settingslogic.new({})
 Settings.git['max_size']  ||= 5242880 # 5.megabytes
 Settings.git['bin_path']  ||= '/usr/bin/git'
diff --git a/config/routes.rb b/config/routes.rb
index ddf284f1fe509e83aca1db329cf117eb3930bd98..366ed85cbc6204eadc41be747af52d284eb3d0a3 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -19,9 +19,9 @@ Gitlab::Application.routes.draw do
   # Enable Grack support
   mount Grack::Bundle.new({
     git_path:     Gitlab.config.git.bin_path,
-    project_root: Gitlab.config.gitolite.repos_path,
-    upload_pack:  Gitlab.config.gitolite.upload_pack,
-    receive_pack: Gitlab.config.gitolite.receive_pack
+    project_root: Gitlab.config.gitlab_shell.repos_path,
+    upload_pack:  Gitlab.config.gitlab_shell.upload_pack,
+    receive_pack: Gitlab.config.gitlab_shell.receive_pack
   }), at: '/', constraints: lambda { |request| /[-\/\w\.]+\.git\//.match(request.path_info) }
 
   #
diff --git a/db/fixtures/development/001_admin.rb b/db/fixtures/development/01_admin.rb
similarity index 100%
rename from db/fixtures/development/001_admin.rb
rename to db/fixtures/development/01_admin.rb
diff --git a/db/fixtures/development/009_source_code.rb b/db/fixtures/development/02_source_code.rb
similarity index 69%
rename from db/fixtures/development/009_source_code.rb
rename to db/fixtures/development/02_source_code.rb
index a64b905ee89fafef20288a3ffcd3590d25144286..4a9e5d0c2587f664a1ed3168d307a25a25a29b26 100644
--- a/db/fixtures/development/009_source_code.rb
+++ b/db/fixtures/development/02_source_code.rb
@@ -13,19 +13,17 @@ projects = [
 projects.each do |project|
   project_path = File.join(root, project[:path])
 
-  next if File.exists?(project_path)
-
-  cmds = [
-    "cd #{root} && sudo -u git -H git clone --bare #{project[:git]} ./#{project[:path]}",
-    "sudo ln -s ./lib/hooks/post-receive #{project_path}/hooks/post-receive",
-    "sudo chown git:git -R #{project_path}",
-    "sudo chmod 770 -R #{project_path}",
-  ]
+  if File.exists?(project_path)
+    print '-'
+    next
+  end
 
-  cmds.each do |cmd|
-    puts cmd.yellow
-    `#{cmd}`
+  if system("/home/git/gitlab-shell/bin/gitlab-projects import-project #{project[:path]} #{project[:git]}")
+    print '.'
+  else
+    print 'F'
   end
 end
 
 puts "OK".green
+
diff --git a/db/fixtures/development/03_group.rb b/db/fixtures/development/03_group.rb
new file mode 100644
index 0000000000000000000000000000000000000000..01174a4b72a21425e5caca5e144cf69736a0df58
--- /dev/null
+++ b/db/fixtures/development/03_group.rb
@@ -0,0 +1,5 @@
+Group.seed(:id, [
+  { id: 99,  name: "GitLab", path: 'gitlab', owner_id: 1 },
+  { id: 100, name: "Brightbox", path: 'brightbox', owner_id: 1 },
+  { id: 101, name: "KDE", path: 'kde', owner_id: 1 },
+])
diff --git a/db/fixtures/development/002_project.rb b/db/fixtures/development/04_project.rb
similarity index 81%
rename from db/fixtures/development/002_project.rb
rename to db/fixtures/development/04_project.rb
index e50ab5d9d52c8b4925831045a26c58fda2df3125..9904c48e518061c2abce93138ff64de6811cb9c2 100644
--- a/db/fixtures/development/002_project.rb
+++ b/db/fixtures/development/04_project.rb
@@ -1,9 +1,3 @@
-Group.seed(:id, [
-  { id: 99,  name: "GitLab", path: 'gitlab', owner_id: 1 },
-  { id: 100, name: "Brightbox", path: 'brightbox', owner_id: 1 },
-  { id: 101, name: "KDE", path: 'kde', owner_id: 1 },
-])
-
 Project.seed(:id, [
 
   # Global
diff --git a/db/fixtures/development/003_users.rb b/db/fixtures/development/05_users.rb
similarity index 100%
rename from db/fixtures/development/003_users.rb
rename to db/fixtures/development/05_users.rb
diff --git a/db/fixtures/development/004_teams.rb b/db/fixtures/development/06_teams.rb
similarity index 66%
rename from db/fixtures/development/004_teams.rb
rename to db/fixtures/development/06_teams.rb
index 7a8f9139d3fbd3752b44634740f4d83826d2ad2d..9fbf21a02d76a63f15f8815b26a99d68020014a8 100644
--- a/db/fixtures/development/004_teams.rb
+++ b/db/fixtures/development/06_teams.rb
@@ -1,5 +1,3 @@
-UsersProject.skip_callback(:save, :after, :update_repository)
-
 Gitlab::Seeder.quiet do
 
   (1..300).each  do |i|
@@ -21,9 +19,4 @@ Gitlab::Seeder.quiet do
     print('.')
   end
 end
-
-UsersProject.set_callback(:save, :after, :update_repository)
-
-puts "\nRebuild gitolite\n".yellow
-Project.all.each(&:update_repository)
 puts "OK".green
diff --git a/db/fixtures/development/005_milestones.rb b/db/fixtures/development/07_milestones.rb
similarity index 100%
rename from db/fixtures/development/005_milestones.rb
rename to db/fixtures/development/07_milestones.rb
diff --git a/db/fixtures/development/006_wall.rb b/db/fixtures/development/08_wall.rb
similarity index 100%
rename from db/fixtures/development/006_wall.rb
rename to db/fixtures/development/08_wall.rb
diff --git a/db/fixtures/development/007_issues.rb b/db/fixtures/development/09_issues.rb
similarity index 100%
rename from db/fixtures/development/007_issues.rb
rename to db/fixtures/development/09_issues.rb
diff --git a/db/fixtures/development/008_merge_requests.rb b/db/fixtures/development/10_merge_requests.rb
similarity index 100%
rename from db/fixtures/development/008_merge_requests.rb
rename to db/fixtures/development/10_merge_requests.rb
diff --git a/db/fixtures/development/010_keys.rb b/db/fixtures/development/11_keys.rb
similarity index 100%
rename from db/fixtures/development/010_keys.rb
rename to db/fixtures/development/11_keys.rb
diff --git a/doc/code/apple-touch-icon.png b/doc/code/apple-touch-icon.png
deleted file mode 100644
index 50f98b0ffa6eb390c9c022c5affbcecf0db2c7d7..0000000000000000000000000000000000000000
Binary files a/doc/code/apple-touch-icon.png and /dev/null differ
diff --git a/doc/code/classes/Ability.html b/doc/code/classes/Ability.html
deleted file mode 100644
index c50e5d3e70894f7cad9db00f5828231480ad85a0..0000000000000000000000000000000000000000
--- a/doc/code/classes/Ability.html
+++ /dev/null
@@ -1,507 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Ability</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Ability 
-            
-                <span class="parent">&lt; 
-                    
-                    Object
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/models/ability_rb.html">app/models/ability.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>A</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-c-allowed">allowed</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>G</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-c-group_abilities">group_abilities</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>P</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-c-project_abilities">project_abilities</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-c-project_admin_rules">project_admin_rules</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-c-project_dev_rules">project_dev_rules</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-c-project_guest_rules">project_guest_rules</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-c-project_master_rules">project_master_rules</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-c-project_report_rules">project_report_rules</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-    
-      <div class="sectiontitle">Class Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-c-allowed">
-            
-              <b>allowed</b>(object, subject)
-            
-            <a href="../classes/Ability.html#method-c-allowed" name="method-c-allowed" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-allowed_source')" id="l_method-c-allowed_source">show</a>
-                
-              </p>
-              <div id="method-c-allowed_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/ability.rb, line 3</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">allowed</span>(<span class="ruby-identifier">object</span>, <span class="ruby-identifier">subject</span>)
-  <span class="ruby-keyword">case</span> <span class="ruby-identifier">subject</span>.<span class="ruby-identifier">class</span>.<span class="ruby-identifier">name</span>
-  <span class="ruby-keyword">when</span> <span class="ruby-string">&quot;Project&quot;</span> <span class="ruby-keyword">then</span> <span class="ruby-identifier">project_abilities</span>(<span class="ruby-identifier">object</span>, <span class="ruby-identifier">subject</span>)
-  <span class="ruby-keyword">when</span> <span class="ruby-string">&quot;Issue&quot;</span> <span class="ruby-keyword">then</span> <span class="ruby-identifier">issue_abilities</span>(<span class="ruby-identifier">object</span>, <span class="ruby-identifier">subject</span>)
-  <span class="ruby-keyword">when</span> <span class="ruby-string">&quot;Note&quot;</span> <span class="ruby-keyword">then</span> <span class="ruby-identifier">note_abilities</span>(<span class="ruby-identifier">object</span>, <span class="ruby-identifier">subject</span>)
-  <span class="ruby-keyword">when</span> <span class="ruby-string">&quot;Snippet&quot;</span> <span class="ruby-keyword">then</span> <span class="ruby-identifier">snippet_abilities</span>(<span class="ruby-identifier">object</span>, <span class="ruby-identifier">subject</span>)
-  <span class="ruby-keyword">when</span> <span class="ruby-string">&quot;MergeRequest&quot;</span> <span class="ruby-keyword">then</span> <span class="ruby-identifier">merge_request_abilities</span>(<span class="ruby-identifier">object</span>, <span class="ruby-identifier">subject</span>)
-  <span class="ruby-keyword">when</span> <span class="ruby-string">&quot;Group&quot;</span> <span class="ruby-keyword">then</span> <span class="ruby-identifier">group_abilities</span>(<span class="ruby-identifier">object</span>, <span class="ruby-identifier">subject</span>)
-  <span class="ruby-keyword">else</span> []
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-c-group_abilities">
-            
-              <b>group_abilities</b>(user, group)
-            
-            <a href="../classes/Ability.html#method-c-group_abilities" name="method-c-group_abilities" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-group_abilities_source')" id="l_method-c-group_abilities_source">show</a>
-                
-              </p>
-              <div id="method-c-group_abilities_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/ability.rb, line 107</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">group_abilities</span> <span class="ruby-identifier">user</span>, <span class="ruby-identifier">group</span>
-  <span class="ruby-identifier">rules</span> = []
-
-  <span class="ruby-identifier">rules</span> <span class="ruby-operator">&lt;&lt;</span> [
-    <span class="ruby-value">:manage_group</span>
-  ] <span class="ruby-keyword">if</span> <span class="ruby-identifier">group</span>.<span class="ruby-identifier">owner</span> <span class="ruby-operator">==</span> <span class="ruby-identifier">user</span>
-
-  <span class="ruby-identifier">rules</span>.<span class="ruby-identifier">flatten</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-c-project_abilities">
-            
-              <b>project_abilities</b>(user, project)
-            
-            <a href="../classes/Ability.html#method-c-project_abilities" name="method-c-project_abilities" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-project_abilities_source')" id="l_method-c-project_abilities_source">show</a>
-                
-              </p>
-              <div id="method-c-project_abilities_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/ability.rb, line 15</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">project_abilities</span>(<span class="ruby-identifier">user</span>, <span class="ruby-identifier">project</span>)
-  <span class="ruby-identifier">rules</span> = []
-
-  <span class="ruby-comment"># Rules based on role in project</span>
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">project</span>.<span class="ruby-identifier">master_access_for?</span>(<span class="ruby-identifier">user</span>)
-    <span class="ruby-identifier">rules</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-identifier">project_master_rules</span>
-
-  <span class="ruby-keyword">elsif</span> <span class="ruby-identifier">project</span>.<span class="ruby-identifier">dev_access_for?</span>(<span class="ruby-identifier">user</span>)
-    <span class="ruby-identifier">rules</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-identifier">project_dev_rules</span>
-
-  <span class="ruby-keyword">elsif</span> <span class="ruby-identifier">project</span>.<span class="ruby-identifier">report_access_for?</span>(<span class="ruby-identifier">user</span>)
-    <span class="ruby-identifier">rules</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-identifier">project_report_rules</span>
-
-  <span class="ruby-keyword">elsif</span> <span class="ruby-identifier">project</span>.<span class="ruby-identifier">guest_access_for?</span>(<span class="ruby-identifier">user</span>)
-    <span class="ruby-identifier">rules</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-identifier">project_guest_rules</span>
-  <span class="ruby-keyword">end</span>
-
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">project</span>.<span class="ruby-identifier">namespace</span>
-    <span class="ruby-comment"># If user own project namespace</span>
-    <span class="ruby-comment"># (Ex. group owner or account owner)</span>
-    <span class="ruby-keyword">if</span> <span class="ruby-identifier">project</span>.<span class="ruby-identifier">namespace</span>.<span class="ruby-identifier">owner</span> <span class="ruby-operator">==</span> <span class="ruby-identifier">user</span>
-      <span class="ruby-identifier">rules</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-identifier">project_admin_rules</span>
-    <span class="ruby-keyword">end</span>
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-comment"># For compatibility with global projects</span>
-    <span class="ruby-comment"># use projects.owner_id</span>
-    <span class="ruby-keyword">if</span> <span class="ruby-identifier">project</span>.<span class="ruby-identifier">owner</span> <span class="ruby-operator">==</span> <span class="ruby-identifier">user</span>
-      <span class="ruby-identifier">rules</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-identifier">project_admin_rules</span>
-    <span class="ruby-keyword">end</span>
-  <span class="ruby-keyword">end</span>
-
-
-  <span class="ruby-identifier">rules</span>.<span class="ruby-identifier">flatten</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-c-project_admin_rules">
-            
-              <b>project_admin_rules</b>()
-            
-            <a href="../classes/Ability.html#method-c-project_admin_rules" name="method-c-project_admin_rules" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-project_admin_rules_source')" id="l_method-c-project_admin_rules_source">show</a>
-                
-              </p>
-              <div id="method-c-project_admin_rules_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/ability.rb, line 99</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">project_admin_rules</span>
-  <span class="ruby-identifier">project_master_rules</span> <span class="ruby-operator">+</span> [
-    <span class="ruby-value">:change_namespace</span>,
-    <span class="ruby-value">:rename_project</span>,
-    <span class="ruby-value">:remove_project</span>
-  ]
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-c-project_dev_rules">
-            
-              <b>project_dev_rules</b>()
-            
-            <a href="../classes/Ability.html#method-c-project_dev_rules" name="method-c-project_dev_rules" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-project_dev_rules_source')" id="l_method-c-project_dev_rules_source">show</a>
-                
-              </p>
-              <div id="method-c-project_dev_rules_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/ability.rb, line 74</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">project_dev_rules</span>
-  <span class="ruby-identifier">project_report_rules</span> <span class="ruby-operator">+</span> [
-    <span class="ruby-value">:write_wiki</span>,
-    <span class="ruby-value">:push_code</span>
-  ]
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-c-project_guest_rules">
-            
-              <b>project_guest_rules</b>()
-            
-            <a href="../classes/Ability.html#method-c-project_guest_rules" name="method-c-project_guest_rules" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-project_guest_rules_source')" id="l_method-c-project_guest_rules_source">show</a>
-                
-              </p>
-              <div id="method-c-project_guest_rules_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/ability.rb, line 50</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">project_guest_rules</span>
-  [
-    <span class="ruby-value">:read_project</span>,
-    <span class="ruby-value">:read_wiki</span>,
-    <span class="ruby-value">:read_issue</span>,
-    <span class="ruby-value">:read_milestone</span>,
-    <span class="ruby-value">:read_snippet</span>,
-    <span class="ruby-value">:read_team_member</span>,
-    <span class="ruby-value">:read_merge_request</span>,
-    <span class="ruby-value">:read_note</span>,
-    <span class="ruby-value">:write_project</span>,
-    <span class="ruby-value">:write_issue</span>,
-    <span class="ruby-value">:write_note</span>
-  ]
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-c-project_master_rules">
-            
-              <b>project_master_rules</b>()
-            
-            <a href="../classes/Ability.html#method-c-project_master_rules" name="method-c-project_master_rules" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-project_master_rules_source')" id="l_method-c-project_master_rules_source">show</a>
-                
-              </p>
-              <div id="method-c-project_master_rules_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/ability.rb, line 81</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">project_master_rules</span>
-  <span class="ruby-identifier">project_dev_rules</span> <span class="ruby-operator">+</span> [
-    <span class="ruby-value">:push_code_to_protected_branches</span>,
-    <span class="ruby-value">:modify_issue</span>,
-    <span class="ruby-value">:modify_snippet</span>,
-    <span class="ruby-value">:modify_merge_request</span>,
-    <span class="ruby-value">:admin_issue</span>,
-    <span class="ruby-value">:admin_milestone</span>,
-    <span class="ruby-value">:admin_snippet</span>,
-    <span class="ruby-value">:admin_team_member</span>,
-    <span class="ruby-value">:admin_merge_request</span>,
-    <span class="ruby-value">:admin_note</span>,
-    <span class="ruby-value">:accept_mr</span>,
-    <span class="ruby-value">:admin_wiki</span>,
-    <span class="ruby-value">:admin_project</span>
-  ]
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-c-project_report_rules">
-            
-              <b>project_report_rules</b>()
-            
-            <a href="../classes/Ability.html#method-c-project_report_rules" name="method-c-project_report_rules" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-project_report_rules_source')" id="l_method-c-project_report_rules_source">show</a>
-                
-              </p>
-              <div id="method-c-project_report_rules_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/ability.rb, line 66</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">project_report_rules</span>
-  <span class="ruby-identifier">project_guest_rules</span> <span class="ruby-operator">+</span> [
-    <span class="ruby-value">:download_code</span>,
-    <span class="ruby-value">:write_merge_request</span>,
-    <span class="ruby-value">:write_snippet</span>
-  ]
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                        </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Account.html b/doc/code/classes/Account.html
deleted file mode 100644
index 21119cc8462a721260ca1638d4def724692be061..0000000000000000000000000000000000000000
--- a/doc/code/classes/Account.html
+++ /dev/null
@@ -1,1032 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Account</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Module</span> 
-            Account 
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/roles/account_rb.html">app/roles/account.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>A</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-abilities">abilities</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-authorized_groups">authorized_groups</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-authorized_projects">authorized_projects</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>B</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-block">block</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>C</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-can-3F">can?</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-can_create_group-3F">can_create_group?</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-can_create_project-3F">can_create_project?</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-cared_merge_requests">cared_merge_requests</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>F</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-first_name">first_name</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>I</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-identifier">identifier</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-is_admin-3F">is_admin?</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>L</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-last_activity_project">last_activity_project</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>M</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-my_own_projects">my_own_projects</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>N</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-namespace_id">namespace_id</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-namespaces">namespaces</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>P</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-project_ids">project_ids</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-projects_limit_percent">projects_limit_percent</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-projects_sorted_by_activity">projects_sorted_by_activity</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>R</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-recent_push">recent_push</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-require_ssh_key-3F">require_ssh_key?</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>S</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-several_namespaces-3F">several_namespaces?</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-abilities">
-            
-              <b>abilities</b>()
-            
-            <a href="../classes/Account.html#method-i-abilities" name="method-i-abilities" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-abilities_source')" id="l_method-i-abilities_source">show</a>
-                
-              </p>
-              <div id="method-i-abilities_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/account.rb, line 29</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">abilities</span>
-  <span class="ruby-ivar">@abilities</span> <span class="ruby-operator">||=</span> <span class="ruby-keyword">begin</span>
-                   <span class="ruby-identifier">abilities</span> = <span class="ruby-constant">Six</span>.<span class="ruby-identifier">new</span>
-                   <span class="ruby-identifier">abilities</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-constant">Ability</span>
-                   <span class="ruby-identifier">abilities</span>
-                 <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-authorized_groups">
-            
-              <b>authorized_groups</b>()
-            
-            <a href="../classes/Account.html#method-i-authorized_groups" name="method-i-authorized_groups" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-authorized_groups_source')" id="l_method-i-authorized_groups_source">show</a>
-                
-              </p>
-              <div id="method-i-authorized_groups_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/account.rb, line 109</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">authorized_groups</span>
-  <span class="ruby-ivar">@authorized_groups</span> <span class="ruby-operator">||=</span> <span class="ruby-keyword">begin</span>
-                         <span class="ruby-identifier">groups</span> = <span class="ruby-constant">Group</span>.<span class="ruby-identifier">where</span>(<span class="ruby-identifier">id</span><span class="ruby-operator">:</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">projects</span>.<span class="ruby-identifier">pluck</span>(<span class="ruby-value">:namespace_id</span>)).<span class="ruby-identifier">all</span>
-                         <span class="ruby-identifier">groups</span> = <span class="ruby-identifier">groups</span> <span class="ruby-operator">+</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">groups</span>
-                         <span class="ruby-identifier">groups</span>.<span class="ruby-identifier">uniq</span>
-                       <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-authorized_projects">
-            
-              <b>authorized_projects</b>()
-            
-            <a href="../classes/Account.html#method-i-authorized_projects" name="method-i-authorized_projects" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-authorized_projects_source')" id="l_method-i-authorized_projects_source">show</a>
-                
-              </p>
-              <div id="method-i-authorized_projects_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/account.rb, line 117</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">authorized_projects</span>
-  <span class="ruby-constant">Project</span>.<span class="ruby-identifier">authorized_for</span>(<span class="ruby-keyword">self</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-block">
-            
-              <b>block</b>()
-            
-            <a href="../classes/Account.html#method-i-block" name="method-i-block" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Remove user from all projects and set blocked attribute to true</p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-block_source')" id="l_method-i-block_source">show</a>
-                
-              </p>
-              <div id="method-i-block_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/account.rb, line 59</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">block</span>
-  <span class="ruby-identifier">users_projects</span>.<span class="ruby-identifier">find_each</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">membership</span><span class="ruby-operator">|</span>
-    <span class="ruby-keyword">return</span> <span class="ruby-keyword">false</span> <span class="ruby-keyword">unless</span> <span class="ruby-identifier">membership</span>.<span class="ruby-identifier">destroy</span>
-  <span class="ruby-keyword">end</span>
-
-  <span class="ruby-keyword">self</span>.<span class="ruby-identifier">blocked</span> = <span class="ruby-keyword">true</span>
-  <span class="ruby-identifier">save</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-can-3F">
-            
-              <b>can?</b>(action, subject)
-            
-            <a href="../classes/Account.html#method-i-can-3F" name="method-i-can-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-can-3F_source')" id="l_method-i-can-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-can-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/account.rb, line 37</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">can?</span> <span class="ruby-identifier">action</span>, <span class="ruby-identifier">subject</span>
-  <span class="ruby-identifier">abilities</span>.<span class="ruby-identifier">allowed?</span>(<span class="ruby-keyword">self</span>, <span class="ruby-identifier">action</span>, <span class="ruby-identifier">subject</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-can_create_group-3F">
-            
-              <b>can_create_group?</b>()
-            
-            <a href="../classes/Account.html#method-i-can_create_group-3F" name="method-i-can_create_group-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-can_create_group-3F_source')" id="l_method-i-can_create_group-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-can_create_group-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/account.rb, line 25</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">can_create_group?</span>
-  <span class="ruby-identifier">is_admin?</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-can_create_project-3F">
-            
-              <b>can_create_project?</b>()
-            
-            <a href="../classes/Account.html#method-i-can_create_project-3F" name="method-i-can_create_project-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-can_create_project-3F_source')" id="l_method-i-can_create_project-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-can_create_project-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/account.rb, line 21</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">can_create_project?</span>
-  <span class="ruby-identifier">projects_limit</span> <span class="ruby-operator">&gt;</span> <span class="ruby-identifier">my_own_projects</span>.<span class="ruby-identifier">count</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-cared_merge_requests">
-            
-              <b>cared_merge_requests</b>()
-            
-            <a href="../classes/Account.html#method-i-cared_merge_requests" name="method-i-cared_merge_requests" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-cared_merge_requests_source')" id="l_method-i-cared_merge_requests_source">show</a>
-                
-              </p>
-              <div id="method-i-cared_merge_requests_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/account.rb, line 49</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">cared_merge_requests</span>
-  <span class="ruby-constant">MergeRequest</span>.<span class="ruby-identifier">where</span>(<span class="ruby-string">&quot;author_id = :id or assignee_id = :id&quot;</span>, <span class="ruby-identifier">id</span><span class="ruby-operator">:</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">id</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-first_name">
-            
-              <b>first_name</b>()
-            
-            <a href="../classes/Account.html#method-i-first_name" name="method-i-first_name" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-first_name_source')" id="l_method-i-first_name_source">show</a>
-                
-              </p>
-              <div id="method-i-first_name_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/account.rb, line 45</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">first_name</span>
-  <span class="ruby-identifier">name</span>.<span class="ruby-identifier">split</span>.<span class="ruby-identifier">first</span> <span class="ruby-keyword">unless</span> <span class="ruby-identifier">name</span>.<span class="ruby-identifier">blank?</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-identifier">
-            
-              <b>identifier</b>()
-            
-            <a href="../classes/Account.html#method-i-identifier" name="method-i-identifier" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Returns a string for use as a Gitolite user identifier</p>
-
-<p><a href="Note.html">Note</a> that Gitolite 2.x requires the following
-pattern for users:</p>
-
-<pre>^@?[0-9a-zA-Z][0-9a-zA-Z._\@+-]*$</pre>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-identifier_source')" id="l_method-i-identifier_source">show</a>
-                
-              </p>
-              <div id="method-i-identifier_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/account.rb, line 7</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">identifier</span>
-  <span class="ruby-comment"># Replace non-word chars with underscores, then make sure it starts with</span>
-  <span class="ruby-comment"># valid chars</span>
-  <span class="ruby-identifier">email</span>.<span class="ruby-identifier">gsub</span>(<span class="ruby-regexp">%r\W/</span>, <span class="ruby-string">'_'</span>).<span class="ruby-identifier">gsub</span>(<span class="ruby-regexp">%r\A([\W\_])+/</span>, <span class="ruby-string">''</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-is_admin-3F">
-            
-              <b>is_admin?</b>()
-            
-            <a href="../classes/Account.html#method-i-is_admin-3F" name="method-i-is_admin-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-is_admin-3F_source')" id="l_method-i-is_admin-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-is_admin-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/account.rb, line 13</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">is_admin?</span>
-  <span class="ruby-identifier">admin</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-last_activity_project">
-            
-              <b>last_activity_project</b>()
-            
-            <a href="../classes/Account.html#method-i-last_activity_project" name="method-i-last_activity_project" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-last_activity_project_source')" id="l_method-i-last_activity_project_source">show</a>
-                
-              </p>
-              <div id="method-i-last_activity_project_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/account.rb, line 41</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">last_activity_project</span>
-  <span class="ruby-identifier">projects</span>.<span class="ruby-identifier">first</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-my_own_projects">
-            
-              <b>my_own_projects</b>()
-            
-            <a href="../classes/Account.html#method-i-my_own_projects" name="method-i-my_own_projects" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-my_own_projects_source')" id="l_method-i-my_own_projects_source">show</a>
-                
-              </p>
-              <div id="method-i-my_own_projects_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/account.rb, line 121</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">my_own_projects</span>
-  <span class="ruby-constant">Project</span>.<span class="ruby-identifier">personal</span>(<span class="ruby-keyword">self</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-namespace_id">
-            
-              <b>namespace_id</b>()
-            
-            <a href="../classes/Account.html#method-i-namespace_id" name="method-i-namespace_id" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-namespace_id_source')" id="l_method-i-namespace_id_source">show</a>
-                
-              </p>
-              <div id="method-i-namespace_id_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/account.rb, line 105</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">namespace_id</span>
-  <span class="ruby-identifier">namespace</span>.<span class="ruby-identifier">try</span> <span class="ruby-value">:id</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-namespaces">
-            
-              <b>namespaces</b>()
-            
-            <a href="../classes/Account.html#method-i-namespaces" name="method-i-namespaces" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-namespaces_source')" id="l_method-i-namespaces_source">show</a>
-                
-              </p>
-              <div id="method-i-namespaces_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/account.rb, line 86</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">namespaces</span>
-  <span class="ruby-identifier">namespaces</span> = []
-
-  <span class="ruby-comment"># Add user account namespace</span>
-  <span class="ruby-identifier">namespaces</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">namespace</span> <span class="ruby-keyword">if</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">namespace</span>
-
-  <span class="ruby-comment"># Add groups you can manage</span>
-  <span class="ruby-identifier">namespaces</span> <span class="ruby-operator">+=</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">admin</span>
-                  <span class="ruby-constant">Group</span>.<span class="ruby-identifier">all</span>
-                <span class="ruby-keyword">else</span>
-                  <span class="ruby-identifier">groups</span>.<span class="ruby-identifier">all</span>
-                <span class="ruby-keyword">end</span>
-  <span class="ruby-identifier">namespaces</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-project_ids">
-            
-              <b>project_ids</b>()
-            
-            <a href="../classes/Account.html#method-i-project_ids" name="method-i-project_ids" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-project_ids_source')" id="l_method-i-project_ids_source">show</a>
-                
-              </p>
-              <div id="method-i-project_ids_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/account.rb, line 53</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">project_ids</span>
-  <span class="ruby-identifier">projects</span>.<span class="ruby-identifier">map</span>(&amp;<span class="ruby-value">:id</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-projects_limit_percent">
-            
-              <b>projects_limit_percent</b>()
-            
-            <a href="../classes/Account.html#method-i-projects_limit_percent" name="method-i-projects_limit_percent" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-projects_limit_percent_source')" id="l_method-i-projects_limit_percent_source">show</a>
-                
-              </p>
-              <div id="method-i-projects_limit_percent_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/account.rb, line 68</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">projects_limit_percent</span>
-  <span class="ruby-keyword">return</span> <span class="ruby-number">100</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">projects_limit</span>.<span class="ruby-identifier">zero?</span>
-  (<span class="ruby-identifier">my_own_projects</span>.<span class="ruby-identifier">count</span>.<span class="ruby-identifier">to_f</span> <span class="ruby-operator">/</span> <span class="ruby-identifier">projects_limit</span>) * <span class="ruby-number">100</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-projects_sorted_by_activity">
-            
-              <b>projects_sorted_by_activity</b>()
-            
-            <a href="../classes/Account.html#method-i-projects_sorted_by_activity" name="method-i-projects_sorted_by_activity" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-projects_sorted_by_activity_source')" id="l_method-i-projects_sorted_by_activity_source">show</a>
-                
-              </p>
-              <div id="method-i-projects_sorted_by_activity_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/account.rb, line 82</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">projects_sorted_by_activity</span>
-  <span class="ruby-identifier">projects</span>.<span class="ruby-identifier">sorted_by_activity</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-recent_push">
-            
-              <b>recent_push</b>(project_id = nil)
-            
-            <a href="../classes/Account.html#method-i-recent_push" name="method-i-recent_push" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-recent_push_source')" id="l_method-i-recent_push_source">show</a>
-                
-              </p>
-              <div id="method-i-recent_push_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/account.rb, line 73</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">recent_push</span> <span class="ruby-identifier">project_id</span> = <span class="ruby-keyword">nil</span>
-  <span class="ruby-comment"># Get push events not earlier than 2 hours ago</span>
-  <span class="ruby-identifier">events</span> = <span class="ruby-identifier">recent_events</span>.<span class="ruby-identifier">code_push</span>.<span class="ruby-identifier">where</span>(<span class="ruby-string">&quot;created_at &gt; ?&quot;</span>, <span class="ruby-constant">Time</span>.<span class="ruby-identifier">now</span> <span class="ruby-operator">-</span> <span class="ruby-number">2</span>.<span class="ruby-identifier">hours</span>)
-  <span class="ruby-identifier">events</span> = <span class="ruby-identifier">events</span>.<span class="ruby-identifier">where</span>(<span class="ruby-identifier">project_id</span><span class="ruby-operator">:</span> <span class="ruby-identifier">project_id</span>) <span class="ruby-keyword">if</span> <span class="ruby-identifier">project_id</span>
-
-  <span class="ruby-comment"># Take only latest one</span>
-  <span class="ruby-identifier">events</span> = <span class="ruby-identifier">events</span>.<span class="ruby-identifier">recent</span>.<span class="ruby-identifier">limit</span>(<span class="ruby-number">1</span>).<span class="ruby-identifier">first</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-require_ssh_key-3F">
-            
-              <b>require_ssh_key?</b>()
-            
-            <a href="../classes/Account.html#method-i-require_ssh_key-3F" name="method-i-require_ssh_key-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-require_ssh_key-3F_source')" id="l_method-i-require_ssh_key-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-require_ssh_key-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/account.rb, line 17</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">require_ssh_key?</span>
-  <span class="ruby-identifier">keys</span>.<span class="ruby-identifier">count</span> <span class="ruby-operator">==</span> <span class="ruby-number">0</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-several_namespaces-3F">
-            
-              <b>several_namespaces?</b>()
-            
-            <a href="../classes/Account.html#method-i-several_namespaces-3F" name="method-i-several_namespaces-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-several_namespaces-3F_source')" id="l_method-i-several_namespaces-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-several_namespaces-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/account.rb, line 101</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">several_namespaces?</span>
-  <span class="ruby-identifier">namespaces</span>.<span class="ruby-identifier">size</span> <span class="ruby-operator">&gt;</span> <span class="ruby-number">1</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/ActiveRecord.html b/doc/code/classes/ActiveRecord.html
deleted file mode 100644
index fdf88c1cf340be2e7b33f079e42b2c861dfa03be..0000000000000000000000000000000000000000
--- a/doc/code/classes/ActiveRecord.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>ActiveRecord</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Module</span> 
-            ActiveRecord 
-            
-        </h1>
-        <ul class="files">
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="ActiveRecord/ConnectionAdapters.html">ActiveRecord::ConnectionAdapters</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/ActiveRecord/ConnectionAdapters.html b/doc/code/classes/ActiveRecord/ConnectionAdapters.html
deleted file mode 100644
index ec3891660ab7689f3944bcf3cb633d1561f8f94e..0000000000000000000000000000000000000000
--- a/doc/code/classes/ActiveRecord/ConnectionAdapters.html
+++ /dev/null
@@ -1,86 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>ActiveRecord::ConnectionAdapters</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/github.css" type="text/css" media="screen" />
-<script src="../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Module</span> 
-            ActiveRecord::ConnectionAdapters 
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../../files/config/initializers/connection_fix_rb.html">config/initializers/connection_fix.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="ConnectionAdapters/Mysql2Adapter.html">ActiveRecord::ConnectionAdapters::Mysql2Adapter</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="ConnectionAdapters/PostgreSQLAdapter.html">ActiveRecord::ConnectionAdapters::PostgreSQLAdapter</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/ActiveRecord/ConnectionAdapters/Mysql2Adapter.html b/doc/code/classes/ActiveRecord/ConnectionAdapters/Mysql2Adapter.html
deleted file mode 100644
index 2c8d740a69ac4563b959d8f8218790d36d1141da..0000000000000000000000000000000000000000
--- a/doc/code/classes/ActiveRecord/ConnectionAdapters/Mysql2Adapter.html
+++ /dev/null
@@ -1,167 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>ActiveRecord::ConnectionAdapters::Mysql2Adapter</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            ActiveRecord::ConnectionAdapters::Mysql2Adapter 
-            
-                <span class="parent">&lt; 
-                    
-                    <a href="../../Object.html">Object</a>
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../../../files/config/initializers/connection_fix_rb.html">config/initializers/connection_fix.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>E</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-execute">execute</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-execute_without_retry">execute_without_retry</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-execute">
-            
-              <b>execute</b>(*args)
-            
-            <a href="../../../classes/ActiveRecord/ConnectionAdapters/Mysql2Adapter.html#method-i-execute" name="method-i-execute" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-            <div class="aka">
-              Also aliased as: <a href="Mysql2Adapter.html#method-i-execute_without_retry">execute_without_retry</a>
-            </div>
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-execute_source')" id="l_method-i-execute_source">show</a>
-                
-              </p>
-              <div id="method-i-execute_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File config/initializers/connection_fix.rb, line 21</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">execute</span>(*<span class="ruby-identifier">args</span>)
-  <span class="ruby-identifier">execute_without_retry</span>(*<span class="ruby-identifier">args</span>)
-<span class="ruby-keyword">rescue</span> <span class="ruby-constant">ActiveRecord</span><span class="ruby-operator">::</span><span class="ruby-constant">StatementInvalid</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-identifier">e</span>
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">e</span>.<span class="ruby-identifier">message</span> <span class="ruby-operator">=~</span> <span class="ruby-regexp">%rserver has gone away/</span>
-    <span class="ruby-identifier">warn</span> <span class="ruby-string">&quot;Server timed out, retrying&quot;</span>
-    <span class="ruby-identifier">reconnect!</span>
-    <span class="ruby-keyword">retry</span>
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-identifier">raise</span> <span class="ruby-identifier">e</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-execute_without_retry">
-            
-              <b>execute_without_retry</b>(*args)
-            
-            <a href="../../../classes/ActiveRecord/ConnectionAdapters/Mysql2Adapter.html#method-i-execute_without_retry" name="method-i-execute_without_retry" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/ActiveRecord/ConnectionAdapters/PostgreSQLAdapter.html b/doc/code/classes/ActiveRecord/ConnectionAdapters/PostgreSQLAdapter.html
deleted file mode 100644
index 0ee82105cd4bbbe124324c04915351e7bd9ce30d..0000000000000000000000000000000000000000
--- a/doc/code/classes/ActiveRecord/ConnectionAdapters/PostgreSQLAdapter.html
+++ /dev/null
@@ -1,191 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>ActiveRecord::ConnectionAdapters::PostgreSQLAdapter</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            ActiveRecord::ConnectionAdapters::PostgreSQLAdapter 
-            
-                <span class="parent">&lt; 
-                    
-                    <a href="../../Object.html">Object</a>
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../../../files/config/initializers/postgresql_limit_fix_rb.html">config/initializers/postgresql_limit_fix.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="PostgreSQLAdapter/TableDefinition.html">ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::TableDefinition</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>A</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-add_column_with_limit_filter">add_column_with_limit_filter</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>C</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-change_column_with_limit_filter">change_column_with_limit_filter</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-add_column_with_limit_filter">
-            
-              <b>add_column_with_limit_filter</b>(table_name, column_name, type, options = {})
-            
-            <a href="../../../classes/ActiveRecord/ConnectionAdapters/PostgreSQLAdapter.html#method-i-add_column_with_limit_filter" name="method-i-add_column_with_limit_filter" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-add_column_with_limit_filter_source')" id="l_method-i-add_column_with_limit_filter_source">show</a>
-                
-              </p>
-              <div id="method-i-add_column_with_limit_filter_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File config/initializers/postgresql_limit_fix.rb, line 13</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">add_column_with_limit_filter</span>(<span class="ruby-identifier">table_name</span>, <span class="ruby-identifier">column_name</span>, <span class="ruby-identifier">type</span>, <span class="ruby-identifier">options</span> = {})
-  <span class="ruby-identifier">options</span>.<span class="ruby-identifier">delete</span>(<span class="ruby-value">:limit</span>) <span class="ruby-keyword">if</span> <span class="ruby-identifier">type</span> <span class="ruby-operator">==</span> <span class="ruby-value">:text</span>
-  <span class="ruby-identifier">add_column_without_limit_filter</span>(<span class="ruby-identifier">table_name</span>, <span class="ruby-identifier">column_name</span>, <span class="ruby-identifier">type</span>, <span class="ruby-identifier">options</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-change_column_with_limit_filter">
-            
-              <b>change_column_with_limit_filter</b>(table_name, column_name, type, options = {})
-            
-            <a href="../../../classes/ActiveRecord/ConnectionAdapters/PostgreSQLAdapter.html#method-i-change_column_with_limit_filter" name="method-i-change_column_with_limit_filter" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-change_column_with_limit_filter_source')" id="l_method-i-change_column_with_limit_filter_source">show</a>
-                
-              </p>
-              <div id="method-i-change_column_with_limit_filter_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File config/initializers/postgresql_limit_fix.rb, line 18</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">change_column_with_limit_filter</span>(<span class="ruby-identifier">table_name</span>, <span class="ruby-identifier">column_name</span>, <span class="ruby-identifier">type</span>, <span class="ruby-identifier">options</span> = {})
-  <span class="ruby-identifier">options</span>.<span class="ruby-identifier">delete</span>(<span class="ruby-value">:limit</span>) <span class="ruby-keyword">if</span> <span class="ruby-identifier">type</span> <span class="ruby-operator">==</span> <span class="ruby-value">:text</span>
-  <span class="ruby-identifier">change_column_without_limit_filter</span>(<span class="ruby-identifier">table_name</span>, <span class="ruby-identifier">column_name</span>, <span class="ruby-identifier">type</span>, <span class="ruby-identifier">options</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/ActiveRecord/ConnectionAdapters/PostgreSQLAdapter/TableDefinition.html b/doc/code/classes/ActiveRecord/ConnectionAdapters/PostgreSQLAdapter/TableDefinition.html
deleted file mode 100644
index f2ea0db417a6cb2c8712244e78d006e3b616a528..0000000000000000000000000000000000000000
--- a/doc/code/classes/ActiveRecord/ConnectionAdapters/PostgreSQLAdapter/TableDefinition.html
+++ /dev/null
@@ -1,135 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::TableDefinition</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::TableDefinition 
-            
-                <span class="parent">&lt; 
-                    
-                    <a href="../../../Object.html">Object</a>
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../../../../files/config/initializers/postgresql_limit_fix_rb.html">config/initializers/postgresql_limit_fix.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>T</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-text">text</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-text">
-            
-              <b>text</b>(*args)
-            
-            <a href="../../../../classes/ActiveRecord/ConnectionAdapters/PostgreSQLAdapter/TableDefinition.html#method-i-text" name="method-i-text" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-text_source')" id="l_method-i-text_source">show</a>
-                
-              </p>
-              <div id="method-i-text_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File config/initializers/postgresql_limit_fix.rb, line 4</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">text</span>(*<span class="ruby-identifier">args</span>)
-  <span class="ruby-identifier">options</span> = <span class="ruby-identifier">args</span>.<span class="ruby-identifier">extract_options!</span>
-  <span class="ruby-identifier">options</span>.<span class="ruby-identifier">delete</span>(<span class="ruby-value">:limit</span>)
-  <span class="ruby-identifier">column_names</span> = <span class="ruby-identifier">args</span>
-  <span class="ruby-identifier">type</span> = <span class="ruby-value">:text</span>
-  <span class="ruby-identifier">column_names</span>.<span class="ruby-identifier">each</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">name</span><span class="ruby-operator">|</span> <span class="ruby-identifier">column</span>(<span class="ruby-identifier">name</span>, <span class="ruby-identifier">type</span>, <span class="ruby-identifier">options</span>) }
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/ActivityObserver.html b/doc/code/classes/ActivityObserver.html
deleted file mode 100644
index 31f4982edd03d7199d56669ed65e6ed420570102..0000000000000000000000000000000000000000
--- a/doc/code/classes/ActivityObserver.html
+++ /dev/null
@@ -1,194 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>ActivityObserver</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            ActivityObserver 
-            
-                <span class="parent">&lt; 
-                    
-                    ActiveRecord::Observer
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/observers/activity_observer_rb.html">app/observers/activity_observer.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>A</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-after_create">after_create</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-after_save">after_save</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-after_create">
-            
-              <b>after_create</b>(record)
-            
-            <a href="../classes/ActivityObserver.html#method-i-after_create" name="method-i-after_create" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-after_create_source')" id="l_method-i-after_create_source">show</a>
-                
-              </p>
-              <div id="method-i-after_create_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/observers/activity_observer.rb, line 4</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">after_create</span>(<span class="ruby-identifier">record</span>)
-  <span class="ruby-identifier">event_author_id</span> = <span class="ruby-identifier">record</span>.<span class="ruby-identifier">author_id</span>
-
-  <span class="ruby-comment"># Skip status notes</span>
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">record</span>.<span class="ruby-identifier">kind_of?</span>(<span class="ruby-constant">Note</span>) <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">record</span>.<span class="ruby-identifier">note</span>.<span class="ruby-identifier">include?</span>(<span class="ruby-string">&quot;_Status changed to &quot;</span>)
-    <span class="ruby-keyword">return</span> <span class="ruby-keyword">true</span>
-  <span class="ruby-keyword">end</span>
-
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">event_author_id</span>
-    <span class="ruby-constant">Event</span>.<span class="ruby-identifier">create</span>(
-      <span class="ruby-identifier">project</span><span class="ruby-operator">:</span> <span class="ruby-identifier">record</span>.<span class="ruby-identifier">project</span>,
-      <span class="ruby-identifier">target_id</span><span class="ruby-operator">:</span> <span class="ruby-identifier">record</span>.<span class="ruby-identifier">id</span>,
-      <span class="ruby-identifier">target_type</span><span class="ruby-operator">:</span> <span class="ruby-identifier">record</span>.<span class="ruby-identifier">class</span>.<span class="ruby-identifier">name</span>,
-      <span class="ruby-identifier">action</span><span class="ruby-operator">:</span> <span class="ruby-constant">Event</span>.<span class="ruby-identifier">determine_action</span>(<span class="ruby-identifier">record</span>),
-      <span class="ruby-identifier">author_id</span><span class="ruby-operator">:</span> <span class="ruby-identifier">event_author_id</span>
-    )
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-after_save">
-            
-              <b>after_save</b>(record)
-            
-            <a href="../classes/ActivityObserver.html#method-i-after_save" name="method-i-after_save" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-after_save_source')" id="l_method-i-after_save_source">show</a>
-                
-              </p>
-              <div id="method-i-after_save_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/observers/activity_observer.rb, line 23</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">after_save</span>(<span class="ruby-identifier">record</span>)
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">record</span>.<span class="ruby-identifier">changed</span>.<span class="ruby-identifier">include?</span>(<span class="ruby-string">&quot;closed&quot;</span>) <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">record</span>.<span class="ruby-identifier">author_id_of_changes</span>
-    <span class="ruby-constant">Event</span>.<span class="ruby-identifier">create</span>(
-      <span class="ruby-identifier">project</span><span class="ruby-operator">:</span> <span class="ruby-identifier">record</span>.<span class="ruby-identifier">project</span>,
-      <span class="ruby-identifier">target_id</span><span class="ruby-operator">:</span> <span class="ruby-identifier">record</span>.<span class="ruby-identifier">id</span>,
-      <span class="ruby-identifier">target_type</span><span class="ruby-operator">:</span> <span class="ruby-identifier">record</span>.<span class="ruby-identifier">class</span>.<span class="ruby-identifier">name</span>,
-      <span class="ruby-identifier">action</span><span class="ruby-operator">:</span> (<span class="ruby-identifier">record</span>.<span class="ruby-identifier">closed</span> <span class="ruby-operator">?</span> <span class="ruby-constant">Event</span><span class="ruby-operator">::</span><span class="ruby-constant">Closed</span> <span class="ruby-operator">:</span> <span class="ruby-constant">Event</span><span class="ruby-operator">::</span><span class="ruby-constant">Reopened</span>),
-      <span class="ruby-identifier">author_id</span><span class="ruby-operator">:</span> <span class="ruby-identifier">record</span>.<span class="ruby-identifier">author_id_of_changes</span>
-    )
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Admin.html b/doc/code/classes/Admin.html
deleted file mode 100644
index ba82287d551a43273ac62a2aafb8b7fb45a3e427..0000000000000000000000000000000000000000
--- a/doc/code/classes/Admin.html
+++ /dev/null
@@ -1,114 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Admin</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Module</span> 
-            Admin 
-            
-        </h1>
-        <ul class="files">
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="Admin/DashboardController.html">Admin::DashboardController</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="Admin/GroupsController.html">Admin::GroupsController</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="Admin/HooksController.html">Admin::HooksController</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="Admin/LogsController.html">Admin::LogsController</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="Admin/ProjectsController.html">Admin::ProjectsController</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="Admin/ResqueController.html">Admin::ResqueController</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="Admin/TeamMembersController.html">Admin::TeamMembersController</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="Admin/UsersController.html">Admin::UsersController</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Admin/DashboardController.html b/doc/code/classes/Admin/DashboardController.html
deleted file mode 100644
index 02643b7fe39a87a4df975e673de4913bff63697a..0000000000000000000000000000000000000000
--- a/doc/code/classes/Admin/DashboardController.html
+++ /dev/null
@@ -1,139 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Admin::DashboardController</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/github.css" type="text/css" media="screen" />
-<script src="../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Admin::DashboardController 
-            
-                <span class="parent">&lt; 
-                    
-                    <a href="../AdminController.html">AdminController</a>
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../../files/app/controllers/admin/dashboard_controller_rb.html">app/controllers/admin/dashboard_controller.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>I</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-index">index</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-index">
-            
-              <b>index</b>()
-            
-            <a href="../../classes/Admin/DashboardController.html#method-i-index" name="method-i-index" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-index_source')" id="l_method-i-index_source">show</a>
-                
-              </p>
-              <div id="method-i-index_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/admin/dashboard_controller.rb, line 2</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">index</span>
-  <span class="ruby-ivar">@projects</span> = <span class="ruby-constant">Project</span>.<span class="ruby-identifier">order</span>(<span class="ruby-string">&quot;created_at DESC&quot;</span>).<span class="ruby-identifier">limit</span>(<span class="ruby-number">10</span>)
-  <span class="ruby-ivar">@users</span> = <span class="ruby-constant">User</span>.<span class="ruby-identifier">order</span>(<span class="ruby-string">&quot;created_at DESC&quot;</span>).<span class="ruby-identifier">limit</span>(<span class="ruby-number">10</span>)
-
-  <span class="ruby-ivar">@resque_accessible</span> = <span class="ruby-keyword">true</span>
-  <span class="ruby-ivar">@workers</span> = <span class="ruby-constant">Resque</span>.<span class="ruby-identifier">workers</span>
-  <span class="ruby-ivar">@pending_jobs</span> = <span class="ruby-constant">Resque</span>.<span class="ruby-identifier">size</span>(<span class="ruby-value">:post_receive</span>)
-
-<span class="ruby-keyword">rescue</span> <span class="ruby-constant">Redis</span><span class="ruby-operator">::</span><span class="ruby-constant">InheritedError</span>
-  <span class="ruby-ivar">@resque_accessible</span> = <span class="ruby-keyword">false</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Admin/GroupsController.html b/doc/code/classes/Admin/GroupsController.html
deleted file mode 100644
index b3651e8b98ea175d9602ede5958d58ac7d622784..0000000000000000000000000000000000000000
--- a/doc/code/classes/Admin/GroupsController.html
+++ /dev/null
@@ -1,586 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Admin::GroupsController</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/github.css" type="text/css" media="screen" />
-<script src="../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Admin::GroupsController 
-            
-                <span class="parent">&lt; 
-                    
-                    <a href="../AdminController.html">AdminController</a>
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../../files/app/controllers/admin/groups_controller_rb.html">app/controllers/admin/groups_controller.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>C</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-create">create</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>D</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-destroy">destroy</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>E</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-edit">edit</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>I</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-index">index</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>N</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-new">new</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>P</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-project_teams_update">project_teams_update</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-project_update">project_update</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>R</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-remove_project">remove_project</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>S</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-show">show</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>U</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-update">update</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-create">
-            
-              <b>create</b>()
-            
-            <a href="../../classes/Admin/GroupsController.html#method-i-create" name="method-i-create" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-create_source')" id="l_method-i-create_source">show</a>
-                
-              </p>
-              <div id="method-i-create_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/admin/groups_controller.rb, line 26</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">create</span>
-  <span class="ruby-ivar">@group</span> = <span class="ruby-constant">Group</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:group</span>])
-  <span class="ruby-ivar">@group</span>.<span class="ruby-identifier">path</span> = <span class="ruby-ivar">@group</span>.<span class="ruby-identifier">name</span>.<span class="ruby-identifier">dup</span>.<span class="ruby-identifier">parameterize</span> <span class="ruby-keyword">if</span> <span class="ruby-ivar">@group</span>.<span class="ruby-identifier">name</span>
-  <span class="ruby-ivar">@group</span>.<span class="ruby-identifier">owner</span> = <span class="ruby-identifier">current_user</span>
-
-  <span class="ruby-keyword">if</span> <span class="ruby-ivar">@group</span>.<span class="ruby-identifier">save</span>
-    <span class="ruby-identifier">redirect_to</span> [<span class="ruby-value">:admin</span>, <span class="ruby-ivar">@group</span>], <span class="ruby-identifier">notice</span><span class="ruby-operator">:</span> <span class="ruby-string">'Group was successfully created.'</span>
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-identifier">render</span> <span class="ruby-identifier">action</span><span class="ruby-operator">:</span> <span class="ruby-string">&quot;new&quot;</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-destroy">
-            
-              <b>destroy</b>()
-            
-            <a href="../../classes/Admin/GroupsController.html#method-i-destroy" name="method-i-destroy" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-destroy_source')" id="l_method-i-destroy_source">show</a>
-                
-              </p>
-              <div id="method-i-destroy_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/admin/groups_controller.rb, line 75</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">destroy</span>
-  <span class="ruby-ivar">@group</span>.<span class="ruby-identifier">truncate_teams</span>
-
-  <span class="ruby-ivar">@group</span>.<span class="ruby-identifier">destroy</span>
-
-  <span class="ruby-identifier">redirect_to</span> <span class="ruby-identifier">admin_groups_path</span>, <span class="ruby-identifier">notice</span><span class="ruby-operator">:</span> <span class="ruby-string">'Group was successfully deleted.'</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-edit">
-            
-              <b>edit</b>()
-            
-            <a href="../../classes/Admin/GroupsController.html#method-i-edit" name="method-i-edit" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-edit_source')" id="l_method-i-edit_source">show</a>
-                
-              </p>
-              <div id="method-i-edit_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/admin/groups_controller.rb, line 23</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">edit</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-index">
-            
-              <b>index</b>()
-            
-            <a href="../../classes/Admin/GroupsController.html#method-i-index" name="method-i-index" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-index_source')" id="l_method-i-index_source">show</a>
-                
-              </p>
-              <div id="method-i-index_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/admin/groups_controller.rb, line 4</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">index</span>
-  <span class="ruby-ivar">@groups</span> = <span class="ruby-constant">Group</span>.<span class="ruby-identifier">order</span>(<span class="ruby-string">'name ASC'</span>)
-  <span class="ruby-ivar">@groups</span> = <span class="ruby-ivar">@groups</span>.<span class="ruby-identifier">search</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:name</span>]) <span class="ruby-keyword">if</span> <span class="ruby-identifier">params</span>[<span class="ruby-value">:name</span>].<span class="ruby-identifier">present?</span>
-  <span class="ruby-ivar">@groups</span> = <span class="ruby-ivar">@groups</span>.<span class="ruby-identifier">page</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:page</span>]).<span class="ruby-identifier">per</span>(<span class="ruby-number">20</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-new">
-            
-              <b>new</b>()
-            
-            <a href="../../classes/Admin/GroupsController.html#method-i-new" name="method-i-new" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-new_source')" id="l_method-i-new_source">show</a>
-                
-              </p>
-              <div id="method-i-new_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/admin/groups_controller.rb, line 19</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">new</span>
-  <span class="ruby-ivar">@group</span> = <span class="ruby-constant">Group</span>.<span class="ruby-identifier">new</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-project_teams_update">
-            
-              <b>project_teams_update</b>()
-            
-            <a href="../../classes/Admin/GroupsController.html#method-i-project_teams_update" name="method-i-project_teams_update" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-project_teams_update_source')" id="l_method-i-project_teams_update_source">show</a>
-                
-              </p>
-              <div id="method-i-project_teams_update_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/admin/groups_controller.rb, line 70</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">project_teams_update</span>
-  <span class="ruby-ivar">@group</span>.<span class="ruby-identifier">add_users_to_project_teams</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:user_ids</span>], <span class="ruby-identifier">params</span>[<span class="ruby-value">:project_access</span>])
-  <span class="ruby-identifier">redirect_to</span> [<span class="ruby-value">:admin</span>, <span class="ruby-ivar">@group</span>], <span class="ruby-identifier">notice</span><span class="ruby-operator">:</span> <span class="ruby-string">'Users was successfully added.'</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-project_update">
-            
-              <b>project_update</b>()
-            
-            <a href="../../classes/Admin/GroupsController.html#method-i-project_update" name="method-i-project_update" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-project_update_source')" id="l_method-i-project_update_source">show</a>
-                
-              </p>
-              <div id="method-i-project_update_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/admin/groups_controller.rb, line 53</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">project_update</span>
-  <span class="ruby-identifier">project_ids</span> = <span class="ruby-identifier">params</span>[<span class="ruby-value">:project_ids</span>]
-
-  <span class="ruby-constant">Project</span>.<span class="ruby-identifier">where</span>(<span class="ruby-identifier">id</span><span class="ruby-operator">:</span> <span class="ruby-identifier">project_ids</span>).<span class="ruby-identifier">each</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">project</span><span class="ruby-operator">|</span>
-    <span class="ruby-identifier">project</span>.<span class="ruby-identifier">transfer</span>(<span class="ruby-ivar">@group</span>)
-  <span class="ruby-keyword">end</span>
-
-  <span class="ruby-identifier">redirect_to</span> <span class="ruby-value">:back</span>, <span class="ruby-identifier">notice</span><span class="ruby-operator">:</span> <span class="ruby-string">'Group was successfully updated.'</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-remove_project">
-            
-              <b>remove_project</b>()
-            
-            <a href="../../classes/Admin/GroupsController.html#method-i-remove_project" name="method-i-remove_project" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-remove_project_source')" id="l_method-i-remove_project_source">show</a>
-                
-              </p>
-              <div id="method-i-remove_project_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/admin/groups_controller.rb, line 63</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">remove_project</span>
-  <span class="ruby-ivar">@project</span> = <span class="ruby-constant">Project</span>.<span class="ruby-identifier">find</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:project_id</span>])
-  <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">transfer</span>(<span class="ruby-keyword">nil</span>)
-
-  <span class="ruby-identifier">redirect_to</span> <span class="ruby-value">:back</span>, <span class="ruby-identifier">notice</span><span class="ruby-operator">:</span> <span class="ruby-string">'Group was successfully updated.'</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-show">
-            
-              <b>show</b>()
-            
-            <a href="../../classes/Admin/GroupsController.html#method-i-show" name="method-i-show" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-show_source')" id="l_method-i-show_source">show</a>
-                
-              </p>
-              <div id="method-i-show_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/admin/groups_controller.rb, line 10</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">show</span>
-  <span class="ruby-ivar">@projects</span> = <span class="ruby-constant">Project</span>.<span class="ruby-identifier">scoped</span>
-  <span class="ruby-ivar">@projects</span> = <span class="ruby-ivar">@projects</span>.<span class="ruby-identifier">not_in_group</span>(<span class="ruby-ivar">@group</span>) <span class="ruby-keyword">if</span> <span class="ruby-ivar">@group</span>.<span class="ruby-identifier">projects</span>.<span class="ruby-identifier">present?</span>
-  <span class="ruby-ivar">@projects</span> = <span class="ruby-ivar">@projects</span>.<span class="ruby-identifier">all</span>
-  <span class="ruby-ivar">@projects</span>.<span class="ruby-identifier">reject!</span>(&amp;<span class="ruby-value">:empty_repo?</span>)
-
-  <span class="ruby-ivar">@users</span> = <span class="ruby-constant">User</span>.<span class="ruby-identifier">active</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-update">
-            
-              <b>update</b>()
-            
-            <a href="../../classes/Admin/GroupsController.html#method-i-update" name="method-i-update" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-update_source')" id="l_method-i-update_source">show</a>
-                
-              </p>
-              <div id="method-i-update_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/admin/groups_controller.rb, line 38</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">update</span>
-  <span class="ruby-identifier">group_params</span> = <span class="ruby-identifier">params</span>[<span class="ruby-value">:group</span>].<span class="ruby-identifier">dup</span>
-  <span class="ruby-identifier">owner_id</span> =<span class="ruby-identifier">group_params</span>.<span class="ruby-identifier">delete</span>(<span class="ruby-value">:owner_id</span>)
-
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">owner_id</span>
-    <span class="ruby-ivar">@group</span>.<span class="ruby-identifier">owner</span> = <span class="ruby-constant">User</span>.<span class="ruby-identifier">find</span>(<span class="ruby-identifier">owner_id</span>)
-  <span class="ruby-keyword">end</span>
-
-  <span class="ruby-keyword">if</span> <span class="ruby-ivar">@group</span>.<span class="ruby-identifier">update_attributes</span>(<span class="ruby-identifier">group_params</span>)
-    <span class="ruby-identifier">redirect_to</span> [<span class="ruby-value">:admin</span>, <span class="ruby-ivar">@group</span>], <span class="ruby-identifier">notice</span><span class="ruby-operator">:</span> <span class="ruby-string">'Group was successfully updated.'</span>
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-identifier">render</span> <span class="ruby-identifier">action</span><span class="ruby-operator">:</span> <span class="ruby-string">&quot;edit&quot;</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Admin/HooksController.html b/doc/code/classes/Admin/HooksController.html
deleted file mode 100644
index 1d56fbc7b98ca6faa646ccfdf96166918de51a31..0000000000000000000000000000000000000000
--- a/doc/code/classes/Admin/HooksController.html
+++ /dev/null
@@ -1,294 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Admin::HooksController</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/github.css" type="text/css" media="screen" />
-<script src="../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Admin::HooksController 
-            
-                <span class="parent">&lt; 
-                    
-                    <a href="../AdminController.html">AdminController</a>
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../../files/app/controllers/admin/hooks_controller_rb.html">app/controllers/admin/hooks_controller.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>C</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-create">create</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>D</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-destroy">destroy</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>I</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-index">index</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>T</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-test">test</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-create">
-            
-              <b>create</b>()
-            
-            <a href="../../classes/Admin/HooksController.html#method-i-create" name="method-i-create" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-create_source')" id="l_method-i-create_source">show</a>
-                
-              </p>
-              <div id="method-i-create_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/admin/hooks_controller.rb, line 7</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">create</span>
-  <span class="ruby-ivar">@hook</span> = <span class="ruby-constant">SystemHook</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:hook</span>])
-
-  <span class="ruby-keyword">if</span> <span class="ruby-ivar">@hook</span>.<span class="ruby-identifier">save</span>
-    <span class="ruby-identifier">redirect_to</span> <span class="ruby-identifier">admin_hooks_path</span>, <span class="ruby-identifier">notice</span><span class="ruby-operator">:</span> <span class="ruby-string">'Hook was successfully created.'</span>
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-ivar">@hooks</span> = <span class="ruby-constant">SystemHook</span>.<span class="ruby-identifier">all</span>
-    <span class="ruby-identifier">render</span> <span class="ruby-value">:index</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-destroy">
-            
-              <b>destroy</b>()
-            
-            <a href="../../classes/Admin/HooksController.html#method-i-destroy" name="method-i-destroy" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-destroy_source')" id="l_method-i-destroy_source">show</a>
-                
-              </p>
-              <div id="method-i-destroy_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/admin/hooks_controller.rb, line 18</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">destroy</span>
-  <span class="ruby-ivar">@hook</span> = <span class="ruby-constant">SystemHook</span>.<span class="ruby-identifier">find</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:id</span>])
-  <span class="ruby-ivar">@hook</span>.<span class="ruby-identifier">destroy</span>
-
-  <span class="ruby-identifier">redirect_to</span> <span class="ruby-identifier">admin_hooks_path</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-index">
-            
-              <b>index</b>()
-            
-            <a href="../../classes/Admin/HooksController.html#method-i-index" name="method-i-index" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-index_source')" id="l_method-i-index_source">show</a>
-                
-              </p>
-              <div id="method-i-index_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/admin/hooks_controller.rb, line 2</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">index</span>
-  <span class="ruby-ivar">@hooks</span> = <span class="ruby-constant">SystemHook</span>.<span class="ruby-identifier">all</span>
-  <span class="ruby-ivar">@hook</span> = <span class="ruby-constant">SystemHook</span>.<span class="ruby-identifier">new</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-test">
-            
-              <b>test</b>()
-            
-            <a href="../../classes/Admin/HooksController.html#method-i-test" name="method-i-test" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-test_source')" id="l_method-i-test_source">show</a>
-                
-              </p>
-              <div id="method-i-test_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/admin/hooks_controller.rb, line 26</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">test</span>
-  <span class="ruby-ivar">@hook</span> = <span class="ruby-constant">SystemHook</span>.<span class="ruby-identifier">find</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:hook_id</span>])
-  <span class="ruby-identifier">data</span> = {
-    <span class="ruby-identifier">event_name</span><span class="ruby-operator">:</span> <span class="ruby-string">&quot;project_create&quot;</span>,
-    <span class="ruby-identifier">name</span><span class="ruby-operator">:</span> <span class="ruby-string">&quot;Ruby&quot;</span>,
-    <span class="ruby-identifier">path</span><span class="ruby-operator">:</span> <span class="ruby-string">&quot;ruby&quot;</span>,
-    <span class="ruby-identifier">project_id</span><span class="ruby-operator">:</span> <span class="ruby-number">1</span>,
-    <span class="ruby-identifier">owner_name</span><span class="ruby-operator">:</span> <span class="ruby-string">&quot;Someone&quot;</span>,
-    <span class="ruby-identifier">owner_email</span><span class="ruby-operator">:</span> <span class="ruby-string">&quot;example@gitlabhq.com&quot;</span>
-  }
-  <span class="ruby-ivar">@hook</span>.<span class="ruby-identifier">execute</span>(<span class="ruby-identifier">data</span>)
-
-  <span class="ruby-identifier">redirect_to</span> <span class="ruby-value">:back</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Admin/LogsController.html b/doc/code/classes/Admin/LogsController.html
deleted file mode 100644
index 8782d95f5ac9544c2d16a246ce505bfe4c954e94..0000000000000000000000000000000000000000
--- a/doc/code/classes/Admin/LogsController.html
+++ /dev/null
@@ -1,76 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Admin::LogsController</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/github.css" type="text/css" media="screen" />
-<script src="../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Admin::LogsController 
-            
-                <span class="parent">&lt; 
-                    
-                    <a href="../AdminController.html">AdminController</a>
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../../files/app/controllers/admin/logs_controller_rb.html">app/controllers/admin/logs_controller.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Admin/ProjectsController.html b/doc/code/classes/Admin/ProjectsController.html
deleted file mode 100644
index 1a0bd4921124a7dce6e56a88ebd19c07ab88918e..0000000000000000000000000000000000000000
--- a/doc/code/classes/Admin/ProjectsController.html
+++ /dev/null
@@ -1,436 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Admin::ProjectsController</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/github.css" type="text/css" media="screen" />
-<script src="../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Admin::ProjectsController 
-            
-                <span class="parent">&lt; 
-                    
-                    <a href="../AdminController.html">AdminController</a>
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../../files/app/controllers/admin/projects_controller_rb.html">app/controllers/admin/projects_controller.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>D</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-destroy">destroy</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>E</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-edit">edit</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>I</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-index">index</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>P</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-project">project</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>S</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-show">show</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>T</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-team_update">team_update</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>U</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-update">update</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-destroy">
-            
-              <b>destroy</b>()
-            
-            <a href="../../classes/Admin/ProjectsController.html#method-i-destroy" name="method-i-destroy" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-destroy_source')" id="l_method-i-destroy_source">show</a>
-                
-              </p>
-              <div id="method-i-destroy_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/admin/projects_controller.rb, line 37</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">destroy</span>
-  <span class="ruby-comment"># Delete team first in order to prevent multiple gitolite calls</span>
-  <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">truncate_team</span>
-
-  <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">destroy</span>
-
-  <span class="ruby-identifier">redirect_to</span> <span class="ruby-identifier">admin_projects_path</span>, <span class="ruby-identifier">notice</span><span class="ruby-operator">:</span> <span class="ruby-string">'Project was successfully deleted.'</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-edit">
-            
-              <b>edit</b>()
-            
-            <a href="../../classes/Admin/ProjectsController.html#method-i-edit" name="method-i-edit" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-edit_source')" id="l_method-i-edit_source">show</a>
-                
-              </p>
-              <div id="method-i-edit_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/admin/projects_controller.rb, line 18</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">edit</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-index">
-            
-              <b>index</b>()
-            
-            <a href="../../classes/Admin/ProjectsController.html#method-i-index" name="method-i-index" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-index_source')" id="l_method-i-index_source">show</a>
-                
-              </p>
-              <div id="method-i-index_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/admin/projects_controller.rb, line 4</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">index</span>
-  <span class="ruby-ivar">@projects</span> = <span class="ruby-constant">Project</span>.<span class="ruby-identifier">scoped</span>
-  <span class="ruby-ivar">@projects</span> = <span class="ruby-ivar">@projects</span>.<span class="ruby-identifier">where</span>(<span class="ruby-identifier">namespace_id</span><span class="ruby-operator">:</span> <span class="ruby-identifier">params</span>[<span class="ruby-value">:namespace_id</span>]) <span class="ruby-keyword">if</span> <span class="ruby-identifier">params</span>[<span class="ruby-value">:namespace_id</span>].<span class="ruby-identifier">present?</span>
-  <span class="ruby-ivar">@projects</span> = <span class="ruby-ivar">@projects</span>.<span class="ruby-identifier">where</span>(<span class="ruby-identifier">namespace_id</span><span class="ruby-operator">:</span> <span class="ruby-keyword">nil</span>) <span class="ruby-keyword">if</span> <span class="ruby-identifier">params</span>[<span class="ruby-value">:namespace_id</span>] <span class="ruby-operator">==</span> <span class="ruby-constant">Namespace</span>.<span class="ruby-identifier">global_id</span>
-  <span class="ruby-ivar">@projects</span> = <span class="ruby-ivar">@projects</span>.<span class="ruby-identifier">search</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:name</span>]) <span class="ruby-keyword">if</span> <span class="ruby-identifier">params</span>[<span class="ruby-value">:name</span>].<span class="ruby-identifier">present?</span>
-  <span class="ruby-ivar">@projects</span> = <span class="ruby-ivar">@projects</span>.<span class="ruby-identifier">includes</span>(<span class="ruby-value">:namespace</span>).<span class="ruby-identifier">order</span>(<span class="ruby-string">&quot;namespaces.path, projects.name ASC&quot;</span>).<span class="ruby-identifier">page</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:page</span>]).<span class="ruby-identifier">per</span>(<span class="ruby-number">20</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-show">
-            
-              <b>show</b>()
-            
-            <a href="../../classes/Admin/ProjectsController.html#method-i-show" name="method-i-show" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-show_source')" id="l_method-i-show_source">show</a>
-                
-              </p>
-              <div id="method-i-show_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/admin/projects_controller.rb, line 12</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">show</span>
-  <span class="ruby-ivar">@users</span> = <span class="ruby-constant">User</span>.<span class="ruby-identifier">active</span>
-  <span class="ruby-ivar">@users</span> = <span class="ruby-ivar">@users</span>.<span class="ruby-identifier">not_in_project</span>(<span class="ruby-ivar">@project</span>) <span class="ruby-keyword">if</span> <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">users</span>.<span class="ruby-identifier">present?</span>
-  <span class="ruby-ivar">@users</span> = <span class="ruby-ivar">@users</span>.<span class="ruby-identifier">all</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-team_update">
-            
-              <b>team_update</b>()
-            
-            <a href="../../classes/Admin/ProjectsController.html#method-i-team_update" name="method-i-team_update" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-team_update_source')" id="l_method-i-team_update_source">show</a>
-                
-              </p>
-              <div id="method-i-team_update_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/admin/projects_controller.rb, line 21</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">team_update</span>
-  <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">add_users_ids_to_team</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:user_ids</span>], <span class="ruby-identifier">params</span>[<span class="ruby-value">:project_access</span>])
-
-  <span class="ruby-identifier">redirect_to</span> [<span class="ruby-value">:admin</span>, <span class="ruby-ivar">@project</span>], <span class="ruby-identifier">notice</span><span class="ruby-operator">:</span> <span class="ruby-string">'Project was successfully updated.'</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-update">
-            
-              <b>update</b>()
-            
-            <a href="../../classes/Admin/ProjectsController.html#method-i-update" name="method-i-update" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-update_source')" id="l_method-i-update_source">show</a>
-                
-              </p>
-              <div id="method-i-update_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/admin/projects_controller.rb, line 27</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">update</span>
-  <span class="ruby-identifier">status</span> = <span class="ruby-constant">ProjectUpdateContext</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">project</span>, <span class="ruby-identifier">current_user</span>, <span class="ruby-identifier">params</span>).<span class="ruby-identifier">execute</span>(<span class="ruby-value">:admin</span>)
-
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">status</span>
-    <span class="ruby-identifier">redirect_to</span> [<span class="ruby-value">:admin</span>, <span class="ruby-ivar">@project</span>], <span class="ruby-identifier">notice</span><span class="ruby-operator">:</span> <span class="ruby-string">'Project was successfully updated.'</span>
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-identifier">render</span> <span class="ruby-identifier">action</span><span class="ruby-operator">:</span> <span class="ruby-string">&quot;edit&quot;</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-              
-      <div class="sectiontitle">Instance Protected methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-project">
-            
-              <b>project</b>()
-            
-            <a href="../../classes/Admin/ProjectsController.html#method-i-project" name="method-i-project" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-project_source')" id="l_method-i-project_source">show</a>
-                
-              </p>
-              <div id="method-i-project_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/admin/projects_controller.rb, line 48</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">project</span>
-  <span class="ruby-identifier">id</span> = <span class="ruby-identifier">params</span>[<span class="ruby-value">:project_id</span>] <span class="ruby-operator">||</span> <span class="ruby-identifier">params</span>[<span class="ruby-value">:id</span>]
-
-  <span class="ruby-ivar">@project</span> = <span class="ruby-constant">Project</span>.<span class="ruby-identifier">find_with_namespace</span>(<span class="ruby-identifier">id</span>)
-  <span class="ruby-ivar">@project</span> <span class="ruby-operator">||</span> <span class="ruby-identifier">render_404</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Admin/ResqueController.html b/doc/code/classes/Admin/ResqueController.html
deleted file mode 100644
index 52cb2f870e9453bb9eea1ff19a391d89fadece29..0000000000000000000000000000000000000000
--- a/doc/code/classes/Admin/ResqueController.html
+++ /dev/null
@@ -1,130 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Admin::ResqueController</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/github.css" type="text/css" media="screen" />
-<script src="../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Admin::ResqueController 
-            
-                <span class="parent">&lt; 
-                    
-                    <a href="../AdminController.html">AdminController</a>
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../../files/app/controllers/admin/resque_controller_rb.html">app/controllers/admin/resque_controller.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>S</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-show">show</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-show">
-            
-              <b>show</b>()
-            
-            <a href="../../classes/Admin/ResqueController.html#method-i-show" name="method-i-show" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-show_source')" id="l_method-i-show_source">show</a>
-                
-              </p>
-              <div id="method-i-show_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/admin/resque_controller.rb, line 2</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">show</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Admin/TeamMembersController.html b/doc/code/classes/Admin/TeamMembersController.html
deleted file mode 100644
index b055f509137cc98db57eaef5bfca57fd8152ccd1..0000000000000000000000000000000000000000
--- a/doc/code/classes/Admin/TeamMembersController.html
+++ /dev/null
@@ -1,234 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Admin::TeamMembersController</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/github.css" type="text/css" media="screen" />
-<script src="../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Admin::TeamMembersController 
-            
-                <span class="parent">&lt; 
-                    
-                    <a href="../AdminController.html">AdminController</a>
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../../files/app/controllers/admin/team_members_controller_rb.html">app/controllers/admin/team_members_controller.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>D</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-destroy">destroy</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>E</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-edit">edit</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>U</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-update">update</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-destroy">
-            
-              <b>destroy</b>()
-            
-            <a href="../../classes/Admin/TeamMembersController.html#method-i-destroy" name="method-i-destroy" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-destroy_source')" id="l_method-i-destroy_source">show</a>
-                
-              </p>
-              <div id="method-i-destroy_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/admin/team_members_controller.rb, line 16</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">destroy</span>
-  <span class="ruby-ivar">@admin_team_member</span> = <span class="ruby-constant">UsersProject</span>.<span class="ruby-identifier">find</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:id</span>])
-  <span class="ruby-ivar">@admin_team_member</span>.<span class="ruby-identifier">destroy</span>
-
-  <span class="ruby-identifier">redirect_to</span> <span class="ruby-value">:back</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-edit">
-            
-              <b>edit</b>()
-            
-            <a href="../../classes/Admin/TeamMembersController.html#method-i-edit" name="method-i-edit" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-edit_source')" id="l_method-i-edit_source">show</a>
-                
-              </p>
-              <div id="method-i-edit_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/admin/team_members_controller.rb, line 2</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">edit</span>
-  <span class="ruby-ivar">@admin_team_member</span> = <span class="ruby-constant">UsersProject</span>.<span class="ruby-identifier">find</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:id</span>])
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-update">
-            
-              <b>update</b>()
-            
-            <a href="../../classes/Admin/TeamMembersController.html#method-i-update" name="method-i-update" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-update_source')" id="l_method-i-update_source">show</a>
-                
-              </p>
-              <div id="method-i-update_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/admin/team_members_controller.rb, line 6</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">update</span>
-  <span class="ruby-ivar">@admin_team_member</span> = <span class="ruby-constant">UsersProject</span>.<span class="ruby-identifier">find</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:id</span>])
-
-  <span class="ruby-keyword">if</span> <span class="ruby-ivar">@admin_team_member</span>.<span class="ruby-identifier">update_attributes</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:team_member</span>])
-    <span class="ruby-identifier">redirect_to</span> [<span class="ruby-value">:admin</span>, <span class="ruby-ivar">@admin_team_member</span>.<span class="ruby-identifier">project</span>],  <span class="ruby-identifier">notice</span><span class="ruby-operator">:</span> <span class="ruby-string">'Project Access was successfully updated.'</span>
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-identifier">render</span> <span class="ruby-identifier">action</span><span class="ruby-operator">:</span> <span class="ruby-string">&quot;edit&quot;</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Admin/UsersController.html b/doc/code/classes/Admin/UsersController.html
deleted file mode 100644
index cfe1e514ae8bacafc63c6e381cf3d6dca146de9a..0000000000000000000000000000000000000000
--- a/doc/code/classes/Admin/UsersController.html
+++ /dev/null
@@ -1,616 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Admin::UsersController</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/github.css" type="text/css" media="screen" />
-<script src="../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Admin::UsersController 
-            
-                <span class="parent">&lt; 
-                    
-                    <a href="../AdminController.html">AdminController</a>
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../../files/app/controllers/admin/users_controller_rb.html">app/controllers/admin/users_controller.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>B</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-block">block</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>C</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-create">create</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>D</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-destroy">destroy</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>E</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-edit">edit</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>I</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-index">index</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>N</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-new">new</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>S</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-show">show</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>T</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-team_update">team_update</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>U</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-unblock">unblock</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-update">update</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-block">
-            
-              <b>block</b>()
-            
-            <a href="../../classes/Admin/UsersController.html#method-i-block" name="method-i-block" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-block_source')" id="l_method-i-block_source">show</a>
-                
-              </p>
-              <div id="method-i-block_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/admin/users_controller.rb, line 40</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">block</span>
-  <span class="ruby-ivar">@admin_user</span> = <span class="ruby-constant">User</span>.<span class="ruby-identifier">find</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:id</span>])
-
-  <span class="ruby-keyword">if</span> <span class="ruby-ivar">@admin_user</span>.<span class="ruby-identifier">block</span>
-    <span class="ruby-identifier">redirect_to</span> <span class="ruby-value">:back</span>, <span class="ruby-identifier">alert</span><span class="ruby-operator">:</span> <span class="ruby-string">&quot;Successfully blocked&quot;</span>
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-identifier">redirect_to</span> <span class="ruby-value">:back</span>, <span class="ruby-identifier">alert</span><span class="ruby-operator">:</span> <span class="ruby-string">&quot;Error occured. User was not blocked&quot;</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-create">
-            
-              <b>create</b>()
-            
-            <a href="../../classes/Admin/UsersController.html#method-i-create" name="method-i-create" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-create_source')" id="l_method-i-create_source">show</a>
-                
-              </p>
-              <div id="method-i-create_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/admin/users_controller.rb, line 60</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">create</span>
-  <span class="ruby-identifier">admin</span> = <span class="ruby-identifier">params</span>[<span class="ruby-value">:user</span>].<span class="ruby-identifier">delete</span>(<span class="ruby-string">&quot;admin&quot;</span>)
-
-  <span class="ruby-ivar">@admin_user</span> = <span class="ruby-constant">User</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:user</span>], <span class="ruby-identifier">as</span><span class="ruby-operator">:</span> <span class="ruby-value">:admin</span>)
-  <span class="ruby-ivar">@admin_user</span>.<span class="ruby-identifier">admin</span> = (<span class="ruby-identifier">admin</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">admin</span>.<span class="ruby-identifier">to_i</span> <span class="ruby-operator">&gt;</span> <span class="ruby-number">0</span>)
-
-  <span class="ruby-identifier">respond_to</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">format</span><span class="ruby-operator">|</span>
-    <span class="ruby-keyword">if</span> <span class="ruby-ivar">@admin_user</span>.<span class="ruby-identifier">save</span>
-      <span class="ruby-identifier">format</span>.<span class="ruby-identifier">html</span> { <span class="ruby-identifier">redirect_to</span> [<span class="ruby-value">:admin</span>, <span class="ruby-ivar">@admin_user</span>], <span class="ruby-identifier">notice</span><span class="ruby-operator">:</span> <span class="ruby-string">'User was successfully created.'</span> }
-      <span class="ruby-identifier">format</span>.<span class="ruby-identifier">json</span> { <span class="ruby-identifier">render</span> <span class="ruby-identifier">json</span><span class="ruby-operator">:</span> <span class="ruby-ivar">@admin_user</span>, <span class="ruby-identifier">status</span><span class="ruby-operator">:</span> <span class="ruby-value">:created</span>, <span class="ruby-identifier">location</span><span class="ruby-operator">:</span> <span class="ruby-ivar">@admin_user</span> }
-    <span class="ruby-keyword">else</span>
-      <span class="ruby-identifier">format</span>.<span class="ruby-identifier">html</span> { <span class="ruby-identifier">render</span> <span class="ruby-identifier">action</span><span class="ruby-operator">:</span> <span class="ruby-string">&quot;new&quot;</span> }
-      <span class="ruby-identifier">format</span>.<span class="ruby-identifier">json</span> { <span class="ruby-identifier">render</span> <span class="ruby-identifier">json</span><span class="ruby-operator">:</span> <span class="ruby-ivar">@admin_user</span>.<span class="ruby-identifier">errors</span>, <span class="ruby-identifier">status</span><span class="ruby-operator">:</span> <span class="ruby-value">:unprocessable_entity</span> }
-    <span class="ruby-keyword">end</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-destroy">
-            
-              <b>destroy</b>()
-            
-            <a href="../../classes/Admin/UsersController.html#method-i-destroy" name="method-i-destroy" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-destroy_source')" id="l_method-i-destroy_source">show</a>
-                
-              </p>
-              <div id="method-i-destroy_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/admin/users_controller.rb, line 99</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">destroy</span>
-  <span class="ruby-ivar">@admin_user</span> = <span class="ruby-constant">User</span>.<span class="ruby-identifier">find</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:id</span>])
-  <span class="ruby-keyword">if</span> <span class="ruby-ivar">@admin_user</span>.<span class="ruby-identifier">my_own_projects</span>.<span class="ruby-identifier">count</span> <span class="ruby-operator">&gt;</span> <span class="ruby-number">0</span>
-    <span class="ruby-identifier">redirect_to</span> <span class="ruby-identifier">admin_users_path</span>, <span class="ruby-identifier">alert</span><span class="ruby-operator">:</span> <span class="ruby-string">&quot;User is a project owner and can't be removed.&quot;</span> <span class="ruby-keyword">and</span> <span class="ruby-keyword">return</span>
-  <span class="ruby-keyword">end</span>
-  <span class="ruby-ivar">@admin_user</span>.<span class="ruby-identifier">destroy</span>
-
-  <span class="ruby-identifier">respond_to</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">format</span><span class="ruby-operator">|</span>
-    <span class="ruby-identifier">format</span>.<span class="ruby-identifier">html</span> { <span class="ruby-identifier">redirect_to</span> <span class="ruby-identifier">admin_users_url</span> }
-    <span class="ruby-identifier">format</span>.<span class="ruby-identifier">json</span> { <span class="ruby-identifier">head</span> <span class="ruby-value">:ok</span> }
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-edit">
-            
-              <b>edit</b>()
-            
-            <a href="../../classes/Admin/UsersController.html#method-i-edit" name="method-i-edit" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-edit_source')" id="l_method-i-edit_source">show</a>
-                
-              </p>
-              <div id="method-i-edit_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/admin/users_controller.rb, line 36</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">edit</span>
-  <span class="ruby-ivar">@admin_user</span> = <span class="ruby-constant">User</span>.<span class="ruby-identifier">find</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:id</span>])
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-index">
-            
-              <b>index</b>()
-            
-            <a href="../../classes/Admin/UsersController.html#method-i-index" name="method-i-index" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-index_source')" id="l_method-i-index_source">show</a>
-                
-              </p>
-              <div id="method-i-index_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/admin/users_controller.rb, line 2</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">index</span>
-  <span class="ruby-ivar">@admin_users</span> = <span class="ruby-constant">User</span>.<span class="ruby-identifier">scoped</span>
-  <span class="ruby-ivar">@admin_users</span> = <span class="ruby-ivar">@admin_users</span>.<span class="ruby-identifier">filter</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:filter</span>])
-  <span class="ruby-ivar">@admin_users</span> = <span class="ruby-ivar">@admin_users</span>.<span class="ruby-identifier">search</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:name</span>]) <span class="ruby-keyword">if</span> <span class="ruby-identifier">params</span>[<span class="ruby-value">:name</span>].<span class="ruby-identifier">present?</span>
-  <span class="ruby-ivar">@admin_users</span> = <span class="ruby-ivar">@admin_users</span>.<span class="ruby-identifier">alphabetically</span>.<span class="ruby-identifier">page</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:page</span>])
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-new">
-            
-              <b>new</b>()
-            
-            <a href="../../classes/Admin/UsersController.html#method-i-new" name="method-i-new" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-new_source')" id="l_method-i-new_source">show</a>
-                
-              </p>
-              <div id="method-i-new_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/admin/users_controller.rb, line 32</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">new</span>
-  <span class="ruby-ivar">@admin_user</span> = <span class="ruby-constant">User</span>.<span class="ruby-identifier">new</span>({ <span class="ruby-identifier">projects_limit</span><span class="ruby-operator">:</span> <span class="ruby-constant">Gitlab</span>.<span class="ruby-identifier">config</span>.<span class="ruby-identifier">gitlab</span>.<span class="ruby-identifier">default_projects_limit</span> }, <span class="ruby-identifier">as</span><span class="ruby-operator">:</span> <span class="ruby-value">:admin</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-show">
-            
-              <b>show</b>()
-            
-            <a href="../../classes/Admin/UsersController.html#method-i-show" name="method-i-show" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-show_source')" id="l_method-i-show_source">show</a>
-                
-              </p>
-              <div id="method-i-show_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/admin/users_controller.rb, line 9</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">show</span>
-  <span class="ruby-ivar">@admin_user</span> = <span class="ruby-constant">User</span>.<span class="ruby-identifier">find</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:id</span>])
-
-  <span class="ruby-ivar">@projects</span> = <span class="ruby-keyword">if</span> <span class="ruby-ivar">@admin_user</span>.<span class="ruby-identifier">projects</span>.<span class="ruby-identifier">empty?</span>
-             <span class="ruby-constant">Project</span>
-           <span class="ruby-keyword">else</span>
-             <span class="ruby-constant">Project</span>.<span class="ruby-identifier">without_user</span>(<span class="ruby-ivar">@admin_user</span>)
-           <span class="ruby-keyword">end</span>.<span class="ruby-identifier">all</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-team_update">
-            
-              <b>team_update</b>()
-            
-            <a href="../../classes/Admin/UsersController.html#method-i-team_update" name="method-i-team_update" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-team_update_source')" id="l_method-i-team_update_source">show</a>
-                
-              </p>
-              <div id="method-i-team_update_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/admin/users_controller.rb, line 19</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">team_update</span>
-  <span class="ruby-ivar">@admin_user</span> = <span class="ruby-constant">User</span>.<span class="ruby-identifier">find</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:id</span>])
-
-  <span class="ruby-constant">UsersProject</span>.<span class="ruby-identifier">user_bulk_import</span>(
-    <span class="ruby-ivar">@admin_user</span>,
-    <span class="ruby-identifier">params</span>[<span class="ruby-value">:project_ids</span>],
-    <span class="ruby-identifier">params</span>[<span class="ruby-value">:project_access</span>]
-  )
-
-  <span class="ruby-identifier">redirect_to</span> [<span class="ruby-value">:admin</span>, <span class="ruby-ivar">@admin_user</span>], <span class="ruby-identifier">notice</span><span class="ruby-operator">:</span> <span class="ruby-string">'Teams were successfully updated.'</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-unblock">
-            
-              <b>unblock</b>()
-            
-            <a href="../../classes/Admin/UsersController.html#method-i-unblock" name="method-i-unblock" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-unblock_source')" id="l_method-i-unblock_source">show</a>
-                
-              </p>
-              <div id="method-i-unblock_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/admin/users_controller.rb, line 50</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">unblock</span>
-  <span class="ruby-ivar">@admin_user</span> = <span class="ruby-constant">User</span>.<span class="ruby-identifier">find</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:id</span>])
-
-  <span class="ruby-keyword">if</span> <span class="ruby-ivar">@admin_user</span>.<span class="ruby-identifier">update_attribute</span>(<span class="ruby-value">:blocked</span>, <span class="ruby-keyword">false</span>)
-    <span class="ruby-identifier">redirect_to</span> <span class="ruby-value">:back</span>, <span class="ruby-identifier">alert</span><span class="ruby-operator">:</span> <span class="ruby-string">&quot;Successfully unblocked&quot;</span>
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-identifier">redirect_to</span> <span class="ruby-value">:back</span>, <span class="ruby-identifier">alert</span><span class="ruby-operator">:</span> <span class="ruby-string">&quot;Error occured. User was not unblocked&quot;</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-update">
-            
-              <b>update</b>()
-            
-            <a href="../../classes/Admin/UsersController.html#method-i-update" name="method-i-update" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-update_source')" id="l_method-i-update_source">show</a>
-                
-              </p>
-              <div id="method-i-update_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/admin/users_controller.rb, line 77</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">update</span>
-  <span class="ruby-identifier">admin</span> = <span class="ruby-identifier">params</span>[<span class="ruby-value">:user</span>].<span class="ruby-identifier">delete</span>(<span class="ruby-string">&quot;admin&quot;</span>)
-
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">params</span>[<span class="ruby-value">:user</span>][<span class="ruby-value">:password</span>].<span class="ruby-identifier">blank?</span>
-    <span class="ruby-identifier">params</span>[<span class="ruby-value">:user</span>].<span class="ruby-identifier">delete</span>(<span class="ruby-value">:password</span>)
-    <span class="ruby-identifier">params</span>[<span class="ruby-value">:user</span>].<span class="ruby-identifier">delete</span>(<span class="ruby-value">:password_confirmation</span>)
-  <span class="ruby-keyword">end</span>
-
-  <span class="ruby-ivar">@admin_user</span> = <span class="ruby-constant">User</span>.<span class="ruby-identifier">find</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:id</span>])
-  <span class="ruby-ivar">@admin_user</span>.<span class="ruby-identifier">admin</span> = (<span class="ruby-identifier">admin</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">admin</span>.<span class="ruby-identifier">to_i</span> <span class="ruby-operator">&gt;</span> <span class="ruby-number">0</span>)
-
-  <span class="ruby-identifier">respond_to</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">format</span><span class="ruby-operator">|</span>
-    <span class="ruby-keyword">if</span> <span class="ruby-ivar">@admin_user</span>.<span class="ruby-identifier">update_attributes</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:user</span>], <span class="ruby-identifier">as</span><span class="ruby-operator">:</span> <span class="ruby-value">:admin</span>)
-      <span class="ruby-identifier">format</span>.<span class="ruby-identifier">html</span> { <span class="ruby-identifier">redirect_to</span> [<span class="ruby-value">:admin</span>, <span class="ruby-ivar">@admin_user</span>], <span class="ruby-identifier">notice</span><span class="ruby-operator">:</span> <span class="ruby-string">'User was successfully updated.'</span> }
-      <span class="ruby-identifier">format</span>.<span class="ruby-identifier">json</span> { <span class="ruby-identifier">head</span> <span class="ruby-value">:ok</span> }
-    <span class="ruby-keyword">else</span>
-      <span class="ruby-identifier">format</span>.<span class="ruby-identifier">html</span> { <span class="ruby-identifier">render</span> <span class="ruby-identifier">action</span><span class="ruby-operator">:</span> <span class="ruby-string">&quot;edit&quot;</span> }
-      <span class="ruby-identifier">format</span>.<span class="ruby-identifier">json</span> { <span class="ruby-identifier">render</span> <span class="ruby-identifier">json</span><span class="ruby-operator">:</span> <span class="ruby-ivar">@admin_user</span>.<span class="ruby-identifier">errors</span>, <span class="ruby-identifier">status</span><span class="ruby-operator">:</span> <span class="ruby-value">:unprocessable_entity</span> }
-    <span class="ruby-keyword">end</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/AdminController.html b/doc/code/classes/AdminController.html
deleted file mode 100644
index 629a30fe62cf3ab753cc2479632d5ec88e8b0366..0000000000000000000000000000000000000000
--- a/doc/code/classes/AdminController.html
+++ /dev/null
@@ -1,140 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>AdminController</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            AdminController 
-            
-                <span class="parent">&lt; 
-                    
-                    <a href="ApplicationController.html">ApplicationController</a>
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/controllers/admin_controller_rb.html">app/controllers/admin_controller.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<p>Provides a base class for <a href="Admin.html">Admin</a> controllers to
-subclass</p>
-
-<p>Automatically sets the layout and ensures an administrator is logged in</p>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>A</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-authenticate_admin-21">authenticate_admin!</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-authenticate_admin-21">
-            
-              <b>authenticate_admin!</b>()
-            
-            <a href="../classes/AdminController.html#method-i-authenticate_admin-21" name="method-i-authenticate_admin-21" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-authenticate_admin-21_source')" id="l_method-i-authenticate_admin-21_source">show</a>
-                
-              </p>
-              <div id="method-i-authenticate_admin-21_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/admin_controller.rb, line 8</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">authenticate_admin!</span>
-  <span class="ruby-keyword">return</span> <span class="ruby-identifier">render_404</span> <span class="ruby-keyword">unless</span> <span class="ruby-identifier">current_user</span>.<span class="ruby-identifier">is_admin?</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/ApplicationController.html b/doc/code/classes/ApplicationController.html
deleted file mode 100644
index f1c3bed954e534c136e15f1fa97bd2f03e681afe..0000000000000000000000000000000000000000
--- a/doc/code/classes/ApplicationController.html
+++ /dev/null
@@ -1,942 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>ApplicationController</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            ApplicationController 
-            
-                <span class="parent">&lt; 
-                    
-                    ActionController::Base
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/controllers/application_controller_rb.html">app/controllers/application_controller.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>A</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-abilities">abilities</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-access_denied-21">access_denied!</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-add_abilities">add_abilities</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-after_sign_in_path_for">after_sign_in_path_for</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-authorize_code_access-21">authorize_code_access!</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-authorize_project-21">authorize_project!</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>C</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-can-3F">can?</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>D</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-dev_tools">dev_tools</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>G</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-git_not_found-21">git_not_found!</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>L</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-log_exception">log_exception</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>M</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-method_missing">method_missing</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>N</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-no_cache_headers">no_cache_headers</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-not_found-21">not_found!</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>P</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-project">project</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>R</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-reject_blocked-21">reject_blocked!</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-render_403">render_403</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-render_404">render_404</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-require_non_empty_project">require_non_empty_project</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>S</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-set_current_user_for_observers">set_current_user_for_observers</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Protected methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-abilities">
-            
-              <b>abilities</b>()
-            
-            <a href="../classes/ApplicationController.html#method-i-abilities" name="method-i-abilities" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-abilities_source')" id="l_method-i-abilities_source">show</a>
-                
-              </p>
-              <div id="method-i-abilities_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/application_controller.rb, line 58</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">abilities</span>
-  <span class="ruby-ivar">@abilities</span> <span class="ruby-operator">||=</span> <span class="ruby-constant">Six</span>.<span class="ruby-identifier">new</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-access_denied-21">
-            
-              <b>access_denied!</b>()
-            
-            <a href="../classes/ApplicationController.html#method-i-access_denied-21" name="method-i-access_denied-21" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-access_denied-21_source')" id="l_method-i-access_denied-21_source">show</a>
-                
-              </p>
-              <div id="method-i-access_denied-21_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/application_controller.rb, line 91</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">access_denied!</span>
-  <span class="ruby-identifier">render</span> <span class="ruby-string">&quot;errors/access_denied&quot;</span>, <span class="ruby-identifier">layout</span><span class="ruby-operator">:</span> <span class="ruby-string">&quot;errors&quot;</span>, <span class="ruby-identifier">status</span><span class="ruby-operator">:</span> <span class="ruby-number">404</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-add_abilities">
-            
-              <b>add_abilities</b>()
-            
-            <a href="../classes/ApplicationController.html#method-i-add_abilities" name="method-i-add_abilities" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-add_abilities_source')" id="l_method-i-add_abilities_source">show</a>
-                
-              </p>
-              <div id="method-i-add_abilities_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/application_controller.rb, line 79</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">add_abilities</span>
-  <span class="ruby-identifier">abilities</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-constant">Ability</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-after_sign_in_path_for">
-            
-              <b>after_sign_in_path_for</b>(resource)
-            
-            <a href="../classes/ApplicationController.html#method-i-after_sign_in_path_for" name="method-i-after_sign_in_path_for" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-after_sign_in_path_for_source')" id="l_method-i-after_sign_in_path_for_source">show</a>
-                
-              </p>
-              <div id="method-i-after_sign_in_path_for_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/application_controller.rb, line 43</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">after_sign_in_path_for</span> <span class="ruby-identifier">resource</span>
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">resource</span>.<span class="ruby-identifier">is_a?</span>(<span class="ruby-constant">User</span>) <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">resource</span>.<span class="ruby-identifier">respond_to?</span>(<span class="ruby-value">:blocked</span>) <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">resource</span>.<span class="ruby-identifier">blocked</span>
-    <span class="ruby-identifier">sign_out</span> <span class="ruby-identifier">resource</span>
-    <span class="ruby-identifier">flash</span>[<span class="ruby-value">:alert</span>] = <span class="ruby-string">&quot;Your account is blocked. Retry when an admin unblock it.&quot;</span>
-    <span class="ruby-identifier">new_user_session_path</span>
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-keyword">super</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-authorize_code_access-21">
-            
-              <b>authorize_code_access!</b>()
-            
-            <a href="../classes/ApplicationController.html#method-i-authorize_code_access-21" name="method-i-authorize_code_access-21" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-authorize_code_access-21_source')" id="l_method-i-authorize_code_access-21_source">show</a>
-                
-              </p>
-              <div id="method-i-authorize_code_access-21_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/application_controller.rb, line 87</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">authorize_code_access!</span>
-  <span class="ruby-keyword">return</span> <span class="ruby-identifier">access_denied!</span> <span class="ruby-keyword">unless</span> <span class="ruby-identifier">can?</span>(<span class="ruby-identifier">current_user</span>, <span class="ruby-value">:download_code</span>, <span class="ruby-identifier">project</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-authorize_project-21">
-            
-              <b>authorize_project!</b>(action)
-            
-            <a href="../classes/ApplicationController.html#method-i-authorize_project-21" name="method-i-authorize_project-21" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-authorize_project-21_source')" id="l_method-i-authorize_project-21_source">show</a>
-                
-              </p>
-              <div id="method-i-authorize_project-21_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/application_controller.rb, line 83</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">authorize_project!</span>(<span class="ruby-identifier">action</span>)
-  <span class="ruby-keyword">return</span> <span class="ruby-identifier">access_denied!</span> <span class="ruby-keyword">unless</span> <span class="ruby-identifier">can?</span>(<span class="ruby-identifier">current_user</span>, <span class="ruby-identifier">action</span>, <span class="ruby-identifier">project</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-can-3F">
-            
-              <b>can?</b>(object, action, subject)
-            
-            <a href="../classes/ApplicationController.html#method-i-can-3F" name="method-i-can-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-can-3F_source')" id="l_method-i-can-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-can-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/application_controller.rb, line 62</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">can?</span>(<span class="ruby-identifier">object</span>, <span class="ruby-identifier">action</span>, <span class="ruby-identifier">subject</span>)
-  <span class="ruby-identifier">abilities</span>.<span class="ruby-identifier">allowed?</span>(<span class="ruby-identifier">object</span>, <span class="ruby-identifier">action</span>, <span class="ruby-identifier">subject</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-dev_tools">
-            
-              <b>dev_tools</b>()
-            
-            <a href="../classes/ApplicationController.html#method-i-dev_tools" name="method-i-dev_tools" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-dev_tools_source')" id="l_method-i-dev_tools_source">show</a>
-                
-              </p>
-              <div id="method-i-dev_tools_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/application_controller.rb, line 129</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">dev_tools</span>
-  <span class="ruby-constant">Rack</span><span class="ruby-operator">::</span><span class="ruby-constant">MiniProfiler</span>.<span class="ruby-identifier">authorize_request</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-git_not_found-21">
-            
-              <b>git_not_found!</b>()
-            
-            <a href="../classes/ApplicationController.html#method-i-git_not_found-21" name="method-i-git_not_found-21" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-git_not_found-21_source')" id="l_method-i-git_not_found-21_source">show</a>
-                
-              </p>
-              <div id="method-i-git_not_found-21_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/application_controller.rb, line 99</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">git_not_found!</span>
-  <span class="ruby-identifier">render</span> <span class="ruby-string">&quot;errors/git_not_found&quot;</span>, <span class="ruby-identifier">layout</span><span class="ruby-operator">:</span> <span class="ruby-string">&quot;errors&quot;</span>, <span class="ruby-identifier">status</span><span class="ruby-operator">:</span> <span class="ruby-number">404</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-log_exception">
-            
-              <b>log_exception</b>(exception)
-            
-            <a href="../classes/ApplicationController.html#method-i-log_exception" name="method-i-log_exception" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-log_exception_source')" id="l_method-i-log_exception_source">show</a>
-                
-              </p>
-              <div id="method-i-log_exception_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/application_controller.rb, line 29</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">log_exception</span>(<span class="ruby-identifier">exception</span>)
-  <span class="ruby-identifier">application_trace</span> = <span class="ruby-constant">ActionDispatch</span><span class="ruby-operator">::</span><span class="ruby-constant">ExceptionWrapper</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">env</span>, <span class="ruby-identifier">exception</span>).<span class="ruby-identifier">application_trace</span>
-  <span class="ruby-identifier">application_trace</span>.<span class="ruby-identifier">map!</span>{ <span class="ruby-operator">|</span><span class="ruby-identifier">t</span><span class="ruby-operator">|</span> <span class="ruby-node">&quot;  #{t}\n&quot;</span> }
-  <span class="ruby-identifier">logger</span>.<span class="ruby-identifier">error</span> <span class="ruby-node">&quot;\n#{exception.class.name} (#{exception.message}):\n#{application_trace.join}&quot;</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-method_missing">
-            
-              <b>method_missing</b>(method_sym, *arguments, &amp;block)
-            
-            <a href="../classes/ApplicationController.html#method-i-method_missing" name="method-i-method_missing" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-method_missing_source')" id="l_method-i-method_missing_source">show</a>
-                
-              </p>
-              <div id="method-i-method_missing_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/application_controller.rb, line 103</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">method_missing</span>(<span class="ruby-identifier">method_sym</span>, *<span class="ruby-identifier">arguments</span>, &amp;<span class="ruby-identifier">block</span>)
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">method_sym</span>.<span class="ruby-identifier">to_s</span> <span class="ruby-operator">=~</span> <span class="ruby-regexp">%r^authorize_(.*)!$/</span>
-    <span class="ruby-identifier">authorize_project!</span>(<span class="ruby-node">$1</span>.<span class="ruby-identifier">to_sym</span>)
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-keyword">super</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-no_cache_headers">
-            
-              <b>no_cache_headers</b>()
-            
-            <a href="../classes/ApplicationController.html#method-i-no_cache_headers" name="method-i-no_cache_headers" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-no_cache_headers_source')" id="l_method-i-no_cache_headers_source">show</a>
-                
-              </p>
-              <div id="method-i-no_cache_headers_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/application_controller.rb, line 123</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">no_cache_headers</span>
-  <span class="ruby-identifier">response</span>.<span class="ruby-identifier">headers</span>[<span class="ruby-string">&quot;Cache-Control&quot;</span>] = <span class="ruby-string">&quot;no-cache, no-store, max-age=0, must-revalidate&quot;</span>
-  <span class="ruby-identifier">response</span>.<span class="ruby-identifier">headers</span>[<span class="ruby-string">&quot;Pragma&quot;</span>] = <span class="ruby-string">&quot;no-cache&quot;</span>
-  <span class="ruby-identifier">response</span>.<span class="ruby-identifier">headers</span>[<span class="ruby-string">&quot;Expires&quot;</span>] = <span class="ruby-string">&quot;Fri, 01 Jan 1990 00:00:00 GMT&quot;</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-not_found-21">
-            
-              <b>not_found!</b>()
-            
-            <a href="../classes/ApplicationController.html#method-i-not_found-21" name="method-i-not_found-21" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-not_found-21_source')" id="l_method-i-not_found-21_source">show</a>
-                
-              </p>
-              <div id="method-i-not_found-21_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/application_controller.rb, line 95</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">not_found!</span>
-  <span class="ruby-identifier">render</span> <span class="ruby-string">&quot;errors/not_found&quot;</span>, <span class="ruby-identifier">layout</span><span class="ruby-operator">:</span> <span class="ruby-string">&quot;errors&quot;</span>, <span class="ruby-identifier">status</span><span class="ruby-operator">:</span> <span class="ruby-number">404</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-project">
-            
-              <b>project</b>()
-            
-            <a href="../classes/ApplicationController.html#method-i-project" name="method-i-project" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-project_source')" id="l_method-i-project_source">show</a>
-                
-              </p>
-              <div id="method-i-project_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/application_controller.rb, line 66</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">project</span>
-  <span class="ruby-identifier">id</span> = <span class="ruby-identifier">params</span>[<span class="ruby-value">:project_id</span>] <span class="ruby-operator">||</span> <span class="ruby-identifier">params</span>[<span class="ruby-value">:id</span>]
-
-  <span class="ruby-ivar">@project</span> = <span class="ruby-constant">Project</span>.<span class="ruby-identifier">find_with_namespace</span>(<span class="ruby-identifier">id</span>)
-
-  <span class="ruby-keyword">if</span> <span class="ruby-ivar">@project</span> <span class="ruby-keyword">and</span> <span class="ruby-identifier">can?</span>(<span class="ruby-identifier">current_user</span>, <span class="ruby-value">:read_project</span>, <span class="ruby-ivar">@project</span>)
-    <span class="ruby-ivar">@project</span>
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-ivar">@project</span> = <span class="ruby-keyword">nil</span>
-    <span class="ruby-identifier">render_404</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-reject_blocked-21">
-            
-              <b>reject_blocked!</b>()
-            
-            <a href="../classes/ApplicationController.html#method-i-reject_blocked-21" name="method-i-reject_blocked-21" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-reject_blocked-21_source')" id="l_method-i-reject_blocked-21_source">show</a>
-                
-              </p>
-              <div id="method-i-reject_blocked-21_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/application_controller.rb, line 35</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">reject_blocked!</span>
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">current_user</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">current_user</span>.<span class="ruby-identifier">blocked</span>
-    <span class="ruby-identifier">sign_out</span> <span class="ruby-identifier">current_user</span>
-    <span class="ruby-identifier">flash</span>[<span class="ruby-value">:alert</span>] = <span class="ruby-string">&quot;Your account is blocked. Retry when an admin unblock it.&quot;</span>
-    <span class="ruby-identifier">redirect_to</span> <span class="ruby-identifier">new_user_session_path</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-render_403">
-            
-              <b>render_403</b>()
-            
-            <a href="../classes/ApplicationController.html#method-i-render_403" name="method-i-render_403" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-render_403_source')" id="l_method-i-render_403_source">show</a>
-                
-              </p>
-              <div id="method-i-render_403_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/application_controller.rb, line 115</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">render_403</span>
-  <span class="ruby-identifier">render</span> <span class="ruby-identifier">file</span><span class="ruby-operator">:</span> <span class="ruby-constant">Rails</span>.<span class="ruby-identifier">root</span>.<span class="ruby-identifier">join</span>(<span class="ruby-string">&quot;public&quot;</span>, <span class="ruby-string">&quot;403&quot;</span>), <span class="ruby-identifier">layout</span><span class="ruby-operator">:</span> <span class="ruby-keyword">false</span>, <span class="ruby-identifier">status</span><span class="ruby-operator">:</span> <span class="ruby-string">&quot;403&quot;</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-render_404">
-            
-              <b>render_404</b>()
-            
-            <a href="../classes/ApplicationController.html#method-i-render_404" name="method-i-render_404" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-render_404_source')" id="l_method-i-render_404_source">show</a>
-                
-              </p>
-              <div id="method-i-render_404_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/application_controller.rb, line 111</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">render_404</span>
-  <span class="ruby-identifier">render</span> <span class="ruby-identifier">file</span><span class="ruby-operator">:</span> <span class="ruby-constant">Rails</span>.<span class="ruby-identifier">root</span>.<span class="ruby-identifier">join</span>(<span class="ruby-string">&quot;public&quot;</span>, <span class="ruby-string">&quot;404&quot;</span>), <span class="ruby-identifier">layout</span><span class="ruby-operator">:</span> <span class="ruby-keyword">false</span>, <span class="ruby-identifier">status</span><span class="ruby-operator">:</span> <span class="ruby-string">&quot;404&quot;</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-require_non_empty_project">
-            
-              <b>require_non_empty_project</b>()
-            
-            <a href="../classes/ApplicationController.html#method-i-require_non_empty_project" name="method-i-require_non_empty_project" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-require_non_empty_project_source')" id="l_method-i-require_non_empty_project_source">show</a>
-                
-              </p>
-              <div id="method-i-require_non_empty_project_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/application_controller.rb, line 119</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">require_non_empty_project</span>
-  <span class="ruby-identifier">redirect_to</span> <span class="ruby-ivar">@project</span> <span class="ruby-keyword">if</span> <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">empty_repo?</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-set_current_user_for_observers">
-            
-              <b>set_current_user_for_observers</b>()
-            
-            <a href="../classes/ApplicationController.html#method-i-set_current_user_for_observers" name="method-i-set_current_user_for_observers" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-set_current_user_for_observers_source')" id="l_method-i-set_current_user_for_observers_source">show</a>
-                
-              </p>
-              <div id="method-i-set_current_user_for_observers_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/application_controller.rb, line 53</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">set_current_user_for_observers</span>
-  <span class="ruby-constant">MergeRequestObserver</span>.<span class="ruby-identifier">current_user</span> = <span class="ruby-identifier">current_user</span>
-  <span class="ruby-constant">IssueObserver</span>.<span class="ruby-identifier">current_user</span> = <span class="ruby-identifier">current_user</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/ApplicationDecorator.html b/doc/code/classes/ApplicationDecorator.html
deleted file mode 100644
index 348cf42a0c9ff419ad7f97d7f8de29a8c14c907a..0000000000000000000000000000000000000000
--- a/doc/code/classes/ApplicationDecorator.html
+++ /dev/null
@@ -1,76 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>ApplicationDecorator</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            ApplicationDecorator 
-            
-                <span class="parent">&lt; 
-                    
-                    Draper::Base
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/decorators/application_decorator_rb.html">app/decorators/application_decorator.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/ApplicationHelper.html b/doc/code/classes/ApplicationHelper.html
deleted file mode 100644
index 2c3a82bb7b1c7bee2d1dc5be66198ef3b311bbc4..0000000000000000000000000000000000000000
--- a/doc/code/classes/ApplicationHelper.html
+++ /dev/null
@@ -1,890 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>ApplicationHelper</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Module</span> 
-            ApplicationHelper 
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/helpers/application_helper_rb.html">app/helpers/application_helper.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>A</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-app_theme">app_theme</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-authbutton">authbutton</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>C</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-current_action-3F">current_action?</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-current_controller-3F">current_controller?</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>E</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-emoji_autocomplete_source">emoji_autocomplete_source</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>G</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-gravatar_icon">gravatar_icon</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-grouped_options_refs">grouped_options_refs</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>H</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-hexdigest">hexdigest</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>L</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-last_commit">last_commit</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-ldap_enable-3F">ldap_enable?</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>P</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-project_last_activity">project_last_activity</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>R</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-request_protocol">request_protocol</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>S</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-search_autocomplete_source">search_autocomplete_source</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-show_last_push_widget-3F">show_last_push_widget?</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>U</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-user_color_scheme_class">user_color_scheme_class</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>W</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-web_app_url">web_app_url</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-app_theme">
-            
-              <b>app_theme</b>()
-            
-            <a href="../classes/ApplicationHelper.html#method-i-app_theme" name="method-i-app_theme" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-app_theme_source')" id="l_method-i-app_theme_source">show</a>
-                
-              </p>
-              <div id="method-i-app_theme_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/helpers/application_helper.rb, line 130</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">app_theme</span>
-  <span class="ruby-constant">Gitlab</span><span class="ruby-operator">::</span><span class="ruby-constant">Theme</span>.<span class="ruby-identifier">css_class_by_id</span>(<span class="ruby-identifier">current_user</span>.<span class="ruby-identifier">try</span>(<span class="ruby-value">:theme_id</span>))
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-authbutton">
-            
-              <b>authbutton</b>(provider, size = 64)
-            
-            <a href="../classes/ApplicationHelper.html#method-i-authbutton" name="method-i-authbutton" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-authbutton_source')" id="l_method-i-authbutton_source">show</a>
-                
-              </p>
-              <div id="method-i-authbutton_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/helpers/application_helper.rb, line 159</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">authbutton</span>(<span class="ruby-identifier">provider</span>, <span class="ruby-identifier">size</span> = <span class="ruby-number">64</span>)
-  <span class="ruby-identifier">file_name</span> = <span class="ruby-node">&quot;#{provider.to_s.split('_').first}_#{size}.png&quot;</span>
-  <span class="ruby-identifier">image_tag</span>(<span class="ruby-node">&quot;authbuttons/#{file_name}&quot;</span>,
-            <span class="ruby-identifier">alt</span><span class="ruby-operator">:</span> <span class="ruby-node">&quot;Sign in with #{provider.to_s.titleize}&quot;</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-current_action-3F">
-            
-              <b>current_action?</b>(*args)
-            
-            <a href="../classes/ApplicationHelper.html#method-i-current_action-3F" name="method-i-current_action-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Check if a partcular action is the current one</p>
-
-<p>args - One or more action names to check</p>
-
-<p>Examples</p>
-
-<pre class="ruby"><span class="ruby-comment"># On Projects#new</span>
-<span class="ruby-identifier">current_action?</span>(:<span class="ruby-identifier">new</span>)           <span class="ruby-comment"># =&gt; true</span>
-<span class="ruby-identifier">current_action?</span>(:<span class="ruby-identifier">create</span>)        <span class="ruby-comment"># =&gt; false</span>
-<span class="ruby-identifier">current_action?</span>(:<span class="ruby-identifier">new</span>, :<span class="ruby-identifier">create</span>)  <span class="ruby-comment"># =&gt; true</span>
-</pre>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-current_action-3F_source')" id="l_method-i-current_action-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-current_action-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/helpers/application_helper.rb, line 30</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">current_action?</span>(*<span class="ruby-identifier">args</span>)
-  <span class="ruby-identifier">args</span>.<span class="ruby-identifier">any?</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">v</span><span class="ruby-operator">|</span> <span class="ruby-identifier">v</span>.<span class="ruby-identifier">to_s</span>.<span class="ruby-identifier">downcase</span> <span class="ruby-operator">==</span> <span class="ruby-identifier">action_name</span> }
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-current_controller-3F">
-            
-              <b>current_controller?</b>(*args)
-            
-            <a href="../classes/ApplicationHelper.html#method-i-current_controller-3F" name="method-i-current_controller-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Check if a particular controller is the current one</p>
-
-<p>args - One or more controller names to check</p>
-
-<p>Examples</p>
-
-<pre class="ruby"><span class="ruby-comment"># On TreeController</span>
-<span class="ruby-identifier">current_controller?</span>(:<span class="ruby-identifier">tree</span>)           <span class="ruby-comment"># =&gt; true</span>
-<span class="ruby-identifier">current_controller?</span>(:<span class="ruby-identifier">commits</span>)        <span class="ruby-comment"># =&gt; false</span>
-<span class="ruby-identifier">current_controller?</span>(:<span class="ruby-identifier">commits</span>, :<span class="ruby-identifier">tree</span>) <span class="ruby-comment"># =&gt; true</span>
-</pre>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-current_controller-3F_source')" id="l_method-i-current_controller-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-current_controller-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/helpers/application_helper.rb, line 16</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">current_controller?</span>(*<span class="ruby-identifier">args</span>)
-  <span class="ruby-identifier">args</span>.<span class="ruby-identifier">any?</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">v</span><span class="ruby-operator">|</span> <span class="ruby-identifier">v</span>.<span class="ruby-identifier">to_s</span>.<span class="ruby-identifier">downcase</span> <span class="ruby-operator">==</span> <span class="ruby-identifier">controller</span>.<span class="ruby-identifier">controller_name</span> }
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-emoji_autocomplete_source">
-            
-              <b>emoji_autocomplete_source</b>()
-            
-            <a href="../classes/ApplicationHelper.html#method-i-emoji_autocomplete_source" name="method-i-emoji_autocomplete_source" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-emoji_autocomplete_source_source')" id="l_method-i-emoji_autocomplete_source_source">show</a>
-                
-              </p>
-              <div id="method-i-emoji_autocomplete_source_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/helpers/application_helper.rb, line 120</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">emoji_autocomplete_source</span>
-  <span class="ruby-comment"># should be an array of strings</span>
-  <span class="ruby-comment"># so to_s can be called, because it is sufficient and to_json is too slow</span>
-  <span class="ruby-constant">Emoji</span>.<span class="ruby-identifier">names</span>.<span class="ruby-identifier">to_s</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-gravatar_icon">
-            
-              <b>gravatar_icon</b>(user_email = '', size = nil)
-            
-            <a href="../classes/ApplicationHelper.html#method-i-gravatar_icon" name="method-i-gravatar_icon" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-gravatar_icon_source')" id="l_method-i-gravatar_icon_source">show</a>
-                
-              </p>
-              <div id="method-i-gravatar_icon_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/helpers/application_helper.rb, line 34</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">gravatar_icon</span>(<span class="ruby-identifier">user_email</span> = <span class="ruby-string">''</span>, <span class="ruby-identifier">size</span> = <span class="ruby-keyword">nil</span>)
-  <span class="ruby-identifier">size</span> = <span class="ruby-number">40</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">size</span>.<span class="ruby-identifier">nil?</span> <span class="ruby-operator">||</span> <span class="ruby-identifier">size</span> <span class="ruby-operator">&lt;=</span> <span class="ruby-number">0</span>
-
-  <span class="ruby-keyword">if</span> <span class="ruby-operator">!</span><span class="ruby-constant">Gitlab</span>.<span class="ruby-identifier">config</span>.<span class="ruby-identifier">gravatar</span>.<span class="ruby-identifier">enabled</span> <span class="ruby-operator">||</span> <span class="ruby-identifier">user_email</span>.<span class="ruby-identifier">blank?</span>
-    <span class="ruby-string">'no_avatar.png'</span>
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-identifier">gravatar_url</span> = <span class="ruby-identifier">request</span>.<span class="ruby-identifier">ssl?</span> <span class="ruby-operator">?</span> <span class="ruby-constant">Gitlab</span>.<span class="ruby-identifier">config</span>.<span class="ruby-identifier">gravatar</span>.<span class="ruby-identifier">ssl_url</span> <span class="ruby-operator">:</span> <span class="ruby-constant">Gitlab</span>.<span class="ruby-identifier">config</span>.<span class="ruby-identifier">gravatar</span>.<span class="ruby-identifier">plain_url</span>
-    <span class="ruby-identifier">user_email</span>.<span class="ruby-identifier">strip!</span>
-    <span class="ruby-identifier">sprintf</span>(<span class="ruby-identifier">gravatar_url</span>, {<span class="ruby-value">:hash</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-constant">Digest</span><span class="ruby-operator">::</span><span class="ruby-constant">MD5</span>.<span class="ruby-identifier">hexdigest</span>(<span class="ruby-identifier">user_email</span>.<span class="ruby-identifier">downcase</span>), <span class="ruby-value">:email</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-constant">URI</span>.<span class="ruby-identifier">escape</span>(<span class="ruby-identifier">user_email</span>), <span class="ruby-value">:size</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-identifier">size</span>})
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-grouped_options_refs">
-            
-              <b>grouped_options_refs</b>(destination = :tree)
-            
-            <a href="../classes/ApplicationHelper.html#method-i-grouped_options_refs" name="method-i-grouped_options_refs" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-grouped_options_refs_source')" id="l_method-i-grouped_options_refs_source">show</a>
-                
-              </p>
-              <div id="method-i-grouped_options_refs_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/helpers/application_helper.rb, line 64</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">grouped_options_refs</span>(<span class="ruby-identifier">destination</span> = <span class="ruby-value">:tree</span>)
-  <span class="ruby-identifier">options</span> = [
-    [<span class="ruby-string">&quot;Branch&quot;</span>, <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">branch_names</span> ],
-    [ <span class="ruby-string">&quot;Tag&quot;</span>, <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">tag_names</span> ]
-  ]
-
-  <span class="ruby-comment"># If reference is commit id -</span>
-  <span class="ruby-comment"># we should add it to branch/tag selectbox</span>
-  <span class="ruby-keyword">if</span>(<span class="ruby-ivar">@ref</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-operator">!</span><span class="ruby-identifier">options</span>.<span class="ruby-identifier">flatten</span>.<span class="ruby-identifier">include?</span>(<span class="ruby-ivar">@ref</span>) <span class="ruby-operator">&amp;&amp;</span>
-     <span class="ruby-ivar">@ref</span> <span class="ruby-operator">=~</span> <span class="ruby-regexp">%r^[0-9a-zA-Z]{6,52}$/</span>)
-    <span class="ruby-identifier">options</span> <span class="ruby-operator">&lt;&lt;</span> [<span class="ruby-string">&quot;Commit&quot;</span>, [<span class="ruby-ivar">@ref</span>]]
-  <span class="ruby-keyword">end</span>
-
-  <span class="ruby-identifier">grouped_options_for_select</span>(<span class="ruby-identifier">options</span>, <span class="ruby-ivar">@ref</span> <span class="ruby-operator">||</span> <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">default_branch</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-hexdigest">
-            
-              <b>hexdigest</b>(string)
-            
-            <a href="../classes/ApplicationHelper.html#method-i-hexdigest" name="method-i-hexdigest" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-hexdigest_source')" id="l_method-i-hexdigest_source">show</a>
-                
-              </p>
-              <div id="method-i-hexdigest_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/helpers/application_helper.rb, line 146</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">hexdigest</span>(<span class="ruby-identifier">string</span>)
-  <span class="ruby-constant">Digest</span><span class="ruby-operator">::</span><span class="ruby-constant">SHA1</span>.<span class="ruby-identifier">hexdigest</span> <span class="ruby-identifier">string</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-last_commit">
-            
-              <b>last_commit</b>(project)
-            
-            <a href="../classes/ApplicationHelper.html#method-i-last_commit" name="method-i-last_commit" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-last_commit_source')" id="l_method-i-last_commit_source">show</a>
-                
-              </p>
-              <div id="method-i-last_commit_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/helpers/application_helper.rb, line 54</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">last_commit</span>(<span class="ruby-identifier">project</span>)
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">project</span>.<span class="ruby-identifier">repo_exists?</span>
-    <span class="ruby-identifier">time_ago_in_words</span>(<span class="ruby-identifier">project</span>.<span class="ruby-identifier">commit</span>.<span class="ruby-identifier">committed_date</span>) <span class="ruby-operator">+</span> <span class="ruby-string">&quot; ago&quot;</span>
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-string">&quot;Never&quot;</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">rescue</span>
-  <span class="ruby-string">&quot;Never&quot;</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-ldap_enable-3F">
-            
-              <b>ldap_enable?</b>()
-            
-            <a href="../classes/ApplicationHelper.html#method-i-ldap_enable-3F" name="method-i-ldap_enable-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-ldap_enable-3F_source')" id="l_method-i-ldap_enable-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-ldap_enable-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/helpers/application_helper.rb, line 126</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">ldap_enable?</span>
-  <span class="ruby-constant">Devise</span>.<span class="ruby-identifier">omniauth_providers</span>.<span class="ruby-identifier">include?</span>(<span class="ruby-value">:ldap</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-project_last_activity">
-            
-              <b>project_last_activity</b>(project)
-            
-            <a href="../classes/ApplicationHelper.html#method-i-project_last_activity" name="method-i-project_last_activity" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-project_last_activity_source')" id="l_method-i-project_last_activity_source">show</a>
-                
-              </p>
-              <div id="method-i-project_last_activity_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/helpers/application_helper.rb, line 150</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">project_last_activity</span> <span class="ruby-identifier">project</span>
-  <span class="ruby-identifier">activity</span> = <span class="ruby-identifier">project</span>.<span class="ruby-identifier">last_activity</span>
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">activity</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">activity</span>.<span class="ruby-identifier">created_at</span>
-    <span class="ruby-identifier">time_ago_in_words</span>(<span class="ruby-identifier">activity</span>.<span class="ruby-identifier">created_at</span>) <span class="ruby-operator">+</span> <span class="ruby-string">&quot; ago&quot;</span>
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-string">&quot;Never&quot;</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-request_protocol">
-            
-              <b>request_protocol</b>()
-            
-            <a href="../classes/ApplicationHelper.html#method-i-request_protocol" name="method-i-request_protocol" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-request_protocol_source')" id="l_method-i-request_protocol_source">show</a>
-                
-              </p>
-              <div id="method-i-request_protocol_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/helpers/application_helper.rb, line 46</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">request_protocol</span>
-  <span class="ruby-identifier">request</span>.<span class="ruby-identifier">ssl?</span> <span class="ruby-operator">?</span> <span class="ruby-string">&quot;https&quot;</span> <span class="ruby-operator">:</span> <span class="ruby-string">&quot;http&quot;</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-search_autocomplete_source">
-            
-              <b>search_autocomplete_source</b>()
-            
-            <a href="../classes/ApplicationHelper.html#method-i-search_autocomplete_source" name="method-i-search_autocomplete_source" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-search_autocomplete_source_source')" id="l_method-i-search_autocomplete_source_source">show</a>
-                
-              </p>
-              <div id="method-i-search_autocomplete_source_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/helpers/application_helper.rb, line 80</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">search_autocomplete_source</span>
-  <span class="ruby-identifier">projects</span> = <span class="ruby-identifier">current_user</span>.<span class="ruby-identifier">authorized_projects</span>.<span class="ruby-identifier">map</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">p</span><span class="ruby-operator">|</span> { <span class="ruby-identifier">label</span><span class="ruby-operator">:</span> <span class="ruby-identifier">p</span>.<span class="ruby-identifier">name_with_namespace</span>, <span class="ruby-identifier">url</span><span class="ruby-operator">:</span> <span class="ruby-identifier">project_path</span>(<span class="ruby-identifier">p</span>) } }
-  <span class="ruby-identifier">groups</span> = <span class="ruby-identifier">current_user</span>.<span class="ruby-identifier">authorized_groups</span>.<span class="ruby-identifier">map</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">group</span><span class="ruby-operator">|</span> { <span class="ruby-identifier">label</span><span class="ruby-operator">:</span> <span class="ruby-node">&quot;&lt;group&gt; #{group.name}&quot;</span>, <span class="ruby-identifier">url</span><span class="ruby-operator">:</span> <span class="ruby-identifier">group_path</span>(<span class="ruby-identifier">group</span>) } }
-
-  <span class="ruby-identifier">default_nav</span> = [
-    { <span class="ruby-identifier">label</span><span class="ruby-operator">:</span> <span class="ruby-string">&quot;My Profile&quot;</span>, <span class="ruby-identifier">url</span><span class="ruby-operator">:</span> <span class="ruby-identifier">profile_path</span> },
-    { <span class="ruby-identifier">label</span><span class="ruby-operator">:</span> <span class="ruby-string">&quot;My SSH Keys&quot;</span>, <span class="ruby-identifier">url</span><span class="ruby-operator">:</span> <span class="ruby-identifier">keys_path</span> },
-    { <span class="ruby-identifier">label</span><span class="ruby-operator">:</span> <span class="ruby-string">&quot;My Dashboard&quot;</span>, <span class="ruby-identifier">url</span><span class="ruby-operator">:</span> <span class="ruby-identifier">root_path</span> },
-    { <span class="ruby-identifier">label</span><span class="ruby-operator">:</span> <span class="ruby-string">&quot;Admin Section&quot;</span>, <span class="ruby-identifier">url</span><span class="ruby-operator">:</span> <span class="ruby-identifier">admin_root_path</span> },
-  ]
-
-  <span class="ruby-identifier">help_nav</span> = [
-    { <span class="ruby-identifier">label</span><span class="ruby-operator">:</span> <span class="ruby-string">&quot;Workflow Help&quot;</span>, <span class="ruby-identifier">url</span><span class="ruby-operator">:</span> <span class="ruby-identifier">help_workflow_path</span> },
-    { <span class="ruby-identifier">label</span><span class="ruby-operator">:</span> <span class="ruby-string">&quot;Permissions Help&quot;</span>, <span class="ruby-identifier">url</span><span class="ruby-operator">:</span> <span class="ruby-identifier">help_permissions_path</span> },
-    { <span class="ruby-identifier">label</span><span class="ruby-operator">:</span> <span class="ruby-string">&quot;Web Hooks Help&quot;</span>, <span class="ruby-identifier">url</span><span class="ruby-operator">:</span> <span class="ruby-identifier">help_web_hooks_path</span> },
-    { <span class="ruby-identifier">label</span><span class="ruby-operator">:</span> <span class="ruby-string">&quot;System Hooks Help&quot;</span>, <span class="ruby-identifier">url</span><span class="ruby-operator">:</span> <span class="ruby-identifier">help_system_hooks_path</span> },
-    { <span class="ruby-identifier">label</span><span class="ruby-operator">:</span> <span class="ruby-string">&quot;API Help&quot;</span>, <span class="ruby-identifier">url</span><span class="ruby-operator">:</span> <span class="ruby-identifier">help_api_path</span> },
-    { <span class="ruby-identifier">label</span><span class="ruby-operator">:</span> <span class="ruby-string">&quot;Markdown Help&quot;</span>, <span class="ruby-identifier">url</span><span class="ruby-operator">:</span> <span class="ruby-identifier">help_markdown_path</span> },
-    { <span class="ruby-identifier">label</span><span class="ruby-operator">:</span> <span class="ruby-string">&quot;SSH Keys Help&quot;</span>, <span class="ruby-identifier">url</span><span class="ruby-operator">:</span> <span class="ruby-identifier">help_ssh_path</span> },
-    { <span class="ruby-identifier">label</span><span class="ruby-operator">:</span> <span class="ruby-string">&quot;Gitlab Rake Tasks Help&quot;</span>, <span class="ruby-identifier">url</span><span class="ruby-operator">:</span> <span class="ruby-identifier">help_raketasks_path</span> },
-  ]
-
-  <span class="ruby-identifier">project_nav</span> = []
-  <span class="ruby-keyword">if</span> <span class="ruby-ivar">@project</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-operator">!</span><span class="ruby-ivar">@project</span>.<span class="ruby-identifier">new_record?</span>
-    <span class="ruby-identifier">project_nav</span> = [
-      { <span class="ruby-identifier">label</span><span class="ruby-operator">:</span> <span class="ruby-node">&quot;#{@project.name} Issues&quot;</span>,   <span class="ruby-identifier">url</span><span class="ruby-operator">:</span> <span class="ruby-identifier">project_issues_path</span>(<span class="ruby-ivar">@project</span>) },
-      { <span class="ruby-identifier">label</span><span class="ruby-operator">:</span> <span class="ruby-node">&quot;#{@project.name} Commits&quot;</span>,  <span class="ruby-identifier">url</span><span class="ruby-operator">:</span> <span class="ruby-identifier">project_commits_path</span>(<span class="ruby-ivar">@project</span>, <span class="ruby-ivar">@ref</span> <span class="ruby-operator">||</span> <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">root_ref</span>) },
-      { <span class="ruby-identifier">label</span><span class="ruby-operator">:</span> <span class="ruby-node">&quot;#{@project.name} Merge Requests&quot;</span>, <span class="ruby-identifier">url</span><span class="ruby-operator">:</span> <span class="ruby-identifier">project_merge_requests_path</span>(<span class="ruby-ivar">@project</span>) },
-      { <span class="ruby-identifier">label</span><span class="ruby-operator">:</span> <span class="ruby-node">&quot;#{@project.name} Milestones&quot;</span>, <span class="ruby-identifier">url</span><span class="ruby-operator">:</span> <span class="ruby-identifier">project_milestones_path</span>(<span class="ruby-ivar">@project</span>) },
-      { <span class="ruby-identifier">label</span><span class="ruby-operator">:</span> <span class="ruby-node">&quot;#{@project.name} Snippets&quot;</span>, <span class="ruby-identifier">url</span><span class="ruby-operator">:</span> <span class="ruby-identifier">project_snippets_path</span>(<span class="ruby-ivar">@project</span>) },
-      { <span class="ruby-identifier">label</span><span class="ruby-operator">:</span> <span class="ruby-node">&quot;#{@project.name} Team&quot;</span>,     <span class="ruby-identifier">url</span><span class="ruby-operator">:</span> <span class="ruby-identifier">project_team_index_path</span>(<span class="ruby-ivar">@project</span>) },
-      { <span class="ruby-identifier">label</span><span class="ruby-operator">:</span> <span class="ruby-node">&quot;#{@project.name} Tree&quot;</span>,     <span class="ruby-identifier">url</span><span class="ruby-operator">:</span> <span class="ruby-identifier">project_tree_path</span>(<span class="ruby-ivar">@project</span>, <span class="ruby-ivar">@ref</span> <span class="ruby-operator">||</span> <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">root_ref</span>) },
-      { <span class="ruby-identifier">label</span><span class="ruby-operator">:</span> <span class="ruby-node">&quot;#{@project.name} Wall&quot;</span>,     <span class="ruby-identifier">url</span><span class="ruby-operator">:</span> <span class="ruby-identifier">wall_project_path</span>(<span class="ruby-ivar">@project</span>) },
-      { <span class="ruby-identifier">label</span><span class="ruby-operator">:</span> <span class="ruby-node">&quot;#{@project.name} Wiki&quot;</span>,     <span class="ruby-identifier">url</span><span class="ruby-operator">:</span> <span class="ruby-identifier">project_wikis_path</span>(<span class="ruby-ivar">@project</span>) },
-    ]
-  <span class="ruby-keyword">end</span>
-
-  [<span class="ruby-identifier">groups</span>, <span class="ruby-identifier">projects</span>, <span class="ruby-identifier">default_nav</span>, <span class="ruby-identifier">project_nav</span>, <span class="ruby-identifier">help_nav</span>].<span class="ruby-identifier">flatten</span>.<span class="ruby-identifier">to_json</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-show_last_push_widget-3F">
-            
-              <b>show_last_push_widget?</b>(event)
-            
-            <a href="../classes/ApplicationHelper.html#method-i-show_last_push_widget-3F" name="method-i-show_last_push_widget-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-show_last_push_widget-3F_source')" id="l_method-i-show_last_push_widget-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-show_last_push_widget-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/helpers/application_helper.rb, line 138</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">show_last_push_widget?</span>(<span class="ruby-identifier">event</span>)
-  <span class="ruby-identifier">event</span> <span class="ruby-operator">&amp;&amp;</span>
-    <span class="ruby-identifier">event</span>.<span class="ruby-identifier">last_push_to_non_root?</span> <span class="ruby-operator">&amp;&amp;</span>
-    <span class="ruby-operator">!</span><span class="ruby-identifier">event</span>.<span class="ruby-identifier">rm_ref?</span> <span class="ruby-operator">&amp;&amp;</span>
-    <span class="ruby-identifier">event</span>.<span class="ruby-identifier">project</span> <span class="ruby-operator">&amp;&amp;</span>
-    <span class="ruby-identifier">event</span>.<span class="ruby-identifier">project</span>.<span class="ruby-identifier">merge_requests_enabled</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-user_color_scheme_class">
-            
-              <b>user_color_scheme_class</b>()
-            
-            <a href="../classes/ApplicationHelper.html#method-i-user_color_scheme_class" name="method-i-user_color_scheme_class" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-user_color_scheme_class_source')" id="l_method-i-user_color_scheme_class_source">show</a>
-                
-              </p>
-              <div id="method-i-user_color_scheme_class_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/helpers/application_helper.rb, line 134</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">user_color_scheme_class</span>
-  <span class="ruby-identifier">current_user</span>.<span class="ruby-identifier">dark_scheme</span> <span class="ruby-operator">?</span> <span class="ruby-value">:black</span> <span class="ruby-operator">:</span> <span class="ruby-value">:white</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-web_app_url">
-            
-              <b>web_app_url</b>()
-            
-            <a href="../classes/ApplicationHelper.html#method-i-web_app_url" name="method-i-web_app_url" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-web_app_url_source')" id="l_method-i-web_app_url_source">show</a>
-                
-              </p>
-              <div id="method-i-web_app_url_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/helpers/application_helper.rb, line 50</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">web_app_url</span>
-  <span class="ruby-node">&quot;#{request_protocol}://#{Gitlab.config.gitlab.host}/&quot;</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/AttachmentUploader.html b/doc/code/classes/AttachmentUploader.html
deleted file mode 100644
index 79bc7c989c5571f7b8cf3c57cf25acb0bc949d82..0000000000000000000000000000000000000000
--- a/doc/code/classes/AttachmentUploader.html
+++ /dev/null
@@ -1,132 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>AttachmentUploader</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            AttachmentUploader 
-            
-                <span class="parent">&lt; 
-                    
-                    CarrierWave::Uploader::Base
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/uploaders/attachment_uploader_rb.html">app/uploaders/attachment_uploader.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>S</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-store_dir">store_dir</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-store_dir">
-            
-              <b>store_dir</b>()
-            
-            <a href="../classes/AttachmentUploader.html#method-i-store_dir" name="method-i-store_dir" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Override the directory where uploaded files will be stored. This is a
-sensible default for uploaders that are meant to be mounted:</p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-store_dir_source')" id="l_method-i-store_dir_source">show</a>
-                
-              </p>
-              <div id="method-i-store_dir_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/uploaders/attachment_uploader.rb, line 15</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">store_dir</span>
-  <span class="ruby-node">&quot;uploads/#{model.class.to_s.underscore}/#{mounted_as}/#{model.id}&quot;</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Authority.html b/doc/code/classes/Authority.html
deleted file mode 100644
index fc93f4bea1ae1cb1cef8787ee5fec52d5eac7ebf..0000000000000000000000000000000000000000
--- a/doc/code/classes/Authority.html
+++ /dev/null
@@ -1,528 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Authority</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Module</span> 
-            Authority 
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/roles/authority_rb.html">app/roles/authority.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>A</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-add_access">add_access</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-allow_read_for-3F">allow_read_for?</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>D</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-dev_access_for-3F">dev_access_for?</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>G</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-guest_access_for-3F">guest_access_for?</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>M</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-master_access_for-3F">master_access_for?</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>R</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-report_access_for-3F">report_access_for?</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-repository_masters">repository_masters</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-repository_readers">repository_readers</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-repository_writers">repository_writers</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-reset_access">reset_access</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-add_access">
-            
-              <b>add_access</b>(user, *access)
-            
-            <a href="../classes/Authority.html#method-i-add_access" name="method-i-add_access" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Compatible with all access rights Should be rewrited for new access rights</p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-add_access_source')" id="l_method-i-add_access_source">show</a>
-                
-              </p>
-              <div id="method-i-add_access_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/authority.rb, line 4</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">add_access</span>(<span class="ruby-identifier">user</span>, *<span class="ruby-identifier">access</span>)
-  <span class="ruby-identifier">access</span> = <span class="ruby-keyword">if</span> <span class="ruby-identifier">access</span>.<span class="ruby-identifier">include?</span>(<span class="ruby-value">:admin</span>)
-             { <span class="ruby-identifier">project_access</span><span class="ruby-operator">:</span> <span class="ruby-constant">UsersProject</span><span class="ruby-operator">::</span><span class="ruby-constant">MASTER</span> }
-           <span class="ruby-keyword">elsif</span> <span class="ruby-identifier">access</span>.<span class="ruby-identifier">include?</span>(<span class="ruby-value">:write</span>)
-             { <span class="ruby-identifier">project_access</span><span class="ruby-operator">:</span> <span class="ruby-constant">UsersProject</span><span class="ruby-operator">::</span><span class="ruby-constant">DEVELOPER</span> }
-           <span class="ruby-keyword">else</span>
-             { <span class="ruby-identifier">project_access</span><span class="ruby-operator">:</span> <span class="ruby-constant">UsersProject</span><span class="ruby-operator">::</span><span class="ruby-constant">REPORTER</span> }
-           <span class="ruby-keyword">end</span>
-  <span class="ruby-identifier">opts</span> = { <span class="ruby-identifier">user</span><span class="ruby-operator">:</span> <span class="ruby-identifier">user</span> }
-  <span class="ruby-identifier">opts</span>.<span class="ruby-identifier">merge!</span>(<span class="ruby-identifier">access</span>)
-  <span class="ruby-identifier">users_projects</span>.<span class="ruby-identifier">create</span>(<span class="ruby-identifier">opts</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-allow_read_for-3F">
-            
-              <b>allow_read_for?</b>(user)
-            
-            <a href="../classes/Authority.html#method-i-allow_read_for-3F" name="method-i-allow_read_for-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-allow_read_for-3F_source')" id="l_method-i-allow_read_for-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-allow_read_for-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/authority.rb, line 39</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">allow_read_for?</span>(<span class="ruby-identifier">user</span>)
-  <span class="ruby-operator">!</span><span class="ruby-identifier">users_projects</span>.<span class="ruby-identifier">where</span>(<span class="ruby-identifier">user_id</span><span class="ruby-operator">:</span> <span class="ruby-identifier">user</span>.<span class="ruby-identifier">id</span>).<span class="ruby-identifier">empty?</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-dev_access_for-3F">
-            
-              <b>dev_access_for?</b>(user)
-            
-            <a href="../classes/Authority.html#method-i-dev_access_for-3F" name="method-i-dev_access_for-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-dev_access_for-3F_source')" id="l_method-i-dev_access_for-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-dev_access_for-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/authority.rb, line 51</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">dev_access_for?</span>(<span class="ruby-identifier">user</span>)
-  <span class="ruby-operator">!</span><span class="ruby-identifier">users_projects</span>.<span class="ruby-identifier">where</span>(<span class="ruby-identifier">user_id</span><span class="ruby-operator">:</span> <span class="ruby-identifier">user</span>.<span class="ruby-identifier">id</span>, <span class="ruby-identifier">project_access</span><span class="ruby-operator">:</span> [<span class="ruby-constant">UsersProject</span><span class="ruby-operator">::</span><span class="ruby-constant">DEVELOPER</span>, <span class="ruby-constant">UsersProject</span><span class="ruby-operator">::</span><span class="ruby-constant">MASTER</span>]).<span class="ruby-identifier">empty?</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-guest_access_for-3F">
-            
-              <b>guest_access_for?</b>(user)
-            
-            <a href="../classes/Authority.html#method-i-guest_access_for-3F" name="method-i-guest_access_for-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-guest_access_for-3F_source')" id="l_method-i-guest_access_for-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-guest_access_for-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/authority.rb, line 43</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">guest_access_for?</span>(<span class="ruby-identifier">user</span>)
-  <span class="ruby-operator">!</span><span class="ruby-identifier">users_projects</span>.<span class="ruby-identifier">where</span>(<span class="ruby-identifier">user_id</span><span class="ruby-operator">:</span> <span class="ruby-identifier">user</span>.<span class="ruby-identifier">id</span>).<span class="ruby-identifier">empty?</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-master_access_for-3F">
-            
-              <b>master_access_for?</b>(user)
-            
-            <a href="../classes/Authority.html#method-i-master_access_for-3F" name="method-i-master_access_for-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-master_access_for-3F_source')" id="l_method-i-master_access_for-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-master_access_for-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/authority.rb, line 55</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">master_access_for?</span>(<span class="ruby-identifier">user</span>)
-  <span class="ruby-operator">!</span><span class="ruby-identifier">users_projects</span>.<span class="ruby-identifier">where</span>(<span class="ruby-identifier">user_id</span><span class="ruby-operator">:</span> <span class="ruby-identifier">user</span>.<span class="ruby-identifier">id</span>, <span class="ruby-identifier">project_access</span><span class="ruby-operator">:</span> [<span class="ruby-constant">UsersProject</span><span class="ruby-operator">::</span><span class="ruby-constant">MASTER</span>]).<span class="ruby-identifier">empty?</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-report_access_for-3F">
-            
-              <b>report_access_for?</b>(user)
-            
-            <a href="../classes/Authority.html#method-i-report_access_for-3F" name="method-i-report_access_for-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-report_access_for-3F_source')" id="l_method-i-report_access_for-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-report_access_for-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/authority.rb, line 47</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">report_access_for?</span>(<span class="ruby-identifier">user</span>)
-  <span class="ruby-operator">!</span><span class="ruby-identifier">users_projects</span>.<span class="ruby-identifier">where</span>(<span class="ruby-identifier">user_id</span><span class="ruby-operator">:</span> <span class="ruby-identifier">user</span>.<span class="ruby-identifier">id</span>, <span class="ruby-identifier">project_access</span><span class="ruby-operator">:</span> [<span class="ruby-constant">UsersProject</span><span class="ruby-operator">::</span><span class="ruby-constant">REPORTER</span>, <span class="ruby-constant">UsersProject</span><span class="ruby-operator">::</span><span class="ruby-constant">DEVELOPER</span>, <span class="ruby-constant">UsersProject</span><span class="ruby-operator">::</span><span class="ruby-constant">MASTER</span>]).<span class="ruby-identifier">empty?</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-repository_masters">
-            
-              <b>repository_masters</b>()
-            
-            <a href="../classes/Authority.html#method-i-repository_masters" name="method-i-repository_masters" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-repository_masters_source')" id="l_method-i-repository_masters_source">show</a>
-                
-              </p>
-              <div id="method-i-repository_masters_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/authority.rb, line 33</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">repository_masters</span>
-  <span class="ruby-identifier">keys</span> = <span class="ruby-constant">Key</span>.<span class="ruby-identifier">joins</span>({<span class="ruby-identifier">user</span><span class="ruby-operator">:</span> <span class="ruby-value">:users_projects</span>}).
-    <span class="ruby-identifier">where</span>(<span class="ruby-string">&quot;users_projects.project_id = ? AND users_projects.project_access = ?&quot;</span>, <span class="ruby-identifier">id</span>, <span class="ruby-constant">UsersProject</span><span class="ruby-operator">::</span><span class="ruby-constant">MASTER</span>)
-  <span class="ruby-identifier">keys</span>.<span class="ruby-identifier">map</span>(&amp;<span class="ruby-value">:identifier</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-repository_readers">
-            
-              <b>repository_readers</b>()
-            
-            <a href="../classes/Authority.html#method-i-repository_readers" name="method-i-repository_readers" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-repository_readers_source')" id="l_method-i-repository_readers_source">show</a>
-                
-              </p>
-              <div id="method-i-repository_readers_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/authority.rb, line 21</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">repository_readers</span>
-  <span class="ruby-identifier">keys</span> = <span class="ruby-constant">Key</span>.<span class="ruby-identifier">joins</span>({<span class="ruby-identifier">user</span><span class="ruby-operator">:</span> <span class="ruby-value">:users_projects</span>}).
-    <span class="ruby-identifier">where</span>(<span class="ruby-string">&quot;users_projects.project_id = ? AND users_projects.project_access = ?&quot;</span>, <span class="ruby-identifier">id</span>, <span class="ruby-constant">UsersProject</span><span class="ruby-operator">::</span><span class="ruby-constant">REPORTER</span>)
-  <span class="ruby-identifier">keys</span>.<span class="ruby-identifier">map</span>(&amp;<span class="ruby-value">:identifier</span>) <span class="ruby-operator">+</span> <span class="ruby-identifier">deploy_keys</span>.<span class="ruby-identifier">map</span>(&amp;<span class="ruby-value">:identifier</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-repository_writers">
-            
-              <b>repository_writers</b>()
-            
-            <a href="../classes/Authority.html#method-i-repository_writers" name="method-i-repository_writers" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-repository_writers_source')" id="l_method-i-repository_writers_source">show</a>
-                
-              </p>
-              <div id="method-i-repository_writers_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/authority.rb, line 27</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">repository_writers</span>
-  <span class="ruby-identifier">keys</span> = <span class="ruby-constant">Key</span>.<span class="ruby-identifier">joins</span>({<span class="ruby-identifier">user</span><span class="ruby-operator">:</span> <span class="ruby-value">:users_projects</span>}).
-    <span class="ruby-identifier">where</span>(<span class="ruby-string">&quot;users_projects.project_id = ? AND users_projects.project_access = ?&quot;</span>, <span class="ruby-identifier">id</span>, <span class="ruby-constant">UsersProject</span><span class="ruby-operator">::</span><span class="ruby-constant">DEVELOPER</span>)
-  <span class="ruby-identifier">keys</span>.<span class="ruby-identifier">map</span>(&amp;<span class="ruby-value">:identifier</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-reset_access">
-            
-              <b>reset_access</b>(user)
-            
-            <a href="../classes/Authority.html#method-i-reset_access" name="method-i-reset_access" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-reset_access_source')" id="l_method-i-reset_access_source">show</a>
-                
-              </p>
-              <div id="method-i-reset_access_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/authority.rb, line 17</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">reset_access</span>(<span class="ruby-identifier">user</span>)
-  <span class="ruby-identifier">users_projects</span>.<span class="ruby-identifier">where</span>(<span class="ruby-identifier">project_id</span><span class="ruby-operator">:</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">id</span>, <span class="ruby-identifier">user_id</span><span class="ruby-operator">:</span> <span class="ruby-identifier">user</span>.<span class="ruby-identifier">id</span>).<span class="ruby-identifier">destroy</span> <span class="ruby-keyword">if</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">id</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/BaseContext.html b/doc/code/classes/BaseContext.html
deleted file mode 100644
index 3fbc76bf7e0d9128329df5d6cb40cf3fc3ee5ca1..0000000000000000000000000000000000000000
--- a/doc/code/classes/BaseContext.html
+++ /dev/null
@@ -1,261 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>BaseContext</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            BaseContext 
-            
-                <span class="parent">&lt; 
-                    
-                    Object
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/contexts/base_context_rb.html">app/contexts/base_context.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>A</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-abilities">abilities</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>C</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-can-3F">can?</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>N</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-c-new">new</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-      <!-- Section attributes -->
-      <div class="sectiontitle">Attributes</div>
-      <table border='0' cellpadding='5'>
-        
-          <tr valign='top'>
-            <td class='attr-rw'>
-              [RW]
-            </td>
-            <td class='attr-name'>current_user</td>
-            <td class='attr-desc'></td>
-          </tr>
-        
-          <tr valign='top'>
-            <td class='attr-rw'>
-              [RW]
-            </td>
-            <td class='attr-name'>params</td>
-            <td class='attr-desc'></td>
-          </tr>
-        
-          <tr valign='top'>
-            <td class='attr-rw'>
-              [RW]
-            </td>
-            <td class='attr-name'>project</td>
-            <td class='attr-desc'></td>
-          </tr>
-        
-      </table>
-    
-
-
-    <!-- Methods -->
-    
-      <div class="sectiontitle">Class Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-c-new">
-            
-              <b>new</b>(project, user, params)
-            
-            <a href="../classes/BaseContext.html#method-c-new" name="method-c-new" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-new_source')" id="l_method-c-new_source">show</a>
-                
-              </p>
-              <div id="method-c-new_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/contexts/base_context.rb, line 4</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">initialize</span>(<span class="ruby-identifier">project</span>, <span class="ruby-identifier">user</span>, <span class="ruby-identifier">params</span>)
-  <span class="ruby-ivar">@project</span>, <span class="ruby-ivar">@current_user</span>, <span class="ruby-ivar">@params</span> = <span class="ruby-identifier">project</span>, <span class="ruby-identifier">user</span>, <span class="ruby-identifier">params</span>.<span class="ruby-identifier">dup</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                  
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-abilities">
-            
-              <b>abilities</b>()
-            
-            <a href="../classes/BaseContext.html#method-i-abilities" name="method-i-abilities" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-abilities_source')" id="l_method-i-abilities_source">show</a>
-                
-              </p>
-              <div id="method-i-abilities_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/contexts/base_context.rb, line 8</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">abilities</span>
-  <span class="ruby-ivar">@abilities</span> <span class="ruby-operator">||=</span> <span class="ruby-keyword">begin</span>
-                   <span class="ruby-identifier">abilities</span> = <span class="ruby-constant">Six</span>.<span class="ruby-identifier">new</span>
-                   <span class="ruby-identifier">abilities</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-constant">Ability</span>
-                   <span class="ruby-identifier">abilities</span>
-                 <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-can-3F">
-            
-              <b>can?</b>(object, action, subject)
-            
-            <a href="../classes/BaseContext.html#method-i-can-3F" name="method-i-can-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-can-3F_source')" id="l_method-i-can-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-can-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/contexts/base_context.rb, line 16</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">can?</span>(<span class="ruby-identifier">object</span>, <span class="ruby-identifier">action</span>, <span class="ruby-identifier">subject</span>)
-  <span class="ruby-identifier">abilities</span>.<span class="ruby-identifier">allowed?</span>(<span class="ruby-identifier">object</span>, <span class="ruby-identifier">action</span>, <span class="ruby-identifier">subject</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/BlameController.html b/doc/code/classes/BlameController.html
deleted file mode 100644
index 2d641cb099b60bb7ee19afc1df8c9a9e881e7865..0000000000000000000000000000000000000000
--- a/doc/code/classes/BlameController.html
+++ /dev/null
@@ -1,152 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>BlameController</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            BlameController 
-            
-                <span class="parent">&lt; 
-                    
-                    <a href="ProjectResourceController.html">ProjectResourceController</a>
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/controllers/blame_controller_rb.html">app/controllers/blame_controller.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<p>Controller for viewing a file’s blame</p>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>S</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-show">show</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-    <!-- Includes -->
-    <div class="sectiontitle">Included Modules</div>
-    <ul>
-      
-        <li>
-          
-            <a href="ExtractsPath.html">
-              ExtractsPath
-            </a>
-          
-        </li>
-      
-    </ul>
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-show">
-            
-              <b>show</b>()
-            
-            <a href="../classes/BlameController.html#method-i-show" name="method-i-show" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-show_source')" id="l_method-i-show_source">show</a>
-                
-              </p>
-              <div id="method-i-show_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/blame_controller.rb, line 12</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">show</span>
-  <span class="ruby-ivar">@repo</span> = <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">repo</span>
-  <span class="ruby-ivar">@blame</span> = <span class="ruby-constant">Grit</span><span class="ruby-operator">::</span><span class="ruby-constant">Blob</span>.<span class="ruby-identifier">blame</span>(<span class="ruby-ivar">@repo</span>, <span class="ruby-ivar">@commit</span>.<span class="ruby-identifier">id</span>, <span class="ruby-ivar">@path</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/BlobController.html b/doc/code/classes/BlobController.html
deleted file mode 100644
index 22df013f4750b362039b0e7c5bf3b1a8e49baf4e..0000000000000000000000000000000000000000
--- a/doc/code/classes/BlobController.html
+++ /dev/null
@@ -1,160 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>BlobController</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            BlobController 
-            
-                <span class="parent">&lt; 
-                    
-                    <a href="ProjectResourceController.html">ProjectResourceController</a>
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/controllers/blob_controller_rb.html">app/controllers/blob_controller.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<p>Controller for viewing a file’s blame</p>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>S</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-show">show</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-    <!-- Includes -->
-    <div class="sectiontitle">Included Modules</div>
-    <ul>
-      
-        <li>
-          
-            <a href="ExtractsPath.html">
-              ExtractsPath
-            </a>
-          
-        </li>
-      
-    </ul>
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-show">
-            
-              <b>show</b>()
-            
-            <a href="../classes/BlobController.html#method-i-show" name="method-i-show" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-show_source')" id="l_method-i-show_source">show</a>
-                
-              </p>
-              <div id="method-i-show_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/blob_controller.rb, line 12</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">show</span>
-  <span class="ruby-keyword">if</span> <span class="ruby-ivar">@tree</span>.<span class="ruby-identifier">is_blob?</span>
-    <span class="ruby-identifier">send_data</span>(
-      <span class="ruby-ivar">@tree</span>.<span class="ruby-identifier">data</span>,
-      <span class="ruby-identifier">type</span><span class="ruby-operator">:</span> <span class="ruby-ivar">@tree</span>.<span class="ruby-identifier">mime_type</span>,
-      <span class="ruby-identifier">disposition</span><span class="ruby-operator">:</span> <span class="ruby-string">'inline'</span>,
-      <span class="ruby-identifier">filename</span><span class="ruby-operator">:</span> <span class="ruby-ivar">@tree</span>.<span class="ruby-identifier">name</span>
-    )
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-identifier">not_found!</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Commit.html b/doc/code/classes/Commit.html
deleted file mode 100644
index 15369b8981ab484dae41e625afbe76eeed793785..0000000000000000000000000000000000000000
--- a/doc/code/classes/Commit.html
+++ /dev/null
@@ -1,1077 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Commit</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Commit 
-            
-                <span class="parent">&lt; 
-                    
-                    Object
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/models/commit_rb.html">app/models/commit.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>A</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-author_email">author_email</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-author_name">author_name</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>C</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-c-commits">commits</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-c-commits_between">commits_between</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-c-commits_since">commits_since</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-c-commits_with_refs">commits_with_refs</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-committer_email">committer_email</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-committer_name">committer_name</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-c-compare">compare</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-created_at">created_at</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>D</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-different_committer-3F">different_committer?</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>F</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-c-find_or_first">find_or_first</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-c-fresh_commits">fresh_commits</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>N</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-c-new">new</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>P</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-parents_count">parents_count</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-prev_commit">prev_commit</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-prev_commit_id">prev_commit_id</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>S</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-safe_message">safe_message</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-short_id">short_id</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>T</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-to_diff">to_diff</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-    <!-- Includes -->
-    <div class="sectiontitle">Included Modules</div>
-    <ul>
-      
-        <li>
-          
-            ActiveModel::Conversion
-          
-        </li>
-      
-        <li>
-          
-            <a href="StaticModel.html">
-              StaticModel
-            </a>
-          
-        </li>
-      
-    </ul>
-  
-
-
-
-  
-
-    
-
-    
-
-    
-      <!-- Section constants -->
-      <div class="sectiontitle">Constants</div>
-      <table border='0' cellpadding='5'>
-        
-          <tr valign='top'>
-            <td class="attr-name">DIFF_SAFE_SIZE</td>
-            <td>=</td>
-            <td class="attr-value">100</td>
-          </tr>
-          
-            <tr valign='top'>
-              <td>&nbsp;</td>
-              <td colspan="2" class="attr-desc"><p>Safe amount of files with diffs in one commit to render Used to prevent 500
-error on huge commits by suppressing diff</p></td>
-            </tr>
-          
-        
-      </table>
-    
-
-
-    
-      <!-- Section attributes -->
-      <div class="sectiontitle">Attributes</div>
-      <table border='0' cellpadding='5'>
-        
-          <tr valign='top'>
-            <td class='attr-rw'>
-              [RW]
-            </td>
-            <td class='attr-name'>commit</td>
-            <td class='attr-desc'></td>
-          </tr>
-        
-          <tr valign='top'>
-            <td class='attr-rw'>
-              [RW]
-            </td>
-            <td class='attr-name'>head</td>
-            <td class='attr-desc'></td>
-          </tr>
-        
-          <tr valign='top'>
-            <td class='attr-rw'>
-              [RW]
-            </td>
-            <td class='attr-name'>refs</td>
-            <td class='attr-desc'></td>
-          </tr>
-        
-      </table>
-    
-
-
-    <!-- Methods -->
-    
-      <div class="sectiontitle">Class Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-c-commits">
-            
-              <b>commits</b>(repo, ref, path = nil, limit = nil, offset = nil)
-            
-            <a href="../classes/Commit.html#method-c-commits" name="method-c-commits" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-commits_source')" id="l_method-c-commits_source">show</a>
-                
-              </p>
-              <div id="method-c-commits_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/commit.rb, line 62</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">commits</span>(<span class="ruby-identifier">repo</span>, <span class="ruby-identifier">ref</span>, <span class="ruby-identifier">path</span> = <span class="ruby-keyword">nil</span>, <span class="ruby-identifier">limit</span> = <span class="ruby-keyword">nil</span>, <span class="ruby-identifier">offset</span> = <span class="ruby-keyword">nil</span>)
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">path</span>
-    <span class="ruby-identifier">repo</span>.<span class="ruby-identifier">log</span>(<span class="ruby-identifier">ref</span>, <span class="ruby-identifier">path</span>, <span class="ruby-identifier">max_count</span><span class="ruby-operator">:</span> <span class="ruby-identifier">limit</span>, <span class="ruby-identifier">skip</span><span class="ruby-operator">:</span> <span class="ruby-identifier">offset</span>)
-  <span class="ruby-keyword">elsif</span> <span class="ruby-identifier">limit</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">offset</span>
-    <span class="ruby-identifier">repo</span>.<span class="ruby-identifier">commits</span>(<span class="ruby-identifier">ref</span>, <span class="ruby-identifier">limit</span>, <span class="ruby-identifier">offset</span>)
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-identifier">repo</span>.<span class="ruby-identifier">commits</span>(<span class="ruby-identifier">ref</span>)
-  <span class="ruby-keyword">end</span>.<span class="ruby-identifier">map</span>{ <span class="ruby-operator">|</span><span class="ruby-identifier">c</span><span class="ruby-operator">|</span> <span class="ruby-constant">Commit</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">c</span>) }
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-c-commits_between">
-            
-              <b>commits_between</b>(repo, from, to)
-            
-            <a href="../classes/Commit.html#method-c-commits_between" name="method-c-commits_between" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-commits_between_source')" id="l_method-c-commits_between_source">show</a>
-                
-              </p>
-              <div id="method-c-commits_between_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/commit.rb, line 72</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">commits_between</span>(<span class="ruby-identifier">repo</span>, <span class="ruby-identifier">from</span>, <span class="ruby-identifier">to</span>)
-  <span class="ruby-identifier">repo</span>.<span class="ruby-identifier">commits_between</span>(<span class="ruby-identifier">from</span>, <span class="ruby-identifier">to</span>).<span class="ruby-identifier">map</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">c</span><span class="ruby-operator">|</span> <span class="ruby-constant">Commit</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">c</span>) }
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-c-commits_since">
-            
-              <b>commits_since</b>(repo, date)
-            
-            <a href="../classes/Commit.html#method-c-commits_since" name="method-c-commits_since" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-commits_since_source')" id="l_method-c-commits_since_source">show</a>
-                
-              </p>
-              <div id="method-c-commits_since_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/commit.rb, line 50</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">commits_since</span>(<span class="ruby-identifier">repo</span>, <span class="ruby-identifier">date</span>)
-  <span class="ruby-identifier">commits</span> = <span class="ruby-identifier">repo</span>.<span class="ruby-identifier">heads</span>.<span class="ruby-identifier">map</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">h</span><span class="ruby-operator">|</span>
-    <span class="ruby-identifier">repo</span>.<span class="ruby-identifier">log</span>(<span class="ruby-identifier">h</span>.<span class="ruby-identifier">name</span>, <span class="ruby-keyword">nil</span>, <span class="ruby-identifier">since</span><span class="ruby-operator">:</span> <span class="ruby-identifier">date</span>).<span class="ruby-identifier">each</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">c</span><span class="ruby-operator">|</span> <span class="ruby-constant">Commit</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">c</span>, <span class="ruby-identifier">h</span>) }
-  <span class="ruby-keyword">end</span>.<span class="ruby-identifier">flatten</span>.<span class="ruby-identifier">uniq</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">c</span><span class="ruby-operator">|</span> <span class="ruby-identifier">c</span>.<span class="ruby-identifier">id</span> }
-
-  <span class="ruby-identifier">commits</span>.<span class="ruby-identifier">sort!</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">x</span>, <span class="ruby-identifier">y</span><span class="ruby-operator">|</span>
-    <span class="ruby-identifier">y</span>.<span class="ruby-identifier">committed_date</span> <span class="ruby-operator">&lt;=&gt;</span> <span class="ruby-identifier">x</span>.<span class="ruby-identifier">committed_date</span>
-  <span class="ruby-keyword">end</span>
-
-  <span class="ruby-identifier">commits</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-c-commits_with_refs">
-            
-              <b>commits_with_refs</b>(repo, n = 20)
-            
-            <a href="../classes/Commit.html#method-c-commits_with_refs" name="method-c-commits_with_refs" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-commits_with_refs_source')" id="l_method-c-commits_with_refs_source">show</a>
-                
-              </p>
-              <div id="method-c-commits_with_refs_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/commit.rb, line 40</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">commits_with_refs</span>(<span class="ruby-identifier">repo</span>, <span class="ruby-identifier">n</span> = <span class="ruby-number">20</span>)
-  <span class="ruby-identifier">commits</span> = <span class="ruby-identifier">repo</span>.<span class="ruby-identifier">branches</span>.<span class="ruby-identifier">map</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">ref</span><span class="ruby-operator">|</span> <span class="ruby-constant">Commit</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">ref</span>.<span class="ruby-identifier">commit</span>, <span class="ruby-identifier">ref</span>) }
-
-  <span class="ruby-identifier">commits</span>.<span class="ruby-identifier">sort!</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">x</span>, <span class="ruby-identifier">y</span><span class="ruby-operator">|</span>
-    <span class="ruby-identifier">y</span>.<span class="ruby-identifier">committed_date</span> <span class="ruby-operator">&lt;=&gt;</span> <span class="ruby-identifier">x</span>.<span class="ruby-identifier">committed_date</span>
-  <span class="ruby-keyword">end</span>
-
-  <span class="ruby-identifier">commits</span>[<span class="ruby-number">0</span><span class="ruby-operator">..</span><span class="ruby-identifier">n</span>]
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-c-compare">
-            
-              <b>compare</b>(project, from, to)
-            
-            <a href="../classes/Commit.html#method-c-compare" name="method-c-compare" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-compare_source')" id="l_method-c-compare_source">show</a>
-                
-              </p>
-              <div id="method-c-compare_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/commit.rb, line 76</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">compare</span>(<span class="ruby-identifier">project</span>, <span class="ruby-identifier">from</span>, <span class="ruby-identifier">to</span>)
-  <span class="ruby-identifier">result</span> = {
-    <span class="ruby-identifier">commits</span><span class="ruby-operator">:</span> [],
-    <span class="ruby-identifier">diffs</span><span class="ruby-operator">:</span> [],
-    <span class="ruby-identifier">commit</span><span class="ruby-operator">:</span> <span class="ruby-keyword">nil</span>,
-    <span class="ruby-identifier">same</span><span class="ruby-operator">:</span> <span class="ruby-keyword">false</span>
-  }
-
-  <span class="ruby-keyword">return</span> <span class="ruby-identifier">result</span> <span class="ruby-keyword">unless</span> <span class="ruby-identifier">from</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">to</span>
-
-  <span class="ruby-identifier">first</span> = <span class="ruby-identifier">project</span>.<span class="ruby-identifier">commit</span>(<span class="ruby-identifier">to</span>.<span class="ruby-identifier">try</span>(<span class="ruby-value">:strip</span>))
-  <span class="ruby-identifier">last</span> = <span class="ruby-identifier">project</span>.<span class="ruby-identifier">commit</span>(<span class="ruby-identifier">from</span>.<span class="ruby-identifier">try</span>(<span class="ruby-value">:strip</span>))
-
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">first</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">last</span>
-    <span class="ruby-identifier">result</span>[<span class="ruby-value">:same</span>] = (<span class="ruby-identifier">first</span>.<span class="ruby-identifier">id</span> <span class="ruby-operator">==</span> <span class="ruby-identifier">last</span>.<span class="ruby-identifier">id</span>)
-    <span class="ruby-identifier">result</span>[<span class="ruby-value">:commits</span>] = <span class="ruby-identifier">project</span>.<span class="ruby-identifier">repo</span>.<span class="ruby-identifier">commits_between</span>(<span class="ruby-identifier">last</span>.<span class="ruby-identifier">id</span>, <span class="ruby-identifier">first</span>.<span class="ruby-identifier">id</span>).<span class="ruby-identifier">map</span> {<span class="ruby-operator">|</span><span class="ruby-identifier">c</span><span class="ruby-operator">|</span> <span class="ruby-constant">Commit</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">c</span>)}
-    <span class="ruby-identifier">result</span>[<span class="ruby-value">:diffs</span>] = <span class="ruby-identifier">project</span>.<span class="ruby-identifier">repo</span>.<span class="ruby-identifier">diff</span>(<span class="ruby-identifier">last</span>.<span class="ruby-identifier">id</span>, <span class="ruby-identifier">first</span>.<span class="ruby-identifier">id</span>) <span class="ruby-keyword">rescue</span> []
-    <span class="ruby-identifier">result</span>[<span class="ruby-value">:commit</span>] = <span class="ruby-constant">Commit</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">first</span>)
-  <span class="ruby-keyword">end</span>
-
-  <span class="ruby-identifier">result</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-c-find_or_first">
-            
-              <b>find_or_first</b>(repo, commit_id = nil, root_ref)
-            
-            <a href="../classes/Commit.html#method-c-find_or_first" name="method-c-find_or_first" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-find_or_first_source')" id="l_method-c-find_or_first_source">show</a>
-                
-              </p>
-              <div id="method-c-find_or_first_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/commit.rb, line 18</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">find_or_first</span>(<span class="ruby-identifier">repo</span>, <span class="ruby-identifier">commit_id</span> = <span class="ruby-keyword">nil</span>, <span class="ruby-identifier">root_ref</span>)
-  <span class="ruby-identifier">commit</span> = <span class="ruby-keyword">if</span> <span class="ruby-identifier">commit_id</span>
-             <span class="ruby-identifier">repo</span>.<span class="ruby-identifier">commit</span>(<span class="ruby-identifier">commit_id</span>)
-           <span class="ruby-keyword">else</span>
-             <span class="ruby-identifier">repo</span>.<span class="ruby-identifier">commits</span>(<span class="ruby-identifier">root_ref</span>).<span class="ruby-identifier">first</span>
-           <span class="ruby-keyword">end</span>
-
-  <span class="ruby-constant">Commit</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">commit</span>) <span class="ruby-keyword">if</span> <span class="ruby-identifier">commit</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-c-fresh_commits">
-            
-              <b>fresh_commits</b>(repo, n = 10)
-            
-            <a href="../classes/Commit.html#method-c-fresh_commits" name="method-c-fresh_commits" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-fresh_commits_source')" id="l_method-c-fresh_commits_source">show</a>
-                
-              </p>
-              <div id="method-c-fresh_commits_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/commit.rb, line 28</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">fresh_commits</span>(<span class="ruby-identifier">repo</span>, <span class="ruby-identifier">n</span> = <span class="ruby-number">10</span>)
-  <span class="ruby-identifier">commits</span> = <span class="ruby-identifier">repo</span>.<span class="ruby-identifier">heads</span>.<span class="ruby-identifier">map</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">h</span><span class="ruby-operator">|</span>
-    <span class="ruby-identifier">repo</span>.<span class="ruby-identifier">commits</span>(<span class="ruby-identifier">h</span>.<span class="ruby-identifier">name</span>, <span class="ruby-identifier">n</span>).<span class="ruby-identifier">map</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">c</span><span class="ruby-operator">|</span> <span class="ruby-constant">Commit</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">c</span>, <span class="ruby-identifier">h</span>) }
-  <span class="ruby-keyword">end</span>.<span class="ruby-identifier">flatten</span>.<span class="ruby-identifier">uniq</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">c</span><span class="ruby-operator">|</span> <span class="ruby-identifier">c</span>.<span class="ruby-identifier">id</span> }
-
-  <span class="ruby-identifier">commits</span>.<span class="ruby-identifier">sort!</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">x</span>, <span class="ruby-identifier">y</span><span class="ruby-operator">|</span>
-    <span class="ruby-identifier">y</span>.<span class="ruby-identifier">committed_date</span> <span class="ruby-operator">&lt;=&gt;</span> <span class="ruby-identifier">x</span>.<span class="ruby-identifier">committed_date</span>
-  <span class="ruby-keyword">end</span>
-
-  <span class="ruby-identifier">commits</span>[<span class="ruby-number">0</span><span class="ruby-operator">...</span><span class="ruby-identifier">n</span>]
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-c-new">
-            
-              <b>new</b>(raw_commit, head = nil)
-            
-            <a href="../classes/Commit.html#method-c-new" name="method-c-new" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-new_source')" id="l_method-c-new_source">show</a>
-                
-              </p>
-              <div id="method-c-new_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/commit.rb, line 100</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">initialize</span>(<span class="ruby-identifier">raw_commit</span>, <span class="ruby-identifier">head</span> = <span class="ruby-keyword">nil</span>)
-  <span class="ruby-ivar">@commit</span> = <span class="ruby-identifier">raw_commit</span>
-  <span class="ruby-ivar">@head</span> = <span class="ruby-identifier">head</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                  
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-author_email">
-            
-              <b>author_email</b>()
-            
-            <a href="../classes/Commit.html#method-i-author_email" name="method-i-author_email" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-author_email_source')" id="l_method-i-author_email_source">show</a>
-                
-              </p>
-              <div id="method-i-author_email_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/commit.rb, line 117</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">author_email</span>
-  <span class="ruby-identifier">author</span>.<span class="ruby-identifier">email</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-author_name">
-            
-              <b>author_name</b>()
-            
-            <a href="../classes/Commit.html#method-i-author_name" name="method-i-author_name" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-author_name_source')" id="l_method-i-author_name_source">show</a>
-                
-              </p>
-              <div id="method-i-author_name_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/commit.rb, line 121</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">author_name</span>
-  <span class="ruby-identifier">author</span>.<span class="ruby-identifier">name</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-committer_email">
-            
-              <b>committer_email</b>()
-            
-            <a href="../classes/Commit.html#method-i-committer_email" name="method-i-committer_email" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-committer_email_source')" id="l_method-i-committer_email_source">show</a>
-                
-              </p>
-              <div id="method-i-committer_email_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/commit.rb, line 134</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">committer_email</span>
-  <span class="ruby-identifier">committer</span>.<span class="ruby-identifier">email</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-committer_name">
-            
-              <b>committer_name</b>()
-            
-            <a href="../classes/Commit.html#method-i-committer_name" name="method-i-committer_name" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-committer_name_source')" id="l_method-i-committer_name_source">show</a>
-                
-              </p>
-              <div id="method-i-committer_name_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/commit.rb, line 130</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">committer_name</span>
-  <span class="ruby-identifier">committer</span>.<span class="ruby-identifier">name</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-created_at">
-            
-              <b>created_at</b>()
-            
-            <a href="../classes/Commit.html#method-i-created_at" name="method-i-created_at" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-created_at_source')" id="l_method-i-created_at_source">show</a>
-                
-              </p>
-              <div id="method-i-created_at_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/commit.rb, line 113</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">created_at</span>
-  <span class="ruby-identifier">committed_date</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-different_committer-3F">
-            
-              <b>different_committer?</b>()
-            
-            <a href="../classes/Commit.html#method-i-different_committer-3F" name="method-i-different_committer-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Was this commit committed by a different person than the original author?</p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-different_committer-3F_source')" id="l_method-i-different_committer-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-different_committer-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/commit.rb, line 126</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">different_committer?</span>
-  <span class="ruby-identifier">author_name</span> <span class="ruby-operator">!=</span> <span class="ruby-identifier">committer_name</span> <span class="ruby-operator">||</span> <span class="ruby-identifier">author_email</span> <span class="ruby-operator">!=</span> <span class="ruby-identifier">committer_email</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-parents_count">
-            
-              <b>parents_count</b>()
-            
-            <a href="../classes/Commit.html#method-i-parents_count" name="method-i-parents_count" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-parents_count_source')" id="l_method-i-parents_count_source">show</a>
-                
-              </p>
-              <div id="method-i-parents_count_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/commit.rb, line 146</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">parents_count</span>
-  <span class="ruby-identifier">parents</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">parents</span>.<span class="ruby-identifier">count</span> <span class="ruby-operator">||</span> <span class="ruby-number">0</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-prev_commit">
-            
-              <b>prev_commit</b>()
-            
-            <a href="../classes/Commit.html#method-i-prev_commit" name="method-i-prev_commit" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-prev_commit_source')" id="l_method-i-prev_commit_source">show</a>
-                
-              </p>
-              <div id="method-i-prev_commit_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/commit.rb, line 138</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">prev_commit</span>
-  <span class="ruby-identifier">parents</span>.<span class="ruby-identifier">try</span> <span class="ruby-value">:first</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-prev_commit_id">
-            
-              <b>prev_commit_id</b>()
-            
-            <a href="../classes/Commit.html#method-i-prev_commit_id" name="method-i-prev_commit_id" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-prev_commit_id_source')" id="l_method-i-prev_commit_id_source">show</a>
-                
-              </p>
-              <div id="method-i-prev_commit_id_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/commit.rb, line 142</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">prev_commit_id</span>
-  <span class="ruby-identifier">prev_commit</span>.<span class="ruby-identifier">try</span> <span class="ruby-value">:id</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-safe_message">
-            
-              <b>safe_message</b>()
-            
-            <a href="../classes/Commit.html#method-i-safe_message" name="method-i-safe_message" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-safe_message_source')" id="l_method-i-safe_message_source">show</a>
-                
-              </p>
-              <div id="method-i-safe_message_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/commit.rb, line 109</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">safe_message</span>
-  <span class="ruby-ivar">@safe_message</span> <span class="ruby-operator">||=</span> <span class="ruby-identifier">message</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-short_id">
-            
-              <b>short_id</b>(length = 10)
-            
-            <a href="../classes/Commit.html#method-i-short_id" name="method-i-short_id" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-short_id_source')" id="l_method-i-short_id_source">show</a>
-                
-              </p>
-              <div id="method-i-short_id_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/commit.rb, line 105</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">short_id</span>(<span class="ruby-identifier">length</span> = <span class="ruby-number">10</span>)
-  <span class="ruby-identifier">id</span>.<span class="ruby-identifier">to_s</span>[<span class="ruby-number">0</span><span class="ruby-operator">..</span><span class="ruby-identifier">length</span>]
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-to_diff">
-            
-              <b>to_diff</b>()
-            
-            <a href="../classes/Commit.html#method-i-to_diff" name="method-i-to_diff" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Shows the diff between the commit’s parent and the commit.</p>
-
-<p>Cuts out the header and stats from to_patch and returns only the diff.</p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-to_diff_source')" id="l_method-i-to_diff_source">show</a>
-                
-              </p>
-              <div id="method-i-to_diff_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/commit.rb, line 153</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">to_diff</span>
-  <span class="ruby-comment"># see Grit::Commit#show</span>
-  <span class="ruby-identifier">patch</span> = <span class="ruby-identifier">to_patch</span>
-
-  <span class="ruby-comment"># discard lines before the diff</span>
-  <span class="ruby-identifier">lines</span> = <span class="ruby-identifier">patch</span>.<span class="ruby-identifier">split</span>(<span class="ruby-string">&quot;\n&quot;</span>)
-  <span class="ruby-keyword">while</span> <span class="ruby-operator">!</span><span class="ruby-identifier">lines</span>.<span class="ruby-identifier">first</span>.<span class="ruby-identifier">start_with?</span>(<span class="ruby-string">&quot;diff --git&quot;</span>) <span class="ruby-keyword">do</span>
-    <span class="ruby-identifier">lines</span>.<span class="ruby-identifier">shift</span>
-  <span class="ruby-keyword">end</span>
-  <span class="ruby-identifier">lines</span>.<span class="ruby-identifier">pop</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">lines</span>.<span class="ruby-identifier">last</span> <span class="ruby-operator">=~</span> <span class="ruby-regexp">%r^[\d.]+$/</span> <span class="ruby-comment"># Git version</span>
-  <span class="ruby-identifier">lines</span>.<span class="ruby-identifier">pop</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">lines</span>.<span class="ruby-identifier">last</span> <span class="ruby-operator">==</span> <span class="ruby-string">&quot;-- &quot;</span>      <span class="ruby-comment"># end of diff</span>
-  <span class="ruby-identifier">lines</span>.<span class="ruby-identifier">join</span>(<span class="ruby-string">&quot;\n&quot;</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/CommitController.html b/doc/code/classes/CommitController.html
deleted file mode 100644
index 5f0bbe9e9f3b88acd3423137cf11c4af4f966407..0000000000000000000000000000000000000000
--- a/doc/code/classes/CommitController.html
+++ /dev/null
@@ -1,160 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>CommitController</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            CommitController 
-            
-                <span class="parent">&lt; 
-                    
-                    <a href="ProjectResourceController.html">ProjectResourceController</a>
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/controllers/commit_controller_rb.html">app/controllers/commit_controller.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<p>Controller for a specific <a href="Commit.html">Commit</a></p>
-
-<p>Not to be confused with <a
-href="CommitsController.html">CommitsController</a>, plural.</p>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>S</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-show">show</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-show">
-            
-              <b>show</b>()
-            
-            <a href="../classes/CommitController.html#method-i-show" name="method-i-show" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-show_source')" id="l_method-i-show_source">show</a>
-                
-              </p>
-              <div id="method-i-show_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/commit_controller.rb, line 10</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">show</span>
-  <span class="ruby-identifier">result</span> = <span class="ruby-constant">CommitLoadContext</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">project</span>, <span class="ruby-identifier">current_user</span>, <span class="ruby-identifier">params</span>).<span class="ruby-identifier">execute</span>
-
-  <span class="ruby-ivar">@commit</span> = <span class="ruby-identifier">result</span>[<span class="ruby-value">:commit</span>]
-  <span class="ruby-identifier">git_not_found!</span> <span class="ruby-keyword">unless</span> <span class="ruby-ivar">@commit</span>
-
-  <span class="ruby-ivar">@suppress_diff</span>    = <span class="ruby-identifier">result</span>[<span class="ruby-value">:suppress_diff</span>]
-  <span class="ruby-ivar">@note</span>             = <span class="ruby-identifier">result</span>[<span class="ruby-value">:note</span>]
-  <span class="ruby-ivar">@line_notes</span>       = <span class="ruby-identifier">result</span>[<span class="ruby-value">:line_notes</span>]
-  <span class="ruby-ivar">@notes_count</span>      = <span class="ruby-identifier">result</span>[<span class="ruby-value">:notes_count</span>]
-  <span class="ruby-ivar">@comments_allowed</span> = <span class="ruby-keyword">true</span>
-
-  <span class="ruby-identifier">respond_to</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">format</span><span class="ruby-operator">|</span>
-    <span class="ruby-identifier">format</span>.<span class="ruby-identifier">html</span> <span class="ruby-keyword">do</span>
-      <span class="ruby-keyword">if</span> <span class="ruby-identifier">result</span>[<span class="ruby-value">:status</span>] <span class="ruby-operator">==</span> <span class="ruby-value">:huge_commit</span>
-        <span class="ruby-identifier">render</span> <span class="ruby-string">&quot;huge_commit&quot;</span> <span class="ruby-keyword">and</span> <span class="ruby-keyword">return</span>
-      <span class="ruby-keyword">end</span>
-    <span class="ruby-keyword">end</span>
-
-    <span class="ruby-identifier">format</span>.<span class="ruby-identifier">diff</span>  { <span class="ruby-identifier">render</span> <span class="ruby-identifier">text</span><span class="ruby-operator">:</span> <span class="ruby-ivar">@commit</span>.<span class="ruby-identifier">to_diff</span> }
-    <span class="ruby-identifier">format</span>.<span class="ruby-identifier">patch</span> { <span class="ruby-identifier">render</span> <span class="ruby-identifier">text</span><span class="ruby-operator">:</span> <span class="ruby-ivar">@commit</span>.<span class="ruby-identifier">to_patch</span> }
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/CommitDecorator.html b/doc/code/classes/CommitDecorator.html
deleted file mode 100644
index 9063057850cad3a1bb13fb27e97ee751bc8cb66e..0000000000000000000000000000000000000000
--- a/doc/code/classes/CommitDecorator.html
+++ /dev/null
@@ -1,472 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>CommitDecorator</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            CommitDecorator 
-            
-                <span class="parent">&lt; 
-                    
-                    <a href="ApplicationDecorator.html">ApplicationDecorator</a>
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/decorators/commit_decorator_rb.html">app/decorators/commit_decorator.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>A</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-author_link">author_link</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>C</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-committer_link">committer_link</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>D</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-description">description</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>L</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-link_title">link_title</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>N</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-no_commit_message">no_commit_message</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>P</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-person_link">person_link</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>T</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-title">title</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-author_link">
-            
-              <b>author_link</b>(options = {})
-            
-            <a href="../classes/CommitDecorator.html#method-i-author_link" name="method-i-author_link" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Returns a link to the commit author. If the author has a matching user and
-is a member of the current @project it will link to the team member page.
-Otherwise it will link to the author email as specified in the commit.</p>
-
-<p>options:</p>
-
-<pre>avatar: true will prepend the avatar image
-size:   size of the avatar image in px</pre>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-author_link_source')" id="l_method-i-author_link_source">show</a>
-                
-              </p>
-              <div id="method-i-author_link_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/decorators/commit_decorator.rb, line 52</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">author_link</span>(<span class="ruby-identifier">options</span> = {})
-  <span class="ruby-identifier">person_link</span>(<span class="ruby-identifier">options</span>.<span class="ruby-identifier">merge</span> <span class="ruby-identifier">source</span><span class="ruby-operator">:</span> <span class="ruby-value">:author</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-committer_link">
-            
-              <b>committer_link</b>(options = {})
-            
-            <a href="../classes/CommitDecorator.html#method-i-committer_link" name="method-i-committer_link" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Just like <a
-href="CommitDecorator.html#method-i-author_link">author_link</a> but for
-the committer.</p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-committer_link_source')" id="l_method-i-committer_link_source">show</a>
-                
-              </p>
-              <div id="method-i-committer_link_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/decorators/commit_decorator.rb, line 57</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">committer_link</span>(<span class="ruby-identifier">options</span> = {})
-  <span class="ruby-identifier">person_link</span>(<span class="ruby-identifier">options</span>.<span class="ruby-identifier">merge</span> <span class="ruby-identifier">source</span><span class="ruby-operator">:</span> <span class="ruby-value">:committer</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-description">
-            
-              <b>description</b>()
-            
-            <a href="../classes/CommitDecorator.html#method-i-description" name="method-i-description" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Returns the commits description</p>
-
-<p>cut off, ellipses (`&amp;hellp;`) are prepended to the commit message.</p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-description_source')" id="l_method-i-description_source">show</a>
-                
-              </p>
-              <div id="method-i-description_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/decorators/commit_decorator.rb, line 34</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">description</span>
-  <span class="ruby-identifier">description</span> = <span class="ruby-identifier">safe_message</span>
-
-  <span class="ruby-identifier">title_end</span> = <span class="ruby-identifier">description</span>.<span class="ruby-identifier">index</span>(<span class="ruby-regexp">%r\n/</span>)
-  <span class="ruby-keyword">if</span> (<span class="ruby-operator">!</span><span class="ruby-identifier">title_end</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">description</span>.<span class="ruby-identifier">length</span> <span class="ruby-operator">&gt;</span> <span class="ruby-number">80</span>) <span class="ruby-operator">||</span> (<span class="ruby-identifier">title_end</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">title_end</span> <span class="ruby-operator">&gt;</span> <span class="ruby-number">80</span>)
-    <span class="ruby-string">&quot;&amp;hellip;&quot;</span>.<span class="ruby-identifier">html_safe</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-identifier">description</span>[<span class="ruby-number">70</span><span class="ruby-operator">..</span><span class="ruby-number">-1</span>]
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-identifier">description</span>.<span class="ruby-identifier">split</span>(<span class="ruby-regexp">%r\n/</span>, <span class="ruby-number">2</span>)[<span class="ruby-number">1</span>].<span class="ruby-identifier">try</span>(<span class="ruby-value">:chomp</span>)
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-link_title">
-            
-              <b>link_title</b>()
-            
-            <a href="../classes/CommitDecorator.html#method-i-link_title" name="method-i-link_title" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Returns a string describing the commit for use in a link title</p>
-
-<p>Example</p>
-
-<pre>&quot;Commit: Alex Denisov - Project git clone panel&quot;</pre>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-link_title_source')" id="l_method-i-link_title_source">show</a>
-                
-              </p>
-              <div id="method-i-link_title_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/decorators/commit_decorator.rb, line 9</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">link_title</span>
-  <span class="ruby-node">&quot;Commit: #{author_name} - #{title}&quot;</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-title">
-            
-              <b>title</b>()
-            
-            <a href="../classes/CommitDecorator.html#method-i-title" name="method-i-title" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Returns the commits title.</p>
-
-<p>Usually, the commit title is the first line of the commit message. In case
-this first line is longer than 80 characters, it is cut off after 70
-characters and ellipses (`&amp;hellp;`) are appended.</p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-title_source')" id="l_method-i-title_source">show</a>
-                
-              </p>
-              <div id="method-i-title_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/decorators/commit_decorator.rb, line 18</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">title</span>
-  <span class="ruby-identifier">title</span> = <span class="ruby-identifier">safe_message</span>
-
-  <span class="ruby-keyword">return</span> <span class="ruby-identifier">no_commit_message</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">title</span>.<span class="ruby-identifier">blank?</span>
-
-  <span class="ruby-identifier">title_end</span> = <span class="ruby-identifier">title</span>.<span class="ruby-identifier">index</span>(<span class="ruby-regexp">%r\n/</span>)
-  <span class="ruby-keyword">if</span> (<span class="ruby-operator">!</span><span class="ruby-identifier">title_end</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">title</span>.<span class="ruby-identifier">length</span> <span class="ruby-operator">&gt;</span> <span class="ruby-number">80</span>) <span class="ruby-operator">||</span> (<span class="ruby-identifier">title_end</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">title_end</span> <span class="ruby-operator">&gt;</span> <span class="ruby-number">80</span>)
-    <span class="ruby-identifier">title</span>[<span class="ruby-number">0</span><span class="ruby-operator">..</span><span class="ruby-number">69</span>] <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-string">&quot;&amp;hellip;&quot;</span>.<span class="ruby-identifier">html_safe</span>
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-identifier">title</span>.<span class="ruby-identifier">split</span>(<span class="ruby-regexp">%r\n/</span>, <span class="ruby-number">2</span>).<span class="ruby-identifier">first</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-              
-      <div class="sectiontitle">Instance Protected methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-no_commit_message">
-            
-              <b>no_commit_message</b>()
-            
-            <a href="../classes/CommitDecorator.html#method-i-no_commit_message" name="method-i-no_commit_message" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-no_commit_message_source')" id="l_method-i-no_commit_message_source">show</a>
-                
-              </p>
-              <div id="method-i-no_commit_message_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/decorators/commit_decorator.rb, line 63</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">no_commit_message</span>
-  <span class="ruby-string">&quot;--no commit message&quot;</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-person_link">
-            
-              <b>person_link</b>(options = {})
-            
-            <a href="../classes/CommitDecorator.html#method-i-person_link" name="method-i-person_link" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Private: Returns a link to a person. If the person has a matching user and
-is a member of the current @project it will link to the team member page.
-Otherwise it will link to the person email as specified in the commit.</p>
-
-<p>options:</p>
-
-<pre>source: one of :author or :committer
-avatar: true will prepend the avatar image
-size:   size of the avatar image in px</pre>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-person_link_source')" id="l_method-i-person_link_source">show</a>
-                
-              </p>
-              <div id="method-i-person_link_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/decorators/commit_decorator.rb, line 75</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">person_link</span>(<span class="ruby-identifier">options</span> = {})
-  <span class="ruby-identifier">source_name</span> = <span class="ruby-identifier">send</span> <span class="ruby-node">&quot;#{options[:source]}_name&quot;</span>.<span class="ruby-identifier">to_sym</span>
-  <span class="ruby-identifier">source_email</span> = <span class="ruby-identifier">send</span> <span class="ruby-node">&quot;#{options[:source]}_email&quot;</span>.<span class="ruby-identifier">to_sym</span>
-  <span class="ruby-identifier">text</span> = <span class="ruby-keyword">if</span> <span class="ruby-identifier">options</span>[<span class="ruby-value">:avatar</span>]
-          <span class="ruby-identifier">avatar</span> = <span class="ruby-identifier">h</span>.<span class="ruby-identifier">image_tag</span> <span class="ruby-identifier">h</span>.<span class="ruby-identifier">gravatar_icon</span>(<span class="ruby-identifier">source_email</span>, <span class="ruby-identifier">options</span>[<span class="ruby-value">:size</span>]), <span class="ruby-keyword">class</span><span class="ruby-operator">:</span> <span class="ruby-node">&quot;avatar #{&quot;s#{options[:size]}&quot; if options[:size]}&quot;</span>, <span class="ruby-keyword ruby-title">width</span><span class="ruby-operator">:</span> <span class="ruby-identifier">options</span>[<span class="ruby-value">:size</span>], <span class="ruby-identifier">alt</span><span class="ruby-operator">:</span> <span class="ruby-string">&quot;&quot;</span>
-          <span class="ruby-node">%Q{#{avatar} &lt;span class=&quot;commit-#{options[:source]}-name&quot;&gt;#{source_name}&lt;/span&gt;}</span>
-        <span class="ruby-keyword">else</span>
-          <span class="ruby-identifier">source_name</span>
-        <span class="ruby-keyword">end</span>
-  <span class="ruby-identifier">team_member</span> = <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">try</span>(<span class="ruby-value">:team_member_by_name_or_email</span>, <span class="ruby-identifier">source_name</span>, <span class="ruby-identifier">source_email</span>)
-
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">team_member</span>.<span class="ruby-identifier">nil?</span>
-    <span class="ruby-identifier">h</span>.<span class="ruby-identifier">mail_to</span> <span class="ruby-identifier">source_email</span>, <span class="ruby-identifier">text</span>.<span class="ruby-identifier">html_safe</span>, <span class="ruby-keyword">class</span><span class="ruby-operator">:</span> <span class="ruby-node">&quot;commit-#{options[:source]}-link&quot;</span>
-  <span class="ruby-keyword ruby-title">else</span>
-    <span class="ruby-identifier">h</span>.<span class="ruby-identifier">link_to</span> <span class="ruby-identifier">text</span>, <span class="ruby-identifier">h</span>.<span class="ruby-identifier">project_team_member_path</span>(<span class="ruby-ivar">@project</span>, <span class="ruby-identifier">team_member</span>), <span class="ruby-keyword">class</span><span class="ruby-operator">:</span> <span class="ruby-node">&quot;commit-#{options[:source]}-link&quot;</span>
-  <span class="ruby-keyword ruby-title">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/CommitLoadContext.html b/doc/code/classes/CommitLoadContext.html
deleted file mode 100644
index 82c04febe6bd3dad178ea04018318e86a7b3be10..0000000000000000000000000000000000000000
--- a/doc/code/classes/CommitLoadContext.html
+++ /dev/null
@@ -1,159 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>CommitLoadContext</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            CommitLoadContext 
-            
-                <span class="parent">&lt; 
-                    
-                    <a href="BaseContext.html">BaseContext</a>
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/contexts/commit_load_context_rb.html">app/contexts/commit_load_context.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>E</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-execute">execute</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-execute">
-            
-              <b>execute</b>()
-            
-            <a href="../classes/CommitLoadContext.html#method-i-execute" name="method-i-execute" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-execute_source')" id="l_method-i-execute_source">show</a>
-                
-              </p>
-              <div id="method-i-execute_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/contexts/commit_load_context.rb, line 2</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">execute</span>
-  <span class="ruby-identifier">result</span> = {
-    <span class="ruby-identifier">commit</span><span class="ruby-operator">:</span> <span class="ruby-keyword">nil</span>,
-    <span class="ruby-identifier">suppress_diff</span><span class="ruby-operator">:</span> <span class="ruby-keyword">false</span>,
-    <span class="ruby-identifier">line_notes</span><span class="ruby-operator">:</span> [],
-    <span class="ruby-identifier">notes_count</span><span class="ruby-operator">:</span> <span class="ruby-number">0</span>,
-    <span class="ruby-identifier">note</span><span class="ruby-operator">:</span> <span class="ruby-keyword">nil</span>,
-    <span class="ruby-identifier">status</span><span class="ruby-operator">:</span> <span class="ruby-value">:ok</span>
-  }
-
-  <span class="ruby-identifier">commit</span> = <span class="ruby-identifier">project</span>.<span class="ruby-identifier">commit</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:id</span>])
-
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">commit</span>
-    <span class="ruby-identifier">commit</span> = <span class="ruby-constant">CommitDecorator</span>.<span class="ruby-identifier">decorate</span>(<span class="ruby-identifier">commit</span>)
-    <span class="ruby-identifier">line_notes</span> = <span class="ruby-identifier">project</span>.<span class="ruby-identifier">commit_line_notes</span>(<span class="ruby-identifier">commit</span>)
-
-    <span class="ruby-identifier">result</span>[<span class="ruby-value">:commit</span>] = <span class="ruby-identifier">commit</span>
-    <span class="ruby-identifier">result</span>[<span class="ruby-value">:note</span>] = <span class="ruby-identifier">project</span>.<span class="ruby-identifier">build_commit_note</span>(<span class="ruby-identifier">commit</span>)
-    <span class="ruby-identifier">result</span>[<span class="ruby-value">:line_notes</span>] = <span class="ruby-identifier">line_notes</span>
-    <span class="ruby-identifier">result</span>[<span class="ruby-value">:notes_count</span>] = <span class="ruby-identifier">line_notes</span>.<span class="ruby-identifier">count</span> <span class="ruby-operator">+</span> <span class="ruby-identifier">project</span>.<span class="ruby-identifier">commit_notes</span>(<span class="ruby-identifier">commit</span>).<span class="ruby-identifier">count</span>
-
-    <span class="ruby-keyword">begin</span>
-      <span class="ruby-identifier">result</span>[<span class="ruby-value">:suppress_diff</span>] = <span class="ruby-keyword">true</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">commit</span>.<span class="ruby-identifier">diffs</span>.<span class="ruby-identifier">size</span> <span class="ruby-operator">&gt;</span> <span class="ruby-constant">Commit</span><span class="ruby-operator">::</span><span class="ruby-constant">DIFF_SAFE_SIZE</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-operator">!</span><span class="ruby-identifier">params</span>[<span class="ruby-value">:force_show_diff</span>]
-    <span class="ruby-keyword">rescue</span> <span class="ruby-constant">Grit</span><span class="ruby-operator">::</span><span class="ruby-constant">Git</span><span class="ruby-operator">::</span><span class="ruby-constant">GitTimeout</span>
-      <span class="ruby-identifier">result</span>[<span class="ruby-value">:suppress_diff</span>] = <span class="ruby-keyword">true</span>
-      <span class="ruby-identifier">result</span>[<span class="ruby-value">:status</span>] = <span class="ruby-value">:huge_commit</span>
-    <span class="ruby-keyword">end</span>
-  <span class="ruby-keyword">end</span>
-
-  <span class="ruby-identifier">result</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/CommitsController.html b/doc/code/classes/CommitsController.html
deleted file mode 100644
index 53d329673f80b29898aa15ab74629c2d8335e36a..0000000000000000000000000000000000000000
--- a/doc/code/classes/CommitsController.html
+++ /dev/null
@@ -1,155 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>CommitsController</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            CommitsController 
-            
-                <span class="parent">&lt; 
-                    
-                    <a href="ProjectResourceController.html">ProjectResourceController</a>
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/controllers/commits_controller_rb.html">app/controllers/commits_controller.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>S</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-show">show</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-    <!-- Includes -->
-    <div class="sectiontitle">Included Modules</div>
-    <ul>
-      
-        <li>
-          
-            <a href="ExtractsPath.html">
-              ExtractsPath
-            </a>
-          
-        </li>
-      
-    </ul>
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-show">
-            
-              <b>show</b>()
-            
-            <a href="../classes/CommitsController.html#method-i-show" name="method-i-show" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-show_source')" id="l_method-i-show_source">show</a>
-                
-              </p>
-              <div id="method-i-show_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/commits_controller.rb, line 11</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">show</span>
-  <span class="ruby-ivar">@repo</span> = <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">repo</span>
-  <span class="ruby-ivar">@limit</span>, <span class="ruby-ivar">@offset</span> = (<span class="ruby-identifier">params</span>[<span class="ruby-value">:limit</span>] <span class="ruby-operator">||</span> <span class="ruby-number">40</span>), (<span class="ruby-identifier">params</span>[<span class="ruby-value">:offset</span>] <span class="ruby-operator">||</span> <span class="ruby-number">0</span>)
-
-  <span class="ruby-ivar">@commits</span> = <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">commits</span>(<span class="ruby-ivar">@ref</span>, <span class="ruby-ivar">@path</span>, <span class="ruby-ivar">@limit</span>, <span class="ruby-ivar">@offset</span>)
-  <span class="ruby-ivar">@commits</span> = <span class="ruby-constant">CommitDecorator</span>.<span class="ruby-identifier">decorate</span>(<span class="ruby-ivar">@commits</span>)
-
-  <span class="ruby-identifier">respond_to</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">format</span><span class="ruby-operator">|</span>
-    <span class="ruby-identifier">format</span>.<span class="ruby-identifier">html</span> <span class="ruby-comment"># index.html.erb</span>
-    <span class="ruby-identifier">format</span>.<span class="ruby-identifier">js</span>
-    <span class="ruby-identifier">format</span>.<span class="ruby-identifier">atom</span> { <span class="ruby-identifier">render</span> <span class="ruby-identifier">layout</span><span class="ruby-operator">:</span> <span class="ruby-keyword">false</span> }
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/CommitsHelper.html b/doc/code/classes/CommitsHelper.html
deleted file mode 100644
index 4e4addfb8acba0a8176826a10665a27e63aa6312..0000000000000000000000000000000000000000
--- a/doc/code/classes/CommitsHelper.html
+++ /dev/null
@@ -1,409 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>CommitsHelper</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Module</span> 
-            CommitsHelper 
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/helpers/commits_helper_rb.html">app/helpers/commits_helper.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>B</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-build_line_anchor">build_line_anchor</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>C</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-commit_to_html">commit_to_html</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>D</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-diff_line_content">diff_line_content</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>E</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-each_diff_line">each_diff_line</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>I</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-identification_type">identification_type</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-image_diff_class">image_diff_class</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-build_line_anchor">
-            
-              <b>build_line_anchor</b>(index, line_new, line_old)
-            
-            <a href="../classes/CommitsHelper.html#method-i-build_line_anchor" name="method-i-build_line_anchor" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-build_line_anchor_source')" id="l_method-i-build_line_anchor_source">show</a>
-                
-              </p>
-              <div id="method-i-build_line_anchor_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/helpers/commits_helper.rb, line 12</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">build_line_anchor</span>(<span class="ruby-identifier">index</span>, <span class="ruby-identifier">line_new</span>, <span class="ruby-identifier">line_old</span>)
-  <span class="ruby-node">&quot;#{index}_#{line_old}_#{line_new}&quot;</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-commit_to_html">
-            
-              <b>commit_to_html</b>(commit)
-            
-            <a href="../classes/CommitsHelper.html#method-i-commit_to_html" name="method-i-commit_to_html" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-commit_to_html_source')" id="l_method-i-commit_to_html_source">show</a>
-                
-              </p>
-              <div id="method-i-commit_to_html_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/helpers/commits_helper.rb, line 68</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">commit_to_html</span> <span class="ruby-identifier">commit</span>
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">commit</span>.<span class="ruby-identifier">model</span>
-    <span class="ruby-identifier">escape_javascript</span>(<span class="ruby-identifier">render</span> <span class="ruby-string">'commits/commit'</span>, <span class="ruby-identifier">commit</span><span class="ruby-operator">:</span> <span class="ruby-identifier">commit</span>)
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-diff_line_content">
-            
-              <b>diff_line_content</b>(line)
-            
-            <a href="../classes/CommitsHelper.html#method-i-diff_line_content" name="method-i-diff_line_content" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-diff_line_content_source')" id="l_method-i-diff_line_content_source">show</a>
-                
-              </p>
-              <div id="method-i-diff_line_content_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/helpers/commits_helper.rb, line 74</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">diff_line_content</span>(<span class="ruby-identifier">line</span>)
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">line</span>.<span class="ruby-identifier">blank?</span>
-    <span class="ruby-string">&quot; &amp;nbsp;&quot;</span>
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-identifier">line</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-each_diff_line">
-            
-              <b>each_diff_line</b>(diff_arr, index)
-            
-            <a href="../classes/CommitsHelper.html#method-i-each_diff_line" name="method-i-each_diff_line" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-each_diff_line_source')" id="l_method-i-each_diff_line_source">show</a>
-                
-              </p>
-              <div id="method-i-each_diff_line_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/helpers/commits_helper.rb, line 16</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">each_diff_line</span>(<span class="ruby-identifier">diff_arr</span>, <span class="ruby-identifier">index</span>)
-  <span class="ruby-identifier">line_old</span> = <span class="ruby-number">1</span>
-  <span class="ruby-identifier">line_new</span> = <span class="ruby-number">1</span>
-  <span class="ruby-identifier">type</span> = <span class="ruby-keyword">nil</span>
-
-  <span class="ruby-identifier">lines_arr</span> = <span class="ruby-operator">::</span><span class="ruby-constant">Gitlab</span><span class="ruby-operator">::</span><span class="ruby-constant">InlineDiff</span>.<span class="ruby-identifier">processing</span> <span class="ruby-identifier">diff_arr</span>
-  <span class="ruby-identifier">lines_arr</span>.<span class="ruby-identifier">each</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">line</span><span class="ruby-operator">|</span>
-    <span class="ruby-keyword">next</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">line</span>.<span class="ruby-identifier">match</span>(<span class="ruby-regexp">%r^\-\-\- \/dev\/null/</span>)
-    <span class="ruby-keyword">next</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">line</span>.<span class="ruby-identifier">match</span>(<span class="ruby-regexp">%r^\+\+\+ \/dev\/null/</span>)
-    <span class="ruby-keyword">next</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">line</span>.<span class="ruby-identifier">match</span>(<span class="ruby-regexp">%r^\-\-\- a/</span>)
-    <span class="ruby-keyword">next</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">line</span>.<span class="ruby-identifier">match</span>(<span class="ruby-regexp">%r^\+\+\+ b/</span>)
-
-    <span class="ruby-identifier">full_line</span> = <span class="ruby-identifier">html_escape</span>(<span class="ruby-identifier">line</span>.<span class="ruby-identifier">gsub</span>(<span class="ruby-regexp">%r\n/</span>, <span class="ruby-string">''</span>))
-    <span class="ruby-identifier">full_line</span> = <span class="ruby-operator">::</span><span class="ruby-constant">Gitlab</span><span class="ruby-operator">::</span><span class="ruby-constant">InlineDiff</span>.<span class="ruby-identifier">replace_markers</span> <span class="ruby-identifier">full_line</span>
-
-    <span class="ruby-keyword">if</span> <span class="ruby-identifier">line</span>.<span class="ruby-identifier">match</span>(<span class="ruby-regexp">%r^@@ -/</span>)
-      <span class="ruby-identifier">type</span> = <span class="ruby-string">&quot;match&quot;</span>
-
-      <span class="ruby-identifier">line_old</span> = <span class="ruby-identifier">line</span>.<span class="ruby-identifier">match</span>(<span class="ruby-regexp">%r\-[0-9]*/</span>)[<span class="ruby-number">0</span>].<span class="ruby-identifier">to_i</span>.<span class="ruby-identifier">abs</span> <span class="ruby-keyword">rescue</span> <span class="ruby-number">0</span>
-      <span class="ruby-identifier">line_new</span> = <span class="ruby-identifier">line</span>.<span class="ruby-identifier">match</span>(<span class="ruby-regexp">%r\+[0-9]*/</span>)[<span class="ruby-number">0</span>].<span class="ruby-identifier">to_i</span>.<span class="ruby-identifier">abs</span> <span class="ruby-keyword">rescue</span> <span class="ruby-number">0</span>
-
-      <span class="ruby-keyword">next</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">line_old</span> <span class="ruby-operator">==</span> <span class="ruby-number">1</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">line_new</span> <span class="ruby-operator">==</span> <span class="ruby-number">1</span> <span class="ruby-comment">#top of file</span>
-      <span class="ruby-keyword">yield</span>(<span class="ruby-identifier">full_line</span>, <span class="ruby-identifier">type</span>, <span class="ruby-keyword">nil</span>, <span class="ruby-keyword">nil</span>, <span class="ruby-keyword">nil</span>)
-      <span class="ruby-keyword">next</span>
-    <span class="ruby-keyword">else</span>
-      <span class="ruby-identifier">type</span> = <span class="ruby-identifier">identification_type</span>(<span class="ruby-identifier">line</span>)
-      <span class="ruby-identifier">line_code</span> = <span class="ruby-identifier">build_line_anchor</span>(<span class="ruby-identifier">index</span>, <span class="ruby-identifier">line_new</span>, <span class="ruby-identifier">line_old</span>)
-      <span class="ruby-keyword">yield</span>(<span class="ruby-identifier">full_line</span>, <span class="ruby-identifier">type</span>, <span class="ruby-identifier">line_code</span>, <span class="ruby-identifier">line_new</span>, <span class="ruby-identifier">line_old</span>)
-    <span class="ruby-keyword">end</span>
-
-
-    <span class="ruby-keyword">if</span> <span class="ruby-identifier">line</span>[<span class="ruby-number">0</span>] <span class="ruby-operator">==</span> <span class="ruby-string">&quot;+&quot;</span>
-      <span class="ruby-identifier">line_new</span> <span class="ruby-operator">+=</span> <span class="ruby-number">1</span>
-    <span class="ruby-keyword">elsif</span> <span class="ruby-identifier">line</span>[<span class="ruby-number">0</span>] <span class="ruby-operator">==</span> <span class="ruby-string">&quot;-&quot;</span>
-      <span class="ruby-identifier">line_old</span> <span class="ruby-operator">+=</span> <span class="ruby-number">1</span>
-    <span class="ruby-keyword">else</span>
-      <span class="ruby-identifier">line_new</span> <span class="ruby-operator">+=</span> <span class="ruby-number">1</span>
-      <span class="ruby-identifier">line_old</span> <span class="ruby-operator">+=</span> <span class="ruby-number">1</span>
-    <span class="ruby-keyword">end</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-identification_type">
-            
-              <b>identification_type</b>(line)
-            
-            <a href="../classes/CommitsHelper.html#method-i-identification_type" name="method-i-identification_type" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-identification_type_source')" id="l_method-i-identification_type_source">show</a>
-                
-              </p>
-              <div id="method-i-identification_type_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/helpers/commits_helper.rb, line 2</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">identification_type</span>(<span class="ruby-identifier">line</span>)
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">line</span>[<span class="ruby-number">0</span>] <span class="ruby-operator">==</span> <span class="ruby-string">&quot;+&quot;</span>
-    <span class="ruby-string">&quot;new&quot;</span>
-  <span class="ruby-keyword">elsif</span> <span class="ruby-identifier">line</span>[<span class="ruby-number">0</span>] <span class="ruby-operator">==</span> <span class="ruby-string">&quot;-&quot;</span>
-    <span class="ruby-string">&quot;old&quot;</span>
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-keyword">nil</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-image_diff_class">
-            
-              <b>image_diff_class</b>(diff)
-            
-            <a href="../classes/CommitsHelper.html#method-i-image_diff_class" name="method-i-image_diff_class" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-image_diff_class_source')" id="l_method-i-image_diff_class_source">show</a>
-                
-              </p>
-              <div id="method-i-image_diff_class_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/helpers/commits_helper.rb, line 58</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">image_diff_class</span>(<span class="ruby-identifier">diff</span>)
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">diff</span>.<span class="ruby-identifier">deleted_file</span>
-    <span class="ruby-string">&quot;diff_removed&quot;</span>
-  <span class="ruby-keyword">elsif</span> <span class="ruby-identifier">diff</span>.<span class="ruby-identifier">new_file</span>
-    <span class="ruby-string">&quot;diff_added&quot;</span>
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-keyword">nil</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/CompareController.html b/doc/code/classes/CompareController.html
deleted file mode 100644
index 3db60f969f42832e21683b75d18db54ac143d08d..0000000000000000000000000000000000000000
--- a/doc/code/classes/CompareController.html
+++ /dev/null
@@ -1,232 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>CompareController</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            CompareController 
-            
-                <span class="parent">&lt; 
-                    
-                    <a href="ProjectResourceController.html">ProjectResourceController</a>
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/controllers/compare_controller_rb.html">app/controllers/compare_controller.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>C</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-create">create</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>I</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-index">index</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>S</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-show">show</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-create">
-            
-              <b>create</b>()
-            
-            <a href="../classes/CompareController.html#method-i-create" name="method-i-create" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-create_source')" id="l_method-i-create_source">show</a>
-                
-              </p>
-              <div id="method-i-create_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/compare_controller.rb, line 22</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">create</span>
-  <span class="ruby-identifier">redirect_to</span> <span class="ruby-identifier">project_compare_path</span>(<span class="ruby-ivar">@project</span>, <span class="ruby-identifier">params</span>[<span class="ruby-value">:from</span>], <span class="ruby-identifier">params</span>[<span class="ruby-value">:to</span>])
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-index">
-            
-              <b>index</b>()
-            
-            <a href="../classes/CompareController.html#method-i-index" name="method-i-index" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-index_source')" id="l_method-i-index_source">show</a>
-                
-              </p>
-              <div id="method-i-index_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/compare_controller.rb, line 7</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">index</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-show">
-            
-              <b>show</b>()
-            
-            <a href="../classes/CompareController.html#method-i-show" name="method-i-show" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-show_source')" id="l_method-i-show_source">show</a>
-                
-              </p>
-              <div id="method-i-show_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/compare_controller.rb, line 10</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">show</span>
-  <span class="ruby-identifier">result</span> = <span class="ruby-constant">Commit</span>.<span class="ruby-identifier">compare</span>(<span class="ruby-identifier">project</span>, <span class="ruby-identifier">params</span>[<span class="ruby-value">:from</span>], <span class="ruby-identifier">params</span>[<span class="ruby-value">:to</span>])
-
-  <span class="ruby-ivar">@commits</span>       = <span class="ruby-identifier">result</span>[<span class="ruby-value">:commits</span>]
-  <span class="ruby-ivar">@commit</span>        = <span class="ruby-identifier">result</span>[<span class="ruby-value">:commit</span>]
-  <span class="ruby-ivar">@diffs</span>         = <span class="ruby-identifier">result</span>[<span class="ruby-value">:diffs</span>]
-  <span class="ruby-ivar">@refs_are_same</span> = <span class="ruby-identifier">result</span>[<span class="ruby-value">:same</span>]
-  <span class="ruby-ivar">@line_notes</span>    = []
-
-  <span class="ruby-ivar">@commits</span> = <span class="ruby-constant">CommitDecorator</span>.<span class="ruby-identifier">decorate</span>(<span class="ruby-ivar">@commits</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/DashboardController.html b/doc/code/classes/DashboardController.html
deleted file mode 100644
index ae8b126da1c7561e68627ee67d308c1772f97120..0000000000000000000000000000000000000000
--- a/doc/code/classes/DashboardController.html
+++ /dev/null
@@ -1,411 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>DashboardController</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            DashboardController 
-            
-                <span class="parent">&lt; 
-                    
-                    <a href="ApplicationController.html">ApplicationController</a>
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/controllers/dashboard_controller_rb.html">app/controllers/dashboard_controller.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>D</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-dashboard_filter">dashboard_filter</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>E</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-event_filter">event_filter</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>I</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-index">index</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-issues">issues</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>M</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-merge_requests">merge_requests</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>P</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-projects">projects</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-index">
-            
-              <b>index</b>()
-            
-            <a href="../classes/DashboardController.html#method-i-index" name="method-i-index" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-index_source')" id="l_method-i-index_source">show</a>
-                
-              </p>
-              <div id="method-i-index_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/dashboard_controller.rb, line 7</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">index</span>
-  <span class="ruby-ivar">@groups</span> = <span class="ruby-identifier">current_user</span>.<span class="ruby-identifier">authorized_groups</span>
-
-  <span class="ruby-ivar">@has_authorized_projects</span> = <span class="ruby-ivar">@projects</span>.<span class="ruby-identifier">count</span> <span class="ruby-operator">&gt;</span> <span class="ruby-number">0</span>
-
-  <span class="ruby-ivar">@projects</span> = <span class="ruby-keyword">case</span> <span class="ruby-identifier">params</span>[<span class="ruby-value">:scope</span>]
-              <span class="ruby-keyword">when</span> <span class="ruby-string">'personal'</span> <span class="ruby-keyword">then</span>
-                <span class="ruby-ivar">@projects</span>.<span class="ruby-identifier">personal</span>(<span class="ruby-identifier">current_user</span>)
-              <span class="ruby-keyword">when</span> <span class="ruby-string">'joined'</span> <span class="ruby-keyword">then</span>
-                <span class="ruby-ivar">@projects</span>.<span class="ruby-identifier">joined</span>(<span class="ruby-identifier">current_user</span>)
-              <span class="ruby-keyword">else</span>
-                <span class="ruby-ivar">@projects</span>
-              <span class="ruby-keyword">end</span>
-
-  <span class="ruby-ivar">@projects</span> = <span class="ruby-ivar">@projects</span>.<span class="ruby-identifier">page</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:page</span>]).<span class="ruby-identifier">per</span>(<span class="ruby-number">30</span>)
-
-  <span class="ruby-ivar">@events</span> = <span class="ruby-constant">Event</span>.<span class="ruby-identifier">in_projects</span>(<span class="ruby-identifier">current_user</span>.<span class="ruby-identifier">project_ids</span>)
-  <span class="ruby-ivar">@events</span> = <span class="ruby-ivar">@event_filter</span>.<span class="ruby-identifier">apply_filter</span>(<span class="ruby-ivar">@events</span>)
-  <span class="ruby-ivar">@events</span> = <span class="ruby-ivar">@events</span>.<span class="ruby-identifier">limit</span>(<span class="ruby-number">20</span>).<span class="ruby-identifier">offset</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:offset</span>] <span class="ruby-operator">||</span> <span class="ruby-number">0</span>)
-
-  <span class="ruby-ivar">@last_push</span> = <span class="ruby-identifier">current_user</span>.<span class="ruby-identifier">recent_push</span>
-
-  <span class="ruby-identifier">respond_to</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">format</span><span class="ruby-operator">|</span>
-    <span class="ruby-identifier">format</span>.<span class="ruby-identifier">html</span>
-    <span class="ruby-identifier">format</span>.<span class="ruby-identifier">js</span>
-    <span class="ruby-identifier">format</span>.<span class="ruby-identifier">atom</span> { <span class="ruby-identifier">render</span> <span class="ruby-identifier">layout</span><span class="ruby-operator">:</span> <span class="ruby-keyword">false</span> }
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-issues">
-            
-              <b>issues</b>()
-            
-            <a href="../classes/DashboardController.html#method-i-issues" name="method-i-issues" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Get only assigned issues</p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-issues_source')" id="l_method-i-issues_source">show</a>
-                
-              </p>
-              <div id="method-i-issues_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/dashboard_controller.rb, line 44</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">issues</span>
-  <span class="ruby-ivar">@issues</span> = <span class="ruby-identifier">current_user</span>.<span class="ruby-identifier">assigned_issues</span>
-  <span class="ruby-ivar">@issues</span> = <span class="ruby-identifier">dashboard_filter</span>(<span class="ruby-ivar">@issues</span>)
-  <span class="ruby-ivar">@issues</span> = <span class="ruby-ivar">@issues</span>.<span class="ruby-identifier">recent</span>.<span class="ruby-identifier">page</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:page</span>]).<span class="ruby-identifier">per</span>(<span class="ruby-number">20</span>)
-  <span class="ruby-ivar">@issues</span> = <span class="ruby-ivar">@issues</span>.<span class="ruby-identifier">includes</span>(<span class="ruby-value">:author</span>, <span class="ruby-value">:project</span>)
-
-  <span class="ruby-identifier">respond_to</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">format</span><span class="ruby-operator">|</span>
-    <span class="ruby-identifier">format</span>.<span class="ruby-identifier">html</span>
-    <span class="ruby-identifier">format</span>.<span class="ruby-identifier">atom</span> { <span class="ruby-identifier">render</span> <span class="ruby-identifier">layout</span><span class="ruby-operator">:</span> <span class="ruby-keyword">false</span> }
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-merge_requests">
-            
-              <b>merge_requests</b>()
-            
-            <a href="../classes/DashboardController.html#method-i-merge_requests" name="method-i-merge_requests" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Get authored or assigned open merge requests</p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-merge_requests_source')" id="l_method-i-merge_requests_source">show</a>
-                
-              </p>
-              <div id="method-i-merge_requests_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/dashboard_controller.rb, line 37</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">merge_requests</span>
-  <span class="ruby-ivar">@merge_requests</span> = <span class="ruby-identifier">current_user</span>.<span class="ruby-identifier">cared_merge_requests</span>
-  <span class="ruby-ivar">@merge_requests</span> = <span class="ruby-identifier">dashboard_filter</span>(<span class="ruby-ivar">@merge_requests</span>)
-  <span class="ruby-ivar">@merge_requests</span> = <span class="ruby-ivar">@merge_requests</span>.<span class="ruby-identifier">recent</span>.<span class="ruby-identifier">page</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:page</span>]).<span class="ruby-identifier">per</span>(<span class="ruby-number">20</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-              
-      <div class="sectiontitle">Instance Protected methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-dashboard_filter">
-            
-              <b>dashboard_filter</b>(items)
-            
-            <a href="../classes/DashboardController.html#method-i-dashboard_filter" name="method-i-dashboard_filter" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-dashboard_filter_source')" id="l_method-i-dashboard_filter_source">show</a>
-                
-              </p>
-              <div id="method-i-dashboard_filter_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/dashboard_controller.rb, line 66</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">dashboard_filter</span> <span class="ruby-identifier">items</span>
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">params</span>[<span class="ruby-value">:project_id</span>]
-    <span class="ruby-identifier">items</span> = <span class="ruby-identifier">items</span>.<span class="ruby-identifier">where</span>(<span class="ruby-identifier">project_id</span><span class="ruby-operator">:</span> <span class="ruby-identifier">params</span>[<span class="ruby-value">:project_id</span>])
-  <span class="ruby-keyword">end</span>
-
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">params</span>[<span class="ruby-value">:search</span>].<span class="ruby-identifier">present?</span>
-    <span class="ruby-identifier">items</span> = <span class="ruby-identifier">items</span>.<span class="ruby-identifier">search</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:search</span>])
-  <span class="ruby-keyword">end</span>
-
-  <span class="ruby-keyword">case</span> <span class="ruby-identifier">params</span>[<span class="ruby-value">:status</span>]
-  <span class="ruby-keyword">when</span> <span class="ruby-string">'closed'</span>
-    <span class="ruby-identifier">items</span>.<span class="ruby-identifier">closed</span>
-  <span class="ruby-keyword">when</span> <span class="ruby-string">'all'</span>
-    <span class="ruby-identifier">items</span>
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-identifier">items</span>.<span class="ruby-identifier">opened</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-event_filter">
-            
-              <b>event_filter</b>()
-            
-            <a href="../classes/DashboardController.html#method-i-event_filter" name="method-i-event_filter" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-event_filter_source')" id="l_method-i-event_filter_source">show</a>
-                
-              </p>
-              <div id="method-i-event_filter_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/dashboard_controller.rb, line 62</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">event_filter</span>
-  <span class="ruby-ivar">@event_filter</span> <span class="ruby-operator">||=</span> <span class="ruby-constant">EventFilter</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:event_filter</span>])
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-projects">
-            
-              <b>projects</b>()
-            
-            <a href="../classes/DashboardController.html#method-i-projects" name="method-i-projects" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-projects_source')" id="l_method-i-projects_source">show</a>
-                
-              </p>
-              <div id="method-i-projects_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/dashboard_controller.rb, line 58</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">projects</span>
-  <span class="ruby-ivar">@projects</span> = <span class="ruby-identifier">current_user</span>.<span class="ruby-identifier">authorized_projects</span>.<span class="ruby-identifier">sorted_by_activity</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/DashboardHelper.html b/doc/code/classes/DashboardHelper.html
deleted file mode 100644
index 6fcb426cf130835c3fa2f65d5fe18343acebfc02..0000000000000000000000000000000000000000
--- a/doc/code/classes/DashboardHelper.html
+++ /dev/null
@@ -1,195 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>DashboardHelper</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Module</span> 
-            DashboardHelper 
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/helpers/dashboard_helper_rb.html">app/helpers/dashboard_helper.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>D</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-dashboard_filter_path">dashboard_filter_path</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>E</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-entities_per_project">entities_per_project</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-dashboard_filter_path">
-            
-              <b>dashboard_filter_path</b>(entity, options={})
-            
-            <a href="../classes/DashboardHelper.html#method-i-dashboard_filter_path" name="method-i-dashboard_filter_path" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-dashboard_filter_path_source')" id="l_method-i-dashboard_filter_path_source">show</a>
-                
-              </p>
-              <div id="method-i-dashboard_filter_path_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/helpers/dashboard_helper.rb, line 2</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">dashboard_filter_path</span>(<span class="ruby-identifier">entity</span>, <span class="ruby-identifier">options</span>={})
-  <span class="ruby-identifier">exist_opts</span> = {
-    <span class="ruby-identifier">status</span><span class="ruby-operator">:</span> <span class="ruby-identifier">params</span>[<span class="ruby-value">:status</span>],
-    <span class="ruby-identifier">project_id</span><span class="ruby-operator">:</span> <span class="ruby-identifier">params</span>[<span class="ruby-value">:project_id</span>],
-  }
-
-  <span class="ruby-identifier">options</span> = <span class="ruby-identifier">exist_opts</span>.<span class="ruby-identifier">merge</span>(<span class="ruby-identifier">options</span>)
-
-  <span class="ruby-keyword">case</span> <span class="ruby-identifier">entity</span>
-  <span class="ruby-keyword">when</span> <span class="ruby-string">'issue'</span> <span class="ruby-keyword">then</span>
-    <span class="ruby-identifier">dashboard_issues_path</span>(<span class="ruby-identifier">options</span>)
-  <span class="ruby-keyword">when</span> <span class="ruby-string">'merge_request'</span>
-    <span class="ruby-identifier">dashboard_merge_requests_path</span>(<span class="ruby-identifier">options</span>)
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-entities_per_project">
-            
-              <b>entities_per_project</b>(project, entity)
-            
-            <a href="../classes/DashboardHelper.html#method-i-entities_per_project" name="method-i-entities_per_project" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-entities_per_project_source')" id="l_method-i-entities_per_project_source">show</a>
-                
-              </p>
-              <div id="method-i-entities_per_project_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/helpers/dashboard_helper.rb, line 18</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">entities_per_project</span> <span class="ruby-identifier">project</span>, <span class="ruby-identifier">entity</span>
-  <span class="ruby-identifier">items</span> = <span class="ruby-identifier">project</span>.<span class="ruby-identifier">items_for</span>(<span class="ruby-identifier">entity</span>)
-
-  <span class="ruby-identifier">items</span> = <span class="ruby-keyword">case</span> <span class="ruby-identifier">params</span>[<span class="ruby-value">:status</span>]
-          <span class="ruby-keyword">when</span> <span class="ruby-string">'closed'</span>
-            <span class="ruby-identifier">items</span>.<span class="ruby-identifier">closed</span>
-          <span class="ruby-keyword">when</span> <span class="ruby-string">'all'</span>
-            <span class="ruby-identifier">items</span>
-          <span class="ruby-keyword">else</span>
-            <span class="ruby-identifier">items</span>.<span class="ruby-identifier">opened</span>
-          <span class="ruby-keyword">end</span>
-
-  <span class="ruby-identifier">items</span>.<span class="ruby-identifier">where</span>(<span class="ruby-identifier">assignee_id</span><span class="ruby-operator">:</span> <span class="ruby-identifier">current_user</span>.<span class="ruby-identifier">id</span>).<span class="ruby-identifier">count</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/DeployKeysController.html b/doc/code/classes/DeployKeysController.html
deleted file mode 100644
index 952d295cdedc1da3a1f32aae638cb782edcc6f2d..0000000000000000000000000000000000000000
--- a/doc/code/classes/DeployKeysController.html
+++ /dev/null
@@ -1,332 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>DeployKeysController</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            DeployKeysController 
-            
-                <span class="parent">&lt; 
-                    
-                    <a href="ProjectResourceController.html">ProjectResourceController</a>
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/controllers/deploy_keys_controller_rb.html">app/controllers/deploy_keys_controller.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>C</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-create">create</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>D</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-destroy">destroy</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>I</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-index">index</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>N</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-new">new</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>S</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-show">show</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-create">
-            
-              <b>create</b>()
-            
-            <a href="../classes/DeployKeysController.html#method-i-create" name="method-i-create" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-create_source')" id="l_method-i-create_source">show</a>
-                
-              </p>
-              <div id="method-i-create_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/deploy_keys_controller.rb, line 21</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">create</span>
-  <span class="ruby-ivar">@key</span> = <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">deploy_keys</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:key</span>])
-  <span class="ruby-keyword">if</span> <span class="ruby-ivar">@key</span>.<span class="ruby-identifier">save</span>
-    <span class="ruby-identifier">redirect_to</span> <span class="ruby-identifier">project_deploy_keys_path</span>(<span class="ruby-ivar">@project</span>)
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-identifier">render</span> <span class="ruby-string">&quot;new&quot;</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-destroy">
-            
-              <b>destroy</b>()
-            
-            <a href="../classes/DeployKeysController.html#method-i-destroy" name="method-i-destroy" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-destroy_source')" id="l_method-i-destroy_source">show</a>
-                
-              </p>
-              <div id="method-i-destroy_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/deploy_keys_controller.rb, line 30</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">destroy</span>
-  <span class="ruby-ivar">@key</span> = <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">deploy_keys</span>.<span class="ruby-identifier">find</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:id</span>])
-  <span class="ruby-ivar">@key</span>.<span class="ruby-identifier">destroy</span>
-
-  <span class="ruby-identifier">respond_to</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">format</span><span class="ruby-operator">|</span>
-    <span class="ruby-identifier">format</span>.<span class="ruby-identifier">html</span> { <span class="ruby-identifier">redirect_to</span> <span class="ruby-identifier">project_deploy_keys_url</span> }
-    <span class="ruby-identifier">format</span>.<span class="ruby-identifier">js</span> { <span class="ruby-identifier">render</span> <span class="ruby-identifier">nothing</span><span class="ruby-operator">:</span> <span class="ruby-keyword">true</span> }
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-index">
-            
-              <b>index</b>()
-            
-            <a href="../classes/DeployKeysController.html#method-i-index" name="method-i-index" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-index_source')" id="l_method-i-index_source">show</a>
-                
-              </p>
-              <div id="method-i-index_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/deploy_keys_controller.rb, line 7</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">index</span>
-  <span class="ruby-ivar">@keys</span> = <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">deploy_keys</span>.<span class="ruby-identifier">all</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-new">
-            
-              <b>new</b>()
-            
-            <a href="../classes/DeployKeysController.html#method-i-new" name="method-i-new" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-new_source')" id="l_method-i-new_source">show</a>
-                
-              </p>
-              <div id="method-i-new_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/deploy_keys_controller.rb, line 15</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">new</span>
-  <span class="ruby-ivar">@key</span> = <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">deploy_keys</span>.<span class="ruby-identifier">new</span>
-
-  <span class="ruby-identifier">respond_with</span>(<span class="ruby-ivar">@key</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-show">
-            
-              <b>show</b>()
-            
-            <a href="../classes/DeployKeysController.html#method-i-show" name="method-i-show" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-show_source')" id="l_method-i-show_source">show</a>
-                
-              </p>
-              <div id="method-i-show_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/deploy_keys_controller.rb, line 11</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">show</span>
-  <span class="ruby-ivar">@key</span> = <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">deploy_keys</span>.<span class="ruby-identifier">find</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:id</span>])
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/ErrorsController.html b/doc/code/classes/ErrorsController.html
deleted file mode 100644
index b03cc04c9bde4c0b1a44bd7b6bbe952cf7dd3fe8..0000000000000000000000000000000000000000
--- a/doc/code/classes/ErrorsController.html
+++ /dev/null
@@ -1,131 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>ErrorsController</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            ErrorsController 
-            
-                <span class="parent">&lt; 
-                    
-                    <a href="ApplicationController.html">ApplicationController</a>
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/controllers/errors_controller_rb.html">app/controllers/errors_controller.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>G</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-githost">githost</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-githost">
-            
-              <b>githost</b>()
-            
-            <a href="../classes/ErrorsController.html#method-i-githost" name="method-i-githost" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-githost_source')" id="l_method-i-githost_source">show</a>
-                
-              </p>
-              <div id="method-i-githost_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/errors_controller.rb, line 2</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">githost</span>
-  <span class="ruby-identifier">render</span> <span class="ruby-string">&quot;errors/gitolite&quot;</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Event.html b/doc/code/classes/Event.html
deleted file mode 100644
index 608db59979c446983be3e0d343050380469d48c6..0000000000000000000000000000000000000000
--- a/doc/code/classes/Event.html
+++ /dev/null
@@ -1,1266 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Event</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Event 
-            
-                <span class="parent">&lt; 
-                    
-                    ActiveRecord::Base
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/models/event_rb.html">app/models/event.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<h2 id="label-Schema+Information">Schema Information</h2>
-
-<p>Table name: events</p>
-
-<pre>id          :integer          not null, primary key
-target_type :string(255)
-target_id   :integer
-title       :string(255)
-data        :text
-project_id  :integer
-created_at  :datetime         not null
-updated_at  :datetime         not null
-action      :integer
-author_id   :integer</pre>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>A</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-action_name">action_name</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-author">author</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>C</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-changed_issue-3F">changed_issue?</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-changed_merge_request-3F">changed_merge_request?</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-closed-3F">closed?</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>D</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-c-determine_action">determine_action</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>I</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-issue">issue</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-issue-3F">issue?</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>J</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-joined-3F">joined?</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>L</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-left-3F">left?</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>M</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-membership_changed-3F">membership_changed?</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-merge_request">merge_request</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-merge_request-3F">merge_request?</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-merged-3F">merged?</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-milestone-3F">milestone?</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>N</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-new_issue-3F">new_issue?</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-new_merge_request-3F">new_merge_request?</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-note-3F">note?</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>P</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-project_name">project_name</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-proper-3F">proper?</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-push-3F">push?</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>R</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-reopened-3F">reopened?</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>T</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-target_title">target_title</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-    <!-- Includes -->
-    <div class="sectiontitle">Included Modules</div>
-    <ul>
-      
-        <li>
-          
-            <a href="NoteEvent.html">
-              NoteEvent
-            </a>
-          
-        </li>
-      
-        <li>
-          
-            <a href="PushEvent.html">
-              PushEvent
-            </a>
-          
-        </li>
-      
-    </ul>
-  
-
-
-
-  
-
-    
-
-    
-
-    
-      <!-- Section constants -->
-      <div class="sectiontitle">Constants</div>
-      <table border='0' cellpadding='5'>
-        
-          <tr valign='top'>
-            <td class="attr-name">Created</td>
-            <td>=</td>
-            <td class="attr-value">1</td>
-          </tr>
-          
-            <tr valign='top'>
-              <td>&nbsp;</td>
-              <td colspan="2" class="attr-desc"></td>
-            </tr>
-          
-        
-          <tr valign='top'>
-            <td class="attr-name">Updated</td>
-            <td>=</td>
-            <td class="attr-value">2</td>
-          </tr>
-          
-            <tr valign='top'>
-              <td>&nbsp;</td>
-              <td colspan="2" class="attr-desc"></td>
-            </tr>
-          
-        
-          <tr valign='top'>
-            <td class="attr-name">Closed</td>
-            <td>=</td>
-            <td class="attr-value">3</td>
-          </tr>
-          
-            <tr valign='top'>
-              <td>&nbsp;</td>
-              <td colspan="2" class="attr-desc"></td>
-            </tr>
-          
-        
-          <tr valign='top'>
-            <td class="attr-name">Reopened</td>
-            <td>=</td>
-            <td class="attr-value">4</td>
-          </tr>
-          
-            <tr valign='top'>
-              <td>&nbsp;</td>
-              <td colspan="2" class="attr-desc"></td>
-            </tr>
-          
-        
-          <tr valign='top'>
-            <td class="attr-name">Pushed</td>
-            <td>=</td>
-            <td class="attr-value">5</td>
-          </tr>
-          
-            <tr valign='top'>
-              <td>&nbsp;</td>
-              <td colspan="2" class="attr-desc"></td>
-            </tr>
-          
-        
-          <tr valign='top'>
-            <td class="attr-name">Commented</td>
-            <td>=</td>
-            <td class="attr-value">6</td>
-          </tr>
-          
-            <tr valign='top'>
-              <td>&nbsp;</td>
-              <td colspan="2" class="attr-desc"></td>
-            </tr>
-          
-        
-          <tr valign='top'>
-            <td class="attr-name">Merged</td>
-            <td>=</td>
-            <td class="attr-value">7</td>
-          </tr>
-          
-            <tr valign='top'>
-              <td>&nbsp;</td>
-              <td colspan="2" class="attr-desc"></td>
-            </tr>
-          
-        
-          <tr valign='top'>
-            <td class="attr-name">Joined</td>
-            <td>=</td>
-            <td class="attr-value">8</td>
-          </tr>
-          
-            <tr valign='top'>
-              <td>&nbsp;</td>
-              <td colspan="2" class="attr-desc"></td>
-            </tr>
-          
-        
-          <tr valign='top'>
-            <td class="attr-name">Left</td>
-            <td>=</td>
-            <td class="attr-value">9</td>
-          </tr>
-          
-            <tr valign='top'>
-              <td>&nbsp;</td>
-              <td colspan="2" class="attr-desc"></td>
-            </tr>
-          
-        
-      </table>
-    
-
-
-    
-
-
-    <!-- Methods -->
-    
-      <div class="sectiontitle">Class Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-c-determine_action">
-            
-              <b>determine_action</b>(record)
-            
-            <a href="../classes/Event.html#method-c-determine_action" name="method-c-determine_action" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-determine_action_source')" id="l_method-c-determine_action_source">show</a>
-                
-              </p>
-              <div id="method-c-determine_action_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/event.rb, line 53</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">determine_action</span>(<span class="ruby-identifier">record</span>)
-  <span class="ruby-keyword">if</span> [<span class="ruby-constant">Issue</span>, <span class="ruby-constant">MergeRequest</span>].<span class="ruby-identifier">include?</span> <span class="ruby-identifier">record</span>.<span class="ruby-identifier">class</span>
-    <span class="ruby-constant">Event</span><span class="ruby-operator">::</span><span class="ruby-constant">Created</span>
-  <span class="ruby-keyword">elsif</span> <span class="ruby-identifier">record</span>.<span class="ruby-identifier">kind_of?</span> <span class="ruby-constant">Note</span>
-    <span class="ruby-constant">Event</span><span class="ruby-operator">::</span><span class="ruby-constant">Commented</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                  
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-action_name">
-            
-              <b>action_name</b>()
-            
-            <a href="../classes/Event.html#method-i-action_name" name="method-i-action_name" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-action_name_source')" id="l_method-i-action_name_source">show</a>
-                
-              </p>
-              <div id="method-i-action_name_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/event.rb, line 160</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">action_name</span>
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">closed?</span>
-    <span class="ruby-string">&quot;closed&quot;</span>
-  <span class="ruby-keyword">elsif</span> <span class="ruby-identifier">merged?</span>
-    <span class="ruby-string">&quot;merged&quot;</span>
-  <span class="ruby-keyword">elsif</span> <span class="ruby-identifier">joined?</span>
-    <span class="ruby-string">'joined'</span>
-  <span class="ruby-keyword">elsif</span> <span class="ruby-identifier">left?</span>
-    <span class="ruby-string">'left'</span>
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-string">&quot;opened&quot;</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-author">
-            
-              <b>author</b>()
-            
-            <a href="../classes/Event.html#method-i-author" name="method-i-author" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-author_source')" id="l_method-i-author_source">show</a>
-                
-              </p>
-              <div id="method-i-author_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/event.rb, line 156</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">author</span>
-  <span class="ruby-ivar">@author</span> <span class="ruby-operator">||=</span> <span class="ruby-constant">User</span>.<span class="ruby-identifier">find</span>(<span class="ruby-identifier">author_id</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-changed_issue-3F">
-            
-              <b>changed_issue?</b>()
-            
-            <a href="../classes/Event.html#method-i-changed_issue-3F" name="method-i-changed_issue-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-changed_issue-3F_source')" id="l_method-i-changed_issue-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-changed_issue-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/event.rb, line 131</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">changed_issue?</span>
-  <span class="ruby-identifier">target_type</span> <span class="ruby-operator">==</span> <span class="ruby-string">&quot;Issue&quot;</span> <span class="ruby-operator">&amp;&amp;</span>
-    [<span class="ruby-constant">Closed</span>, <span class="ruby-constant">Reopened</span>].<span class="ruby-identifier">include?</span>(<span class="ruby-identifier">action</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-changed_merge_request-3F">
-            
-              <b>changed_merge_request?</b>()
-            
-            <a href="../classes/Event.html#method-i-changed_merge_request-3F" name="method-i-changed_merge_request-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-changed_merge_request-3F_source')" id="l_method-i-changed_merge_request-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-changed_merge_request-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/event.rb, line 126</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">changed_merge_request?</span>
-  <span class="ruby-identifier">target_type</span> <span class="ruby-operator">==</span> <span class="ruby-string">&quot;MergeRequest&quot;</span> <span class="ruby-operator">&amp;&amp;</span>
-    [<span class="ruby-constant">Closed</span>, <span class="ruby-constant">Reopened</span>].<span class="ruby-identifier">include?</span>(<span class="ruby-identifier">action</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-closed-3F">
-            
-              <b>closed?</b>()
-            
-            <a href="../classes/Event.html#method-i-closed-3F" name="method-i-closed-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-closed-3F_source')" id="l_method-i-closed-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-closed-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/event.rb, line 92</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">closed?</span>
-  <span class="ruby-identifier">action</span> <span class="ruby-operator">==</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">class</span><span class="ruby-operator">::</span><span class="ruby-constant">Closed</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-issue">
-            
-              <b>issue</b>()
-            
-            <a href="../classes/Event.html#method-i-issue" name="method-i-issue" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-issue_source')" id="l_method-i-issue_source">show</a>
-                
-              </p>
-              <div id="method-i-issue_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/event.rb, line 148</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">issue</span>
-  <span class="ruby-identifier">target</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">target_type</span> <span class="ruby-operator">==</span> <span class="ruby-string">&quot;Issue&quot;</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-issue-3F">
-            
-              <b>issue?</b>()
-            
-            <a href="../classes/Event.html#method-i-issue-3F" name="method-i-issue-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-issue-3F_source')" id="l_method-i-issue-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-issue-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/event.rb, line 108</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">issue?</span>
-  <span class="ruby-identifier">target_type</span> <span class="ruby-operator">==</span> <span class="ruby-string">&quot;Issue&quot;</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-joined-3F">
-            
-              <b>joined?</b>()
-            
-            <a href="../classes/Event.html#method-i-joined-3F" name="method-i-joined-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-joined-3F_source')" id="l_method-i-joined-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-joined-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/event.rb, line 136</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">joined?</span>
-  <span class="ruby-identifier">action</span> <span class="ruby-operator">==</span> <span class="ruby-constant">Joined</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-left-3F">
-            
-              <b>left?</b>()
-            
-            <a href="../classes/Event.html#method-i-left-3F" name="method-i-left-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-left-3F_source')" id="l_method-i-left-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-left-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/event.rb, line 140</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">left?</span>
-  <span class="ruby-identifier">action</span> <span class="ruby-operator">==</span> <span class="ruby-constant">Left</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-membership_changed-3F">
-            
-              <b>membership_changed?</b>()
-            
-            <a href="../classes/Event.html#method-i-membership_changed-3F" name="method-i-membership_changed-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-membership_changed-3F_source')" id="l_method-i-membership_changed-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-membership_changed-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/event.rb, line 144</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">membership_changed?</span>
-  <span class="ruby-identifier">joined?</span> <span class="ruby-operator">||</span> <span class="ruby-identifier">left?</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-merge_request">
-            
-              <b>merge_request</b>()
-            
-            <a href="../classes/Event.html#method-i-merge_request" name="method-i-merge_request" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-merge_request_source')" id="l_method-i-merge_request_source">show</a>
-                
-              </p>
-              <div id="method-i-merge_request_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/event.rb, line 152</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">merge_request</span>
-  <span class="ruby-identifier">target</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">target_type</span> <span class="ruby-operator">==</span> <span class="ruby-string">&quot;MergeRequest&quot;</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-merge_request-3F">
-            
-              <b>merge_request?</b>()
-            
-            <a href="../classes/Event.html#method-i-merge_request-3F" name="method-i-merge_request-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-merge_request-3F_source')" id="l_method-i-merge_request-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-merge_request-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/event.rb, line 112</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">merge_request?</span>
-  <span class="ruby-identifier">target_type</span> <span class="ruby-operator">==</span> <span class="ruby-string">&quot;MergeRequest&quot;</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-merged-3F">
-            
-              <b>merged?</b>()
-            
-            <a href="../classes/Event.html#method-i-merged-3F" name="method-i-merged-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-merged-3F_source')" id="l_method-i-merged-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-merged-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/event.rb, line 88</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">merged?</span>
-  <span class="ruby-identifier">action</span> <span class="ruby-operator">==</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">class</span><span class="ruby-operator">::</span><span class="ruby-constant">Merged</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-milestone-3F">
-            
-              <b>milestone?</b>()
-            
-            <a href="../classes/Event.html#method-i-milestone-3F" name="method-i-milestone-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-milestone-3F_source')" id="l_method-i-milestone-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-milestone-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/event.rb, line 100</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">milestone?</span>
-  <span class="ruby-identifier">target_type</span> <span class="ruby-operator">==</span> <span class="ruby-string">&quot;Milestone&quot;</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-new_issue-3F">
-            
-              <b>new_issue?</b>()
-            
-            <a href="../classes/Event.html#method-i-new_issue-3F" name="method-i-new_issue-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-new_issue-3F_source')" id="l_method-i-new_issue-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-new_issue-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/event.rb, line 116</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">new_issue?</span>
-  <span class="ruby-identifier">target_type</span> <span class="ruby-operator">==</span> <span class="ruby-string">&quot;Issue&quot;</span> <span class="ruby-operator">&amp;&amp;</span>
-    <span class="ruby-identifier">action</span> <span class="ruby-operator">==</span> <span class="ruby-constant">Created</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-new_merge_request-3F">
-            
-              <b>new_merge_request?</b>()
-            
-            <a href="../classes/Event.html#method-i-new_merge_request-3F" name="method-i-new_merge_request-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-new_merge_request-3F_source')" id="l_method-i-new_merge_request-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-new_merge_request-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/event.rb, line 121</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">new_merge_request?</span>
-  <span class="ruby-identifier">target_type</span> <span class="ruby-operator">==</span> <span class="ruby-string">&quot;MergeRequest&quot;</span> <span class="ruby-operator">&amp;&amp;</span>
-    <span class="ruby-identifier">action</span> <span class="ruby-operator">==</span> <span class="ruby-constant">Created</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-note-3F">
-            
-              <b>note?</b>()
-            
-            <a href="../classes/Event.html#method-i-note-3F" name="method-i-note-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-note-3F_source')" id="l_method-i-note-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-note-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/event.rb, line 104</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">note?</span>
-  <span class="ruby-identifier">target_type</span> <span class="ruby-operator">==</span> <span class="ruby-string">&quot;Note&quot;</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-project_name">
-            
-              <b>project_name</b>()
-            
-            <a href="../classes/Event.html#method-i-project_name" name="method-i-project_name" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-project_name_source')" id="l_method-i-project_name_source">show</a>
-                
-              </p>
-              <div id="method-i-project_name_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/event.rb, line 72</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">project_name</span>
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">project</span>
-    <span class="ruby-identifier">project</span>.<span class="ruby-identifier">name</span>
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-string">&quot;(deleted project)&quot;</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-proper-3F">
-            
-              <b>proper?</b>()
-            
-            <a href="../classes/Event.html#method-i-proper-3F" name="method-i-proper-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-proper-3F_source')" id="l_method-i-proper-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-proper-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/event.rb, line 62</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">proper?</span>
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">push?</span>
-    <span class="ruby-keyword">true</span>
-  <span class="ruby-keyword">elsif</span> <span class="ruby-identifier">membership_changed?</span>
-    <span class="ruby-keyword">true</span>
-  <span class="ruby-keyword">else</span>
-    (<span class="ruby-identifier">issue?</span> <span class="ruby-operator">||</span> <span class="ruby-identifier">merge_request?</span> <span class="ruby-operator">||</span> <span class="ruby-identifier">note?</span> <span class="ruby-operator">||</span> <span class="ruby-identifier">milestone?</span>) <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">target</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-push-3F">
-            
-              <b>push?</b>()
-            
-            <a href="../classes/Event.html#method-i-push-3F" name="method-i-push-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-push-3F_source')" id="l_method-i-push-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-push-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/event.rb, line 84</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">push?</span>
-  <span class="ruby-identifier">action</span> <span class="ruby-operator">==</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">class</span><span class="ruby-operator">::</span><span class="ruby-constant">Pushed</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">valid_push?</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-reopened-3F">
-            
-              <b>reopened?</b>()
-            
-            <a href="../classes/Event.html#method-i-reopened-3F" name="method-i-reopened-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-reopened-3F_source')" id="l_method-i-reopened-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-reopened-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/event.rb, line 96</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">reopened?</span>
-  <span class="ruby-identifier">action</span> <span class="ruby-operator">==</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">class</span><span class="ruby-operator">::</span><span class="ruby-constant">Reopened</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-target_title">
-            
-              <b>target_title</b>()
-            
-            <a href="../classes/Event.html#method-i-target_title" name="method-i-target_title" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-target_title_source')" id="l_method-i-target_title_source">show</a>
-                
-              </p>
-              <div id="method-i-target_title_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/event.rb, line 80</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">target_title</span>
-  <span class="ruby-identifier">target</span>.<span class="ruby-identifier">try</span> <span class="ruby-value">:title</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/EventDecorator.html b/doc/code/classes/EventDecorator.html
deleted file mode 100644
index 1fdf7f5c4e47579ec49d3fecf629dd5bc8614cbd..0000000000000000000000000000000000000000
--- a/doc/code/classes/EventDecorator.html
+++ /dev/null
@@ -1,240 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>EventDecorator</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            EventDecorator 
-            
-                <span class="parent">&lt; 
-                    
-                    <a href="ApplicationDecorator.html">ApplicationDecorator</a>
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/decorators/event_decorator_rb.html">app/decorators/event_decorator.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>F</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-feed_summary">feed_summary</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-feed_title">feed_title</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-feed_url">feed_url</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-feed_summary">
-            
-              <b>feed_summary</b>()
-            
-            <a href="../classes/EventDecorator.html#method-i-feed_summary" name="method-i-feed_summary" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-feed_summary_source')" id="l_method-i-feed_summary_source">show</a>
-                
-              </p>
-              <div id="method-i-feed_summary_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/decorators/event_decorator.rb, line 37</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">feed_summary</span>
-  <span class="ruby-keyword">if</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">issue?</span>
-    <span class="ruby-identifier">h</span>.<span class="ruby-identifier">render</span> <span class="ruby-string">&quot;events/event_issue&quot;</span>, <span class="ruby-identifier">issue</span><span class="ruby-operator">:</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">issue</span>
-  <span class="ruby-keyword">elsif</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">push?</span>
-    <span class="ruby-identifier">h</span>.<span class="ruby-identifier">render</span> <span class="ruby-string">&quot;events/event_push&quot;</span>, <span class="ruby-identifier">event</span><span class="ruby-operator">:</span> <span class="ruby-keyword">self</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-feed_title">
-            
-              <b>feed_title</b>()
-            
-            <a href="../classes/EventDecorator.html#method-i-feed_title" name="method-i-feed_title" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-feed_title_source')" id="l_method-i-feed_title_source">show</a>
-                
-              </p>
-              <div id="method-i-feed_title_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/decorators/event_decorator.rb, line 4</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">feed_title</span>
-  <span class="ruby-keyword">if</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">issue?</span>
-    <span class="ruby-node">&quot;#{self.author_name} #{self.action_name} issue ##{self.target_id}: #{self.issue_title} at #{self.project.name}&quot;</span>
-  <span class="ruby-keyword">elsif</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">merge_request?</span>
-    <span class="ruby-node">&quot;#{self.author_name} #{self.action_name} MR ##{self.target_id}: #{self.merge_request_title} at #{self.project.name}&quot;</span>
-  <span class="ruby-keyword">elsif</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">push?</span>
-    <span class="ruby-node">&quot;#{self.author_name} #{self.push_action_name} #{self.ref_type} #{self.ref_name} at #{self.project.name}&quot;</span>
-  <span class="ruby-keyword">elsif</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">membership_changed?</span>
-    <span class="ruby-node">&quot;#{self.author_name} #{self.action_name} #{self.project.name}&quot;</span>
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-string">&quot;&quot;</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-feed_url">
-            
-              <b>feed_url</b>()
-            
-            <a href="../classes/EventDecorator.html#method-i-feed_url" name="method-i-feed_url" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-feed_url_source')" id="l_method-i-feed_url_source">show</a>
-                
-              </p>
-              <div id="method-i-feed_url_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/decorators/event_decorator.rb, line 18</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">feed_url</span>
-  <span class="ruby-keyword">if</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">issue?</span>
-    <span class="ruby-identifier">h</span>.<span class="ruby-identifier">project_issue_url</span>(<span class="ruby-keyword">self</span>.<span class="ruby-identifier">project</span>, <span class="ruby-keyword">self</span>.<span class="ruby-identifier">issue</span>)
-  <span class="ruby-keyword">elsif</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">merge_request?</span>
-    <span class="ruby-identifier">h</span>.<span class="ruby-identifier">project_merge_request_url</span>(<span class="ruby-keyword">self</span>.<span class="ruby-identifier">project</span>, <span class="ruby-keyword">self</span>.<span class="ruby-identifier">merge_request</span>)
-
-  <span class="ruby-keyword">elsif</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">push?</span>
-    <span class="ruby-keyword">if</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">push_with_commits?</span>
-      <span class="ruby-keyword">if</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">commits_count</span> <span class="ruby-operator">&gt;</span> <span class="ruby-number">1</span>
-        <span class="ruby-identifier">h</span>.<span class="ruby-identifier">project_compare_url</span>(<span class="ruby-keyword">self</span>.<span class="ruby-identifier">project</span>, <span class="ruby-value">:from</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">parent_commit</span>.<span class="ruby-identifier">id</span>, <span class="ruby-value">:to</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">last_commit</span>.<span class="ruby-identifier">id</span>)
-      <span class="ruby-keyword">else</span>
-        <span class="ruby-identifier">h</span>.<span class="ruby-identifier">project_commit_url</span>(<span class="ruby-keyword">self</span>.<span class="ruby-identifier">project</span>, <span class="ruby-value">:id</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">last_commit</span>.<span class="ruby-identifier">id</span>)
-      <span class="ruby-keyword">end</span>
-    <span class="ruby-keyword">else</span>
-      <span class="ruby-identifier">h</span>.<span class="ruby-identifier">project_commits_url</span>(<span class="ruby-keyword">self</span>.<span class="ruby-identifier">project</span>, <span class="ruby-keyword">self</span>.<span class="ruby-identifier">ref_name</span>)
-    <span class="ruby-keyword">end</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/EventFilter.html b/doc/code/classes/EventFilter.html
deleted file mode 100644
index 5bf01133d6e42c16aa85ce48df8ce42d2b8c70cc..0000000000000000000000000000000000000000
--- a/doc/code/classes/EventFilter.html
+++ /dev/null
@@ -1,543 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>EventFilter</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            EventFilter 
-            
-                <span class="parent">&lt; 
-                    
-                    Object
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/lib/event_filter_rb.html">lib/event_filter.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>A</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-active-3F">active?</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-apply_filter">apply_filter</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>C</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-c-comments">comments</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>D</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-c-default_filter">default_filter</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>M</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-c-merged">merged</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>N</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-c-new">new</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>O</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-options">options</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>P</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-c-push">push</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>T</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-c-team">team</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-      <!-- Section attributes -->
-      <div class="sectiontitle">Attributes</div>
-      <table border='0' cellpadding='5'>
-        
-          <tr valign='top'>
-            <td class='attr-rw'>
-              [RW]
-            </td>
-            <td class='attr-name'>params</td>
-            <td class='attr-desc'></td>
-          </tr>
-        
-      </table>
-    
-
-
-    <!-- Methods -->
-    
-      <div class="sectiontitle">Class Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-c-comments">
-            
-              <b>comments</b>()
-            
-            <a href="../classes/EventFilter.html#method-c-comments" name="method-c-comments" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-comments_source')" id="l_method-c-comments_source">show</a>
-                
-              </p>
-              <div id="method-c-comments_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/event_filter.rb, line 17</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">comments</span>
-  <span class="ruby-string">'comments'</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-c-default_filter">
-            
-              <b>default_filter</b>()
-            
-            <a href="../classes/EventFilter.html#method-c-default_filter" name="method-c-default_filter" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-default_filter_source')" id="l_method-c-default_filter_source">show</a>
-                
-              </p>
-              <div id="method-c-default_filter_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/event_filter.rb, line 5</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">default_filter</span>
-  <span class="ruby-node">%w{ push issues merge_requests team}</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-c-merged">
-            
-              <b>merged</b>()
-            
-            <a href="../classes/EventFilter.html#method-c-merged" name="method-c-merged" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-merged_source')" id="l_method-c-merged_source">show</a>
-                
-              </p>
-              <div id="method-c-merged_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/event_filter.rb, line 13</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">merged</span>
-  <span class="ruby-string">'merged'</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-c-new">
-            
-              <b>new</b>(params)
-            
-            <a href="../classes/EventFilter.html#method-c-new" name="method-c-new" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-new_source')" id="l_method-c-new_source">show</a>
-                
-              </p>
-              <div id="method-c-new_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/event_filter.rb, line 26</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">initialize</span> <span class="ruby-identifier">params</span>
-  <span class="ruby-ivar">@params</span> = <span class="ruby-keyword">if</span> <span class="ruby-identifier">params</span>
-              <span class="ruby-identifier">params</span>.<span class="ruby-identifier">dup</span>
-            <span class="ruby-keyword">else</span>
-              []<span class="ruby-comment">#EventFilter.default_filter</span>
-            <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-c-push">
-            
-              <b>push</b>()
-            
-            <a href="../classes/EventFilter.html#method-c-push" name="method-c-push" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-push_source')" id="l_method-c-push_source">show</a>
-                
-              </p>
-              <div id="method-c-push_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/event_filter.rb, line 9</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">push</span>
-  <span class="ruby-string">'push'</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-c-team">
-            
-              <b>team</b>()
-            
-            <a href="../classes/EventFilter.html#method-c-team" name="method-c-team" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-team_source')" id="l_method-c-team_source">show</a>
-                
-              </p>
-              <div id="method-c-team_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/event_filter.rb, line 21</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">team</span>
-  <span class="ruby-string">'team'</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                  
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-active-3F">
-            
-              <b>active?</b>(key)
-            
-            <a href="../classes/EventFilter.html#method-i-active-3F" name="method-i-active-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-active-3F_source')" id="l_method-i-active-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-active-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/event_filter.rb, line 65</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">active?</span> <span class="ruby-identifier">key</span>
-  <span class="ruby-identifier">params</span>.<span class="ruby-identifier">include?</span> <span class="ruby-identifier">key</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-apply_filter">
-            
-              <b>apply_filter</b>(events)
-            
-            <a href="../classes/EventFilter.html#method-i-apply_filter" name="method-i-apply_filter" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-apply_filter_source')" id="l_method-i-apply_filter_source">show</a>
-                
-              </p>
-              <div id="method-i-apply_filter_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/event_filter.rb, line 34</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">apply_filter</span> <span class="ruby-identifier">events</span>
-  <span class="ruby-keyword">return</span> <span class="ruby-identifier">events</span> <span class="ruby-keyword">unless</span> <span class="ruby-identifier">params</span>.<span class="ruby-identifier">present?</span>
-
-  <span class="ruby-identifier">filter</span> = <span class="ruby-identifier">params</span>.<span class="ruby-identifier">dup</span>
-
-  <span class="ruby-identifier">actions</span> = []
-  <span class="ruby-identifier">actions</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-constant">Event</span><span class="ruby-operator">::</span><span class="ruby-constant">Pushed</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">filter</span>.<span class="ruby-identifier">include?</span> <span class="ruby-string">'push'</span>
-  <span class="ruby-identifier">actions</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-constant">Event</span><span class="ruby-operator">::</span><span class="ruby-constant">Merged</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">filter</span>.<span class="ruby-identifier">include?</span> <span class="ruby-string">'merged'</span>
-
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">filter</span>.<span class="ruby-identifier">include?</span> <span class="ruby-string">'team'</span>
-    <span class="ruby-identifier">actions</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-constant">Event</span><span class="ruby-operator">::</span><span class="ruby-constant">Joined</span>
-    <span class="ruby-identifier">actions</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-constant">Event</span><span class="ruby-operator">::</span><span class="ruby-constant">Left</span>
-  <span class="ruby-keyword">end</span>
-
-  <span class="ruby-identifier">actions</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-constant">Event</span><span class="ruby-operator">::</span><span class="ruby-constant">Commented</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">filter</span>.<span class="ruby-identifier">include?</span> <span class="ruby-string">'comments'</span>
-
-  <span class="ruby-identifier">events</span> = <span class="ruby-identifier">events</span>.<span class="ruby-identifier">where</span>(<span class="ruby-identifier">action</span><span class="ruby-operator">:</span> <span class="ruby-identifier">actions</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-options">
-            
-              <b>options</b>(key)
-            
-            <a href="../classes/EventFilter.html#method-i-options" name="method-i-options" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-options_source')" id="l_method-i-options_source">show</a>
-                
-              </p>
-              <div id="method-i-options_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/event_filter.rb, line 53</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">options</span> <span class="ruby-identifier">key</span>
-  <span class="ruby-identifier">filter</span> = <span class="ruby-identifier">params</span>.<span class="ruby-identifier">dup</span>
-
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">filter</span>.<span class="ruby-identifier">include?</span> <span class="ruby-identifier">key</span>
-    <span class="ruby-identifier">filter</span>.<span class="ruby-identifier">delete</span> <span class="ruby-identifier">key</span>
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-identifier">filter</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-identifier">key</span>
-  <span class="ruby-keyword">end</span>
-
-  <span class="ruby-identifier">filter</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/EventsHelper.html b/doc/code/classes/EventsHelper.html
deleted file mode 100644
index 7c7041c66983683b63c19e80b472827784e76d8b..0000000000000000000000000000000000000000
--- a/doc/code/classes/EventsHelper.html
+++ /dev/null
@@ -1,289 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>EventsHelper</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Module</span> 
-            EventsHelper 
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/helpers/events_helper_rb.html">app/helpers/events_helper.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>E</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-event_action_name">event_action_name</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-event_filter_link">event_filter_link</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-event_image">event_image</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>L</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-link_to_author">link_to_author</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-event_action_name">
-            
-              <b>event_action_name</b>(event)
-            
-            <a href="../classes/EventsHelper.html#method-i-event_action_name" name="method-i-event_action_name" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-event_action_name_source')" id="l_method-i-event_action_name_source">show</a>
-                
-              </p>
-              <div id="method-i-event_action_name_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/helpers/events_helper.rb, line 13</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">event_action_name</span>(<span class="ruby-identifier">event</span>)
-  <span class="ruby-identifier">target</span> = <span class="ruby-keyword">if</span> <span class="ruby-identifier">event</span>.<span class="ruby-identifier">target_type</span>
-             <span class="ruby-identifier">event</span>.<span class="ruby-identifier">target_type</span>.<span class="ruby-identifier">titleize</span>.<span class="ruby-identifier">downcase</span>
-           <span class="ruby-keyword">else</span>
-             <span class="ruby-string">'project'</span>
-           <span class="ruby-keyword">end</span>
-
-  [<span class="ruby-identifier">event</span>.<span class="ruby-identifier">action_name</span>, <span class="ruby-identifier">target</span>].<span class="ruby-identifier">join</span>(<span class="ruby-string">&quot; &quot;</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-event_filter_link">
-            
-              <b>event_filter_link</b>(key, tooltip)
-            
-            <a href="../classes/EventsHelper.html#method-i-event_filter_link" name="method-i-event_filter_link" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-event_filter_link_source')" id="l_method-i-event_filter_link_source">show</a>
-                
-              </p>
-              <div id="method-i-event_filter_link_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/helpers/events_helper.rb, line 37</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">event_filter_link</span> <span class="ruby-identifier">key</span>, <span class="ruby-identifier">tooltip</span>
-  <span class="ruby-identifier">key</span> = <span class="ruby-identifier">key</span>.<span class="ruby-identifier">to_s</span>
-
-  <span class="ruby-identifier">filter</span> = <span class="ruby-ivar">@event_filter</span>.<span class="ruby-identifier">options</span> <span class="ruby-identifier">key</span>
-
-  <span class="ruby-identifier">inactive</span> = <span class="ruby-keyword">if</span> <span class="ruby-ivar">@event_filter</span>.<span class="ruby-identifier">active?</span> <span class="ruby-identifier">key</span>
-               <span class="ruby-keyword">nil</span>
-             <span class="ruby-keyword">else</span>
-               <span class="ruby-string">'inactive'</span>
-             <span class="ruby-keyword">end</span>
-
-  <span class="ruby-identifier">content_tag</span> <span class="ruby-value">:div</span>, <span class="ruby-keyword">class</span><span class="ruby-operator">:</span> <span class="ruby-node">&quot;filter_icon #{inactive}&quot;</span> <span class="ruby-keyword ruby-title">do</span>
-    <span class="ruby-identifier">link_to</span> <span class="ruby-identifier">dashboard_path</span>(<span class="ruby-identifier">event_filter</span><span class="ruby-operator">:</span> <span class="ruby-identifier">filter</span>), <span class="ruby-keyword">class</span><span class="ruby-operator">:</span> <span class="ruby-string">'has_tooltip'</span>, <span class="ruby-string">'data-original-title'</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-keyword ruby-title">tooltip</span> <span class="ruby-keyword">do</span>
-      <span class="ruby-identifier">image_tag</span> <span class="ruby-node">&quot;event_filter_#{key}.png&quot;</span>
-    <span class="ruby-keyword">end</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-event_image">
-            
-              <b>event_image</b>(event)
-            
-            <a href="../classes/EventsHelper.html#method-i-event_image" name="method-i-event_image" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-event_image_source')" id="l_method-i-event_image_source">show</a>
-                
-              </p>
-              <div id="method-i-event_image_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/helpers/events_helper.rb, line 23</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">event_image</span> <span class="ruby-identifier">event</span>
-  <span class="ruby-identifier">event_image_path</span> = <span class="ruby-keyword">if</span> <span class="ruby-identifier">event</span>.<span class="ruby-identifier">push?</span>
-                 <span class="ruby-string">&quot;event_push.png&quot;</span>
-               <span class="ruby-keyword">elsif</span> <span class="ruby-identifier">event</span>.<span class="ruby-identifier">merged?</span>
-                 <span class="ruby-string">&quot;event_mr_merged.png&quot;</span>
-               <span class="ruby-keyword">end</span>
-
-  <span class="ruby-keyword">return</span> <span class="ruby-keyword">nil</span> <span class="ruby-keyword">unless</span> <span class="ruby-identifier">event_image_path</span>
-
-  <span class="ruby-identifier">content_tag</span> <span class="ruby-value">:div</span>, <span class="ruby-keyword">class</span><span class="ruby-operator">:</span> <span class="ruby-string">'event_icon'</span> <span class="ruby-keyword ruby-title">do</span>
-    <span class="ruby-identifier">image_tag</span> <span class="ruby-identifier">event_image_path</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-link_to_author">
-            
-              <b>link_to_author</b>(event)
-            
-            <a href="../classes/EventsHelper.html#method-i-link_to_author" name="method-i-link_to_author" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-link_to_author_source')" id="l_method-i-link_to_author_source">show</a>
-                
-              </p>
-              <div id="method-i-link_to_author_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/helpers/events_helper.rb, line 2</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">link_to_author</span>(<span class="ruby-identifier">event</span>)
-  <span class="ruby-identifier">project</span> = <span class="ruby-identifier">event</span>.<span class="ruby-identifier">project</span>
-  <span class="ruby-identifier">tm</span> = <span class="ruby-identifier">project</span>.<span class="ruby-identifier">team_member_by_id</span>(<span class="ruby-identifier">event</span>.<span class="ruby-identifier">author_id</span>) <span class="ruby-keyword">if</span> <span class="ruby-identifier">project</span>
-
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">tm</span>
-    <span class="ruby-identifier">link_to</span> <span class="ruby-identifier">event</span>.<span class="ruby-identifier">author_name</span>, <span class="ruby-identifier">project_team_member_path</span>(<span class="ruby-identifier">project</span>, <span class="ruby-identifier">tm</span>)
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-identifier">event</span>.<span class="ruby-identifier">author_name</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/ExtractsPath.html b/doc/code/classes/ExtractsPath.html
deleted file mode 100644
index 0b8c0c26f9905c80f6b13d924dd2a8d90e824a4e..0000000000000000000000000000000000000000
--- a/doc/code/classes/ExtractsPath.html
+++ /dev/null
@@ -1,300 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>ExtractsPath</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Module</span> 
-            ExtractsPath 
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/lib/extracts_path_rb.html">lib/extracts_path.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<p>Module providing methods for dealing with separating a tree-ish string and
-a file path string when combined in a request parameter</p>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="ExtractsPath/InvalidPathError.html">ExtractsPath::InvalidPathError</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>A</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-assign_ref_vars">assign_ref_vars</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>E</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-extract_ref">extract_ref</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-assign_ref_vars">
-            
-              <b>assign_ref_vars</b>()
-            
-            <a href="../classes/ExtractsPath.html#method-i-assign_ref_vars" name="method-i-assign_ref_vars" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Assigns common instance variables for views working with Git tree-ish
-objects</p>
-
-<p>Assignments are:</p>
-<ul><li>
-<p>@id     - A string representing the joined ref and path</p>
-</li><li>
-<p>@ref    - A string representing the ref (e.g., the branch, tag, or commit
-SHA)</p>
-</li><li>
-<p>@path   - A string representing the filesystem path</p>
-</li><li>
-<p>@commit - A <a href="CommitDecorator.html">CommitDecorator</a> representing
-the commit from the given ref</p>
-</li><li>
-<p>@tree   - A <a href="TreeDecorator.html">TreeDecorator</a> representing the
-tree at the given ref/path</p>
-</li></ul>
-
-<p>If the :id parameter appears to be requesting a specific response format,
-that will be handled as well.</p>
-
-<p>Automatically renders `not_found!` if a valid tree path could not be
-resolved (e.g., when a user inserts an invalid path or ref).</p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-assign_ref_vars_source')" id="l_method-i-assign_ref_vars_source">show</a>
-                
-              </p>
-              <div id="method-i-assign_ref_vars_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/extracts_path.rb, line 104</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">assign_ref_vars</span>
-  <span class="ruby-comment"># Handle formats embedded in the id</span>
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">params</span>[<span class="ruby-value">:id</span>].<span class="ruby-identifier">ends_with?</span>(<span class="ruby-string">'.atom'</span>)
-    <span class="ruby-identifier">params</span>[<span class="ruby-value">:id</span>].<span class="ruby-identifier">gsub!</span>(<span class="ruby-regexp">%r\.atom$/</span>, <span class="ruby-string">''</span>)
-    <span class="ruby-identifier">request</span>.<span class="ruby-identifier">format</span> = <span class="ruby-value">:atom</span>
-  <span class="ruby-keyword">end</span>
-
-  <span class="ruby-ivar">@ref</span>, <span class="ruby-ivar">@path</span> = <span class="ruby-identifier">extract_ref</span>(<span class="ruby-identifier">request</span>.<span class="ruby-identifier">fullpath</span>)
-
-  <span class="ruby-ivar">@id</span> = <span class="ruby-constant">File</span>.<span class="ruby-identifier">join</span>(<span class="ruby-ivar">@ref</span>, <span class="ruby-ivar">@path</span>)
-
-  <span class="ruby-ivar">@commit</span> = <span class="ruby-constant">CommitDecorator</span>.<span class="ruby-identifier">decorate</span>(<span class="ruby-ivar">@project</span>.<span class="ruby-identifier">commit</span>(<span class="ruby-ivar">@ref</span>))
-
-  <span class="ruby-ivar">@tree</span> = <span class="ruby-constant">Tree</span>.<span class="ruby-identifier">new</span>(<span class="ruby-ivar">@commit</span>.<span class="ruby-identifier">tree</span>, <span class="ruby-ivar">@project</span>, <span class="ruby-ivar">@ref</span>, <span class="ruby-ivar">@path</span>)
-  <span class="ruby-ivar">@tree</span> = <span class="ruby-constant">TreeDecorator</span>.<span class="ruby-identifier">new</span>(<span class="ruby-ivar">@tree</span>)
-
-  <span class="ruby-identifier">raise</span> <span class="ruby-constant">InvalidPathError</span> <span class="ruby-keyword">if</span> <span class="ruby-ivar">@tree</span>.<span class="ruby-identifier">invalid?</span>
-<span class="ruby-keyword">rescue</span> <span class="ruby-constant">NoMethodError</span>, <span class="ruby-constant">InvalidPathError</span>
-  <span class="ruby-identifier">not_found!</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-extract_ref">
-            
-              <b>extract_ref</b>(input)
-            
-            <a href="../classes/ExtractsPath.html#method-i-extract_ref" name="method-i-extract_ref" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Given a string containing both a Git tree-ish, such as a branch or tag, and
-a filesystem path joined by forward slashes, attempts to separate the two.</p>
-
-<p>Expects a @project instance variable to contain the active project. This is
-used to check the input against a list of valid repository refs.</p>
-
-<p>Examples</p>
-
-<pre class="ruby"><span class="ruby-comment"># No @project available</span>
-<span class="ruby-identifier">extract_ref</span>(<span class="ruby-string">'master'</span>)
-<span class="ruby-comment"># =&gt; ['', '']</span>
-
-<span class="ruby-identifier">extract_ref</span>(<span class="ruby-string">'master'</span>)
-<span class="ruby-comment"># =&gt; ['master', '']</span>
-
-<span class="ruby-identifier">extract_ref</span>(<span class="ruby-string">&quot;f4b14494ef6abf3d144c28e4af0c20143383e062/CHANGELOG&quot;</span>)
-<span class="ruby-comment"># =&gt; ['f4b14494ef6abf3d144c28e4af0c20143383e062', 'CHANGELOG']</span>
-
-<span class="ruby-identifier">extract_ref</span>(<span class="ruby-string">&quot;v2.0.0/README.md&quot;</span>)
-<span class="ruby-comment"># =&gt; ['v2.0.0', 'README.md']</span>
-
-<span class="ruby-identifier">extract_ref</span>(<span class="ruby-string">'/gitlab/vagrant/tree/master/app/models/project.rb'</span>)
-<span class="ruby-comment"># =&gt; ['master', 'app/models/project.rb']</span>
-
-<span class="ruby-identifier">extract_ref</span>(<span class="ruby-string">'issues/1234/app/models/project.rb'</span>)
-<span class="ruby-comment"># =&gt; ['issues/1234', 'app/models/project.rb']</span>
-
-<span class="ruby-comment"># Given an invalid branch, we fall back to just splitting on the first slash</span>
-<span class="ruby-identifier">extract_ref</span>(<span class="ruby-string">'non/existent/branch/README.md'</span>)
-<span class="ruby-comment"># =&gt; ['non', 'existent/branch/README.md']</span>
-</pre>
-
-<p>Returns an Array where the first value is the tree-ish and the second is
-the path</p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-extract_ref_source')" id="l_method-i-extract_ref_source">show</a>
-                
-              </p>
-              <div id="method-i-extract_ref_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/extracts_path.rb, line 48</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">extract_ref</span>(<span class="ruby-identifier">input</span>)
-  <span class="ruby-identifier">pair</span> = [<span class="ruby-string">''</span>, <span class="ruby-string">''</span>]
-
-  <span class="ruby-keyword">return</span> <span class="ruby-identifier">pair</span> <span class="ruby-keyword">unless</span> <span class="ruby-ivar">@project</span>
-
-  <span class="ruby-comment"># Remove project, actions and all other staff from path</span>
-  <span class="ruby-identifier">input</span>.<span class="ruby-identifier">gsub!</span>(<span class="ruby-node">&quot;/#{@project.path_with_namespace}&quot;</span>, <span class="ruby-string">&quot;&quot;</span>)
-  <span class="ruby-identifier">input</span>.<span class="ruby-identifier">gsub!</span>(<span class="ruby-regexp">%r^\/(tree|commits|blame|blob)\//</span>, <span class="ruby-string">&quot;&quot;</span>) <span class="ruby-comment"># remove actions</span>
-  <span class="ruby-identifier">input</span>.<span class="ruby-identifier">gsub!</span>(<span class="ruby-regexp">%r\?.*$/</span>, <span class="ruby-string">&quot;&quot;</span>) <span class="ruby-comment"># remove stamps suffix</span>
-  <span class="ruby-identifier">input</span>.<span class="ruby-identifier">gsub!</span>(<span class="ruby-regexp">%r.atom$/</span>, <span class="ruby-string">&quot;&quot;</span>) <span class="ruby-comment"># remove rss feed</span>
-  <span class="ruby-identifier">input</span>.<span class="ruby-identifier">gsub!</span>(<span class="ruby-regexp">%r\/edit$/</span>, <span class="ruby-string">&quot;&quot;</span>) <span class="ruby-comment"># remove edit route part</span>
-
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">input</span>.<span class="ruby-identifier">match</span>(<span class="ruby-regexp">%r^([[:alnum:]]{40})(.+)/</span>)
-    <span class="ruby-comment"># If the ref appears to be a SHA, we're done, just split the string</span>
-    <span class="ruby-identifier">pair</span> = <span class="ruby-identifier">$~</span>.<span class="ruby-identifier">captures</span>
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-comment"># Otherwise, attempt to detect the ref using a list of the project's</span>
-    <span class="ruby-comment"># branches and tags</span>
-
-    <span class="ruby-comment"># Append a trailing slash if we only get a ref and no file path</span>
-    <span class="ruby-identifier">id</span> = <span class="ruby-identifier">input</span>
-    <span class="ruby-identifier">id</span> <span class="ruby-operator">+=</span> <span class="ruby-string">'/'</span> <span class="ruby-keyword">unless</span> <span class="ruby-identifier">id</span>.<span class="ruby-identifier">ends_with?</span>(<span class="ruby-string">'/'</span>)
-
-    <span class="ruby-identifier">valid_refs</span> = <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">ref_names</span>
-    <span class="ruby-identifier">valid_refs</span>.<span class="ruby-identifier">select!</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">v</span><span class="ruby-operator">|</span> <span class="ruby-identifier">id</span>.<span class="ruby-identifier">start_with?</span>(<span class="ruby-node">&quot;#{v}/&quot;</span>) }
-
-    <span class="ruby-keyword">if</span> <span class="ruby-identifier">valid_refs</span>.<span class="ruby-identifier">length</span> <span class="ruby-operator">!=</span> <span class="ruby-number">1</span>
-      <span class="ruby-comment"># No exact ref match, so just try our best</span>
-      <span class="ruby-identifier">pair</span> = <span class="ruby-identifier">id</span>.<span class="ruby-identifier">match</span>(<span class="ruby-regexp">%r([^\/]+)(.*)/</span>).<span class="ruby-identifier">captures</span>
-    <span class="ruby-keyword">else</span>
-      <span class="ruby-comment"># Partition the string into the ref and the path, ignoring the empty first value</span>
-      <span class="ruby-identifier">pair</span> = <span class="ruby-identifier">id</span>.<span class="ruby-identifier">partition</span>(<span class="ruby-identifier">valid_refs</span>.<span class="ruby-identifier">first</span>)[<span class="ruby-number">1</span><span class="ruby-operator">..</span><span class="ruby-number">-1</span>]
-    <span class="ruby-keyword">end</span>
-  <span class="ruby-keyword">end</span>
-
-  <span class="ruby-comment"># Remove ending slashes from path</span>
-  <span class="ruby-identifier">pair</span>[<span class="ruby-number">1</span>].<span class="ruby-identifier">gsub!</span>(<span class="ruby-regexp">%r^\/|\/$/</span>, <span class="ruby-string">''</span>)
-
-  <span class="ruby-identifier">pair</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/ExtractsPath/InvalidPathError.html b/doc/code/classes/ExtractsPath/InvalidPathError.html
deleted file mode 100644
index 67632e3b9ea7070a4cf539d394ecaa7beef3a4ba..0000000000000000000000000000000000000000
--- a/doc/code/classes/ExtractsPath/InvalidPathError.html
+++ /dev/null
@@ -1,82 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>ExtractsPath::InvalidPathError</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/github.css" type="text/css" media="screen" />
-<script src="../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            ExtractsPath::InvalidPathError 
-            
-                <span class="parent">&lt; 
-                    
-                    StandardError
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../../files/lib/extracts_path_rb.html">lib/extracts_path.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<p>Raised when given an invalid file path</p>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/FileSizeValidator.html b/doc/code/classes/FileSizeValidator.html
deleted file mode 100644
index b1da2752f52b12b25fe7ce35218634135418cc69..0000000000000000000000000000000000000000
--- a/doc/code/classes/FileSizeValidator.html
+++ /dev/null
@@ -1,376 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>FileSizeValidator</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            FileSizeValidator 
-            
-                <span class="parent">&lt; 
-                    
-                    ActiveModel::EachValidator
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/lib/file_size_validator_rb.html">lib/file_size_validator.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="FileSizeValidator/Helper.html">FileSizeValidator::Helper</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>C</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-check_validity-21">check_validity!</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>H</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-help">help</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>N</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-c-new">new</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>V</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-validate_each">validate_each</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-      <!-- Section constants -->
-      <div class="sectiontitle">Constants</div>
-      <table border='0' cellpadding='5'>
-        
-          <tr valign='top'>
-            <td class="attr-name">MESSAGES</td>
-            <td>=</td>
-            <td class="attr-value">{ is: :wrong_size, minimum: :size_too_small, maximum: :size_too_big }.freeze</td>
-          </tr>
-          
-            <tr valign='top'>
-              <td>&nbsp;</td>
-              <td colspan="2" class="attr-desc"></td>
-            </tr>
-          
-        
-          <tr valign='top'>
-            <td class="attr-name">CHECKS</td>
-            <td>=</td>
-            <td class="attr-value">{ is: :==, minimum: :&gt;=, maximum: :&lt;= }.freeze</td>
-          </tr>
-          
-            <tr valign='top'>
-              <td>&nbsp;</td>
-              <td colspan="2" class="attr-desc"></td>
-            </tr>
-          
-        
-          <tr valign='top'>
-            <td class="attr-name">DEFAULT_TOKENIZER</td>
-            <td>=</td>
-            <td class="attr-value">lambda { |value| value.split(//) }</td>
-          </tr>
-          
-            <tr valign='top'>
-              <td>&nbsp;</td>
-              <td colspan="2" class="attr-desc"></td>
-            </tr>
-          
-        
-          <tr valign='top'>
-            <td class="attr-name">RESERVED_OPTIONS</td>
-            <td>=</td>
-            <td class="attr-value">[:minimum, :maximum, :within, :is, :tokenizer, :too_short, :too_long]</td>
-          </tr>
-          
-            <tr valign='top'>
-              <td>&nbsp;</td>
-              <td colspan="2" class="attr-desc"></td>
-            </tr>
-          
-        
-      </table>
-    
-
-
-    
-
-
-    <!-- Methods -->
-    
-      <div class="sectiontitle">Class Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-c-new">
-            
-              <b>new</b>(options)
-            
-            <a href="../classes/FileSizeValidator.html#method-c-new" name="method-c-new" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-new_source')" id="l_method-c-new_source">show</a>
-                
-              </p>
-              <div id="method-c-new_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/file_size_validator.rb, line 8</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">initialize</span>(<span class="ruby-identifier">options</span>)
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">range</span> = (<span class="ruby-identifier">options</span>.<span class="ruby-identifier">delete</span>(<span class="ruby-value">:in</span>) <span class="ruby-operator">||</span> <span class="ruby-identifier">options</span>.<span class="ruby-identifier">delete</span>(<span class="ruby-value">:within</span>))
-    <span class="ruby-identifier">raise</span> <span class="ruby-constant">ArgumentError</span>, <span class="ruby-string">&quot;:in and :within must be a Range&quot;</span> <span class="ruby-keyword">unless</span> <span class="ruby-identifier">range</span>.<span class="ruby-identifier">is_a?</span>(<span class="ruby-constant">Range</span>)
-    <span class="ruby-identifier">options</span>[<span class="ruby-value">:minimum</span>], <span class="ruby-identifier">options</span>[<span class="ruby-value">:maximum</span>] = <span class="ruby-identifier">range</span>.<span class="ruby-identifier">begin</span>, <span class="ruby-identifier">range</span>.<span class="ruby-identifier">end</span>
-    <span class="ruby-identifier">options</span>[<span class="ruby-value">:maximum</span>] <span class="ruby-operator">-=</span> <span class="ruby-number">1</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">range</span>.<span class="ruby-identifier">exclude_end?</span>
-  <span class="ruby-keyword">end</span>
-
-  <span class="ruby-keyword">super</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                  
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-check_validity-21">
-            
-              <b>check_validity!</b>()
-            
-            <a href="../classes/FileSizeValidator.html#method-i-check_validity-21" name="method-i-check_validity-21" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-check_validity-21_source')" id="l_method-i-check_validity-21_source">show</a>
-                
-              </p>
-              <div id="method-i-check_validity-21_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/file_size_validator.rb, line 18</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">check_validity!</span>
-  <span class="ruby-identifier">keys</span> = <span class="ruby-constant">CHECKS</span>.<span class="ruby-identifier">keys</span> &amp; <span class="ruby-identifier">options</span>.<span class="ruby-identifier">keys</span>
-
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">keys</span>.<span class="ruby-identifier">empty?</span>
-    <span class="ruby-identifier">raise</span> <span class="ruby-constant">ArgumentError</span>, <span class="ruby-string">'Range unspecified. Specify the :within, :maximum, :minimum, or :is option.'</span>
-  <span class="ruby-keyword">end</span>
-
-  <span class="ruby-identifier">keys</span>.<span class="ruby-identifier">each</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">key</span><span class="ruby-operator">|</span>
-    <span class="ruby-identifier">value</span> = <span class="ruby-identifier">options</span>[<span class="ruby-identifier">key</span>]
-
-    <span class="ruby-keyword">unless</span> <span class="ruby-identifier">value</span>.<span class="ruby-identifier">is_a?</span>(<span class="ruby-constant">Integer</span>) <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">value</span> <span class="ruby-operator">&gt;=</span> <span class="ruby-number">0</span>
-      <span class="ruby-identifier">raise</span> <span class="ruby-constant">ArgumentError</span>, <span class="ruby-node">&quot;:#{key} must be a nonnegative Integer&quot;</span>
-    <span class="ruby-keyword">end</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-help">
-            
-              <b>help</b>()
-            
-            <a href="../classes/FileSizeValidator.html#method-i-help" name="method-i-help" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-help_source')" id="l_method-i-help_source">show</a>
-                
-              </p>
-              <div id="method-i-help_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/file_size_validator.rb, line 57</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">help</span>
-  <span class="ruby-constant">Helper</span>.<span class="ruby-identifier">instance</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-validate_each">
-            
-              <b>validate_each</b>(record, attribute, value)
-            
-            <a href="../classes/FileSizeValidator.html#method-i-validate_each" name="method-i-validate_each" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-validate_each_source')" id="l_method-i-validate_each_source">show</a>
-                
-              </p>
-              <div id="method-i-validate_each_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/file_size_validator.rb, line 34</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">validate_each</span>(<span class="ruby-identifier">record</span>, <span class="ruby-identifier">attribute</span>, <span class="ruby-identifier">value</span>)
-  <span class="ruby-identifier">raise</span>(<span class="ruby-constant">ArgumentError</span>, <span class="ruby-string">&quot;A CarrierWave::Uploader::Base object was expected&quot;</span>) <span class="ruby-keyword">unless</span> <span class="ruby-identifier">value</span>.<span class="ruby-identifier">kind_of?</span> <span class="ruby-constant">CarrierWave</span><span class="ruby-operator">::</span><span class="ruby-constant">Uploader</span><span class="ruby-operator">::</span><span class="ruby-constant">Base</span>
-
-  <span class="ruby-identifier">value</span> = (<span class="ruby-identifier">options</span>[<span class="ruby-value">:tokenizer</span>] <span class="ruby-operator">||</span> <span class="ruby-constant">DEFAULT_TOKENIZER</span>).<span class="ruby-identifier">call</span>(<span class="ruby-identifier">value</span>) <span class="ruby-keyword">if</span> <span class="ruby-identifier">value</span>.<span class="ruby-identifier">kind_of?</span>(<span class="ruby-constant">String</span>)
-
-  <span class="ruby-constant">CHECKS</span>.<span class="ruby-identifier">each</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">key</span>, <span class="ruby-identifier">validity_check</span><span class="ruby-operator">|</span>
-    <span class="ruby-keyword">next</span> <span class="ruby-keyword">unless</span> <span class="ruby-identifier">check_value</span> = <span class="ruby-identifier">options</span>[<span class="ruby-identifier">key</span>]
-
-    <span class="ruby-identifier">value</span> <span class="ruby-operator">||=</span> [] <span class="ruby-keyword">if</span> <span class="ruby-identifier">key</span> <span class="ruby-operator">==</span> <span class="ruby-value">:maximum</span>
-
-    <span class="ruby-identifier">value_size</span> = <span class="ruby-identifier">value</span>.<span class="ruby-identifier">size</span>
-    <span class="ruby-keyword">next</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">value_size</span>.<span class="ruby-identifier">send</span>(<span class="ruby-identifier">validity_check</span>, <span class="ruby-identifier">check_value</span>)
-
-    <span class="ruby-identifier">errors_options</span> = <span class="ruby-identifier">options</span>.<span class="ruby-identifier">except</span>(*<span class="ruby-constant">RESERVED_OPTIONS</span>)
-    <span class="ruby-identifier">errors_options</span>[<span class="ruby-value">:file_size</span>] = <span class="ruby-identifier">help</span>.<span class="ruby-identifier">number_to_human_size</span> <span class="ruby-identifier">check_value</span>
-
-    <span class="ruby-identifier">default_message</span> = <span class="ruby-identifier">options</span>[<span class="ruby-constant">MESSAGES</span>[<span class="ruby-identifier">key</span>]]
-    <span class="ruby-identifier">errors_options</span>[<span class="ruby-value">:message</span>] <span class="ruby-operator">||=</span> <span class="ruby-identifier">default_message</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">default_message</span>
-
-    <span class="ruby-identifier">record</span>.<span class="ruby-identifier">errors</span>.<span class="ruby-identifier">add</span>(<span class="ruby-identifier">attribute</span>, <span class="ruby-constant">MESSAGES</span>[<span class="ruby-identifier">key</span>], <span class="ruby-identifier">errors_options</span>)
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/FileSizeValidator/Helper.html b/doc/code/classes/FileSizeValidator/Helper.html
deleted file mode 100644
index c11d89b3f2c2af3d9ccc4cf5e329692d4442d200..0000000000000000000000000000000000000000
--- a/doc/code/classes/FileSizeValidator/Helper.html
+++ /dev/null
@@ -1,94 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>FileSizeValidator::Helper</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/github.css" type="text/css" media="screen" />
-<script src="../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            FileSizeValidator::Helper 
-            
-                <span class="parent">&lt; 
-                    
-                    Object
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../../files/lib/file_size_validator_rb.html">lib/file_size_validator.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-
-  
-    <!-- Includes -->
-    <div class="sectiontitle">Included Modules</div>
-    <ul>
-      
-        <li>
-          
-            Singleton
-          
-        </li>
-      
-        <li>
-          
-            ActionView::Helpers::NumberHelper
-          
-        </li>
-      
-    </ul>
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/GitHost.html b/doc/code/classes/GitHost.html
deleted file mode 100644
index 52ea8b32d4f5a4e9ba96e55da10b8484b8f050af..0000000000000000000000000000000000000000
--- a/doc/code/classes/GitHost.html
+++ /dev/null
@@ -1,125 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>GitHost</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Module</span> 
-            GitHost 
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/roles/git_host_rb.html">app/roles/git_host.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>G</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-git_host">git_host</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-git_host">
-            
-              <b>git_host</b>()
-            
-            <a href="../classes/GitHost.html#method-i-git_host" name="method-i-git_host" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-git_host_source')" id="l_method-i-git_host_source">show</a>
-                
-              </p>
-              <div id="method-i-git_host_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/git_host.rb, line 2</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">git_host</span>
-  <span class="ruby-constant">Gitlab</span><span class="ruby-operator">::</span><span class="ruby-constant">Gitolite</span>.<span class="ruby-identifier">new</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Gitlab.html b/doc/code/classes/Gitlab.html
deleted file mode 100644
index 5127be6e4dbe7cffafef6dcbb2f230cd48bd9ba1..0000000000000000000000000000000000000000
--- a/doc/code/classes/Gitlab.html
+++ /dev/null
@@ -1,265 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Gitlab</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Module</span> 
-            Gitlab 
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/lib/gitlab/auth_rb.html">lib/gitlab/auth.rb</a></li>
-            
-            <li><a href="../files/lib/gitlab/regex_rb.html">lib/gitlab/regex.rb</a></li>
-            
-            <li><a href="../files/lib/gitlab/git_logger_rb.html">lib/gitlab/git_logger.rb</a></li>
-            
-            <li><a href="../files/lib/gitlab/satellite/merge_action_rb.html">lib/gitlab/satellite/merge_action.rb</a></li>
-            
-            <li><a href="../files/lib/gitlab/satellite/satellite_rb.html">lib/gitlab/satellite/satellite.rb</a></li>
-            
-            <li><a href="../files/lib/gitlab/satellite/edit_file_action_rb.html">lib/gitlab/satellite/edit_file_action.rb</a></li>
-            
-            <li><a href="../files/lib/gitlab/satellite/action_rb.html">lib/gitlab/satellite/action.rb</a></li>
-            
-            <li><a href="../files/lib/gitlab/backend/gitolite_config_rb.html">lib/gitlab/backend/gitolite_config.rb</a></li>
-            
-            <li><a href="../files/lib/gitlab/backend/gitolite_rb.html">lib/gitlab/backend/gitolite.rb</a></li>
-            
-            <li><a href="../files/lib/gitlab/logger_rb.html">lib/gitlab/logger.rb</a></li>
-            
-            <li><a href="../files/lib/gitlab/markdown_rb.html">lib/gitlab/markdown.rb</a></li>
-            
-            <li><a href="../files/lib/gitlab/app_logger_rb.html">lib/gitlab/app_logger.rb</a></li>
-            
-            <li><a href="../files/lib/gitlab/seeder_rb.html">lib/gitlab/seeder.rb</a></li>
-            
-            <li><a href="../files/lib/gitlab/git_stats_rb.html">lib/gitlab/git_stats.rb</a></li>
-            
-            <li><a href="../files/lib/gitlab/project_mover_rb.html">lib/gitlab/project_mover.rb</a></li>
-            
-            <li><a href="../files/lib/gitlab/graph/commit_rb.html">lib/gitlab/graph/commit.rb</a></li>
-            
-            <li><a href="../files/lib/gitlab/graph/json_builder_rb.html">lib/gitlab/graph/json_builder.rb</a></li>
-            
-            <li><a href="../files/lib/gitlab/theme_rb.html">lib/gitlab/theme.rb</a></li>
-            
-            <li><a href="../files/lib/gitlab/inline_diff_rb.html">lib/gitlab/inline_diff.rb</a></li>
-            
-            <li><a href="../files/lib/api/projects_rb.html">lib/api/projects.rb</a></li>
-            
-            <li><a href="../files/lib/api/merge_requests_rb.html">lib/api/merge_requests.rb</a></li>
-            
-            <li><a href="../files/lib/api/users_rb.html">lib/api/users.rb</a></li>
-            
-            <li><a href="../files/lib/api/session_rb.html">lib/api/session.rb</a></li>
-            
-            <li><a href="../files/lib/api/notes_rb.html">lib/api/notes.rb</a></li>
-            
-            <li><a href="../files/lib/api/helpers_rb.html">lib/api/helpers.rb</a></li>
-            
-            <li><a href="../files/lib/api/entities_rb.html">lib/api/entities.rb</a></li>
-            
-            <li><a href="../files/lib/api/milestones_rb.html">lib/api/milestones.rb</a></li>
-            
-            <li><a href="../files/lib/api/issues_rb.html">lib/api/issues.rb</a></li>
-            
-            <li><a href="../files/lib/api_rb.html">lib/api.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<p><a href="Gitlab/ProjectMover.html">ProjectMover</a> class</p>
-
-<p>Used for moving project repositories from one subdir to another</p>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="Gitlab/APIHelpers.html">Gitlab::APIHelpers</a>
-        </li>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="Gitlab/Entities.html">Gitlab::Entities</a>
-        </li>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="Gitlab/Graph.html">Gitlab::Graph</a>
-        </li>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="Gitlab/Markdown.html">Gitlab::Markdown</a>
-        </li>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="Gitlab/Regex.html">Gitlab::Regex</a>
-        </li>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="Gitlab/Satellite.html">Gitlab::Satellite</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="Gitlab/API.html">Gitlab::API</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="Gitlab/AppLogger.html">Gitlab::AppLogger</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="Gitlab/Auth.html">Gitlab::Auth</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="Gitlab/GitLogger.html">Gitlab::GitLogger</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="Gitlab/GitStats.html">Gitlab::GitStats</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="Gitlab/Gitolite.html">Gitlab::Gitolite</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="Gitlab/GitoliteConfig.html">Gitlab::GitoliteConfig</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="Gitlab/InlineDiff.html">Gitlab::InlineDiff</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="Gitlab/Issues.html">Gitlab::Issues</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="Gitlab/Logger.html">Gitlab::Logger</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="Gitlab/MergeRequests.html">Gitlab::MergeRequests</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="Gitlab/Milestones.html">Gitlab::Milestones</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="Gitlab/Notes.html">Gitlab::Notes</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="Gitlab/ProjectMover.html">Gitlab::ProjectMover</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="Gitlab/Projects.html">Gitlab::Projects</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="Gitlab/Seeder.html">Gitlab::Seeder</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="Gitlab/Session.html">Gitlab::Session</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="Gitlab/Theme.html">Gitlab::Theme</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="Gitlab/Users.html">Gitlab::Users</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Gitlab/API.html b/doc/code/classes/Gitlab/API.html
deleted file mode 100644
index fe2ccc76ebe1b01e59b1c4a7c13c82fbf20da189..0000000000000000000000000000000000000000
--- a/doc/code/classes/Gitlab/API.html
+++ /dev/null
@@ -1,76 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Gitlab::API</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/github.css" type="text/css" media="screen" />
-<script src="../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Gitlab::API 
-            
-                <span class="parent">&lt; 
-                    
-                    Grape::API
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../../files/lib/api_rb.html">lib/api.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Gitlab/APIHelpers.html b/doc/code/classes/Gitlab/APIHelpers.html
deleted file mode 100644
index 603443dda2bf200f07cf8a017d66d6faf8d7f49d..0000000000000000000000000000000000000000
--- a/doc/code/classes/Gitlab/APIHelpers.html
+++ /dev/null
@@ -1,703 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Gitlab::APIHelpers</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/github.css" type="text/css" media="screen" />
-<script src="../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Module</span> 
-            Gitlab::APIHelpers 
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../../files/lib/api/helpers_rb.html">lib/api/helpers.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>A</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-attributes_for_keys">attributes_for_keys</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-authenticate-21">authenticate!</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-authenticated_as_admin-21">authenticated_as_admin!</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-authorize-21">authorize!</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>C</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-can-3F">can?</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-current_user">current_user</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>F</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-find_project">find_project</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-forbidden-21">forbidden!</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>N</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-not_allowed-21">not_allowed!</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-not_found-21">not_found!</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>P</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-paginate">paginate</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>R</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-render_api_error-21">render_api_error!</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>U</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-unauthorized-21">unauthorized!</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-user_project">user_project</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-attributes_for_keys">
-            
-              <b>attributes_for_keys</b>(keys)
-            
-            <a href="../../classes/Gitlab/APIHelpers.html#method-i-attributes_for_keys" name="method-i-attributes_for_keys" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-attributes_for_keys_source')" id="l_method-i-attributes_for_keys_source">show</a>
-                
-              </p>
-              <div id="method-i-attributes_for_keys_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/api/helpers.rb, line 44</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">attributes_for_keys</span>(<span class="ruby-identifier">keys</span>)
-  <span class="ruby-identifier">attrs</span> = {}
-  <span class="ruby-identifier">keys</span>.<span class="ruby-identifier">each</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">key</span><span class="ruby-operator">|</span>
-    <span class="ruby-identifier">attrs</span>[<span class="ruby-identifier">key</span>] = <span class="ruby-identifier">params</span>[<span class="ruby-identifier">key</span>] <span class="ruby-keyword">if</span> <span class="ruby-identifier">params</span>[<span class="ruby-identifier">key</span>].<span class="ruby-identifier">present?</span>
-  <span class="ruby-keyword">end</span>
-  <span class="ruby-identifier">attrs</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-authenticate-21">
-            
-              <b>authenticate!</b>()
-            
-            <a href="../../classes/Gitlab/APIHelpers.html#method-i-authenticate-21" name="method-i-authenticate-21" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-authenticate-21_source')" id="l_method-i-authenticate-21_source">show</a>
-                
-              </p>
-              <div id="method-i-authenticate-21_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/api/helpers.rb, line 26</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">authenticate!</span>
-  <span class="ruby-identifier">unauthorized!</span> <span class="ruby-keyword">unless</span> <span class="ruby-identifier">current_user</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-authenticated_as_admin-21">
-            
-              <b>authenticated_as_admin!</b>()
-            
-            <a href="../../classes/Gitlab/APIHelpers.html#method-i-authenticated_as_admin-21" name="method-i-authenticated_as_admin-21" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-authenticated_as_admin-21_source')" id="l_method-i-authenticated_as_admin-21_source">show</a>
-                
-              </p>
-              <div id="method-i-authenticated_as_admin-21_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/api/helpers.rb, line 30</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">authenticated_as_admin!</span>
-  <span class="ruby-identifier">forbidden!</span> <span class="ruby-keyword">unless</span> <span class="ruby-identifier">current_user</span>.<span class="ruby-identifier">is_admin?</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-authorize-21">
-            
-              <b>authorize!</b>(action, subject)
-            
-            <a href="../../classes/Gitlab/APIHelpers.html#method-i-authorize-21" name="method-i-authorize-21" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-authorize-21_source')" id="l_method-i-authorize-21_source">show</a>
-                
-              </p>
-              <div id="method-i-authorize-21_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/api/helpers.rb, line 34</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">authorize!</span> <span class="ruby-identifier">action</span>, <span class="ruby-identifier">subject</span>
-  <span class="ruby-keyword">unless</span> <span class="ruby-identifier">abilities</span>.<span class="ruby-identifier">allowed?</span>(<span class="ruby-identifier">current_user</span>, <span class="ruby-identifier">action</span>, <span class="ruby-identifier">subject</span>)
-    <span class="ruby-identifier">forbidden!</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-can-3F">
-            
-              <b>can?</b>(object, action, subject)
-            
-            <a href="../../classes/Gitlab/APIHelpers.html#method-i-can-3F" name="method-i-can-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-can-3F_source')" id="l_method-i-can-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-can-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/api/helpers.rb, line 40</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">can?</span>(<span class="ruby-identifier">object</span>, <span class="ruby-identifier">action</span>, <span class="ruby-identifier">subject</span>)
-  <span class="ruby-identifier">abilities</span>.<span class="ruby-identifier">allowed?</span>(<span class="ruby-identifier">object</span>, <span class="ruby-identifier">action</span>, <span class="ruby-identifier">subject</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-current_user">
-            
-              <b>current_user</b>()
-            
-            <a href="../../classes/Gitlab/APIHelpers.html#method-i-current_user" name="method-i-current_user" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-current_user_source')" id="l_method-i-current_user_source">show</a>
-                
-              </p>
-              <div id="method-i-current_user_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/api/helpers.rb, line 3</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">current_user</span>
-  <span class="ruby-ivar">@current_user</span> <span class="ruby-operator">||=</span> <span class="ruby-constant">User</span>.<span class="ruby-identifier">find_by_authentication_token</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:private_token</span>] <span class="ruby-operator">||</span> <span class="ruby-identifier">env</span>[<span class="ruby-string">&quot;HTTP_PRIVATE_TOKEN&quot;</span>])
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-find_project">
-            
-              <b>find_project</b>()
-            
-            <a href="../../classes/Gitlab/APIHelpers.html#method-i-find_project" name="method-i-find_project" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-find_project_source')" id="l_method-i-find_project_source">show</a>
-                
-              </p>
-              <div id="method-i-find_project_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/api/helpers.rb, line 12</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">find_project</span>
-  <span class="ruby-identifier">project</span> = <span class="ruby-constant">Project</span>.<span class="ruby-identifier">find_by_id</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:id</span>]) <span class="ruby-operator">||</span> <span class="ruby-constant">Project</span>.<span class="ruby-identifier">find_with_namespace</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:id</span>])
-
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">project</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">can?</span>(<span class="ruby-identifier">current_user</span>, <span class="ruby-value">:read_project</span>, <span class="ruby-identifier">project</span>)
-    <span class="ruby-identifier">project</span>
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-keyword">nil</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-forbidden-21">
-            
-              <b>forbidden!</b>()
-            
-            <a href="../../classes/Gitlab/APIHelpers.html#method-i-forbidden-21" name="method-i-forbidden-21" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>error helpers</p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-forbidden-21_source')" id="l_method-i-forbidden-21_source">show</a>
-                
-              </p>
-              <div id="method-i-forbidden-21_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/api/helpers.rb, line 54</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">forbidden!</span>
-  <span class="ruby-identifier">render_api_error!</span>(<span class="ruby-string">'403 Forbidden'</span>, <span class="ruby-number">403</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-not_allowed-21">
-            
-              <b>not_allowed!</b>()
-            
-            <a href="../../classes/Gitlab/APIHelpers.html#method-i-not_allowed-21" name="method-i-not_allowed-21" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-not_allowed-21_source')" id="l_method-i-not_allowed-21_source">show</a>
-                
-              </p>
-              <div id="method-i-not_allowed-21_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/api/helpers.rb, line 69</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">not_allowed!</span>
-  <span class="ruby-identifier">render_api_error!</span>(<span class="ruby-string">'Method Not Allowed'</span>, <span class="ruby-number">405</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-not_found-21">
-            
-              <b>not_found!</b>(resource = nil)
-            
-            <a href="../../classes/Gitlab/APIHelpers.html#method-i-not_found-21" name="method-i-not_found-21" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-not_found-21_source')" id="l_method-i-not_found-21_source">show</a>
-                
-              </p>
-              <div id="method-i-not_found-21_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/api/helpers.rb, line 58</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">not_found!</span>(<span class="ruby-identifier">resource</span> = <span class="ruby-keyword">nil</span>)
-  <span class="ruby-identifier">message</span> = [<span class="ruby-string">&quot;404&quot;</span>]
-  <span class="ruby-identifier">message</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-identifier">resource</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">resource</span>
-  <span class="ruby-identifier">message</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-string">&quot;Not Found&quot;</span>
-  <span class="ruby-identifier">render_api_error!</span>(<span class="ruby-identifier">message</span>.<span class="ruby-identifier">join</span>(<span class="ruby-string">' '</span>), <span class="ruby-number">404</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-paginate">
-            
-              <b>paginate</b>(object)
-            
-            <a href="../../classes/Gitlab/APIHelpers.html#method-i-paginate" name="method-i-paginate" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-paginate_source')" id="l_method-i-paginate_source">show</a>
-                
-              </p>
-              <div id="method-i-paginate_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/api/helpers.rb, line 22</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">paginate</span>(<span class="ruby-identifier">object</span>)
-  <span class="ruby-identifier">object</span>.<span class="ruby-identifier">page</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:page</span>]).<span class="ruby-identifier">per</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:per_page</span>].<span class="ruby-identifier">to_i</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-render_api_error-21">
-            
-              <b>render_api_error!</b>(message, status)
-            
-            <a href="../../classes/Gitlab/APIHelpers.html#method-i-render_api_error-21" name="method-i-render_api_error-21" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-render_api_error-21_source')" id="l_method-i-render_api_error-21_source">show</a>
-                
-              </p>
-              <div id="method-i-render_api_error-21_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/api/helpers.rb, line 73</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">render_api_error!</span>(<span class="ruby-identifier">message</span>, <span class="ruby-identifier">status</span>)
-  <span class="ruby-identifier">error!</span>({<span class="ruby-string">'message'</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-identifier">message</span>}, <span class="ruby-identifier">status</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-unauthorized-21">
-            
-              <b>unauthorized!</b>()
-            
-            <a href="../../classes/Gitlab/APIHelpers.html#method-i-unauthorized-21" name="method-i-unauthorized-21" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-unauthorized-21_source')" id="l_method-i-unauthorized-21_source">show</a>
-                
-              </p>
-              <div id="method-i-unauthorized-21_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/api/helpers.rb, line 65</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">unauthorized!</span>
-  <span class="ruby-identifier">render_api_error!</span>(<span class="ruby-string">'401 Unauthorized'</span>, <span class="ruby-number">401</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-user_project">
-            
-              <b>user_project</b>()
-            
-            <a href="../../classes/Gitlab/APIHelpers.html#method-i-user_project" name="method-i-user_project" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-user_project_source')" id="l_method-i-user_project_source">show</a>
-                
-              </p>
-              <div id="method-i-user_project_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/api/helpers.rb, line 7</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">user_project</span>
-  <span class="ruby-ivar">@project</span> <span class="ruby-operator">||=</span> <span class="ruby-identifier">find_project</span>
-  <span class="ruby-ivar">@project</span> <span class="ruby-operator">||</span> <span class="ruby-identifier">not_found!</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Gitlab/AppLogger.html b/doc/code/classes/Gitlab/AppLogger.html
deleted file mode 100644
index 2f4dc5349e3e63cb7bd79e9ad098ccc157238cbd..0000000000000000000000000000000000000000
--- a/doc/code/classes/Gitlab/AppLogger.html
+++ /dev/null
@@ -1,173 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Gitlab::AppLogger</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/github.css" type="text/css" media="screen" />
-<script src="../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Gitlab::AppLogger 
-            
-                <span class="parent">&lt; 
-                    
-                    <a href="Logger.html">Gitlab::Logger</a>
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../../files/lib/gitlab/app_logger_rb.html">lib/gitlab/app_logger.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>F</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-c-file_name">file_name</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-format_message">format_message</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-    
-      <div class="sectiontitle">Class Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-c-file_name">
-            
-              <b>file_name</b>()
-            
-            <a href="../../classes/Gitlab/AppLogger.html#method-c-file_name" name="method-c-file_name" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-file_name_source')" id="l_method-c-file_name_source">show</a>
-                
-              </p>
-              <div id="method-c-file_name_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/app_logger.rb, line 3</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">self</span>.<span class="ruby-identifier">file_name</span>
-  <span class="ruby-string">'application.log'</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                  
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-format_message">
-            
-              <b>format_message</b>(severity, timestamp, progname, msg)
-            
-            <a href="../../classes/Gitlab/AppLogger.html#method-i-format_message" name="method-i-format_message" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-format_message_source')" id="l_method-i-format_message_source">show</a>
-                
-              </p>
-              <div id="method-i-format_message_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/app_logger.rb, line 7</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">format_message</span>(<span class="ruby-identifier">severity</span>, <span class="ruby-identifier">timestamp</span>, <span class="ruby-identifier">progname</span>, <span class="ruby-identifier">msg</span>)
-  <span class="ruby-node">&quot;#{timestamp.to_s(:long)}: #{msg}\n&quot;</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Gitlab/Application.html b/doc/code/classes/Gitlab/Application.html
deleted file mode 100644
index c8a1e3c26989aad35f4ce32dfc19d0c87365b6c0..0000000000000000000000000000000000000000
--- a/doc/code/classes/Gitlab/Application.html
+++ /dev/null
@@ -1,76 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Gitlab::Application</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/github.css" type="text/css" media="screen" />
-<script src="../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Gitlab::Application 
-            
-                <span class="parent">&lt; 
-                    
-                    Rails::Application
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../../files/config/application_rb.html">config/application.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Gitlab/Auth.html b/doc/code/classes/Gitlab/Auth.html
deleted file mode 100644
index 4eeb3fecbc5c0b6faaf60680fadd6095b505b4fa..0000000000000000000000000000000000000000
--- a/doc/code/classes/Gitlab/Auth.html
+++ /dev/null
@@ -1,315 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Gitlab::Auth</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/github.css" type="text/css" media="screen" />
-<script src="../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Gitlab::Auth 
-            
-                <span class="parent">&lt; 
-                    
-                    Object
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../../files/lib/gitlab/auth_rb.html">lib/gitlab/auth.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>C</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-create_from_omniauth">create_from_omniauth</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>F</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-find_for_ldap_auth">find_for_ldap_auth</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-find_or_new_for_omniauth">find_or_new_for_omniauth</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>L</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-log">log</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-create_from_omniauth">
-            
-              <b>create_from_omniauth</b>(auth, ldap = false)
-            
-            <a href="../../classes/Gitlab/Auth.html#method-i-create_from_omniauth" name="method-i-create_from_omniauth" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-create_from_omniauth_source')" id="l_method-i-create_from_omniauth_source">show</a>
-                
-              </p>
-              <div id="method-i-create_from_omniauth_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/auth.rb, line 20</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">create_from_omniauth</span>(<span class="ruby-identifier">auth</span>, <span class="ruby-identifier">ldap</span> = <span class="ruby-keyword">false</span>)
-  <span class="ruby-identifier">provider</span> = <span class="ruby-identifier">auth</span>.<span class="ruby-identifier">provider</span>
-  <span class="ruby-identifier">uid</span> = <span class="ruby-identifier">auth</span>.<span class="ruby-identifier">info</span>.<span class="ruby-identifier">uid</span> <span class="ruby-operator">||</span> <span class="ruby-identifier">auth</span>.<span class="ruby-identifier">uid</span>
-  <span class="ruby-identifier">name</span> = <span class="ruby-identifier">auth</span>.<span class="ruby-identifier">info</span>.<span class="ruby-identifier">name</span>.<span class="ruby-identifier">force_encoding</span>(<span class="ruby-string">&quot;utf-8&quot;</span>)
-  <span class="ruby-identifier">email</span> = <span class="ruby-identifier">auth</span>.<span class="ruby-identifier">info</span>.<span class="ruby-identifier">email</span>.<span class="ruby-identifier">downcase</span> <span class="ruby-keyword">unless</span> <span class="ruby-identifier">auth</span>.<span class="ruby-identifier">info</span>.<span class="ruby-identifier">email</span>.<span class="ruby-identifier">nil?</span>
-
-  <span class="ruby-identifier">ldap_prefix</span> = <span class="ruby-identifier">ldap</span> <span class="ruby-operator">?</span> <span class="ruby-string">'(LDAP) '</span> <span class="ruby-operator">:</span> <span class="ruby-string">''</span>
-  <span class="ruby-identifier">raise</span> <span class="ruby-constant">OmniAuth</span><span class="ruby-operator">::</span><span class="ruby-constant">Error</span>, <span class="ruby-node">&quot;#{ldap_prefix}#{provider} does not provide an email&quot;</span>         <span class="ruby-string">&quot; address&quot;</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">auth</span>.<span class="ruby-identifier">info</span>.<span class="ruby-identifier">email</span>.<span class="ruby-identifier">blank?</span>
-
-  <span class="ruby-identifier">log</span>.<span class="ruby-identifier">info</span> <span class="ruby-node">&quot;#{ldap_prefix}Creating user from #{provider} login&quot;</span>         <span class="ruby-node">&quot; {uid =&gt; #{uid}, name =&gt; #{name}, email =&gt; #{email}}&quot;</span>
-  <span class="ruby-identifier">password</span> = <span class="ruby-constant">Devise</span>.<span class="ruby-identifier">friendly_token</span>[<span class="ruby-number">0</span>, <span class="ruby-number">8</span>].<span class="ruby-identifier">downcase</span>
-  <span class="ruby-ivar">@user</span> = <span class="ruby-constant">User</span>.<span class="ruby-identifier">new</span>({
-    <span class="ruby-identifier">extern_uid</span><span class="ruby-operator">:</span> <span class="ruby-identifier">uid</span>,
-    <span class="ruby-identifier">provider</span><span class="ruby-operator">:</span> <span class="ruby-identifier">provider</span>,
-    <span class="ruby-identifier">name</span><span class="ruby-operator">:</span> <span class="ruby-identifier">name</span>,
-    <span class="ruby-identifier">username</span><span class="ruby-operator">:</span> <span class="ruby-identifier">email</span>.<span class="ruby-identifier">match</span>(<span class="ruby-regexp">%r^[^@]*/</span>)[<span class="ruby-number">0</span>],
-    <span class="ruby-identifier">email</span><span class="ruby-operator">:</span> <span class="ruby-identifier">email</span>,
-    <span class="ruby-identifier">password</span><span class="ruby-operator">:</span> <span class="ruby-identifier">password</span>,
-    <span class="ruby-identifier">password_confirmation</span><span class="ruby-operator">:</span> <span class="ruby-identifier">password</span>,
-    <span class="ruby-identifier">projects_limit</span><span class="ruby-operator">:</span> <span class="ruby-constant">Gitlab</span>.<span class="ruby-identifier">config</span>.<span class="ruby-identifier">gitlab</span>.<span class="ruby-identifier">default_projects_limit</span>,
-  }, <span class="ruby-identifier">as</span><span class="ruby-operator">:</span> <span class="ruby-value">:admin</span>)
-  <span class="ruby-keyword">if</span> <span class="ruby-constant">Gitlab</span>.<span class="ruby-identifier">config</span>.<span class="ruby-identifier">omniauth</span>[<span class="ruby-string">'block_auto_created_users'</span>] <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-operator">!</span><span class="ruby-identifier">ldap</span>
-    <span class="ruby-ivar">@user</span>.<span class="ruby-identifier">blocked</span> = <span class="ruby-keyword">true</span>
-  <span class="ruby-keyword">end</span>
-  <span class="ruby-ivar">@user</span>.<span class="ruby-identifier">save!</span>
-  <span class="ruby-ivar">@user</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-find_for_ldap_auth">
-            
-              <b>find_for_ldap_auth</b>(auth, signed_in_resource = nil)
-            
-            <a href="../../classes/Gitlab/Auth.html#method-i-find_for_ldap_auth" name="method-i-find_for_ldap_auth" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-find_for_ldap_auth_source')" id="l_method-i-find_for_ldap_auth_source">show</a>
-                
-              </p>
-              <div id="method-i-find_for_ldap_auth_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/auth.rb, line 3</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">find_for_ldap_auth</span>(<span class="ruby-identifier">auth</span>, <span class="ruby-identifier">signed_in_resource</span> = <span class="ruby-keyword">nil</span>)
-  <span class="ruby-identifier">uid</span> = <span class="ruby-identifier">auth</span>.<span class="ruby-identifier">info</span>.<span class="ruby-identifier">uid</span>
-  <span class="ruby-identifier">provider</span> = <span class="ruby-identifier">auth</span>.<span class="ruby-identifier">provider</span>
-  <span class="ruby-identifier">email</span> = <span class="ruby-identifier">auth</span>.<span class="ruby-identifier">info</span>.<span class="ruby-identifier">email</span>.<span class="ruby-identifier">downcase</span> <span class="ruby-keyword">unless</span> <span class="ruby-identifier">auth</span>.<span class="ruby-identifier">info</span>.<span class="ruby-identifier">email</span>.<span class="ruby-identifier">nil?</span>
-  <span class="ruby-identifier">raise</span> <span class="ruby-constant">OmniAuth</span><span class="ruby-operator">::</span><span class="ruby-constant">Error</span>, <span class="ruby-string">&quot;LDAP accounts must provide an uid and email address&quot;</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">uid</span>.<span class="ruby-identifier">nil?</span> <span class="ruby-keyword">or</span> <span class="ruby-identifier">email</span>.<span class="ruby-identifier">nil?</span>
-
-  <span class="ruby-keyword">if</span> <span class="ruby-ivar">@user</span> = <span class="ruby-constant">User</span>.<span class="ruby-identifier">find_by_extern_uid_and_provider</span>(<span class="ruby-identifier">uid</span>, <span class="ruby-identifier">provider</span>)
-    <span class="ruby-ivar">@user</span>
-  <span class="ruby-keyword">elsif</span> <span class="ruby-ivar">@user</span> = <span class="ruby-constant">User</span>.<span class="ruby-identifier">find_by_email</span>(<span class="ruby-identifier">email</span>)
-    <span class="ruby-identifier">log</span>.<span class="ruby-identifier">info</span> <span class="ruby-node">&quot;Updating legacy LDAP user #{email} with extern_uid =&gt; #{uid}&quot;</span>
-    <span class="ruby-ivar">@user</span>.<span class="ruby-identifier">update_attributes</span>(<span class="ruby-value">:extern_uid</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-identifier">uid</span>, <span class="ruby-value">:provider</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-identifier">provider</span>)
-    <span class="ruby-ivar">@user</span>
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-identifier">create_from_omniauth</span>(<span class="ruby-identifier">auth</span>, <span class="ruby-keyword">true</span>)
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-find_or_new_for_omniauth">
-            
-              <b>find_or_new_for_omniauth</b>(auth)
-            
-            <a href="../../classes/Gitlab/Auth.html#method-i-find_or_new_for_omniauth" name="method-i-find_or_new_for_omniauth" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-find_or_new_for_omniauth_source')" id="l_method-i-find_or_new_for_omniauth_source">show</a>
-                
-              </p>
-              <div id="method-i-find_or_new_for_omniauth_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/auth.rb, line 50</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">find_or_new_for_omniauth</span>(<span class="ruby-identifier">auth</span>)
-  <span class="ruby-identifier">provider</span>, <span class="ruby-identifier">uid</span> = <span class="ruby-identifier">auth</span>.<span class="ruby-identifier">provider</span>, <span class="ruby-identifier">auth</span>.<span class="ruby-identifier">uid</span>
-  <span class="ruby-identifier">email</span> = <span class="ruby-identifier">auth</span>.<span class="ruby-identifier">info</span>.<span class="ruby-identifier">email</span>.<span class="ruby-identifier">downcase</span> <span class="ruby-keyword">unless</span> <span class="ruby-identifier">auth</span>.<span class="ruby-identifier">info</span>.<span class="ruby-identifier">email</span>.<span class="ruby-identifier">nil?</span>
-
-  <span class="ruby-keyword">if</span> <span class="ruby-ivar">@user</span> = <span class="ruby-constant">User</span>.<span class="ruby-identifier">find_by_provider_and_extern_uid</span>(<span class="ruby-identifier">provider</span>, <span class="ruby-identifier">uid</span>)
-    <span class="ruby-ivar">@user</span>
-  <span class="ruby-keyword">elsif</span> <span class="ruby-ivar">@user</span> = <span class="ruby-constant">User</span>.<span class="ruby-identifier">find_by_email</span>(<span class="ruby-identifier">email</span>)
-    <span class="ruby-ivar">@user</span>.<span class="ruby-identifier">update_attributes</span>(<span class="ruby-value">:extern_uid</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-identifier">uid</span>, <span class="ruby-value">:provider</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-identifier">provider</span>)
-    <span class="ruby-ivar">@user</span>
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-keyword">if</span> <span class="ruby-constant">Gitlab</span>.<span class="ruby-identifier">config</span>.<span class="ruby-identifier">omniauth</span>[<span class="ruby-string">'allow_single_sign_on'</span>]
-      <span class="ruby-ivar">@user</span> = <span class="ruby-identifier">create_from_omniauth</span>(<span class="ruby-identifier">auth</span>)
-      <span class="ruby-ivar">@user</span>
-    <span class="ruby-keyword">end</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-log">
-            
-              <b>log</b>()
-            
-            <a href="../../classes/Gitlab/Auth.html#method-i-log" name="method-i-log" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-log_source')" id="l_method-i-log_source">show</a>
-                
-              </p>
-              <div id="method-i-log_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/auth.rb, line 67</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">log</span>
-  <span class="ruby-constant">Gitlab</span><span class="ruby-operator">::</span><span class="ruby-constant">AppLogger</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Gitlab/Entities.html b/doc/code/classes/Gitlab/Entities.html
deleted file mode 100644
index 8cb9ed356792c63137c81dfb8d2de26eac788e37..0000000000000000000000000000000000000000
--- a/doc/code/classes/Gitlab/Entities.html
+++ /dev/null
@@ -1,151 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Gitlab::Entities</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/github.css" type="text/css" media="screen" />
-<script src="../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Module</span> 
-            Gitlab::Entities 
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../../files/lib/api/entities_rb.html">lib/api/entities.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="Entities/Hook.html">Gitlab::Entities::Hook</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="Entities/Issue.html">Gitlab::Entities::Issue</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="Entities/MRNote.html">Gitlab::Entities::MRNote</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="Entities/MergeRequest.html">Gitlab::Entities::MergeRequest</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="Entities/Milestone.html">Gitlab::Entities::Milestone</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="Entities/Note.html">Gitlab::Entities::Note</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="Entities/Project.html">Gitlab::Entities::Project</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="Entities/ProjectMember.html">Gitlab::Entities::ProjectMember</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="Entities/ProjectSnippet.html">Gitlab::Entities::ProjectSnippet</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="Entities/RepoCommit.html">Gitlab::Entities::RepoCommit</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="Entities/RepoObject.html">Gitlab::Entities::RepoObject</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="Entities/SSHKey.html">Gitlab::Entities::SSHKey</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="Entities/User.html">Gitlab::Entities::User</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="Entities/UserBasic.html">Gitlab::Entities::UserBasic</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="Entities/UserLogin.html">Gitlab::Entities::UserLogin</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Gitlab/Entities/Hook.html b/doc/code/classes/Gitlab/Entities/Hook.html
deleted file mode 100644
index a42cc91d4a3deaf53f6b7693c268099185146204..0000000000000000000000000000000000000000
--- a/doc/code/classes/Gitlab/Entities/Hook.html
+++ /dev/null
@@ -1,76 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Gitlab::Entities::Hook</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Gitlab::Entities::Hook 
-            
-                <span class="parent">&lt; 
-                    
-                    Grape::Entity
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../../../files/lib/api/entities_rb.html">lib/api/entities.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Gitlab/Entities/Issue.html b/doc/code/classes/Gitlab/Entities/Issue.html
deleted file mode 100644
index 432c6f4bc14ab0988ab07ca599861cc3f17f5b93..0000000000000000000000000000000000000000
--- a/doc/code/classes/Gitlab/Entities/Issue.html
+++ /dev/null
@@ -1,76 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Gitlab::Entities::Issue</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Gitlab::Entities::Issue 
-            
-                <span class="parent">&lt; 
-                    
-                    Grape::Entity
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../../../files/lib/api/entities_rb.html">lib/api/entities.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Gitlab/Entities/MRNote.html b/doc/code/classes/Gitlab/Entities/MRNote.html
deleted file mode 100644
index e05a43b8e54aaf410a93aa75b531e25fbd2d5d9d..0000000000000000000000000000000000000000
--- a/doc/code/classes/Gitlab/Entities/MRNote.html
+++ /dev/null
@@ -1,76 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Gitlab::Entities::MRNote</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Gitlab::Entities::MRNote 
-            
-                <span class="parent">&lt; 
-                    
-                    Grape::Entity
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../../../files/lib/api/entities_rb.html">lib/api/entities.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Gitlab/Entities/MergeRequest.html b/doc/code/classes/Gitlab/Entities/MergeRequest.html
deleted file mode 100644
index e68077163e74de7cd2f4200662b3ffd3175762bc..0000000000000000000000000000000000000000
--- a/doc/code/classes/Gitlab/Entities/MergeRequest.html
+++ /dev/null
@@ -1,76 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Gitlab::Entities::MergeRequest</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Gitlab::Entities::MergeRequest 
-            
-                <span class="parent">&lt; 
-                    
-                    Grape::Entity
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../../../files/lib/api/entities_rb.html">lib/api/entities.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Gitlab/Entities/Milestone.html b/doc/code/classes/Gitlab/Entities/Milestone.html
deleted file mode 100644
index 3c375faa8fb2aad170a84b6cc13fd4fbba020d6a..0000000000000000000000000000000000000000
--- a/doc/code/classes/Gitlab/Entities/Milestone.html
+++ /dev/null
@@ -1,76 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Gitlab::Entities::Milestone</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Gitlab::Entities::Milestone 
-            
-                <span class="parent">&lt; 
-                    
-                    Grape::Entity
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../../../files/lib/api/entities_rb.html">lib/api/entities.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Gitlab/Entities/Note.html b/doc/code/classes/Gitlab/Entities/Note.html
deleted file mode 100644
index f0ba6567df53f3290aaeaefe8c1e819b0b86bf28..0000000000000000000000000000000000000000
--- a/doc/code/classes/Gitlab/Entities/Note.html
+++ /dev/null
@@ -1,76 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Gitlab::Entities::Note</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Gitlab::Entities::Note 
-            
-                <span class="parent">&lt; 
-                    
-                    Grape::Entity
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../../../files/lib/api/entities_rb.html">lib/api/entities.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Gitlab/Entities/Project.html b/doc/code/classes/Gitlab/Entities/Project.html
deleted file mode 100644
index a111b19ffd2c791b52b5507a9596b270746f2190..0000000000000000000000000000000000000000
--- a/doc/code/classes/Gitlab/Entities/Project.html
+++ /dev/null
@@ -1,76 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Gitlab::Entities::Project</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Gitlab::Entities::Project 
-            
-                <span class="parent">&lt; 
-                    
-                    Grape::Entity
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../../../files/lib/api/entities_rb.html">lib/api/entities.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Gitlab/Entities/ProjectMember.html b/doc/code/classes/Gitlab/Entities/ProjectMember.html
deleted file mode 100644
index 151abf270d2e9cef9e0487625473cd1fcca01d81..0000000000000000000000000000000000000000
--- a/doc/code/classes/Gitlab/Entities/ProjectMember.html
+++ /dev/null
@@ -1,76 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Gitlab::Entities::ProjectMember</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Gitlab::Entities::ProjectMember 
-            
-                <span class="parent">&lt; 
-                    
-                    <a href="UserBasic.html">Gitlab::Entities::UserBasic</a>
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../../../files/lib/api/entities_rb.html">lib/api/entities.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Gitlab/Entities/ProjectSnippet.html b/doc/code/classes/Gitlab/Entities/ProjectSnippet.html
deleted file mode 100644
index 61259d0c0d14e1a612b106bea0b8c22f9dc80dd9..0000000000000000000000000000000000000000
--- a/doc/code/classes/Gitlab/Entities/ProjectSnippet.html
+++ /dev/null
@@ -1,76 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Gitlab::Entities::ProjectSnippet</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Gitlab::Entities::ProjectSnippet 
-            
-                <span class="parent">&lt; 
-                    
-                    Grape::Entity
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../../../files/lib/api/entities_rb.html">lib/api/entities.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Gitlab/Entities/RepoCommit.html b/doc/code/classes/Gitlab/Entities/RepoCommit.html
deleted file mode 100644
index 3d181a6f26847bb4f615b498b4b3db58a8005052..0000000000000000000000000000000000000000
--- a/doc/code/classes/Gitlab/Entities/RepoCommit.html
+++ /dev/null
@@ -1,76 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Gitlab::Entities::RepoCommit</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Gitlab::Entities::RepoCommit 
-            
-                <span class="parent">&lt; 
-                    
-                    Grape::Entity
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../../../files/lib/api/entities_rb.html">lib/api/entities.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Gitlab/Entities/RepoObject.html b/doc/code/classes/Gitlab/Entities/RepoObject.html
deleted file mode 100644
index ee6a10e7a6a1b93258697db123fa0dc01a4a266f..0000000000000000000000000000000000000000
--- a/doc/code/classes/Gitlab/Entities/RepoObject.html
+++ /dev/null
@@ -1,76 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Gitlab::Entities::RepoObject</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Gitlab::Entities::RepoObject 
-            
-                <span class="parent">&lt; 
-                    
-                    Grape::Entity
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../../../files/lib/api/entities_rb.html">lib/api/entities.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Gitlab/Entities/SSHKey.html b/doc/code/classes/Gitlab/Entities/SSHKey.html
deleted file mode 100644
index cbc4d1a3a6bf4096b68977c5d266736e6aef9248..0000000000000000000000000000000000000000
--- a/doc/code/classes/Gitlab/Entities/SSHKey.html
+++ /dev/null
@@ -1,76 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Gitlab::Entities::SSHKey</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Gitlab::Entities::SSHKey 
-            
-                <span class="parent">&lt; 
-                    
-                    Grape::Entity
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../../../files/lib/api/entities_rb.html">lib/api/entities.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Gitlab/Entities/User.html b/doc/code/classes/Gitlab/Entities/User.html
deleted file mode 100644
index 5c29667639e15c0d692359fd4d952ca95acb6774..0000000000000000000000000000000000000000
--- a/doc/code/classes/Gitlab/Entities/User.html
+++ /dev/null
@@ -1,76 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Gitlab::Entities::User</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Gitlab::Entities::User 
-            
-                <span class="parent">&lt; 
-                    
-                    Grape::Entity
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../../../files/lib/api/entities_rb.html">lib/api/entities.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Gitlab/Entities/UserBasic.html b/doc/code/classes/Gitlab/Entities/UserBasic.html
deleted file mode 100644
index a17b808def42f73a66556a9261b0bc62131760ec..0000000000000000000000000000000000000000
--- a/doc/code/classes/Gitlab/Entities/UserBasic.html
+++ /dev/null
@@ -1,76 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Gitlab::Entities::UserBasic</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Gitlab::Entities::UserBasic 
-            
-                <span class="parent">&lt; 
-                    
-                    Grape::Entity
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../../../files/lib/api/entities_rb.html">lib/api/entities.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Gitlab/Entities/UserLogin.html b/doc/code/classes/Gitlab/Entities/UserLogin.html
deleted file mode 100644
index d73be2ca6ca83ed0b8c914446df886adc1b8a3db..0000000000000000000000000000000000000000
--- a/doc/code/classes/Gitlab/Entities/UserLogin.html
+++ /dev/null
@@ -1,76 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Gitlab::Entities::UserLogin</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Gitlab::Entities::UserLogin 
-            
-                <span class="parent">&lt; 
-                    
-                    <a href="UserBasic.html">Gitlab::Entities::UserBasic</a>
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../../../files/lib/api/entities_rb.html">lib/api/entities.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Gitlab/GitLogger.html b/doc/code/classes/Gitlab/GitLogger.html
deleted file mode 100644
index 19018c0fc7c9157c66c8190a137926c2c07956c9..0000000000000000000000000000000000000000
--- a/doc/code/classes/Gitlab/GitLogger.html
+++ /dev/null
@@ -1,173 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Gitlab::GitLogger</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/github.css" type="text/css" media="screen" />
-<script src="../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Gitlab::GitLogger 
-            
-                <span class="parent">&lt; 
-                    
-                    <a href="Logger.html">Gitlab::Logger</a>
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../../files/lib/gitlab/git_logger_rb.html">lib/gitlab/git_logger.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>F</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-c-file_name">file_name</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-format_message">format_message</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-    
-      <div class="sectiontitle">Class Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-c-file_name">
-            
-              <b>file_name</b>()
-            
-            <a href="../../classes/Gitlab/GitLogger.html#method-c-file_name" name="method-c-file_name" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-file_name_source')" id="l_method-c-file_name_source">show</a>
-                
-              </p>
-              <div id="method-c-file_name_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/git_logger.rb, line 3</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">self</span>.<span class="ruby-identifier">file_name</span>
-  <span class="ruby-string">'githost.log'</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                  
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-format_message">
-            
-              <b>format_message</b>(severity, timestamp, progname, msg)
-            
-            <a href="../../classes/Gitlab/GitLogger.html#method-i-format_message" name="method-i-format_message" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-format_message_source')" id="l_method-i-format_message_source">show</a>
-                
-              </p>
-              <div id="method-i-format_message_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/git_logger.rb, line 7</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">format_message</span>(<span class="ruby-identifier">severity</span>, <span class="ruby-identifier">timestamp</span>, <span class="ruby-identifier">progname</span>, <span class="ruby-identifier">msg</span>)
-  <span class="ruby-node">&quot;#{timestamp.to_s(:long)} -&gt; #{severity} -&gt; #{msg}\n&quot;</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Gitlab/GitStats.html b/doc/code/classes/Gitlab/GitStats.html
deleted file mode 100644
index fabe18bb4d7a78c550f230affd680f51fc651eab..0000000000000000000000000000000000000000
--- a/doc/code/classes/Gitlab/GitStats.html
+++ /dev/null
@@ -1,506 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Gitlab::GitStats</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/github.css" type="text/css" media="screen" />
-<script src="../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Gitlab::GitStats 
-            
-                <span class="parent">&lt; 
-                    
-                    Object
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../../files/lib/gitlab/git_stats_rb.html">lib/gitlab/git_stats.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>A</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-authors">authors</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-authors_count">authors_count</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>B</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-build_graph">build_graph</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>C</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-collect_authors">collect_authors</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-commits_count">commits_count</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>F</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-files_count">files_count</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>G</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-graph">graph</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>N</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-c-new">new</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-      <!-- Section attributes -->
-      <div class="sectiontitle">Attributes</div>
-      <table border='0' cellpadding='5'>
-        
-          <tr valign='top'>
-            <td class='attr-rw'>
-              [RW]
-            </td>
-            <td class='attr-name'>ref</td>
-            <td class='attr-desc'></td>
-          </tr>
-        
-          <tr valign='top'>
-            <td class='attr-rw'>
-              [RW]
-            </td>
-            <td class='attr-name'>repo</td>
-            <td class='attr-desc'></td>
-          </tr>
-        
-      </table>
-    
-
-
-    <!-- Methods -->
-    
-      <div class="sectiontitle">Class Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-c-new">
-            
-              <b>new</b>(repo, ref)
-            
-            <a href="../../classes/Gitlab/GitStats.html#method-c-new" name="method-c-new" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-new_source')" id="l_method-c-new_source">show</a>
-                
-              </p>
-              <div id="method-c-new_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/git_stats.rb, line 5</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">initialize</span> <span class="ruby-identifier">repo</span>, <span class="ruby-identifier">ref</span>
-  <span class="ruby-ivar">@repo</span>, <span class="ruby-ivar">@ref</span> = <span class="ruby-identifier">repo</span>, <span class="ruby-identifier">ref</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                  
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-authors">
-            
-              <b>authors</b>()
-            
-            <a href="../../classes/Gitlab/GitStats.html#method-i-authors" name="method-i-authors" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-authors_source')" id="l_method-i-authors_source">show</a>
-                
-              </p>
-              <div id="method-i-authors_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/git_stats.rb, line 9</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">authors</span>
-  <span class="ruby-ivar">@authors</span> <span class="ruby-operator">||=</span> <span class="ruby-identifier">collect_authors</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-authors_count">
-            
-              <b>authors_count</b>()
-            
-            <a href="../../classes/Gitlab/GitStats.html#method-i-authors_count" name="method-i-authors_count" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-authors_count_source')" id="l_method-i-authors_count_source">show</a>
-                
-              </p>
-              <div id="method-i-authors_count_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/git_stats.rb, line 22</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">authors_count</span>
-  <span class="ruby-identifier">authors</span>.<span class="ruby-identifier">size</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-commits_count">
-            
-              <b>commits_count</b>()
-            
-            <a href="../../classes/Gitlab/GitStats.html#method-i-commits_count" name="method-i-commits_count" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-commits_count_source')" id="l_method-i-commits_count_source">show</a>
-                
-              </p>
-              <div id="method-i-commits_count_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/git_stats.rb, line 13</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">commits_count</span>
-  <span class="ruby-ivar">@commits_count</span> <span class="ruby-operator">||=</span> <span class="ruby-identifier">repo</span>.<span class="ruby-identifier">commit_count</span>(<span class="ruby-identifier">ref</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-files_count">
-            
-              <b>files_count</b>()
-            
-            <a href="../../classes/Gitlab/GitStats.html#method-i-files_count" name="method-i-files_count" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-files_count_source')" id="l_method-i-files_count_source">show</a>
-                
-              </p>
-              <div id="method-i-files_count_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/git_stats.rb, line 17</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">files_count</span>
-  <span class="ruby-identifier">args</span> = [<span class="ruby-identifier">ref</span>, <span class="ruby-string">'-r'</span>, <span class="ruby-string">'--name-only'</span> ]
-  <span class="ruby-identifier">repo</span>.<span class="ruby-identifier">git</span>.<span class="ruby-identifier">run</span>(<span class="ruby-keyword">nil</span>, <span class="ruby-string">'ls-tree'</span>, <span class="ruby-keyword">nil</span>, {}, <span class="ruby-identifier">args</span>).<span class="ruby-identifier">split</span>(<span class="ruby-string">&quot;\n&quot;</span>).<span class="ruby-identifier">count</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-graph">
-            
-              <b>graph</b>()
-            
-            <a href="../../classes/Gitlab/GitStats.html#method-i-graph" name="method-i-graph" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-graph_source')" id="l_method-i-graph_source">show</a>
-                
-              </p>
-              <div id="method-i-graph_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/git_stats.rb, line 26</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">graph</span>
-  <span class="ruby-ivar">@graph</span> <span class="ruby-operator">||=</span> <span class="ruby-identifier">build_graph</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-              
-      <div class="sectiontitle">Instance Protected methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-build_graph">
-            
-              <b>build_graph</b>(n = 4)
-            
-            <a href="../../classes/Gitlab/GitStats.html#method-i-build_graph" name="method-i-build_graph" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-build_graph_source')" id="l_method-i-build_graph_source">show</a>
-                
-              </p>
-              <div id="method-i-build_graph_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/git_stats.rb, line 54</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">build_graph</span> <span class="ruby-identifier">n</span> = <span class="ruby-number">4</span>
-  <span class="ruby-identifier">from</span>, <span class="ruby-identifier">to</span> = (<span class="ruby-constant">Date</span>.<span class="ruby-identifier">today</span> <span class="ruby-operator">-</span> <span class="ruby-identifier">n</span>.<span class="ruby-identifier">weeks</span>), <span class="ruby-constant">Date</span>.<span class="ruby-identifier">today</span>
-  <span class="ruby-identifier">args</span> = [<span class="ruby-string">'--all'</span>, <span class="ruby-node">&quot;--since=#{from.to_s(:date)}&quot;</span>, <span class="ruby-string">'--format=%ad'</span> ]
-  <span class="ruby-identifier">rev_list</span> = <span class="ruby-identifier">repo</span>.<span class="ruby-identifier">git</span>.<span class="ruby-identifier">run</span>(<span class="ruby-keyword">nil</span>, <span class="ruby-string">'rev-list'</span>, <span class="ruby-keyword">nil</span>, {}, <span class="ruby-identifier">args</span>).<span class="ruby-identifier">split</span>(<span class="ruby-string">&quot;\n&quot;</span>)
-
-  <span class="ruby-identifier">commits_dates</span> = <span class="ruby-identifier">rev_list</span>.<span class="ruby-identifier">values_at</span>(* <span class="ruby-identifier">rev_list</span>.<span class="ruby-identifier">each_index</span>.<span class="ruby-identifier">select</span> {<span class="ruby-operator">|</span><span class="ruby-identifier">i</span><span class="ruby-operator">|</span> <span class="ruby-identifier">i</span>.<span class="ruby-identifier">odd?</span>})
-  <span class="ruby-identifier">commits_dates</span> = <span class="ruby-identifier">commits_dates</span>.<span class="ruby-identifier">map</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">date_str</span><span class="ruby-operator">|</span> <span class="ruby-constant">Time</span>.<span class="ruby-identifier">parse</span>(<span class="ruby-identifier">date_str</span>).<span class="ruby-identifier">to_date</span>.<span class="ruby-identifier">to_s</span>(<span class="ruby-value">:date</span>) }
-
-  <span class="ruby-identifier">commits_per_day</span> = <span class="ruby-identifier">from</span>.<span class="ruby-identifier">upto</span>(<span class="ruby-identifier">to</span>).<span class="ruby-identifier">map</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">day</span><span class="ruby-operator">|</span>
-    <span class="ruby-identifier">commits_dates</span>.<span class="ruby-identifier">count</span>(<span class="ruby-identifier">day</span>.<span class="ruby-identifier">to_date</span>.<span class="ruby-identifier">to_s</span>(<span class="ruby-value">:date</span>))
-  <span class="ruby-keyword">end</span>
-
-  <span class="ruby-constant">OpenStruct</span>.<span class="ruby-identifier">new</span>(
-    <span class="ruby-identifier">labels</span><span class="ruby-operator">:</span> <span class="ruby-identifier">from</span>.<span class="ruby-identifier">upto</span>(<span class="ruby-identifier">to</span>).<span class="ruby-identifier">map</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">day</span><span class="ruby-operator">|</span> <span class="ruby-identifier">day</span>.<span class="ruby-identifier">stamp</span>(<span class="ruby-string">'Aug 23'</span>) },
-    <span class="ruby-identifier">commits</span><span class="ruby-operator">:</span> <span class="ruby-identifier">commits_per_day</span>,
-    <span class="ruby-identifier">weeks</span><span class="ruby-operator">:</span> <span class="ruby-identifier">n</span>
-  )
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-collect_authors">
-            
-              <b>collect_authors</b>()
-            
-            <a href="../../classes/Gitlab/GitStats.html#method-i-collect_authors" name="method-i-collect_authors" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-collect_authors_source')" id="l_method-i-collect_authors_source">show</a>
-                
-              </p>
-              <div id="method-i-collect_authors_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/git_stats.rb, line 32</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">collect_authors</span>
-  <span class="ruby-identifier">shortlog</span> = <span class="ruby-identifier">repo</span>.<span class="ruby-identifier">git</span>.<span class="ruby-identifier">shortlog</span>({<span class="ruby-identifier">e</span><span class="ruby-operator">:</span> <span class="ruby-keyword">true</span>, <span class="ruby-identifier">s</span><span class="ruby-operator">:</span> <span class="ruby-keyword">true</span> }, <span class="ruby-identifier">ref</span>)
-
-  <span class="ruby-identifier">authors</span> = []
-
-  <span class="ruby-identifier">lines</span> = <span class="ruby-identifier">shortlog</span>.<span class="ruby-identifier">split</span>(<span class="ruby-string">&quot;\n&quot;</span>)
-
-  <span class="ruby-identifier">lines</span>.<span class="ruby-identifier">each</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">line</span><span class="ruby-operator">|</span>
-    <span class="ruby-identifier">data</span> = <span class="ruby-identifier">line</span>.<span class="ruby-identifier">split</span>(<span class="ruby-string">&quot;\t&quot;</span>)
-    <span class="ruby-identifier">commits</span> = <span class="ruby-identifier">data</span>.<span class="ruby-identifier">first</span>
-    <span class="ruby-identifier">author</span> = <span class="ruby-constant">Grit</span><span class="ruby-operator">::</span><span class="ruby-constant">Actor</span>.<span class="ruby-identifier">from_string</span>(<span class="ruby-identifier">data</span>.<span class="ruby-identifier">last</span>)
-
-    <span class="ruby-identifier">authors</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-constant">OpenStruct</span>.<span class="ruby-identifier">new</span>(
-      <span class="ruby-identifier">name</span><span class="ruby-operator">:</span> <span class="ruby-identifier">author</span>.<span class="ruby-identifier">name</span>,
-      <span class="ruby-identifier">email</span><span class="ruby-operator">:</span> <span class="ruby-identifier">author</span>.<span class="ruby-identifier">email</span>,
-      <span class="ruby-identifier">commits</span><span class="ruby-operator">:</span> <span class="ruby-identifier">commits</span>.<span class="ruby-identifier">to_i</span>
-    )
-  <span class="ruby-keyword">end</span>
-
-  <span class="ruby-identifier">authors</span>.<span class="ruby-identifier">sort_by</span>(&amp;<span class="ruby-value">:commits</span>).<span class="ruby-identifier">reverse</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Gitlab/Gitolite.html b/doc/code/classes/Gitlab/Gitolite.html
deleted file mode 100644
index 8cf9c58c375e9cb7e44f1368f071974d3d0b157b..0000000000000000000000000000000000000000
--- a/doc/code/classes/Gitlab/Gitolite.html
+++ /dev/null
@@ -1,536 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Gitlab::Gitolite</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/github.css" type="text/css" media="screen" />
-<script src="../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Gitlab::Gitolite 
-            
-                <span class="parent">&lt; 
-                    
-                    Object
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../../files/lib/gitlab/backend/gitolite_rb.html">lib/gitlab/backend/gitolite.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="Gitolite/AccessDenied.html">Gitlab::Gitolite::AccessDenied</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>C</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-config">config</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-create_repository">create_repository</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>E</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-enable_automerge">enable_automerge</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>M</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-move_repository">move_repository</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>R</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-remove_key">remove_key</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-remove_repository">remove_repository</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>S</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-set_key">set_key</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>U</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-update_repositories">update_repositories</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-update_repository">update_repository</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-url_to_repo">url_to_repo</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-config">
-            
-              <b>config</b>()
-            
-            <a href="../../classes/Gitlab/Gitolite.html#method-i-config" name="method-i-config" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-config_source')" id="l_method-i-config_source">show</a>
-                
-              </p>
-              <div id="method-i-config_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/backend/gitolite.rb, line 7</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">config</span>
-  <span class="ruby-constant">Gitlab</span><span class="ruby-operator">::</span><span class="ruby-constant">GitoliteConfig</span>.<span class="ruby-identifier">new</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-create_repository">
-            
-              <b>create_repository</b>(project)
-            
-            <a href="../../classes/Gitlab/Gitolite.html#method-i-create_repository" name="method-i-create_repository" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-enable_automerge">
-            
-              <b>enable_automerge</b>()
-            
-            <a href="../../classes/Gitlab/Gitolite.html#method-i-enable_automerge" name="method-i-enable_automerge" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-enable_automerge_source')" id="l_method-i-enable_automerge_source">show</a>
-                
-              </p>
-              <div id="method-i-enable_automerge_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/backend/gitolite.rb, line 44</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">enable_automerge</span>
-  <span class="ruby-identifier">config</span>.<span class="ruby-identifier">admin_all_repo!</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-move_repository">
-            
-              <b>move_repository</b>(old_repo, project)
-            
-            <a href="../../classes/Gitlab/Gitolite.html#method-i-move_repository" name="method-i-move_repository" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-move_repository_source')" id="l_method-i-move_repository_source">show</a>
-                
-              </p>
-              <div id="method-i-move_repository_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/backend/gitolite.rb, line 29</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">move_repository</span>(<span class="ruby-identifier">old_repo</span>, <span class="ruby-identifier">project</span>)
-  <span class="ruby-identifier">config</span>.<span class="ruby-identifier">apply</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">config</span><span class="ruby-operator">|</span>
-    <span class="ruby-identifier">config</span>.<span class="ruby-identifier">clean_repo</span>(<span class="ruby-identifier">old_repo</span>)
-    <span class="ruby-identifier">config</span>.<span class="ruby-identifier">update_project</span>(<span class="ruby-identifier">project</span>)
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-remove_key">
-            
-              <b>remove_key</b>(key_id, projects)
-            
-            <a href="../../classes/Gitlab/Gitolite.html#method-i-remove_key" name="method-i-remove_key" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-remove_key_source')" id="l_method-i-remove_key_source">show</a>
-                
-              </p>
-              <div id="method-i-remove_key_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/backend/gitolite.rb, line 18</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">remove_key</span> <span class="ruby-identifier">key_id</span>, <span class="ruby-identifier">projects</span>
-  <span class="ruby-identifier">config</span>.<span class="ruby-identifier">apply</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">config</span><span class="ruby-operator">|</span>
-    <span class="ruby-identifier">config</span>.<span class="ruby-identifier">rm_key</span>(<span class="ruby-identifier">key_id</span>)
-    <span class="ruby-identifier">config</span>.<span class="ruby-identifier">update_projects</span>(<span class="ruby-identifier">projects</span>)
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-remove_repository">
-            
-              <b>remove_repository</b>(project)
-            
-            <a href="../../classes/Gitlab/Gitolite.html#method-i-remove_repository" name="method-i-remove_repository" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-remove_repository_source')" id="l_method-i-remove_repository_source">show</a>
-                
-              </p>
-              <div id="method-i-remove_repository_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/backend/gitolite.rb, line 36</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">remove_repository</span> <span class="ruby-identifier">project</span>
-  <span class="ruby-identifier">config</span>.<span class="ruby-identifier">destroy_project!</span>(<span class="ruby-identifier">project</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-set_key">
-            
-              <b>set_key</b>(key_id, key_content, projects)
-            
-            <a href="../../classes/Gitlab/Gitolite.html#method-i-set_key" name="method-i-set_key" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-set_key_source')" id="l_method-i-set_key_source">show</a>
-                
-              </p>
-              <div id="method-i-set_key_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/backend/gitolite.rb, line 11</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">set_key</span> <span class="ruby-identifier">key_id</span>, <span class="ruby-identifier">key_content</span>, <span class="ruby-identifier">projects</span>
-  <span class="ruby-identifier">config</span>.<span class="ruby-identifier">apply</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">config</span><span class="ruby-operator">|</span>
-    <span class="ruby-identifier">config</span>.<span class="ruby-identifier">write_key</span>(<span class="ruby-identifier">key_id</span>, <span class="ruby-identifier">key_content</span>)
-    <span class="ruby-identifier">config</span>.<span class="ruby-identifier">update_projects</span>(<span class="ruby-identifier">projects</span>)
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-update_repositories">
-            
-              <b>update_repositories</b>(projects)
-            
-            <a href="../../classes/Gitlab/Gitolite.html#method-i-update_repositories" name="method-i-update_repositories" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-update_repositories_source')" id="l_method-i-update_repositories_source">show</a>
-                
-              </p>
-              <div id="method-i-update_repositories_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/backend/gitolite.rb, line 48</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">update_repositories</span> <span class="ruby-identifier">projects</span>
-  <span class="ruby-identifier">config</span>.<span class="ruby-identifier">apply</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">config</span><span class="ruby-operator">|</span>
-    <span class="ruby-identifier">config</span>.<span class="ruby-identifier">update_projects</span>(<span class="ruby-identifier">projects</span>)
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-update_repository">
-            
-              <b>update_repository</b>(project)
-            
-            <a href="../../classes/Gitlab/Gitolite.html#method-i-update_repository" name="method-i-update_repository" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-            <div class="aka">
-              Also aliased as: <a href="Gitolite.html#method-i-create_repository">create_repository</a>
-            </div>
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-update_repository_source')" id="l_method-i-update_repository_source">show</a>
-                
-              </p>
-              <div id="method-i-update_repository_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/backend/gitolite.rb, line 25</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">update_repository</span> <span class="ruby-identifier">project</span>
-  <span class="ruby-identifier">config</span>.<span class="ruby-identifier">update_project!</span>(<span class="ruby-identifier">project</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-url_to_repo">
-            
-              <b>url_to_repo</b>(path)
-            
-            <a href="../../classes/Gitlab/Gitolite.html#method-i-url_to_repo" name="method-i-url_to_repo" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-url_to_repo_source')" id="l_method-i-url_to_repo_source">show</a>
-                
-              </p>
-              <div id="method-i-url_to_repo_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/backend/gitolite.rb, line 40</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">url_to_repo</span> <span class="ruby-identifier">path</span>
-  <span class="ruby-constant">Gitlab</span>.<span class="ruby-identifier">config</span>.<span class="ruby-identifier">gitolite</span>.<span class="ruby-identifier">ssh_path_prefix</span> <span class="ruby-operator">+</span> <span class="ruby-node">&quot;#{path}.git&quot;</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Gitlab/Gitolite/AccessDenied.html b/doc/code/classes/Gitlab/Gitolite/AccessDenied.html
deleted file mode 100644
index 8a45dae1ba20c90e8e101c374eb017f88f25b8e2..0000000000000000000000000000000000000000
--- a/doc/code/classes/Gitlab/Gitolite/AccessDenied.html
+++ /dev/null
@@ -1,76 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Gitlab::Gitolite::AccessDenied</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Gitlab::Gitolite::AccessDenied 
-            
-                <span class="parent">&lt; 
-                    
-                    StandardError
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../../../files/lib/gitlab/backend/gitolite_rb.html">lib/gitlab/backend/gitolite.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Gitlab/GitoliteConfig.html b/doc/code/classes/Gitlab/GitoliteConfig.html
deleted file mode 100644
index 11026f5ca446824f45be7bbe8bbfb78c0c3c4b5c..0000000000000000000000000000000000000000
--- a/doc/code/classes/Gitlab/GitoliteConfig.html
+++ /dev/null
@@ -1,810 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Gitlab::GitoliteConfig</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/github.css" type="text/css" media="screen" />
-<script src="../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Gitlab::GitoliteConfig 
-            
-                <span class="parent">&lt; 
-                    
-                    Object
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../../files/lib/gitlab/backend/gitolite_config_rb.html">lib/gitlab/backend/gitolite_config.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="GitoliteConfig/PullError.html">Gitlab::GitoliteConfig::PullError</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="GitoliteConfig/PushError.html">Gitlab::GitoliteConfig::PushError</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>A</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-admin_all_repo">admin_all_repo</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-admin_all_repo-21">admin_all_repo!</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-apply">apply</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>C</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-clean_repo">clean_repo</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>D</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-destroy_project">destroy_project</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-destroy_project-21">destroy_project!</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>L</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-log">log</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>R</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-rm_key">rm_key</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>U</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-update_project">update_project</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-update_project-21">update_project!</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-update_project_config">update_project_config</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-update_projects">update_projects</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>W</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-write_key">write_key</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-      <!-- Section attributes -->
-      <div class="sectiontitle">Attributes</div>
-      <table border='0' cellpadding='5'>
-        
-          <tr valign='top'>
-            <td class='attr-rw'>
-              [R]
-            </td>
-            <td class='attr-name'>conf</td>
-            <td class='attr-desc'></td>
-          </tr>
-        
-          <tr valign='top'>
-            <td class='attr-rw'>
-              [R]
-            </td>
-            <td class='attr-name'>config_tmp_dir</td>
-            <td class='attr-desc'></td>
-          </tr>
-        
-          <tr valign='top'>
-            <td class='attr-rw'>
-              [R]
-            </td>
-            <td class='attr-name'>ga_repo</td>
-            <td class='attr-desc'></td>
-          </tr>
-        
-      </table>
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-admin_all_repo">
-            
-              <b>admin_all_repo</b>()
-            
-            <a href="../../classes/Gitlab/GitoliteConfig.html#method-i-admin_all_repo" name="method-i-admin_all_repo" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Enable access to all repos for gitolite admin. We use it for accept merge
-request feature</p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-admin_all_repo_source')" id="l_method-i-admin_all_repo_source">show</a>
-                
-              </p>
-              <div id="method-i-admin_all_repo_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/backend/gitolite_config.rb, line 169</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">admin_all_repo</span>
-  <span class="ruby-identifier">owner_name</span> = <span class="ruby-constant">Gitlab</span>.<span class="ruby-identifier">config</span>.<span class="ruby-identifier">gitolite</span>.<span class="ruby-identifier">admin_key</span>
-
-  <span class="ruby-comment"># @ALL repos premission for gitolite owner</span>
-  <span class="ruby-identifier">repo_name</span> = <span class="ruby-string">&quot;@all&quot;</span>
-  <span class="ruby-identifier">repo</span> = <span class="ruby-keyword">if</span> <span class="ruby-identifier">conf</span>.<span class="ruby-identifier">has_repo?</span>(<span class="ruby-identifier">repo_name</span>)
-           <span class="ruby-identifier">conf</span>.<span class="ruby-identifier">get_repo</span>(<span class="ruby-identifier">repo_name</span>)
-         <span class="ruby-keyword">else</span>
-           <span class="ruby-operator">::</span><span class="ruby-constant">Gitolite</span><span class="ruby-operator">::</span><span class="ruby-constant">Config</span><span class="ruby-operator">::</span><span class="ruby-constant">Repo</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">repo_name</span>)
-         <span class="ruby-keyword">end</span>
-
-  <span class="ruby-identifier">repo</span>.<span class="ruby-identifier">add_permission</span>(<span class="ruby-string">&quot;RW+&quot;</span>, <span class="ruby-string">&quot;&quot;</span>, <span class="ruby-identifier">owner_name</span>)
-  <span class="ruby-identifier">conf</span>.<span class="ruby-identifier">add_repo</span>(<span class="ruby-identifier">repo</span>, <span class="ruby-keyword">true</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-admin_all_repo-21">
-            
-              <b>admin_all_repo!</b>()
-            
-            <a href="../../classes/Gitlab/GitoliteConfig.html#method-i-admin_all_repo-21" name="method-i-admin_all_repo-21" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-admin_all_repo-21_source')" id="l_method-i-admin_all_repo-21_source">show</a>
-                
-              </p>
-              <div id="method-i-admin_all_repo-21_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/backend/gitolite_config.rb, line 184</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">admin_all_repo!</span>
-  <span class="ruby-identifier">apply</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">config</span><span class="ruby-operator">|</span> <span class="ruby-identifier">config</span>.<span class="ruby-identifier">admin_all_repo</span> }
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-apply">
-            
-              <b>apply</b>()
-            
-            <a href="../../classes/Gitlab/GitoliteConfig.html#method-i-apply" name="method-i-apply" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-apply_source')" id="l_method-i-apply_source">show</a>
-                
-              </p>
-              <div id="method-i-apply_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/backend/gitolite_config.rb, line 23</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">apply</span>
-  <span class="ruby-constant">Timeout</span><span class="ruby-operator">::</span><span class="ruby-identifier">timeout</span>(<span class="ruby-number">30</span>) <span class="ruby-keyword">do</span>
-    <span class="ruby-constant">File</span>.<span class="ruby-identifier">open</span>(<span class="ruby-constant">Rails</span>.<span class="ruby-identifier">root</span>.<span class="ruby-identifier">join</span>(<span class="ruby-string">'tmp'</span>, <span class="ruby-string">&quot;gitlabhq-gitolite.lock&quot;</span>), <span class="ruby-string">&quot;w+&quot;</span>) <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">f</span><span class="ruby-operator">|</span>
-      <span class="ruby-keyword">begin</span>
-        <span class="ruby-comment"># Set exclusive lock</span>
-        <span class="ruby-comment"># to prevent race condition</span>
-        <span class="ruby-identifier">f</span>.<span class="ruby-identifier">flock</span>(<span class="ruby-constant">File</span><span class="ruby-operator">::</span><span class="ruby-constant">LOCK_EX</span>)
-
-        <span class="ruby-comment"># Pull gitolite-admin repo</span>
-        <span class="ruby-comment"># in tmp dir before do any changes</span>
-        <span class="ruby-identifier">pull</span>(<span class="ruby-identifier">config_tmp_dir</span>)
-
-        <span class="ruby-comment"># Build ga_repo object and @conf</span>
-        <span class="ruby-comment"># to access gitolite-admin configuration</span>
-        <span class="ruby-ivar">@conf</span> = <span class="ruby-identifier">ga_repo</span>.<span class="ruby-identifier">config</span>
-
-        <span class="ruby-comment"># Do any changes</span>
-        <span class="ruby-comment"># in gitolite-admin</span>
-        <span class="ruby-comment"># config here</span>
-        <span class="ruby-keyword">yield</span>(<span class="ruby-keyword">self</span>)
-
-        <span class="ruby-comment"># Save changes in</span>
-        <span class="ruby-comment"># gitolite-admin repo</span>
-        <span class="ruby-comment"># before push it</span>
-        <span class="ruby-identifier">ga_repo</span>.<span class="ruby-identifier">save</span>
-
-        <span class="ruby-comment"># Push gitolite-admin repo</span>
-        <span class="ruby-comment"># to apply all changes</span>
-        <span class="ruby-identifier">push</span>(<span class="ruby-identifier">config_tmp_dir</span>)
-      <span class="ruby-keyword">ensure</span>
-        <span class="ruby-comment"># Remove tmp dir</span>
-        <span class="ruby-comment"># removing the gitolite folder first is important to avoid</span>
-        <span class="ruby-comment"># NFS issues.</span>
-        <span class="ruby-constant">FileUtils</span>.<span class="ruby-identifier">rm_rf</span>(<span class="ruby-constant">File</span>.<span class="ruby-identifier">join</span>(<span class="ruby-identifier">config_tmp_dir</span>, <span class="ruby-string">'gitolite'</span>))
-
-        <span class="ruby-comment"># Remove parent tmp dir</span>
-        <span class="ruby-constant">FileUtils</span>.<span class="ruby-identifier">rm_rf</span>(<span class="ruby-identifier">config_tmp_dir</span>)
-
-        <span class="ruby-comment"># Unlock so other task can access</span>
-        <span class="ruby-comment"># gitolite configuration</span>
-        <span class="ruby-identifier">f</span>.<span class="ruby-identifier">flock</span>(<span class="ruby-constant">File</span><span class="ruby-operator">::</span><span class="ruby-constant">LOCK_UN</span>)
-      <span class="ruby-keyword">end</span>
-    <span class="ruby-keyword">end</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">rescue</span> <span class="ruby-constant">PullError</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-identifier">ex</span>
-  <span class="ruby-identifier">log</span>(<span class="ruby-string">&quot;Pull error -&gt;  &quot;</span> <span class="ruby-operator">+</span> <span class="ruby-identifier">ex</span>.<span class="ruby-identifier">message</span>)
-  <span class="ruby-identifier">raise</span> <span class="ruby-constant">Gitolite</span><span class="ruby-operator">::</span><span class="ruby-constant">AccessDenied</span>, <span class="ruby-identifier">ex</span>.<span class="ruby-identifier">message</span>
-
-<span class="ruby-keyword">rescue</span> <span class="ruby-constant">PushError</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-identifier">ex</span>
-  <span class="ruby-identifier">log</span>(<span class="ruby-string">&quot;Push error -&gt;  &quot;</span> <span class="ruby-operator">+</span> <span class="ruby-string">&quot; &quot;</span> <span class="ruby-operator">+</span> <span class="ruby-identifier">ex</span>.<span class="ruby-identifier">message</span>)
-  <span class="ruby-identifier">raise</span> <span class="ruby-constant">Gitolite</span><span class="ruby-operator">::</span><span class="ruby-constant">AccessDenied</span>, <span class="ruby-identifier">ex</span>.<span class="ruby-identifier">message</span>
-
-<span class="ruby-keyword">rescue</span> <span class="ruby-constant">Exception</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-identifier">ex</span>
-  <span class="ruby-identifier">log</span>(<span class="ruby-identifier">ex</span>.<span class="ruby-identifier">class</span>.<span class="ruby-identifier">name</span> <span class="ruby-operator">+</span> <span class="ruby-string">&quot; &quot;</span> <span class="ruby-operator">+</span> <span class="ruby-identifier">ex</span>.<span class="ruby-identifier">message</span>)
-  <span class="ruby-identifier">raise</span> <span class="ruby-constant">Gitolite</span><span class="ruby-operator">::</span><span class="ruby-constant">AccessDenied</span>.<span class="ruby-identifier">new</span>(<span class="ruby-string">&quot;gitolite timeout&quot;</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-clean_repo">
-            
-              <b>clean_repo</b>(repo_name)
-            
-            <a href="../../classes/Gitlab/GitoliteConfig.html#method-i-clean_repo" name="method-i-clean_repo" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-clean_repo_source')" id="l_method-i-clean_repo_source">show</a>
-                
-              </p>
-              <div id="method-i-clean_repo_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/backend/gitolite_config.rb, line 89</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">clean_repo</span> <span class="ruby-identifier">repo_name</span>
-  <span class="ruby-identifier">conf</span>.<span class="ruby-identifier">rm_repo</span>(<span class="ruby-identifier">repo_name</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-destroy_project">
-            
-              <b>destroy_project</b>(project)
-            
-            <a href="../../classes/Gitlab/GitoliteConfig.html#method-i-destroy_project" name="method-i-destroy_project" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-destroy_project_source')" id="l_method-i-destroy_project_source">show</a>
-                
-              </p>
-              <div id="method-i-destroy_project_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/backend/gitolite_config.rb, line 84</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">destroy_project</span>(<span class="ruby-identifier">project</span>)
-  <span class="ruby-constant">FileUtils</span>.<span class="ruby-identifier">rm_rf</span>(<span class="ruby-identifier">project</span>.<span class="ruby-identifier">path_to_repo</span>)
-  <span class="ruby-identifier">conf</span>.<span class="ruby-identifier">rm_repo</span>(<span class="ruby-identifier">project</span>.<span class="ruby-identifier">path_with_namespace</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-destroy_project-21">
-            
-              <b>destroy_project!</b>(project)
-            
-            <a href="../../classes/Gitlab/GitoliteConfig.html#method-i-destroy_project-21" name="method-i-destroy_project-21" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-destroy_project-21_source')" id="l_method-i-destroy_project-21_source">show</a>
-                
-              </p>
-              <div id="method-i-destroy_project-21_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/backend/gitolite_config.rb, line 93</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">destroy_project!</span>(<span class="ruby-identifier">project</span>)
-  <span class="ruby-identifier">apply</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">config</span><span class="ruby-operator">|</span>
-    <span class="ruby-identifier">config</span>.<span class="ruby-identifier">destroy_project</span>(<span class="ruby-identifier">project</span>)
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-log">
-            
-              <b>log</b>(message)
-            
-            <a href="../../classes/Gitlab/GitoliteConfig.html#method-i-log" name="method-i-log" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-log_source')" id="l_method-i-log_source">show</a>
-                
-              </p>
-              <div id="method-i-log_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/backend/gitolite_config.rb, line 80</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">log</span> <span class="ruby-identifier">message</span>
-  <span class="ruby-constant">Gitlab</span><span class="ruby-operator">::</span><span class="ruby-constant">GitLogger</span>.<span class="ruby-identifier">error</span>(<span class="ruby-identifier">message</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-rm_key">
-            
-              <b>rm_key</b>(user)
-            
-            <a href="../../classes/Gitlab/GitoliteConfig.html#method-i-rm_key" name="method-i-rm_key" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-rm_key_source')" id="l_method-i-rm_key_source">show</a>
-                
-              </p>
-              <div id="method-i-rm_key_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/backend/gitolite_config.rb, line 105</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">rm_key</span>(<span class="ruby-identifier">user</span>)
-  <span class="ruby-identifier">key_path</span> = <span class="ruby-constant">File</span>.<span class="ruby-identifier">join</span>(<span class="ruby-identifier">config_tmp_dir</span>, <span class="ruby-string">'gitolite/keydir'</span>, <span class="ruby-node">&quot;#{user}.pub&quot;</span>)
-  <span class="ruby-identifier">ga_key</span> = <span class="ruby-operator">::</span><span class="ruby-constant">Gitolite</span><span class="ruby-operator">::</span><span class="ruby-constant">SSHKey</span>.<span class="ruby-identifier">from_file</span>(<span class="ruby-identifier">key_path</span>)
-  <span class="ruby-identifier">ga_repo</span>.<span class="ruby-identifier">rm_key</span>(<span class="ruby-identifier">ga_key</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-update_project">
-            
-              <b>update_project</b>(project)
-            
-            <a href="../../classes/Gitlab/GitoliteConfig.html#method-i-update_project" name="method-i-update_project" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>update or create</p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-update_project_source')" id="l_method-i-update_project_source">show</a>
-                
-              </p>
-              <div id="method-i-update_project_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/backend/gitolite_config.rb, line 112</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">update_project</span>(<span class="ruby-identifier">project</span>)
-  <span class="ruby-identifier">repo</span> = <span class="ruby-identifier">update_project_config</span>(<span class="ruby-identifier">project</span>, <span class="ruby-identifier">conf</span>)
-  <span class="ruby-identifier">conf</span>.<span class="ruby-identifier">add_repo</span>(<span class="ruby-identifier">repo</span>, <span class="ruby-keyword">true</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-update_project-21">
-            
-              <b>update_project!</b>( project)
-            
-            <a href="../../classes/Gitlab/GitoliteConfig.html#method-i-update_project-21" name="method-i-update_project-21" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-update_project-21_source')" id="l_method-i-update_project-21_source">show</a>
-                
-              </p>
-              <div id="method-i-update_project-21_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/backend/gitolite_config.rb, line 117</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">update_project!</span>( <span class="ruby-identifier">project</span>)
-  <span class="ruby-identifier">apply</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">config</span><span class="ruby-operator">|</span>
-    <span class="ruby-identifier">config</span>.<span class="ruby-identifier">update_project</span>(<span class="ruby-identifier">project</span>)
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-update_project_config">
-            
-              <b>update_project_config</b>(project, conf)
-            
-            <a href="../../classes/Gitlab/GitoliteConfig.html#method-i-update_project_config" name="method-i-update_project_config" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-update_project_config_source')" id="l_method-i-update_project_config_source">show</a>
-                
-              </p>
-              <div id="method-i-update_project_config_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/backend/gitolite_config.rb, line 132</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">update_project_config</span>(<span class="ruby-identifier">project</span>, <span class="ruby-identifier">conf</span>)
-  <span class="ruby-identifier">repo_name</span> = <span class="ruby-identifier">project</span>.<span class="ruby-identifier">path_with_namespace</span>
-
-  <span class="ruby-identifier">repo</span> = <span class="ruby-keyword">if</span> <span class="ruby-identifier">conf</span>.<span class="ruby-identifier">has_repo?</span>(<span class="ruby-identifier">repo_name</span>)
-           <span class="ruby-identifier">conf</span>.<span class="ruby-identifier">get_repo</span>(<span class="ruby-identifier">repo_name</span>)
-         <span class="ruby-keyword">else</span>
-           <span class="ruby-operator">::</span><span class="ruby-constant">Gitolite</span><span class="ruby-operator">::</span><span class="ruby-constant">Config</span><span class="ruby-operator">::</span><span class="ruby-constant">Repo</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">repo_name</span>)
-         <span class="ruby-keyword">end</span>
-
-  <span class="ruby-identifier">name_readers</span> = <span class="ruby-identifier">project</span>.<span class="ruby-identifier">repository_readers</span>
-  <span class="ruby-identifier">name_writers</span> = <span class="ruby-identifier">project</span>.<span class="ruby-identifier">repository_writers</span>
-  <span class="ruby-identifier">name_masters</span> = <span class="ruby-identifier">project</span>.<span class="ruby-identifier">repository_masters</span>
-
-  <span class="ruby-identifier">pr_br</span> = <span class="ruby-identifier">project</span>.<span class="ruby-identifier">protected_branches</span>.<span class="ruby-identifier">map</span>(&amp;<span class="ruby-value">:name</span>).<span class="ruby-identifier">join</span>(<span class="ruby-string">&quot;$ &quot;</span>)
-
-  <span class="ruby-identifier">repo</span>.<span class="ruby-identifier">clean_permissions</span>
-
-  <span class="ruby-comment"># Deny access to protected branches for writers</span>
-  <span class="ruby-keyword">unless</span> <span class="ruby-identifier">name_writers</span>.<span class="ruby-identifier">blank?</span> <span class="ruby-operator">||</span> <span class="ruby-identifier">pr_br</span>.<span class="ruby-identifier">blank?</span>
-    <span class="ruby-identifier">repo</span>.<span class="ruby-identifier">add_permission</span>(<span class="ruby-string">&quot;-&quot;</span>, <span class="ruby-identifier">pr_br</span>.<span class="ruby-identifier">strip</span> <span class="ruby-operator">+</span> <span class="ruby-string">&quot;$ &quot;</span>, <span class="ruby-identifier">name_writers</span>)
-  <span class="ruby-keyword">end</span>
-
-  <span class="ruby-comment"># Add read permissions</span>
-  <span class="ruby-identifier">repo</span>.<span class="ruby-identifier">add_permission</span>(<span class="ruby-string">&quot;R&quot;</span>, <span class="ruby-string">&quot;&quot;</span>, <span class="ruby-identifier">name_readers</span>) <span class="ruby-keyword">unless</span> <span class="ruby-identifier">name_readers</span>.<span class="ruby-identifier">blank?</span>
-
-  <span class="ruby-comment"># Add write permissions</span>
-  <span class="ruby-identifier">repo</span>.<span class="ruby-identifier">add_permission</span>(<span class="ruby-string">&quot;RW+&quot;</span>, <span class="ruby-string">&quot;&quot;</span>, <span class="ruby-identifier">name_writers</span>) <span class="ruby-keyword">unless</span> <span class="ruby-identifier">name_writers</span>.<span class="ruby-identifier">blank?</span>
-  <span class="ruby-identifier">repo</span>.<span class="ruby-identifier">add_permission</span>(<span class="ruby-string">&quot;RW+&quot;</span>, <span class="ruby-string">&quot;&quot;</span>, <span class="ruby-identifier">name_masters</span>) <span class="ruby-keyword">unless</span> <span class="ruby-identifier">name_masters</span>.<span class="ruby-identifier">blank?</span>
-
-  <span class="ruby-comment"># Add sharedRepository config</span>
-  <span class="ruby-identifier">repo</span>.<span class="ruby-identifier">set_git_config</span>(<span class="ruby-string">&quot;core.sharedRepository&quot;</span>, <span class="ruby-string">&quot;0660&quot;</span>)
-
-  <span class="ruby-identifier">repo</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-update_projects">
-            
-              <b>update_projects</b>(projects)
-            
-            <a href="../../classes/Gitlab/GitoliteConfig.html#method-i-update_projects" name="method-i-update_projects" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Updates many projects and uses project.path_with_namespace as the repo path
-An order of magnitude faster than <a
-href="GitoliteConfig.html#method-i-update_project">#update_project</a></p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-update_projects_source')" id="l_method-i-update_projects_source">show</a>
-                
-              </p>
-              <div id="method-i-update_projects_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/backend/gitolite_config.rb, line 125</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">update_projects</span>(<span class="ruby-identifier">projects</span>)
-  <span class="ruby-identifier">projects</span>.<span class="ruby-identifier">each</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">project</span><span class="ruby-operator">|</span>
-    <span class="ruby-identifier">repo</span> = <span class="ruby-identifier">update_project_config</span>(<span class="ruby-identifier">project</span>, <span class="ruby-identifier">conf</span>)
-    <span class="ruby-identifier">conf</span>.<span class="ruby-identifier">add_repo</span>(<span class="ruby-identifier">repo</span>, <span class="ruby-keyword">true</span>)
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-write_key">
-            
-              <b>write_key</b>(id, key)
-            
-            <a href="../../classes/Gitlab/GitoliteConfig.html#method-i-write_key" name="method-i-write_key" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-write_key_source')" id="l_method-i-write_key_source">show</a>
-                
-              </p>
-              <div id="method-i-write_key_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/backend/gitolite_config.rb, line 99</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">write_key</span>(<span class="ruby-identifier">id</span>, <span class="ruby-identifier">key</span>)
-  <span class="ruby-constant">File</span>.<span class="ruby-identifier">open</span>(<span class="ruby-constant">File</span>.<span class="ruby-identifier">join</span>(<span class="ruby-identifier">config_tmp_dir</span>, <span class="ruby-string">'gitolite/keydir'</span>,<span class="ruby-node">&quot;#{id}.pub&quot;</span>), <span class="ruby-string">'w'</span>) <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">f</span><span class="ruby-operator">|</span>
-    <span class="ruby-identifier">f</span>.<span class="ruby-identifier">write</span>(<span class="ruby-identifier">key</span>.<span class="ruby-identifier">gsub</span>(<span class="ruby-regexp">%r\n/</span>,<span class="ruby-string">''</span>))
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Gitlab/GitoliteConfig/PullError.html b/doc/code/classes/Gitlab/GitoliteConfig/PullError.html
deleted file mode 100644
index 35c46f386429ceaaa8d53e07aa75565a95f3dfe0..0000000000000000000000000000000000000000
--- a/doc/code/classes/Gitlab/GitoliteConfig/PullError.html
+++ /dev/null
@@ -1,76 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Gitlab::GitoliteConfig::PullError</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Gitlab::GitoliteConfig::PullError 
-            
-                <span class="parent">&lt; 
-                    
-                    StandardError
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../../../files/lib/gitlab/backend/gitolite_config_rb.html">lib/gitlab/backend/gitolite_config.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Gitlab/GitoliteConfig/PushError.html b/doc/code/classes/Gitlab/GitoliteConfig/PushError.html
deleted file mode 100644
index 53efe1e8a7d865b7cfd1d16c3608074a8fc0fc79..0000000000000000000000000000000000000000
--- a/doc/code/classes/Gitlab/GitoliteConfig/PushError.html
+++ /dev/null
@@ -1,76 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Gitlab::GitoliteConfig::PushError</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Gitlab::GitoliteConfig::PushError 
-            
-                <span class="parent">&lt; 
-                    
-                    StandardError
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../../../files/lib/gitlab/backend/gitolite_config_rb.html">lib/gitlab/backend/gitolite_config.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Gitlab/Graph.html b/doc/code/classes/Gitlab/Graph.html
deleted file mode 100644
index e0827c8459449a714b7423eaa28d1e6b6423ba19..0000000000000000000000000000000000000000
--- a/doc/code/classes/Gitlab/Graph.html
+++ /dev/null
@@ -1,88 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Gitlab::Graph</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/github.css" type="text/css" media="screen" />
-<script src="../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Module</span> 
-            Gitlab::Graph 
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../../files/lib/gitlab/graph/commit_rb.html">lib/gitlab/graph/commit.rb</a></li>
-            
-            <li><a href="../../files/lib/gitlab/graph/json_builder_rb.html">lib/gitlab/graph/json_builder.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="Graph/Commit.html">Gitlab::Graph::Commit</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="Graph/JsonBuilder.html">Gitlab::Graph::JsonBuilder</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Gitlab/Graph/Commit.html b/doc/code/classes/Gitlab/Graph/Commit.html
deleted file mode 100644
index 0198b3f0e3cabfd04ec2006605c05ed1d57675fc..0000000000000000000000000000000000000000
--- a/doc/code/classes/Gitlab/Graph/Commit.html
+++ /dev/null
@@ -1,337 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Gitlab::Graph::Commit</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Gitlab::Graph::Commit 
-            
-                <span class="parent">&lt; 
-                    
-                    Object
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../../../files/lib/gitlab/graph/commit_rb.html">lib/gitlab/graph/commit.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>A</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-add_refs">add_refs</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>M</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-method_missing">method_missing</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>N</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-c-new">new</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>T</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-to_graph_hash">to_graph_hash</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-    <!-- Includes -->
-    <div class="sectiontitle">Included Modules</div>
-    <ul>
-      
-        <li>
-          
-            ActionView::Helpers::TagHelper
-          
-        </li>
-      
-    </ul>
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-      <!-- Section attributes -->
-      <div class="sectiontitle">Attributes</div>
-      <table border='0' cellpadding='5'>
-        
-          <tr valign='top'>
-            <td class='attr-rw'>
-              [RW]
-            </td>
-            <td class='attr-name'>refs</td>
-            <td class='attr-desc'></td>
-          </tr>
-        
-          <tr valign='top'>
-            <td class='attr-rw'>
-              [RW]
-            </td>
-            <td class='attr-name'>space</td>
-            <td class='attr-desc'></td>
-          </tr>
-        
-          <tr valign='top'>
-            <td class='attr-rw'>
-              [RW]
-            </td>
-            <td class='attr-name'>time</td>
-            <td class='attr-desc'></td>
-          </tr>
-        
-      </table>
-    
-
-
-    <!-- Methods -->
-    
-      <div class="sectiontitle">Class Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-c-new">
-            
-              <b>new</b>(commit)
-            
-            <a href="../../../classes/Gitlab/Graph/Commit.html#method-c-new" name="method-c-new" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-new_source')" id="l_method-c-new_source">show</a>
-                
-              </p>
-              <div id="method-c-new_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/graph/commit.rb, line 10</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">initialize</span>(<span class="ruby-identifier">commit</span>)
-  <span class="ruby-ivar">@_commit</span> = <span class="ruby-identifier">commit</span>
-  <span class="ruby-ivar">@time</span> = <span class="ruby-number">-1</span>
-  <span class="ruby-ivar">@space</span> = <span class="ruby-number">0</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                  
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-add_refs">
-            
-              <b>add_refs</b>(ref_cache, repo)
-            
-            <a href="../../../classes/Gitlab/Graph/Commit.html#method-i-add_refs" name="method-i-add_refs" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-add_refs_source')" id="l_method-i-add_refs_source">show</a>
-                
-              </p>
-              <div id="method-i-add_refs_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/graph/commit.rb, line 36</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">add_refs</span>(<span class="ruby-identifier">ref_cache</span>, <span class="ruby-identifier">repo</span>)
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">ref_cache</span>.<span class="ruby-identifier">empty?</span>
-    <span class="ruby-identifier">repo</span>.<span class="ruby-identifier">refs</span>.<span class="ruby-identifier">each</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">ref</span><span class="ruby-operator">|</span>
-      <span class="ruby-identifier">ref_cache</span>[<span class="ruby-identifier">ref</span>.<span class="ruby-identifier">commit</span>.<span class="ruby-identifier">id</span>] <span class="ruby-operator">||=</span> []
-      <span class="ruby-identifier">ref_cache</span>[<span class="ruby-identifier">ref</span>.<span class="ruby-identifier">commit</span>.<span class="ruby-identifier">id</span>] <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-identifier">ref</span>
-    <span class="ruby-keyword">end</span>
-  <span class="ruby-keyword">end</span>
-  <span class="ruby-ivar">@refs</span> = <span class="ruby-identifier">ref_cache</span>[<span class="ruby-ivar">@_commit</span>.<span class="ruby-identifier">id</span>] <span class="ruby-keyword">if</span> <span class="ruby-identifier">ref_cache</span>.<span class="ruby-identifier">include?</span>(<span class="ruby-ivar">@_commit</span>.<span class="ruby-identifier">id</span>)
-  <span class="ruby-ivar">@refs</span> <span class="ruby-operator">||=</span> []
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-method_missing">
-            
-              <b>method_missing</b>(m, *args, &amp;block)
-            
-            <a href="../../../classes/Gitlab/Graph/Commit.html#method-i-method_missing" name="method-i-method_missing" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-method_missing_source')" id="l_method-i-method_missing_source">show</a>
-                
-              </p>
-              <div id="method-i-method_missing_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/graph/commit.rb, line 16</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">method_missing</span>(<span class="ruby-identifier">m</span>, *<span class="ruby-identifier">args</span>, &amp;<span class="ruby-identifier">block</span>)
-  <span class="ruby-ivar">@_commit</span>.<span class="ruby-identifier">send</span>(<span class="ruby-identifier">m</span>, *<span class="ruby-identifier">args</span>, &amp;<span class="ruby-identifier">block</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-to_graph_hash">
-            
-              <b>to_graph_hash</b>()
-            
-            <a href="../../../classes/Gitlab/Graph/Commit.html#method-i-to_graph_hash" name="method-i-to_graph_hash" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-to_graph_hash_source')" id="l_method-i-to_graph_hash_source">show</a>
-                
-              </p>
-              <div id="method-i-to_graph_hash_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/graph/commit.rb, line 20</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">to_graph_hash</span>
-  <span class="ruby-identifier">h</span> = {}
-  <span class="ruby-identifier">h</span>[<span class="ruby-value">:parents</span>] = <span class="ruby-keyword">self</span>.<span class="ruby-identifier">parents</span>.<span class="ruby-identifier">collect</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">p</span><span class="ruby-operator">|</span>
-    [<span class="ruby-identifier">p</span>.<span class="ruby-identifier">id</span>,<span class="ruby-number">0</span>,<span class="ruby-number">0</span>]
-  <span class="ruby-keyword">end</span>
-  <span class="ruby-identifier">h</span>[<span class="ruby-value">:author</span>]  = <span class="ruby-identifier">author</span>.<span class="ruby-identifier">name</span>
-  <span class="ruby-identifier">h</span>[<span class="ruby-value">:time</span>]    = <span class="ruby-identifier">time</span>
-  <span class="ruby-identifier">h</span>[<span class="ruby-value">:space</span>]   = <span class="ruby-identifier">space</span>
-  <span class="ruby-identifier">h</span>[<span class="ruby-value">:refs</span>]    = <span class="ruby-identifier">refs</span>.<span class="ruby-identifier">collect</span>{<span class="ruby-operator">|</span><span class="ruby-identifier">r</span><span class="ruby-operator">|</span><span class="ruby-identifier">r</span>.<span class="ruby-identifier">name</span>}.<span class="ruby-identifier">join</span>(<span class="ruby-string">&quot; &quot;</span>) <span class="ruby-keyword">unless</span> <span class="ruby-identifier">refs</span>.<span class="ruby-identifier">nil?</span>
-  <span class="ruby-identifier">h</span>[<span class="ruby-value">:id</span>]      = <span class="ruby-identifier">sha</span>
-  <span class="ruby-identifier">h</span>[<span class="ruby-value">:date</span>]    = <span class="ruby-identifier">date</span>
-  <span class="ruby-identifier">h</span>[<span class="ruby-value">:message</span>] = <span class="ruby-identifier">message</span>
-  <span class="ruby-identifier">h</span>[<span class="ruby-value">:login</span>]   = <span class="ruby-identifier">author</span>.<span class="ruby-identifier">email</span>
-  <span class="ruby-identifier">h</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Gitlab/Graph/JsonBuilder.html b/doc/code/classes/Gitlab/Graph/JsonBuilder.html
deleted file mode 100644
index b410947bb85b4f986255a7d9e01221b3134e7047..0000000000000000000000000000000000000000
--- a/doc/code/classes/Gitlab/Graph/JsonBuilder.html
+++ /dev/null
@@ -1,707 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Gitlab::Graph::JsonBuilder</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Gitlab::Graph::JsonBuilder 
-            
-                <span class="parent">&lt; 
-                    
-                    Object
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../../../files/lib/gitlab/graph/json_builder_rb.html">lib/gitlab/graph/json_builder.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>B</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-base_space">base_space</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>C</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-collect_commits">collect_commits</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>F</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-find_free_space">find_free_space</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>I</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-index_commits">index_commits</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>M</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-mark_reserved">mark_reserved</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-c-max_count">max_count</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>N</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-c-new">new</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>P</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-place_chain">place_chain</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>T</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-take_left_leaves">take_left_leaves</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-to_json">to_json</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-      <!-- Section attributes -->
-      <div class="sectiontitle">Attributes</div>
-      <table border='0' cellpadding='5'>
-        
-          <tr valign='top'>
-            <td class='attr-rw'>
-              [RW]
-            </td>
-            <td class='attr-name'>commits</td>
-            <td class='attr-desc'></td>
-          </tr>
-        
-          <tr valign='top'>
-            <td class='attr-rw'>
-              [RW]
-            </td>
-            <td class='attr-name'>days</td>
-            <td class='attr-desc'></td>
-          </tr>
-        
-          <tr valign='top'>
-            <td class='attr-rw'>
-              [RW]
-            </td>
-            <td class='attr-name'>ref_cache</td>
-            <td class='attr-desc'></td>
-          </tr>
-        
-          <tr valign='top'>
-            <td class='attr-rw'>
-              [RW]
-            </td>
-            <td class='attr-name'>repo</td>
-            <td class='attr-desc'></td>
-          </tr>
-        
-      </table>
-    
-
-
-    <!-- Methods -->
-    
-      <div class="sectiontitle">Class Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-c-max_count">
-            
-              <b>max_count</b>()
-            
-            <a href="../../../classes/Gitlab/Graph/JsonBuilder.html#method-c-max_count" name="method-c-max_count" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-max_count_source')" id="l_method-c-max_count_source">show</a>
-                
-              </p>
-              <div id="method-c-max_count_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/graph/json_builder.rb, line 8</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">self</span>.<span class="ruby-identifier">max_count</span>
-  <span class="ruby-ivar">@max_count</span> <span class="ruby-operator">||=</span> <span class="ruby-number">650</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-c-new">
-            
-              <b>new</b>(project)
-            
-            <a href="../../../classes/Gitlab/Graph/JsonBuilder.html#method-c-new" name="method-c-new" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-new_source')" id="l_method-c-new_source">show</a>
-                
-              </p>
-              <div id="method-c-new_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/graph/json_builder.rb, line 12</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">initialize</span> <span class="ruby-identifier">project</span>
-  <span class="ruby-ivar">@project</span> = <span class="ruby-identifier">project</span>
-  <span class="ruby-ivar">@repo</span> = <span class="ruby-identifier">project</span>.<span class="ruby-identifier">repo</span>
-  <span class="ruby-ivar">@ref_cache</span> = {}
-
-  <span class="ruby-ivar">@commits</span> = <span class="ruby-identifier">collect_commits</span>
-  <span class="ruby-ivar">@days</span> = <span class="ruby-identifier">index_commits</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                  
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-to_json">
-            
-              <b>to_json</b>(*args)
-            
-            <a href="../../../classes/Gitlab/Graph/JsonBuilder.html#method-i-to_json" name="method-i-to_json" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-to_json_source')" id="l_method-i-to_json_source">show</a>
-                
-              </p>
-              <div id="method-i-to_json_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/graph/json_builder.rb, line 21</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">to_json</span>(*<span class="ruby-identifier">args</span>)
-  {
-    <span class="ruby-identifier">days</span><span class="ruby-operator">:</span> <span class="ruby-ivar">@days</span>.<span class="ruby-identifier">compact</span>.<span class="ruby-identifier">map</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">d</span><span class="ruby-operator">|</span> [<span class="ruby-identifier">d</span>.<span class="ruby-identifier">day</span>, <span class="ruby-identifier">d</span>.<span class="ruby-identifier">strftime</span>(<span class="ruby-string">&quot;%b&quot;</span>)] },
-    <span class="ruby-identifier">commits</span><span class="ruby-operator">:</span> <span class="ruby-ivar">@commits</span>.<span class="ruby-identifier">map</span>(&amp;<span class="ruby-value">:to_graph_hash</span>)
-  }.<span class="ruby-identifier">to_json</span>(*<span class="ruby-identifier">args</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-              
-      <div class="sectiontitle">Instance Protected methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-base_space">
-            
-              <b>base_space</b>(leaves, map)
-            
-            <a href="../../../classes/Gitlab/Graph/JsonBuilder.html#method-i-base_space" name="method-i-base_space" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-base_space_source')" id="l_method-i-base_space_source">show</a>
-                
-              </p>
-              <div id="method-i-base_space_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/graph/json_builder.rb, line 148</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">base_space</span>(<span class="ruby-identifier">leaves</span>, <span class="ruby-identifier">map</span>)
-  <span class="ruby-identifier">parents</span> = []
-  <span class="ruby-identifier">leaves</span>.<span class="ruby-identifier">each</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">l</span><span class="ruby-operator">|</span>
-    <span class="ruby-identifier">parents</span>.<span class="ruby-identifier">concat</span> <span class="ruby-identifier">l</span>.<span class="ruby-identifier">parents</span>.<span class="ruby-identifier">collect</span>.<span class="ruby-identifier">select</span>{<span class="ruby-operator">|</span><span class="ruby-identifier">p</span><span class="ruby-operator">|</span> <span class="ruby-identifier">map</span>.<span class="ruby-identifier">include?</span> <span class="ruby-identifier">p</span>.<span class="ruby-identifier">id</span> <span class="ruby-keyword">and</span> <span class="ruby-identifier">map</span>[<span class="ruby-identifier">p</span>.<span class="ruby-identifier">id</span>].<span class="ruby-identifier">space</span>.<span class="ruby-identifier">nonzero?</span>}
-  <span class="ruby-keyword">end</span>
-
-  <span class="ruby-identifier">space</span> = <span class="ruby-identifier">parents</span>.<span class="ruby-identifier">map</span>{<span class="ruby-operator">|</span><span class="ruby-identifier">p</span><span class="ruby-operator">|</span> <span class="ruby-identifier">map</span>[<span class="ruby-identifier">p</span>.<span class="ruby-identifier">id</span>].<span class="ruby-identifier">space</span>}.<span class="ruby-identifier">max</span> <span class="ruby-operator">||</span> <span class="ruby-number">0</span>
-  <span class="ruby-identifier">space</span> <span class="ruby-operator">+=</span> <span class="ruby-number">1</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-collect_commits">
-            
-              <b>collect_commits</b>()
-            
-            <a href="../../../classes/Gitlab/Graph/JsonBuilder.html#method-i-collect_commits" name="method-i-collect_commits" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Get commits from repository</p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-collect_commits_source')" id="l_method-i-collect_commits_source">show</a>
-                
-              </p>
-              <div id="method-i-collect_commits_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/graph/json_builder.rb, line 32</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">collect_commits</span>
-  <span class="ruby-ivar">@commits</span> = <span class="ruby-constant">Grit</span><span class="ruby-operator">::</span><span class="ruby-constant">Commit</span>.<span class="ruby-identifier">find_all</span>(<span class="ruby-identifier">repo</span>, <span class="ruby-keyword">nil</span>, {<span class="ruby-identifier">max_count</span><span class="ruby-operator">:</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">class</span>.<span class="ruby-identifier">max_count</span>}).<span class="ruby-identifier">dup</span>
-
-  <span class="ruby-comment"># Decorate with app/models/commit.rb</span>
-  <span class="ruby-ivar">@commits</span>.<span class="ruby-identifier">map!</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">commit</span><span class="ruby-operator">|</span> <span class="ruby-operator">::</span><span class="ruby-constant">Commit</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">commit</span>) }
-
-  <span class="ruby-comment"># Decorate with lib/gitlab/graph/commit.rb</span>
-  <span class="ruby-ivar">@commits</span>.<span class="ruby-identifier">map!</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">commit</span><span class="ruby-operator">|</span> <span class="ruby-constant">Gitlab</span><span class="ruby-operator">::</span><span class="ruby-constant">Graph</span><span class="ruby-operator">::</span><span class="ruby-constant">Commit</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">commit</span>) }
-
-  <span class="ruby-comment"># add refs to each commit</span>
-  <span class="ruby-ivar">@commits</span>.<span class="ruby-identifier">each</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">commit</span><span class="ruby-operator">|</span> <span class="ruby-identifier">commit</span>.<span class="ruby-identifier">add_refs</span>(<span class="ruby-identifier">ref_cache</span>, <span class="ruby-identifier">repo</span>) }
-
-  <span class="ruby-ivar">@commits</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-find_free_space">
-            
-              <b>find_free_space</b>(leaves, map)
-            
-            <a href="../../../classes/Gitlab/Graph/JsonBuilder.html#method-i-find_free_space" name="method-i-find_free_space" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-find_free_space_source')" id="l_method-i-find_free_space_source">show</a>
-                
-              </p>
-              <div id="method-i-find_free_space_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/graph/json_builder.rb, line 135</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">find_free_space</span>(<span class="ruby-identifier">leaves</span>, <span class="ruby-identifier">map</span>)
-  <span class="ruby-identifier">time_range</span> = <span class="ruby-identifier">leaves</span>.<span class="ruby-identifier">last</span>.<span class="ruby-identifier">time</span><span class="ruby-operator">..</span><span class="ruby-identifier">leaves</span>.<span class="ruby-identifier">first</span>.<span class="ruby-identifier">time</span>
-  <span class="ruby-identifier">reserved</span> = []
-  <span class="ruby-keyword">for</span> <span class="ruby-identifier">day</span> <span class="ruby-keyword">in</span> <span class="ruby-identifier">time_range</span>
-    <span class="ruby-identifier">reserved</span> <span class="ruby-operator">+=</span> <span class="ruby-ivar">@_reserved</span>[<span class="ruby-identifier">day</span>]
-  <span class="ruby-keyword">end</span>
-  <span class="ruby-identifier">space</span> = <span class="ruby-identifier">base_space</span>(<span class="ruby-identifier">leaves</span>, <span class="ruby-identifier">map</span>)
-  <span class="ruby-keyword">while</span> <span class="ruby-identifier">reserved</span>.<span class="ruby-identifier">include?</span> <span class="ruby-identifier">space</span> <span class="ruby-keyword">do</span>
-    <span class="ruby-identifier">space</span> <span class="ruby-operator">+=</span> <span class="ruby-number">1</span>
-  <span class="ruby-keyword">end</span>
-  <span class="ruby-identifier">space</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-index_commits">
-            
-              <b>index_commits</b>()
-            
-            <a href="../../../classes/Gitlab/Graph/JsonBuilder.html#method-i-index_commits" name="method-i-index_commits" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Method is adding time and space on the list of commits. As well as returns
-date list corelated with time set on commits.</p>
-
-<p>@param [Array&lt;Graph::Commit&gt;] comits to index</p>
-
-<p>@return [Array&lt;TimeDate&gt;] list of commit dates corelated with time on
-commits</p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-index_commits_source')" id="l_method-i-index_commits_source">show</a>
-                
-              </p>
-              <div id="method-i-index_commits_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/graph/json_builder.rb, line 54</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">index_commits</span>
-  <span class="ruby-identifier">days</span>, <span class="ruby-identifier">heads</span> = [], []
-  <span class="ruby-identifier">map</span> = {}
-
-  <span class="ruby-identifier">commits</span>.<span class="ruby-identifier">reverse</span>.<span class="ruby-identifier">each_with_index</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">c</span>,<span class="ruby-identifier">i</span><span class="ruby-operator">|</span>
-    <span class="ruby-identifier">c</span>.<span class="ruby-identifier">time</span> = <span class="ruby-identifier">i</span>
-    <span class="ruby-identifier">days</span>[<span class="ruby-identifier">i</span>] = <span class="ruby-identifier">c</span>.<span class="ruby-identifier">committed_date</span>
-    <span class="ruby-identifier">map</span>[<span class="ruby-identifier">c</span>.<span class="ruby-identifier">id</span>] = <span class="ruby-identifier">c</span>
-    <span class="ruby-identifier">heads</span> <span class="ruby-operator">+=</span> <span class="ruby-identifier">c</span>.<span class="ruby-identifier">refs</span> <span class="ruby-keyword">unless</span> <span class="ruby-identifier">c</span>.<span class="ruby-identifier">refs</span>.<span class="ruby-identifier">nil?</span>
-  <span class="ruby-keyword">end</span>
-
-  <span class="ruby-identifier">heads</span>.<span class="ruby-identifier">select!</span>{<span class="ruby-operator">|</span><span class="ruby-identifier">h</span><span class="ruby-operator">|</span> <span class="ruby-identifier">h</span>.<span class="ruby-identifier">is_a?</span> <span class="ruby-constant">Grit</span><span class="ruby-operator">::</span><span class="ruby-constant">Head</span> <span class="ruby-keyword">or</span> <span class="ruby-identifier">h</span>.<span class="ruby-identifier">is_a?</span> <span class="ruby-constant">Grit</span><span class="ruby-operator">::</span><span class="ruby-constant">Remote</span>}
-  <span class="ruby-comment"># sort heads so the master is top and current branches are closer</span>
-  <span class="ruby-identifier">heads</span>.<span class="ruby-identifier">sort!</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">a</span>,<span class="ruby-identifier">b</span><span class="ruby-operator">|</span>
-    <span class="ruby-keyword">if</span> <span class="ruby-identifier">a</span>.<span class="ruby-identifier">name</span> <span class="ruby-operator">==</span> <span class="ruby-string">&quot;master&quot;</span>
-      <span class="ruby-number">-1</span>
-    <span class="ruby-keyword">elsif</span> <span class="ruby-identifier">b</span>.<span class="ruby-identifier">name</span> <span class="ruby-operator">==</span> <span class="ruby-string">&quot;master&quot;</span>
-      <span class="ruby-number">1</span>
-    <span class="ruby-keyword">else</span>
-      <span class="ruby-identifier">b</span>.<span class="ruby-identifier">commit</span>.<span class="ruby-identifier">committed_date</span> <span class="ruby-operator">&lt;=&gt;</span> <span class="ruby-identifier">a</span>.<span class="ruby-identifier">commit</span>.<span class="ruby-identifier">committed_date</span>
-    <span class="ruby-keyword">end</span>
-  <span class="ruby-keyword">end</span>
-
-  <span class="ruby-ivar">@_reserved</span> = {}
-  <span class="ruby-identifier">days</span>.<span class="ruby-identifier">each_index</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">i</span><span class="ruby-operator">|</span>
-    <span class="ruby-ivar">@_reserved</span>[<span class="ruby-identifier">i</span>] = []
-  <span class="ruby-keyword">end</span>
-
-  <span class="ruby-identifier">heads</span>.<span class="ruby-identifier">each</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">h</span><span class="ruby-operator">|</span>
-    <span class="ruby-keyword">if</span> <span class="ruby-identifier">map</span>.<span class="ruby-identifier">include?</span> <span class="ruby-identifier">h</span>.<span class="ruby-identifier">commit</span>.<span class="ruby-identifier">id</span> <span class="ruby-keyword">then</span>
-      <span class="ruby-identifier">place_chain</span>(<span class="ruby-identifier">map</span>[<span class="ruby-identifier">h</span>.<span class="ruby-identifier">commit</span>.<span class="ruby-identifier">id</span>], <span class="ruby-identifier">map</span>)
-    <span class="ruby-keyword">end</span>
-  <span class="ruby-keyword">end</span>
-
-  <span class="ruby-identifier">days</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-mark_reserved">
-            
-              <b>mark_reserved</b>(time_range, space)
-            
-            <a href="../../../classes/Gitlab/Graph/JsonBuilder.html#method-i-mark_reserved" name="method-i-mark_reserved" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-mark_reserved_source')" id="l_method-i-mark_reserved_source">show</a>
-                
-              </p>
-              <div id="method-i-mark_reserved_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/graph/json_builder.rb, line 129</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">mark_reserved</span>(<span class="ruby-identifier">time_range</span>, <span class="ruby-identifier">space</span>)
-  <span class="ruby-keyword">for</span> <span class="ruby-identifier">day</span> <span class="ruby-keyword">in</span> <span class="ruby-identifier">time_range</span>
-    <span class="ruby-ivar">@_reserved</span>[<span class="ruby-identifier">day</span>].<span class="ruby-identifier">push</span>(<span class="ruby-identifier">space</span>)
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-place_chain">
-            
-              <b>place_chain</b>(commit, map, parent_time = nil)
-            
-            <a href="../../../classes/Gitlab/Graph/JsonBuilder.html#method-i-place_chain" name="method-i-place_chain" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Add space mark on commit and its parents</p>
-
-<p>@param [Graph::Commit] the commit object. @param
-[Hash&lt;String,Graph::Commit&gt;] map of commits</p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-place_chain_source')" id="l_method-i-place_chain_source">show</a>
-                
-              </p>
-              <div id="method-i-place_chain_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/graph/json_builder.rb, line 95</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">place_chain</span>(<span class="ruby-identifier">commit</span>, <span class="ruby-identifier">map</span>, <span class="ruby-identifier">parent_time</span> = <span class="ruby-keyword">nil</span>)
-  <span class="ruby-identifier">leaves</span> = <span class="ruby-identifier">take_left_leaves</span>(<span class="ruby-identifier">commit</span>, <span class="ruby-identifier">map</span>)
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">leaves</span>.<span class="ruby-identifier">empty?</span>
-    <span class="ruby-keyword">return</span>
-  <span class="ruby-keyword">end</span>
-  <span class="ruby-identifier">space</span> = <span class="ruby-identifier">find_free_space</span>(<span class="ruby-identifier">leaves</span>, <span class="ruby-identifier">map</span>)
-  <span class="ruby-identifier">leaves</span>.<span class="ruby-identifier">each</span>{<span class="ruby-operator">|</span><span class="ruby-identifier">l</span><span class="ruby-operator">|</span> <span class="ruby-identifier">l</span>.<span class="ruby-identifier">space</span> = <span class="ruby-identifier">space</span>}
-  <span class="ruby-comment"># and mark it as reserved</span>
-  <span class="ruby-identifier">min_time</span> = <span class="ruby-identifier">leaves</span>.<span class="ruby-identifier">last</span>.<span class="ruby-identifier">time</span>
-  <span class="ruby-identifier">parents</span> = <span class="ruby-identifier">leaves</span>.<span class="ruby-identifier">last</span>.<span class="ruby-identifier">parents</span>.<span class="ruby-identifier">collect</span>
-  <span class="ruby-identifier">parents</span>.<span class="ruby-identifier">each</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">p</span><span class="ruby-operator">|</span>
-    <span class="ruby-keyword">if</span> <span class="ruby-identifier">map</span>.<span class="ruby-identifier">include?</span> <span class="ruby-identifier">p</span>.<span class="ruby-identifier">id</span>
-      <span class="ruby-identifier">parent</span> = <span class="ruby-identifier">map</span>[<span class="ruby-identifier">p</span>.<span class="ruby-identifier">id</span>]
-      <span class="ruby-keyword">if</span> <span class="ruby-identifier">parent</span>.<span class="ruby-identifier">time</span> <span class="ruby-operator">&lt;</span> <span class="ruby-identifier">min_time</span>
-        <span class="ruby-identifier">min_time</span> = <span class="ruby-identifier">parent</span>.<span class="ruby-identifier">time</span>
-      <span class="ruby-keyword">end</span>
-    <span class="ruby-keyword">end</span>
-  <span class="ruby-keyword">end</span>
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">parent_time</span>.<span class="ruby-identifier">nil?</span>
-    <span class="ruby-identifier">max_time</span> = <span class="ruby-identifier">leaves</span>.<span class="ruby-identifier">first</span>.<span class="ruby-identifier">time</span>
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-identifier">max_time</span> = <span class="ruby-identifier">parent_time</span> <span class="ruby-operator">-</span> <span class="ruby-number">1</span>
-  <span class="ruby-keyword">end</span>
-  <span class="ruby-identifier">mark_reserved</span>(<span class="ruby-identifier">min_time</span><span class="ruby-operator">..</span><span class="ruby-identifier">max_time</span>, <span class="ruby-identifier">space</span>)
-
-  <span class="ruby-comment"># Visit branching chains</span>
-  <span class="ruby-identifier">leaves</span>.<span class="ruby-identifier">each</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">l</span><span class="ruby-operator">|</span>
-    <span class="ruby-identifier">parents</span> = <span class="ruby-identifier">l</span>.<span class="ruby-identifier">parents</span>.<span class="ruby-identifier">collect</span>.<span class="ruby-identifier">select</span>{<span class="ruby-operator">|</span><span class="ruby-identifier">p</span><span class="ruby-operator">|</span> <span class="ruby-identifier">map</span>.<span class="ruby-identifier">include?</span> <span class="ruby-identifier">p</span>.<span class="ruby-identifier">id</span> <span class="ruby-keyword">and</span> <span class="ruby-identifier">map</span>[<span class="ruby-identifier">p</span>.<span class="ruby-identifier">id</span>].<span class="ruby-identifier">space</span>.<span class="ruby-identifier">zero?</span>}
-    <span class="ruby-keyword">for</span> <span class="ruby-identifier">p</span> <span class="ruby-keyword">in</span> <span class="ruby-identifier">parents</span>
-      <span class="ruby-identifier">place_chain</span>(<span class="ruby-identifier">map</span>[<span class="ruby-identifier">p</span>.<span class="ruby-identifier">id</span>], <span class="ruby-identifier">map</span>, <span class="ruby-identifier">l</span>.<span class="ruby-identifier">time</span>)
-    <span class="ruby-keyword">end</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-take_left_leaves">
-            
-              <b>take_left_leaves</b>(commit, map)
-            
-            <a href="../../../classes/Gitlab/Graph/JsonBuilder.html#method-i-take_left_leaves" name="method-i-take_left_leaves" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Takes most left subtree branch of commits which don’t have space mark yet.</p>
-
-<p>@param [Graph::Commit] the commit object. @param
-[Hash&lt;String,Graph::Commit&gt;] map of commits</p>
-
-<p>@return [Array&lt;Graph::Commit&gt;] list of branch commits</p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-take_left_leaves_source')" id="l_method-i-take_left_leaves_source">show</a>
-                
-              </p>
-              <div id="method-i-take_left_leaves_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/graph/json_builder.rb, line 165</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">take_left_leaves</span>(<span class="ruby-identifier">commit</span>, <span class="ruby-identifier">map</span>)
-  <span class="ruby-identifier">leaves</span> = []
-  <span class="ruby-identifier">leaves</span>.<span class="ruby-identifier">push</span>(<span class="ruby-identifier">commit</span>) <span class="ruby-keyword">if</span> <span class="ruby-identifier">commit</span>.<span class="ruby-identifier">space</span>.<span class="ruby-identifier">zero?</span>
-
-  <span class="ruby-keyword">while</span> <span class="ruby-keyword">true</span>
-    <span class="ruby-keyword">return</span> <span class="ruby-identifier">leaves</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">commit</span>.<span class="ruby-identifier">parents</span>.<span class="ruby-identifier">count</span>.<span class="ruby-identifier">zero?</span>
-    <span class="ruby-keyword">return</span> <span class="ruby-identifier">leaves</span> <span class="ruby-keyword">unless</span> <span class="ruby-identifier">map</span>.<span class="ruby-identifier">include?</span> <span class="ruby-identifier">commit</span>.<span class="ruby-identifier">parents</span>.<span class="ruby-identifier">first</span>.<span class="ruby-identifier">id</span>
-
-    <span class="ruby-identifier">commit</span> = <span class="ruby-identifier">map</span>[<span class="ruby-identifier">commit</span>.<span class="ruby-identifier">parents</span>.<span class="ruby-identifier">first</span>.<span class="ruby-identifier">id</span>]
-
-    <span class="ruby-keyword">return</span> <span class="ruby-identifier">leaves</span> <span class="ruby-keyword">unless</span> <span class="ruby-identifier">commit</span>.<span class="ruby-identifier">space</span>.<span class="ruby-identifier">zero?</span>
-
-    <span class="ruby-identifier">leaves</span>.<span class="ruby-identifier">push</span>(<span class="ruby-identifier">commit</span>)
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Gitlab/InlineDiff.html b/doc/code/classes/Gitlab/InlineDiff.html
deleted file mode 100644
index cd04b7d018d26798b56b8c7f739c4de92a46a9b9..0000000000000000000000000000000000000000
--- a/doc/code/classes/Gitlab/InlineDiff.html
+++ /dev/null
@@ -1,299 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Gitlab::InlineDiff</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/github.css" type="text/css" media="screen" />
-<script src="../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Gitlab::InlineDiff 
-            
-                <span class="parent">&lt; 
-                    
-                    Object
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../../files/lib/gitlab/inline_diff_rb.html">lib/gitlab/inline_diff.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>#</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-c-_indexes_of_changed_lines">_indexes_of_changed_lines</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>P</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-c-processing">processing</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>R</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-c-replace_markers">replace_markers</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-      <!-- Section constants -->
-      <div class="sectiontitle">Constants</div>
-      <table border='0' cellpadding='5'>
-        
-          <tr valign='top'>
-            <td class="attr-name">START</td>
-            <td>=</td>
-            <td class="attr-value">&quot;#!idiff-start!#&quot;</td>
-          </tr>
-          
-            <tr valign='top'>
-              <td>&nbsp;</td>
-              <td colspan="2" class="attr-desc"></td>
-            </tr>
-          
-        
-          <tr valign='top'>
-            <td class="attr-name">FINISH</td>
-            <td>=</td>
-            <td class="attr-value">&quot;#!idiff-finish!#&quot;</td>
-          </tr>
-          
-            <tr valign='top'>
-              <td>&nbsp;</td>
-              <td colspan="2" class="attr-desc"></td>
-            </tr>
-          
-        
-      </table>
-    
-
-
-    
-
-
-    <!-- Methods -->
-    
-      <div class="sectiontitle">Class Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-c-_indexes_of_changed_lines">
-            
-              <b>_indexes_of_changed_lines</b>(diff_arr)
-            
-            <a href="../../classes/Gitlab/InlineDiff.html#method-c-_indexes_of_changed_lines" name="method-c-_indexes_of_changed_lines" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-_indexes_of_changed_lines_source')" id="l_method-c-_indexes_of_changed_lines_source">show</a>
-                
-              </p>
-              <div id="method-c-_indexes_of_changed_lines_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/inline_diff.rb, line 42</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">_indexes_of_changed_lines</span> <span class="ruby-identifier">diff_arr</span>
-  <span class="ruby-identifier">chain_of_first_symbols</span> = <span class="ruby-string">&quot;&quot;</span>
-  <span class="ruby-identifier">diff_arr</span>.<span class="ruby-identifier">each_with_index</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">line</span>, <span class="ruby-identifier">i</span><span class="ruby-operator">|</span>
-    <span class="ruby-identifier">chain_of_first_symbols</span> <span class="ruby-operator">+=</span> <span class="ruby-identifier">line</span>[<span class="ruby-number">0</span>]
-  <span class="ruby-keyword">end</span>
-  <span class="ruby-identifier">chain_of_first_symbols</span>.<span class="ruby-identifier">gsub!</span>(<span class="ruby-regexp">%r[^\-\+]/</span>, <span class="ruby-node">&quot;#&quot;</span>)
-
-  <span class="ruby-identifier">offset</span> = <span class="ruby-number">0</span>
-  <span class="ruby-identifier">indexes</span> = []
-  <span class="ruby-keyword">while</span> <span class="ruby-identifier">index</span> = <span class="ruby-identifier">chain_of_first_symbols</span>.<span class="ruby-identifier">index</span>(<span class="ruby-node">&quot;#-+#&quot;</span>, <span class="ruby-identifier">offset</span>)
-    <span class="ruby-identifier">indexes</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-identifier">index</span>
-    <span class="ruby-identifier">offset</span> = <span class="ruby-identifier">index</span> <span class="ruby-operator">+</span> <span class="ruby-number">1</span>
-  <span class="ruby-keyword">end</span>
-  <span class="ruby-identifier">indexes</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-c-processing">
-            
-              <b>processing</b>(diff_arr)
-            
-            <a href="../../classes/Gitlab/InlineDiff.html#method-c-processing" name="method-c-processing" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-processing_source')" id="l_method-c-processing_source">show</a>
-                
-              </p>
-              <div id="method-c-processing_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/inline_diff.rb, line 8</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">processing</span> <span class="ruby-identifier">diff_arr</span>
-  <span class="ruby-identifier">indexes</span> = <span class="ruby-identifier">_indexes_of_changed_lines</span> <span class="ruby-identifier">diff_arr</span>
-
-  <span class="ruby-identifier">indexes</span>.<span class="ruby-identifier">each</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">index</span><span class="ruby-operator">|</span>
-    <span class="ruby-identifier">first_line</span> = <span class="ruby-identifier">diff_arr</span>[<span class="ruby-identifier">index</span><span class="ruby-operator">+</span><span class="ruby-number">1</span>]
-    <span class="ruby-identifier">second_line</span> = <span class="ruby-identifier">diff_arr</span>[<span class="ruby-identifier">index</span><span class="ruby-operator">+</span><span class="ruby-number">2</span>]
-    <span class="ruby-identifier">max_length</span> = [<span class="ruby-identifier">first_line</span>.<span class="ruby-identifier">size</span>, <span class="ruby-identifier">second_line</span>.<span class="ruby-identifier">size</span>].<span class="ruby-identifier">max</span>
-
-    <span class="ruby-identifier">first_the_same_symbols</span> = <span class="ruby-number">0</span>
-    (<span class="ruby-number">0</span><span class="ruby-operator">..</span><span class="ruby-identifier">max_length</span> <span class="ruby-operator">+</span> <span class="ruby-number">1</span>).<span class="ruby-identifier">each</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">i</span><span class="ruby-operator">|</span>
-      <span class="ruby-identifier">first_the_same_symbols</span> = <span class="ruby-identifier">i</span> <span class="ruby-operator">-</span> <span class="ruby-number">1</span>
-      <span class="ruby-keyword">if</span> <span class="ruby-identifier">first_line</span>[<span class="ruby-identifier">i</span>] <span class="ruby-operator">!=</span> <span class="ruby-identifier">second_line</span>[<span class="ruby-identifier">i</span>] <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">i</span> <span class="ruby-operator">&gt;</span> <span class="ruby-number">0</span>
-        <span class="ruby-keyword">break</span>
-      <span class="ruby-keyword">end</span>
-    <span class="ruby-keyword">end</span>
-    <span class="ruby-identifier">first_token</span> = <span class="ruby-identifier">first_line</span>[<span class="ruby-number">0</span><span class="ruby-operator">..</span><span class="ruby-identifier">first_the_same_symbols</span>][<span class="ruby-number">1</span><span class="ruby-operator">..</span><span class="ruby-number">-1</span>]
-    <span class="ruby-identifier">diff_arr</span>[<span class="ruby-identifier">index</span><span class="ruby-operator">+</span><span class="ruby-number">1</span>].<span class="ruby-identifier">sub!</span>(<span class="ruby-identifier">first_token</span>, <span class="ruby-identifier">first_token</span> <span class="ruby-operator">+</span> <span class="ruby-constant">START</span>)
-    <span class="ruby-identifier">diff_arr</span>[<span class="ruby-identifier">index</span><span class="ruby-operator">+</span><span class="ruby-number">2</span>].<span class="ruby-identifier">sub!</span>(<span class="ruby-identifier">first_token</span>, <span class="ruby-identifier">first_token</span> <span class="ruby-operator">+</span> <span class="ruby-constant">START</span>)
-    <span class="ruby-identifier">last_the_same_symbols</span> = <span class="ruby-number">0</span>
-    (<span class="ruby-number">1</span><span class="ruby-operator">..</span><span class="ruby-identifier">max_length</span> <span class="ruby-operator">+</span> <span class="ruby-number">1</span>).<span class="ruby-identifier">each</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">i</span><span class="ruby-operator">|</span>
-      <span class="ruby-identifier">last_the_same_symbols</span> = <span class="ruby-operator">-</span><span class="ruby-identifier">i</span>
-      <span class="ruby-identifier">shortest_line</span> = <span class="ruby-identifier">second_line</span>.<span class="ruby-identifier">size</span> <span class="ruby-operator">&gt;</span> <span class="ruby-identifier">first_line</span>.<span class="ruby-identifier">size</span> <span class="ruby-operator">?</span> <span class="ruby-identifier">first_line</span> <span class="ruby-operator">:</span> <span class="ruby-identifier">second_line</span>
-      <span class="ruby-keyword">if</span> ( <span class="ruby-identifier">first_line</span>[<span class="ruby-operator">-</span><span class="ruby-identifier">i</span>] <span class="ruby-operator">!=</span> <span class="ruby-identifier">second_line</span>[<span class="ruby-operator">-</span><span class="ruby-identifier">i</span>] ) <span class="ruby-operator">||</span> <span class="ruby-node">&quot;#{first_token}#{START}&quot;</span>.<span class="ruby-identifier">size</span> <span class="ruby-operator">==</span> <span class="ruby-identifier">shortest_line</span>[<span class="ruby-number">1</span><span class="ruby-operator">..</span><span class="ruby-operator">-</span><span class="ruby-identifier">i</span>].<span class="ruby-identifier">size</span>
-        <span class="ruby-keyword">break</span>
-      <span class="ruby-keyword">end</span>
-    <span class="ruby-keyword">end</span>
-    <span class="ruby-identifier">last_the_same_symbols</span> <span class="ruby-operator">+=</span> <span class="ruby-number">1</span>
-    <span class="ruby-identifier">last_token</span> = <span class="ruby-identifier">first_line</span>[<span class="ruby-identifier">last_the_same_symbols</span><span class="ruby-operator">..</span><span class="ruby-number">-1</span>]
-    <span class="ruby-identifier">diff_arr</span>[<span class="ruby-identifier">index</span><span class="ruby-operator">+</span><span class="ruby-number">1</span>].<span class="ruby-identifier">sub!</span>(<span class="ruby-node">%r#{Regexp.escape(last_token)}$/</span>, <span class="ruby-constant">FINISH</span> <span class="ruby-operator">+</span> <span class="ruby-identifier">last_token</span>)
-    <span class="ruby-identifier">diff_arr</span>[<span class="ruby-identifier">index</span><span class="ruby-operator">+</span><span class="ruby-number">2</span>].<span class="ruby-identifier">sub!</span>(<span class="ruby-node">%r#{Regexp.escape(last_token)}$/</span>, <span class="ruby-constant">FINISH</span> <span class="ruby-operator">+</span> <span class="ruby-identifier">last_token</span>)
-  <span class="ruby-keyword">end</span>
-  <span class="ruby-identifier">diff_arr</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-c-replace_markers">
-            
-              <b>replace_markers</b>(line)
-            
-            <a href="../../classes/Gitlab/InlineDiff.html#method-c-replace_markers" name="method-c-replace_markers" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-replace_markers_source')" id="l_method-c-replace_markers_source">show</a>
-                
-              </p>
-              <div id="method-c-replace_markers_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/inline_diff.rb, line 58</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">replace_markers</span> <span class="ruby-identifier">line</span>
-  <span class="ruby-identifier">line</span>.<span class="ruby-identifier">gsub!</span>(<span class="ruby-constant">START</span>, <span class="ruby-string">&quot;&lt;span class='idiff'&gt;&quot;</span>)
-  <span class="ruby-identifier">line</span>.<span class="ruby-identifier">gsub!</span>(<span class="ruby-constant">FINISH</span>, <span class="ruby-string">&quot;&lt;/span&gt;&quot;</span>)
-  <span class="ruby-identifier">line</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                        </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Gitlab/Issues.html b/doc/code/classes/Gitlab/Issues.html
deleted file mode 100644
index 91c6dead2a659c88d2fc3cf85e8049f2aa106dba..0000000000000000000000000000000000000000
--- a/doc/code/classes/Gitlab/Issues.html
+++ /dev/null
@@ -1,82 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Gitlab::Issues</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/github.css" type="text/css" media="screen" />
-<script src="../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Gitlab::Issues 
-            
-                <span class="parent">&lt; 
-                    
-                    Grape::API
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../../files/lib/api/issues_rb.html">lib/api/issues.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<p><a href="Issues.html">Issues</a> <a href="API.html">API</a></p>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Gitlab/Logger.html b/doc/code/classes/Gitlab/Logger.html
deleted file mode 100644
index 2c523c19219158122f45f1c84806f54423b5a97b..0000000000000000000000000000000000000000
--- a/doc/code/classes/Gitlab/Logger.html
+++ /dev/null
@@ -1,315 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Gitlab::Logger</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/github.css" type="text/css" media="screen" />
-<script src="../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Gitlab::Logger 
-            
-                <span class="parent">&lt; 
-                    
-                    Logger
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../../files/lib/gitlab/logger_rb.html">lib/gitlab/logger.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>B</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-c-build">build</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>E</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-c-error">error</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>I</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-c-info">info</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>R</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-c-read_latest">read_latest</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-c-read_latest_for">read_latest_for</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-    
-      <div class="sectiontitle">Class Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-c-build">
-            
-              <b>build</b>()
-            
-            <a href="../../classes/Gitlab/Logger.html#method-c-build" name="method-c-build" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-build_source')" id="l_method-c-build_source">show</a>
-                
-              </p>
-              <div id="method-c-build_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/logger.rb, line 22</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">self</span>.<span class="ruby-identifier">build</span>
-  <span class="ruby-identifier">new</span>(<span class="ruby-constant">Rails</span>.<span class="ruby-identifier">root</span>.<span class="ruby-identifier">join</span>(<span class="ruby-string">&quot;log&quot;</span>, <span class="ruby-identifier">file_name</span>))
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-c-error">
-            
-              <b>error</b>(message)
-            
-            <a href="../../classes/Gitlab/Logger.html#method-c-error" name="method-c-error" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-error_source')" id="l_method-c-error_source">show</a>
-                
-              </p>
-              <div id="method-c-error_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/logger.rb, line 3</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">self</span>.<span class="ruby-identifier">error</span>(<span class="ruby-identifier">message</span>)
-  <span class="ruby-identifier">build</span>.<span class="ruby-identifier">error</span>(<span class="ruby-identifier">message</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-c-info">
-            
-              <b>info</b>(message)
-            
-            <a href="../../classes/Gitlab/Logger.html#method-c-info" name="method-c-info" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-info_source')" id="l_method-c-info_source">show</a>
-                
-              </p>
-              <div id="method-c-info_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/logger.rb, line 7</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">self</span>.<span class="ruby-identifier">info</span>(<span class="ruby-identifier">message</span>)
-  <span class="ruby-identifier">build</span>.<span class="ruby-identifier">info</span>(<span class="ruby-identifier">message</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-c-read_latest">
-            
-              <b>read_latest</b>()
-            
-            <a href="../../classes/Gitlab/Logger.html#method-c-read_latest" name="method-c-read_latest" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-read_latest_source')" id="l_method-c-read_latest_source">show</a>
-                
-              </p>
-              <div id="method-c-read_latest_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/logger.rb, line 11</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">self</span>.<span class="ruby-identifier">read_latest</span>
-  <span class="ruby-identifier">path</span> = <span class="ruby-constant">Rails</span>.<span class="ruby-identifier">root</span>.<span class="ruby-identifier">join</span>(<span class="ruby-string">&quot;log&quot;</span>, <span class="ruby-identifier">file_name</span>)
-  <span class="ruby-keyword">self</span>.<span class="ruby-identifier">build</span> <span class="ruby-keyword">unless</span> <span class="ruby-constant">File</span>.<span class="ruby-identifier">exist?</span>(<span class="ruby-identifier">path</span>)
-  <span class="ruby-identifier">logs</span> = <span class="ruby-node">%xtail -n 2000 #{path}`</span>.<span class="ruby-identifier">split</span>(<span class="ruby-string">&quot;\n&quot;</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-c-read_latest_for">
-            
-              <b>read_latest_for</b>(filename)
-            
-            <a href="../../classes/Gitlab/Logger.html#method-c-read_latest_for" name="method-c-read_latest_for" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-read_latest_for_source')" id="l_method-c-read_latest_for_source">show</a>
-                
-              </p>
-              <div id="method-c-read_latest_for_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/logger.rb, line 17</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">self</span>.<span class="ruby-identifier">read_latest_for</span> <span class="ruby-identifier">filename</span>
-  <span class="ruby-identifier">path</span> = <span class="ruby-constant">Rails</span>.<span class="ruby-identifier">root</span>.<span class="ruby-identifier">join</span>(<span class="ruby-string">&quot;log&quot;</span>, <span class="ruby-identifier">filename</span>)
-  <span class="ruby-identifier">logs</span> = <span class="ruby-node">%xtail -n 2000 #{path}`</span>.<span class="ruby-identifier">split</span>(<span class="ruby-string">&quot;\n&quot;</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                        </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Gitlab/Markdown.html b/doc/code/classes/Gitlab/Markdown.html
deleted file mode 100644
index 45d853f3684a3d9b5b911efbef33667cf886d120..0000000000000000000000000000000000000000
--- a/doc/code/classes/Gitlab/Markdown.html
+++ /dev/null
@@ -1,258 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Gitlab::Markdown</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/github.css" type="text/css" media="screen" />
-<script src="../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Module</span> 
-            Gitlab::Markdown 
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../../files/lib/gitlab/markdown_rb.html">lib/gitlab/markdown.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<p>Custom parser for GitLab-flavored <a href="Markdown.html">Markdown</a></p>
-
-<p>It replaces references in the text with links to the appropriate items in
-GitLab.</p>
-
-<p>Supported reference formats are:</p>
-
-<pre>* @foo for team members
-* #123 for issues
-* !123 for merge requests
-* $123 for snippets
-* 123456 for commits</pre>
-
-<p>It also parses Emoji codes to insert images. See <a
-href="http://www.emoji-cheat-sheet.com/">www.emoji-cheat-sheet.com/</a> for
-a list of the supported icons.</p>
-
-<p>Examples</p>
-
-<pre class="ruby"><span class="ruby-operator">&gt;&gt;</span> <span class="ruby-identifier">gfm</span>(<span class="ruby-string">&quot;Hey @david, can you fix this?&quot;</span>)
-=<span class="ruby-operator">&gt;</span> <span class="ruby-string">&quot;Hey &lt;a href=&quot;</span><span class="ruby-operator">/</span><span class="ruby-identifier">gitlab</span><span class="ruby-operator">/</span><span class="ruby-identifier">team_members</span><span class="ruby-operator">/</span><span class="ruby-value">1</span><span class="ruby-string">&quot;&gt;@david&lt;/a&gt;, can you fix this?&quot;</span>
-
-<span class="ruby-operator">&gt;&gt;</span> <span class="ruby-identifier">gfm</span>(<span class="ruby-node">&quot;Commit 35d5f7c closes #1234&quot;</span>)
-=<span class="ruby-operator">&gt;</span> <span class="ruby-string">&quot;Commit &lt;a href=&quot;</span><span class="ruby-operator">/</span><span class="ruby-identifier">gitlab</span><span class="ruby-operator">/</span><span class="ruby-identifier">commits</span><span class="ruby-operator">/</span><span class="ruby-value">35</span><span class="ruby-identifier">d5f7c</span><span class="ruby-string">&quot;&gt;35d5f7c&lt;/a&gt; closes &lt;a href=&quot;</span><span class="ruby-operator">/</span><span class="ruby-identifier">gitlab</span><span class="ruby-operator">/</span><span class="ruby-identifier">issues</span><span class="ruby-operator">/</span><span class="ruby-value">1234</span><span class="ruby-node">&quot;&gt;#1234&lt;/a&gt;&quot;</span>
-
-<span class="ruby-operator">&gt;&gt;</span> <span class="ruby-identifier">gfm</span>(<span class="ruby-string">&quot;:trollface:&quot;</span>)
-=<span class="ruby-operator">&gt;</span> <span class="ruby-string">&quot;&lt;img alt=\&quot;:trollface:\&quot; class=\&quot;emoji\&quot; src=\&quot;/images/trollface.png&quot;</span> <span class="ruby-identifier">title</span>=\<span class="ruby-string">&quot;:trollface:\&quot; /&gt;
-</span></pre>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>G</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-gfm">gfm</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-      <!-- Section constants -->
-      <div class="sectiontitle">Constants</div>
-      <table border='0' cellpadding='5'>
-        
-          <tr valign='top'>
-            <td class="attr-name">REFERENCE_PATTERN</td>
-            <td>=</td>
-            <td class="attr-value">%r{
-(?&lt;prefix&gt;\W)?                         # Prefix
-(                                      # Reference
-@(?&lt;user&gt;[a-zA-Z][a-zA-Z0-9_\-\.]*) # User name
-|\#(?&lt;issue&gt;\d+)                     # Issue ID
-|!(?&lt;merge_request&gt;\d+)              # MR ID
-|\$(?&lt;snippet&gt;\d+)                   # Snippet ID
-|(?&lt;commit&gt;[\h]{6,40})               # Commit ID
-)
-(?&lt;suffix&gt;\W)?                         # Suffix
-}x.freeze</td>
-          </tr>
-          
-            <tr valign='top'>
-              <td>&nbsp;</td>
-              <td colspan="2" class="attr-desc"></td>
-            </tr>
-          
-        
-          <tr valign='top'>
-            <td class="attr-name">TYPES</td>
-            <td>=</td>
-            <td class="attr-value">[:user, :issue, :merge_request, :snippet, :commit].freeze</td>
-          </tr>
-          
-            <tr valign='top'>
-              <td>&nbsp;</td>
-              <td colspan="2" class="attr-desc"></td>
-            </tr>
-          
-        
-          <tr valign='top'>
-            <td class="attr-name">EMOJI_PATTERN</td>
-            <td>=</td>
-            <td class="attr-value">%r{(:(\S+):)}.freeze</td>
-          </tr>
-          
-            <tr valign='top'>
-              <td>&nbsp;</td>
-              <td colspan="2" class="attr-desc"></td>
-            </tr>
-          
-        
-      </table>
-    
-
-
-    
-      <!-- Section attributes -->
-      <div class="sectiontitle">Attributes</div>
-      <table border='0' cellpadding='5'>
-        
-          <tr valign='top'>
-            <td class='attr-rw'>
-              [R]
-            </td>
-            <td class='attr-name'>html_options</td>
-            <td class='attr-desc'></td>
-          </tr>
-        
-      </table>
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-gfm">
-            
-              <b>gfm</b>(text, html_options = {})
-            
-            <a href="../../classes/Gitlab/Markdown.html#method-i-gfm" name="method-i-gfm" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Public: Parse the provided text with GitLab-Flavored <a
-href="Markdown.html">Markdown</a></p>
-
-<p>text         - the source text <a
-href="Markdown.html#attribute-i-html_options">#html_options</a> - extra
-options for the reference links as given to link_to</p>
-
-<p>Note: reference links will only be generated if @project is set</p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-gfm_source')" id="l_method-i-gfm_source">show</a>
-                
-              </p>
-              <div id="method-i-gfm_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/markdown.rb, line 52</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">gfm</span>(<span class="ruby-identifier">text</span>, <span class="ruby-identifier">html_options</span> = {})
-  <span class="ruby-keyword">return</span> <span class="ruby-identifier">text</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">text</span>.<span class="ruby-identifier">nil?</span>
-
-  <span class="ruby-comment"># Duplicate the string so we don't alter the original, then call to_str</span>
-  <span class="ruby-comment"># to cast it back to a String instead of a SafeBuffer. This is required</span>
-  <span class="ruby-comment"># for gsub calls to work as we need them to.</span>
-  <span class="ruby-identifier">text</span> = <span class="ruby-identifier">text</span>.<span class="ruby-identifier">dup</span>.<span class="ruby-identifier">to_str</span>
-
-  <span class="ruby-ivar">@html_options</span> = <span class="ruby-identifier">html_options</span>
-
-  <span class="ruby-comment"># Extract pre blocks so they are not altered</span>
-  <span class="ruby-comment"># from http://github.github.com/github-flavored-markdown/</span>
-  <span class="ruby-identifier">extractions</span> = {}
-  <span class="ruby-identifier">text</span>.<span class="ruby-identifier">gsub!</span>(<span class="ruby-regexp">%r{&lt;pre&gt;.*?&lt;/pre&gt;|&lt;code&gt;.*?&lt;/code&gt;}</span>) <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">match</span><span class="ruby-operator">|</span>
-    <span class="ruby-identifier">md5</span> = <span class="ruby-constant">Digest</span><span class="ruby-operator">::</span><span class="ruby-constant">MD5</span>.<span class="ruby-identifier">hexdigest</span>(<span class="ruby-identifier">match</span>)
-    <span class="ruby-identifier">extractions</span>[<span class="ruby-identifier">md5</span>] = <span class="ruby-identifier">match</span>
-    <span class="ruby-node">&quot;{gfm-extraction-#{md5}}&quot;</span>
-  <span class="ruby-keyword">end</span>
-
-  <span class="ruby-comment"># TODO: add popups with additional information</span>
-
-  <span class="ruby-identifier">text</span> = <span class="ruby-identifier">parse</span>(<span class="ruby-identifier">text</span>)
-
-  <span class="ruby-comment"># Insert pre block extractions</span>
-  <span class="ruby-identifier">text</span>.<span class="ruby-identifier">gsub!</span>(<span class="ruby-regexp">%r\{gfm-extraction-(\h{32})\}/</span>) <span class="ruby-keyword">do</span>
-    <span class="ruby-identifier">extractions</span>[<span class="ruby-node">$1</span>]
-  <span class="ruby-keyword">end</span>
-
-  <span class="ruby-identifier">sanitize</span> <span class="ruby-identifier">text</span>.<span class="ruby-identifier">html_safe</span>, <span class="ruby-identifier">attributes</span><span class="ruby-operator">:</span> <span class="ruby-constant">ActionView</span><span class="ruby-operator">::</span><span class="ruby-constant">Base</span>.<span class="ruby-identifier">sanitized_allowed_attributes</span> <span class="ruby-operator">+</span> <span class="ruby-node">%w(id class)</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Gitlab/MergeRequests.html b/doc/code/classes/Gitlab/MergeRequests.html
deleted file mode 100644
index 556f2b01604ebabf1379102e4d418d8bf78baf8c..0000000000000000000000000000000000000000
--- a/doc/code/classes/Gitlab/MergeRequests.html
+++ /dev/null
@@ -1,82 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Gitlab::MergeRequests</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/github.css" type="text/css" media="screen" />
-<script src="../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Gitlab::MergeRequests 
-            
-                <span class="parent">&lt; 
-                    
-                    Grape::API
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../../files/lib/api/merge_requests_rb.html">lib/api/merge_requests.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<p><a href="../MergeRequest.html">MergeRequest</a> <a href="API.html">API</a></p>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Gitlab/Milestones.html b/doc/code/classes/Gitlab/Milestones.html
deleted file mode 100644
index 4226dab3d56c33b9b3bf39ef49bc80f80e87d34e..0000000000000000000000000000000000000000
--- a/doc/code/classes/Gitlab/Milestones.html
+++ /dev/null
@@ -1,82 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Gitlab::Milestones</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/github.css" type="text/css" media="screen" />
-<script src="../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Gitlab::Milestones 
-            
-                <span class="parent">&lt; 
-                    
-                    Grape::API
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../../files/lib/api/milestones_rb.html">lib/api/milestones.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<p><a href="Milestones.html">Milestones</a> <a href="API.html">API</a></p>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Gitlab/Notes.html b/doc/code/classes/Gitlab/Notes.html
deleted file mode 100644
index 90d3e7af53a26fb3363ff6c76a58bd8fdc64f89d..0000000000000000000000000000000000000000
--- a/doc/code/classes/Gitlab/Notes.html
+++ /dev/null
@@ -1,100 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Gitlab::Notes</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/github.css" type="text/css" media="screen" />
-<script src="../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Gitlab::Notes 
-            
-                <span class="parent">&lt; 
-                    
-                    Grape::API
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../../files/lib/api/notes_rb.html">lib/api/notes.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<p><a href="Notes.html">Notes</a> <a href="API.html">API</a></p>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-      <!-- Section constants -->
-      <div class="sectiontitle">Constants</div>
-      <table border='0' cellpadding='5'>
-        
-          <tr valign='top'>
-            <td class="attr-name">NOTEABLE_TYPES</td>
-            <td>=</td>
-            <td class="attr-value">[Issue, Snippet]</td>
-          </tr>
-          
-            <tr valign='top'>
-              <td>&nbsp;</td>
-              <td colspan="2" class="attr-desc"></td>
-            </tr>
-          
-        
-      </table>
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Gitlab/ProjectMover.html b/doc/code/classes/Gitlab/ProjectMover.html
deleted file mode 100644
index d13cf13d3757d8b19249dc49415b763f3e05ca60..0000000000000000000000000000000000000000
--- a/doc/code/classes/Gitlab/ProjectMover.html
+++ /dev/null
@@ -1,290 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Gitlab::ProjectMover</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/github.css" type="text/css" media="screen" />
-<script src="../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Gitlab::ProjectMover 
-            
-                <span class="parent">&lt; 
-                    
-                    Object
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../../files/lib/gitlab/project_mover_rb.html">lib/gitlab/project_mover.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="ProjectMover/ProjectMoveError.html">Gitlab::ProjectMover::ProjectMoveError</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>E</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-execute">execute</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>L</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-log_info">log_info</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>N</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-c-new">new</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-      <!-- Section attributes -->
-      <div class="sectiontitle">Attributes</div>
-      <table border='0' cellpadding='5'>
-        
-          <tr valign='top'>
-            <td class='attr-rw'>
-              [R]
-            </td>
-            <td class='attr-name'>new_dir</td>
-            <td class='attr-desc'></td>
-          </tr>
-        
-          <tr valign='top'>
-            <td class='attr-rw'>
-              [R]
-            </td>
-            <td class='attr-name'>old_dir</td>
-            <td class='attr-desc'></td>
-          </tr>
-        
-          <tr valign='top'>
-            <td class='attr-rw'>
-              [R]
-            </td>
-            <td class='attr-name'>project</td>
-            <td class='attr-desc'></td>
-          </tr>
-        
-      </table>
-    
-
-
-    <!-- Methods -->
-    
-      <div class="sectiontitle">Class Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-c-new">
-            
-              <b>new</b>(project, old_dir, new_dir)
-            
-            <a href="../../classes/Gitlab/ProjectMover.html#method-c-new" name="method-c-new" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-new_source')" id="l_method-c-new_source">show</a>
-                
-              </p>
-              <div id="method-c-new_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/project_mover.rb, line 10</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">initialize</span>(<span class="ruby-identifier">project</span>, <span class="ruby-identifier">old_dir</span>, <span class="ruby-identifier">new_dir</span>)
-  <span class="ruby-ivar">@project</span> = <span class="ruby-identifier">project</span>
-  <span class="ruby-ivar">@old_dir</span> = <span class="ruby-identifier">old_dir</span>
-  <span class="ruby-ivar">@new_dir</span> = <span class="ruby-identifier">new_dir</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                  
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-execute">
-            
-              <b>execute</b>()
-            
-            <a href="../../classes/Gitlab/ProjectMover.html#method-i-execute" name="method-i-execute" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-execute_source')" id="l_method-i-execute_source">show</a>
-                
-              </p>
-              <div id="method-i-execute_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/project_mover.rb, line 16</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">execute</span>
-  <span class="ruby-comment"># Create new dir if missing</span>
-  <span class="ruby-identifier">new_dir_path</span> = <span class="ruby-constant">File</span>.<span class="ruby-identifier">join</span>(<span class="ruby-constant">Gitlab</span>.<span class="ruby-identifier">config</span>.<span class="ruby-identifier">gitolite</span>.<span class="ruby-identifier">repos_path</span>, <span class="ruby-identifier">new_dir</span>)
-  <span class="ruby-identifier">system</span>(<span class="ruby-node">&quot;mkdir -m 770 #{new_dir_path}&quot;</span>) <span class="ruby-keyword">unless</span> <span class="ruby-constant">File</span>.<span class="ruby-identifier">exists?</span>(<span class="ruby-identifier">new_dir_path</span>)
-
-  <span class="ruby-identifier">old_path</span> = <span class="ruby-constant">File</span>.<span class="ruby-identifier">join</span>(<span class="ruby-constant">Gitlab</span>.<span class="ruby-identifier">config</span>.<span class="ruby-identifier">gitolite</span>.<span class="ruby-identifier">repos_path</span>, <span class="ruby-identifier">old_dir</span>, <span class="ruby-node">&quot;#{project.path}.git&quot;</span>)
-  <span class="ruby-identifier">new_path</span> = <span class="ruby-constant">File</span>.<span class="ruby-identifier">join</span>(<span class="ruby-identifier">new_dir_path</span>, <span class="ruby-node">&quot;#{project.path}.git&quot;</span>)
-
-  <span class="ruby-keyword">if</span> <span class="ruby-constant">File</span>.<span class="ruby-identifier">exists?</span> <span class="ruby-identifier">new_path</span>
-    <span class="ruby-identifier">raise</span> <span class="ruby-constant">ProjectMoveError</span>.<span class="ruby-identifier">new</span>(<span class="ruby-node">&quot;Destination #{new_path} already exists&quot;</span>)
-  <span class="ruby-keyword">end</span>
-
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">system</span>(<span class="ruby-node">&quot;mv #{old_path} #{new_path}&quot;</span>)
-    <span class="ruby-identifier">log_info</span> <span class="ruby-node">&quot;Project #{project.name} was moved from #{old_path} to #{new_path}&quot;</span>
-    <span class="ruby-keyword">true</span>
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-identifier">message</span> = <span class="ruby-node">&quot;Project #{project.name} cannot be moved from #{old_path} to #{new_path}&quot;</span>
-    <span class="ruby-identifier">log_info</span> <span class="ruby-node">&quot;Error! #{message}&quot;</span>
-    <span class="ruby-identifier">raise</span> <span class="ruby-constant">ProjectMoveError</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">message</span>)
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-              
-      <div class="sectiontitle">Instance Protected methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-log_info">
-            
-              <b>log_info</b>(message)
-            
-            <a href="../../classes/Gitlab/ProjectMover.html#method-i-log_info" name="method-i-log_info" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-log_info_source')" id="l_method-i-log_info_source">show</a>
-                
-              </p>
-              <div id="method-i-log_info_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/project_mover.rb, line 40</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">log_info</span> <span class="ruby-identifier">message</span>
-  <span class="ruby-constant">Gitlab</span><span class="ruby-operator">::</span><span class="ruby-constant">AppLogger</span>.<span class="ruby-identifier">info</span> <span class="ruby-identifier">message</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Gitlab/ProjectMover/ProjectMoveError.html b/doc/code/classes/Gitlab/ProjectMover/ProjectMoveError.html
deleted file mode 100644
index 0071ba0c63675b5cf2931abe5456f244a527a289..0000000000000000000000000000000000000000
--- a/doc/code/classes/Gitlab/ProjectMover/ProjectMoveError.html
+++ /dev/null
@@ -1,76 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Gitlab::ProjectMover::ProjectMoveError</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Gitlab::ProjectMover::ProjectMoveError 
-            
-                <span class="parent">&lt; 
-                    
-                    StandardError
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../../../files/lib/gitlab/project_mover_rb.html">lib/gitlab/project_mover.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Gitlab/Projects.html b/doc/code/classes/Gitlab/Projects.html
deleted file mode 100644
index 9005134ee6c5526700c8624b6d009699521c90d4..0000000000000000000000000000000000000000
--- a/doc/code/classes/Gitlab/Projects.html
+++ /dev/null
@@ -1,82 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Gitlab::Projects</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/github.css" type="text/css" media="screen" />
-<script src="../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Gitlab::Projects 
-            
-                <span class="parent">&lt; 
-                    
-                    Grape::API
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../../files/lib/api/projects_rb.html">lib/api/projects.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<p><a href="Projects.html">Projects</a> <a href="API.html">API</a></p>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Gitlab/Regex.html b/doc/code/classes/Gitlab/Regex.html
deleted file mode 100644
index 674df3227af57c9c3fa556d748c822c8cfa8b517..0000000000000000000000000000000000000000
--- a/doc/code/classes/Gitlab/Regex.html
+++ /dev/null
@@ -1,261 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Gitlab::Regex</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/github.css" type="text/css" media="screen" />
-<script src="../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Module</span> 
-            Gitlab::Regex 
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../../files/lib/gitlab/regex_rb.html">lib/gitlab/regex.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>D</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-default_regex">default_regex</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>P</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-path_regex">path_regex</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-project_name_regex">project_name_regex</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>U</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-username_regex">username_regex</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-path_regex">
-            
-              <b>path_regex</b>()
-            
-            <a href="../../classes/Gitlab/Regex.html#method-i-path_regex" name="method-i-path_regex" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-path_regex_source')" id="l_method-i-path_regex_source">show</a>
-                
-              </p>
-              <div id="method-i-path_regex_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/regex.rb, line 13</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">path_regex</span>
-  <span class="ruby-identifier">default_regex</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-project_name_regex">
-            
-              <b>project_name_regex</b>()
-            
-            <a href="../../classes/Gitlab/Regex.html#method-i-project_name_regex" name="method-i-project_name_regex" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-project_name_regex_source')" id="l_method-i-project_name_regex_source">show</a>
-                
-              </p>
-              <div id="method-i-project_name_regex_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/regex.rb, line 9</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">project_name_regex</span>
-  <span class="ruby-regexp">%r\A[a-zA-Z][a-zA-Z0-9_\-\. ]*\z/</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-username_regex">
-            
-              <b>username_regex</b>()
-            
-            <a href="../../classes/Gitlab/Regex.html#method-i-username_regex" name="method-i-username_regex" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-username_regex_source')" id="l_method-i-username_regex_source">show</a>
-                
-              </p>
-              <div id="method-i-username_regex_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/regex.rb, line 5</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">username_regex</span>
-  <span class="ruby-identifier">default_regex</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-              
-      <div class="sectiontitle">Instance Protected methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-default_regex">
-            
-              <b>default_regex</b>()
-            
-            <a href="../../classes/Gitlab/Regex.html#method-i-default_regex" name="method-i-default_regex" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-default_regex_source')" id="l_method-i-default_regex_source">show</a>
-                
-              </p>
-              <div id="method-i-default_regex_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/regex.rb, line 19</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">default_regex</span>
-  <span class="ruby-regexp">%r\A[a-zA-Z][a-zA-Z0-9_\-\.]*\z/</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Gitlab/Satellite.html b/doc/code/classes/Gitlab/Satellite.html
deleted file mode 100644
index 943bbf8eeabcff1083c135b655d7946807b37d30..0000000000000000000000000000000000000000
--- a/doc/code/classes/Gitlab/Satellite.html
+++ /dev/null
@@ -1,102 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Gitlab::Satellite</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/github.css" type="text/css" media="screen" />
-<script src="../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Module</span> 
-            Gitlab::Satellite 
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../../files/lib/gitlab/satellite/merge_action_rb.html">lib/gitlab/satellite/merge_action.rb</a></li>
-            
-            <li><a href="../../files/lib/gitlab/satellite/satellite_rb.html">lib/gitlab/satellite/satellite.rb</a></li>
-            
-            <li><a href="../../files/lib/gitlab/satellite/edit_file_action_rb.html">lib/gitlab/satellite/edit_file_action.rb</a></li>
-            
-            <li><a href="../../files/lib/gitlab/satellite/action_rb.html">lib/gitlab/satellite/action.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="Satellite/Action.html">Gitlab::Satellite::Action</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="Satellite/EditFileAction.html">Gitlab::Satellite::EditFileAction</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="Satellite/MergeAction.html">Gitlab::Satellite::MergeAction</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="Satellite/Satellite.html">Gitlab::Satellite::Satellite</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Gitlab/Satellite/Action.html b/doc/code/classes/Gitlab/Satellite/Action.html
deleted file mode 100644
index abe7411ef1f1e05dc5f9b3fa4e81d2e42bd55518..0000000000000000000000000000000000000000
--- a/doc/code/classes/Gitlab/Satellite/Action.html
+++ /dev/null
@@ -1,305 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Gitlab::Satellite::Action</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Gitlab::Satellite::Action 
-            
-                <span class="parent">&lt; 
-                    
-                    Object
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../../../files/lib/gitlab/satellite/action_rb.html">lib/gitlab/satellite/action.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>I</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-in_locked_and_timed_satellite">in_locked_and_timed_satellite</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>N</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-c-new">new</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>P</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-prepare_satellite-21">prepare_satellite!</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-      <!-- Section constants -->
-      <div class="sectiontitle">Constants</div>
-      <table border='0' cellpadding='5'>
-        
-          <tr valign='top'>
-            <td class="attr-name">DEFAULT_OPTIONS</td>
-            <td>=</td>
-            <td class="attr-value">{ git_timeout: 30.seconds }</td>
-          </tr>
-          
-            <tr valign='top'>
-              <td>&nbsp;</td>
-              <td colspan="2" class="attr-desc"></td>
-            </tr>
-          
-        
-      </table>
-    
-
-
-    
-      <!-- Section attributes -->
-      <div class="sectiontitle">Attributes</div>
-      <table border='0' cellpadding='5'>
-        
-          <tr valign='top'>
-            <td class='attr-rw'>
-              [RW]
-            </td>
-            <td class='attr-name'>options</td>
-            <td class='attr-desc'></td>
-          </tr>
-        
-          <tr valign='top'>
-            <td class='attr-rw'>
-              [RW]
-            </td>
-            <td class='attr-name'>project</td>
-            <td class='attr-desc'></td>
-          </tr>
-        
-          <tr valign='top'>
-            <td class='attr-rw'>
-              [RW]
-            </td>
-            <td class='attr-name'>user</td>
-            <td class='attr-desc'></td>
-          </tr>
-        
-      </table>
-    
-
-
-    <!-- Methods -->
-    
-      <div class="sectiontitle">Class Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-c-new">
-            
-              <b>new</b>(user, project, options = {})
-            
-            <a href="../../../classes/Gitlab/Satellite/Action.html#method-c-new" name="method-c-new" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-new_source')" id="l_method-c-new_source">show</a>
-                
-              </p>
-              <div id="method-c-new_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/satellite/action.rb, line 8</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">initialize</span>(<span class="ruby-identifier">user</span>, <span class="ruby-identifier">project</span>, <span class="ruby-identifier">options</span> = {})
-  <span class="ruby-ivar">@options</span> = <span class="ruby-constant">DEFAULT_OPTIONS</span>.<span class="ruby-identifier">merge</span>(<span class="ruby-identifier">options</span>)
-  <span class="ruby-ivar">@project</span> = <span class="ruby-identifier">project</span>
-  <span class="ruby-ivar">@user</span> = <span class="ruby-identifier">user</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                  
-      <div class="sectiontitle">Instance Protected methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-in_locked_and_timed_satellite">
-            
-              <b>in_locked_and_timed_satellite</b>()
-            
-            <a href="../../../classes/Gitlab/Satellite/Action.html#method-i-in_locked_and_timed_satellite" name="method-i-in_locked_and_timed_satellite" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <ul><li>
-<p>Sets a 30s timeout for Git</p>
-</li><li>
-<p>Locks the satellite repo</p>
-</li><li>
-<p>Yields the prepared satellite repo</p>
-</li></ul>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-in_locked_and_timed_satellite_source')" id="l_method-i-in_locked_and_timed_satellite_source">show</a>
-                
-              </p>
-              <div id="method-i-in_locked_and_timed_satellite_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/satellite/action.rb, line 19</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">in_locked_and_timed_satellite</span>
-  <span class="ruby-constant">Grit</span><span class="ruby-operator">::</span><span class="ruby-constant">Git</span>.<span class="ruby-identifier">with_timeout</span>(<span class="ruby-identifier">options</span>[<span class="ruby-value">:git_timeout</span>]) <span class="ruby-keyword">do</span>
-    <span class="ruby-identifier">project</span>.<span class="ruby-identifier">satellite</span>.<span class="ruby-identifier">lock</span> <span class="ruby-keyword">do</span>
-      <span class="ruby-keyword">return</span> <span class="ruby-keyword">yield</span> <span class="ruby-identifier">project</span>.<span class="ruby-identifier">satellite</span>.<span class="ruby-identifier">repo</span>
-    <span class="ruby-keyword">end</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">rescue</span> <span class="ruby-constant">Errno</span><span class="ruby-operator">::</span><span class="ruby-constant">ENOMEM</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-identifier">ex</span>
-  <span class="ruby-constant">Gitlab</span><span class="ruby-operator">::</span><span class="ruby-constant">GitLogger</span>.<span class="ruby-identifier">error</span>(<span class="ruby-identifier">ex</span>.<span class="ruby-identifier">message</span>)
-  <span class="ruby-keyword">return</span> <span class="ruby-keyword">false</span>
-<span class="ruby-keyword">rescue</span> <span class="ruby-constant">Grit</span><span class="ruby-operator">::</span><span class="ruby-constant">Git</span><span class="ruby-operator">::</span><span class="ruby-constant">GitTimeout</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-identifier">ex</span>
-  <span class="ruby-constant">Gitlab</span><span class="ruby-operator">::</span><span class="ruby-constant">GitLogger</span>.<span class="ruby-identifier">error</span>(<span class="ruby-identifier">ex</span>.<span class="ruby-identifier">message</span>)
-  <span class="ruby-keyword">return</span> <span class="ruby-keyword">false</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-prepare_satellite-21">
-            
-              <b>prepare_satellite!</b>(repo)
-            
-            <a href="../../../classes/Gitlab/Satellite/Action.html#method-i-prepare_satellite-21" name="method-i-prepare_satellite-21" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <ul><li>
-<p>Clears the satellite</p>
-</li><li>
-<p>Updates the satellite from <a href="../Gitolite.html">Gitolite</a></p>
-</li><li>
-<p>Sets up Git variables for the user</p>
-</li></ul>
-
-<p>Note: use this within <a
-href="Action.html#method-i-in_locked_and_timed_satellite">in_locked_and_timed_satellite</a></p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-prepare_satellite-21_source')" id="l_method-i-prepare_satellite-21_source">show</a>
-                
-              </p>
-              <div id="method-i-prepare_satellite-21_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/satellite/action.rb, line 38</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">prepare_satellite!</span>(<span class="ruby-identifier">repo</span>)
-  <span class="ruby-identifier">project</span>.<span class="ruby-identifier">satellite</span>.<span class="ruby-identifier">clear_and_update!</span>
-
-  <span class="ruby-identifier">repo</span>.<span class="ruby-identifier">git</span>.<span class="ruby-identifier">config</span>({}, <span class="ruby-string">&quot;user.name&quot;</span>, <span class="ruby-identifier">user</span>.<span class="ruby-identifier">name</span>)
-  <span class="ruby-identifier">repo</span>.<span class="ruby-identifier">git</span>.<span class="ruby-identifier">config</span>({}, <span class="ruby-string">&quot;user.email&quot;</span>, <span class="ruby-identifier">user</span>.<span class="ruby-identifier">email</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Gitlab/Satellite/EditFileAction.html b/doc/code/classes/Gitlab/Satellite/EditFileAction.html
deleted file mode 100644
index 3a35aa2263285a4530b7e7cfb41a549aa06e67e9..0000000000000000000000000000000000000000
--- a/doc/code/classes/Gitlab/Satellite/EditFileAction.html
+++ /dev/null
@@ -1,284 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Gitlab::Satellite::EditFileAction</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Gitlab::Satellite::EditFileAction 
-            
-                <span class="parent">&lt; 
-                    
-                    Action
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../../../files/lib/gitlab/satellite/edit_file_action_rb.html">lib/gitlab/satellite/edit_file_action.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<p>GitLab server-side file update and commit</p>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>C</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-can_edit-3F">can_edit?</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-commit-21">commit!</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>N</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-c-new">new</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-      <!-- Section attributes -->
-      <div class="sectiontitle">Attributes</div>
-      <table border='0' cellpadding='5'>
-        
-          <tr valign='top'>
-            <td class='attr-rw'>
-              [RW]
-            </td>
-            <td class='attr-name'>file_path</td>
-            <td class='attr-desc'></td>
-          </tr>
-        
-          <tr valign='top'>
-            <td class='attr-rw'>
-              [RW]
-            </td>
-            <td class='attr-name'>ref</td>
-            <td class='attr-desc'></td>
-          </tr>
-        
-      </table>
-    
-
-
-    <!-- Methods -->
-    
-      <div class="sectiontitle">Class Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-c-new">
-            
-              <b>new</b>(user, project, ref, file_path)
-            
-            <a href="../../../classes/Gitlab/Satellite/EditFileAction.html#method-c-new" name="method-c-new" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-new_source')" id="l_method-c-new_source">show</a>
-                
-              </p>
-              <div id="method-c-new_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/satellite/edit_file_action.rb, line 7</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">initialize</span>(<span class="ruby-identifier">user</span>, <span class="ruby-identifier">project</span>, <span class="ruby-identifier">ref</span>, <span class="ruby-identifier">file_path</span>)
-  <span class="ruby-keyword">super</span> <span class="ruby-identifier">user</span>, <span class="ruby-identifier">project</span>, <span class="ruby-identifier">git_timeout</span><span class="ruby-operator">:</span> <span class="ruby-number">10</span>.<span class="ruby-identifier">seconds</span>
-  <span class="ruby-ivar">@file_path</span> = <span class="ruby-identifier">file_path</span>
-  <span class="ruby-ivar">@ref</span> = <span class="ruby-identifier">ref</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                  
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-commit-21">
-            
-              <b>commit!</b>(content, commit_message, last_commit)
-            
-            <a href="../../../classes/Gitlab/Satellite/EditFileAction.html#method-i-commit-21" name="method-i-commit-21" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Updates the files content and creates a new commit for it</p>
-
-<p>Returns false if the ref has been updated while editing the file Returns
-false if commiting the change fails Returns false if pushing from the
-satellite to <a href="../Gitolite.html">Gitolite</a> failed or was rejected
-Returns true otherwise</p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-commit-21_source')" id="l_method-i-commit-21_source">show</a>
-                
-              </p>
-              <div id="method-i-commit-21_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/satellite/edit_file_action.rb, line 19</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">commit!</span>(<span class="ruby-identifier">content</span>, <span class="ruby-identifier">commit_message</span>, <span class="ruby-identifier">last_commit</span>)
-  <span class="ruby-keyword">return</span> <span class="ruby-keyword">false</span> <span class="ruby-keyword">unless</span> <span class="ruby-identifier">can_edit?</span>(<span class="ruby-identifier">last_commit</span>)
-
-  <span class="ruby-identifier">in_locked_and_timed_satellite</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">repo</span><span class="ruby-operator">|</span>
-    <span class="ruby-identifier">prepare_satellite!</span>(<span class="ruby-identifier">repo</span>)
-
-    <span class="ruby-comment"># create target branch in satellite at the corresponding commit from Gitolite</span>
-    <span class="ruby-identifier">repo</span>.<span class="ruby-identifier">git</span>.<span class="ruby-identifier">checkout</span>({<span class="ruby-identifier">raise</span><span class="ruby-operator">:</span> <span class="ruby-keyword">true</span>, <span class="ruby-identifier">timeout</span><span class="ruby-operator">:</span> <span class="ruby-keyword">true</span>, <span class="ruby-identifier">b</span><span class="ruby-operator">:</span> <span class="ruby-keyword">true</span>}, <span class="ruby-identifier">ref</span>, <span class="ruby-node">&quot;origin/#{ref}&quot;</span>)
-
-    <span class="ruby-comment"># update the file in the satellite's working dir</span>
-    <span class="ruby-identifier">file_path_in_satellite</span> = <span class="ruby-constant">File</span>.<span class="ruby-identifier">join</span>(<span class="ruby-identifier">repo</span>.<span class="ruby-identifier">working_dir</span>, <span class="ruby-identifier">file_path</span>)
-    <span class="ruby-constant">File</span>.<span class="ruby-identifier">open</span>(<span class="ruby-identifier">file_path_in_satellite</span>, <span class="ruby-string">'w'</span>) { <span class="ruby-operator">|</span><span class="ruby-identifier">f</span><span class="ruby-operator">|</span> <span class="ruby-identifier">f</span>.<span class="ruby-identifier">write</span>(<span class="ruby-identifier">content</span>) }
-
-    <span class="ruby-comment"># commit the changes</span>
-    <span class="ruby-comment"># will raise CommandFailed when commit fails</span>
-    <span class="ruby-identifier">repo</span>.<span class="ruby-identifier">git</span>.<span class="ruby-identifier">commit</span>(<span class="ruby-identifier">raise</span><span class="ruby-operator">:</span> <span class="ruby-keyword">true</span>, <span class="ruby-identifier">timeout</span><span class="ruby-operator">:</span> <span class="ruby-keyword">true</span>, <span class="ruby-identifier">a</span><span class="ruby-operator">:</span> <span class="ruby-keyword">true</span>, <span class="ruby-identifier">m</span><span class="ruby-operator">:</span> <span class="ruby-identifier">commit_message</span>)
-
-
-    <span class="ruby-comment"># push commit back to Gitolite</span>
-    <span class="ruby-comment"># will raise CommandFailed when push fails</span>
-    <span class="ruby-identifier">repo</span>.<span class="ruby-identifier">git</span>.<span class="ruby-identifier">push</span>({<span class="ruby-identifier">raise</span><span class="ruby-operator">:</span> <span class="ruby-keyword">true</span>, <span class="ruby-identifier">timeout</span><span class="ruby-operator">:</span> <span class="ruby-keyword">true</span>}, <span class="ruby-value">:origin</span>, <span class="ruby-identifier">ref</span>)
-
-    <span class="ruby-comment"># everything worked</span>
-    <span class="ruby-keyword">true</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">rescue</span> <span class="ruby-constant">Grit</span><span class="ruby-operator">::</span><span class="ruby-constant">Git</span><span class="ruby-operator">::</span><span class="ruby-constant">CommandFailed</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-identifier">ex</span>
-  <span class="ruby-constant">Gitlab</span><span class="ruby-operator">::</span><span class="ruby-constant">GitLogger</span>.<span class="ruby-identifier">error</span>(<span class="ruby-identifier">ex</span>.<span class="ruby-identifier">message</span>)
-  <span class="ruby-keyword">false</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-              
-      <div class="sectiontitle">Instance Protected methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-can_edit-3F">
-            
-              <b>can_edit?</b>(last_commit)
-            
-            <a href="../../../classes/Gitlab/Satellite/EditFileAction.html#method-i-can_edit-3F" name="method-i-can_edit-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-can_edit-3F_source')" id="l_method-i-can_edit-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-can_edit-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/satellite/edit_file_action.rb, line 51</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">can_edit?</span>(<span class="ruby-identifier">last_commit</span>)
-  <span class="ruby-identifier">current_last_commit</span> = <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">last_commit_for</span>(<span class="ruby-identifier">ref</span>, <span class="ruby-identifier">file_path</span>).<span class="ruby-identifier">sha</span>
-  <span class="ruby-identifier">last_commit</span> <span class="ruby-operator">==</span> <span class="ruby-identifier">current_last_commit</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Gitlab/Satellite/MergeAction.html b/doc/code/classes/Gitlab/Satellite/MergeAction.html
deleted file mode 100644
index 064c4f06e601277d590b9177b7c341a1fc50a1f6..0000000000000000000000000000000000000000
--- a/doc/code/classes/Gitlab/Satellite/MergeAction.html
+++ /dev/null
@@ -1,274 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Gitlab::Satellite::MergeAction</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Gitlab::Satellite::MergeAction 
-            
-                <span class="parent">&lt; 
-                    
-                    Action
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../../../files/lib/gitlab/satellite/merge_action_rb.html">lib/gitlab/satellite/merge_action.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<p>GitLab server-side merge</p>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>C</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-can_be_merged-3F">can_be_merged?</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>M</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-merge-21">merge!</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>N</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-c-new">new</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-      <!-- Section attributes -->
-      <div class="sectiontitle">Attributes</div>
-      <table border='0' cellpadding='5'>
-        
-          <tr valign='top'>
-            <td class='attr-rw'>
-              [RW]
-            </td>
-            <td class='attr-name'>merge_request</td>
-            <td class='attr-desc'></td>
-          </tr>
-        
-      </table>
-    
-
-
-    <!-- Methods -->
-    
-      <div class="sectiontitle">Class Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-c-new">
-            
-              <b>new</b>(user, merge_request)
-            
-            <a href="../../../classes/Gitlab/Satellite/MergeAction.html#method-c-new" name="method-c-new" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-new_source')" id="l_method-c-new_source">show</a>
-                
-              </p>
-              <div id="method-c-new_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/satellite/merge_action.rb, line 7</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">initialize</span>(<span class="ruby-identifier">user</span>, <span class="ruby-identifier">merge_request</span>)
-  <span class="ruby-keyword">super</span> <span class="ruby-identifier">user</span>, <span class="ruby-identifier">merge_request</span>.<span class="ruby-identifier">project</span>
-  <span class="ruby-ivar">@merge_request</span> = <span class="ruby-identifier">merge_request</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                  
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-can_be_merged-3F">
-            
-              <b>can_be_merged?</b>()
-            
-            <a href="../../../classes/Gitlab/Satellite/MergeAction.html#method-i-can_be_merged-3F" name="method-i-can_be_merged-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Checks if a merge request can be executed without user interaction</p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-can_be_merged-3F_source')" id="l_method-i-can_be_merged-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-can_be_merged-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/satellite/merge_action.rb, line 13</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">can_be_merged?</span>
-  <span class="ruby-identifier">in_locked_and_timed_satellite</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">merge_repo</span><span class="ruby-operator">|</span>
-    <span class="ruby-identifier">merge_in_satellite!</span>(<span class="ruby-identifier">merge_repo</span>)
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-merge-21">
-            
-              <b>merge!</b>()
-            
-            <a href="../../../classes/Gitlab/Satellite/MergeAction.html#method-i-merge-21" name="method-i-merge-21" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Merges the source branch into the target branch in the satellite and pushes
-it back to <a href="../Gitolite.html">Gitolite</a>. It also removes the
-source branch if requested in the merge request.</p>
-
-<p>Returns false if the merge produced conflicts Returns false if pushing from
-the satellite to <a href="../Gitolite.html">Gitolite</a> failed or was
-rejected Returns true otherwise</p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-merge-21_source')" id="l_method-i-merge-21_source">show</a>
-                
-              </p>
-              <div id="method-i-merge-21_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/satellite/merge_action.rb, line 26</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">merge!</span>
-  <span class="ruby-identifier">in_locked_and_timed_satellite</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">merge_repo</span><span class="ruby-operator">|</span>
-    <span class="ruby-keyword">if</span> <span class="ruby-identifier">merge_in_satellite!</span>(<span class="ruby-identifier">merge_repo</span>)
-      <span class="ruby-comment"># push merge back to Gitolite</span>
-      <span class="ruby-comment"># will raise CommandFailed when push fails</span>
-      <span class="ruby-identifier">merge_repo</span>.<span class="ruby-identifier">git</span>.<span class="ruby-identifier">push</span>({<span class="ruby-identifier">raise</span><span class="ruby-operator">:</span> <span class="ruby-keyword">true</span>, <span class="ruby-identifier">timeout</span><span class="ruby-operator">:</span> <span class="ruby-keyword">true</span>}, <span class="ruby-value">:origin</span>, <span class="ruby-identifier">merge_request</span>.<span class="ruby-identifier">target_branch</span>)
-
-      <span class="ruby-comment"># remove source branch</span>
-      <span class="ruby-keyword">if</span> <span class="ruby-identifier">merge_request</span>.<span class="ruby-identifier">should_remove_source_branch</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-operator">!</span><span class="ruby-identifier">project</span>.<span class="ruby-identifier">root_ref?</span>(<span class="ruby-identifier">merge_request</span>.<span class="ruby-identifier">source_branch</span>)
-        <span class="ruby-comment"># will raise CommandFailed when push fails</span>
-        <span class="ruby-identifier">merge_repo</span>.<span class="ruby-identifier">git</span>.<span class="ruby-identifier">push</span>({<span class="ruby-identifier">raise</span><span class="ruby-operator">:</span> <span class="ruby-keyword">true</span>, <span class="ruby-identifier">timeout</span><span class="ruby-operator">:</span> <span class="ruby-keyword">true</span>}, <span class="ruby-value">:origin</span>, <span class="ruby-node">&quot;:#{merge_request.source_branch}&quot;</span>)
-      <span class="ruby-keyword">end</span>
-
-      <span class="ruby-comment"># merge, push and branch removal successful</span>
-      <span class="ruby-keyword">true</span>
-    <span class="ruby-keyword">end</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">rescue</span> <span class="ruby-constant">Grit</span><span class="ruby-operator">::</span><span class="ruby-constant">Git</span><span class="ruby-operator">::</span><span class="ruby-constant">CommandFailed</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-identifier">ex</span>
-  <span class="ruby-constant">Gitlab</span><span class="ruby-operator">::</span><span class="ruby-constant">GitLogger</span>.<span class="ruby-identifier">error</span>(<span class="ruby-identifier">ex</span>.<span class="ruby-identifier">message</span>)
-  <span class="ruby-keyword">false</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Gitlab/Satellite/Satellite.html b/doc/code/classes/Gitlab/Satellite/Satellite.html
deleted file mode 100644
index 86d82e6ab33d51cd1bd20df3881190320aff3c52..0000000000000000000000000000000000000000
--- a/doc/code/classes/Gitlab/Satellite/Satellite.html
+++ /dev/null
@@ -1,506 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Gitlab::Satellite::Satellite</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Gitlab::Satellite::Satellite 
-            
-                <span class="parent">&lt; 
-                    
-                    Object
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../../../files/lib/gitlab/satellite/satellite_rb.html">lib/gitlab/satellite/satellite.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>C</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-clear_and_update-21">clear_and_update!</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-create">create</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>E</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-exists-3F">exists?</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>L</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-lock">lock</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-lock_file">lock_file</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>N</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-c-new">new</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>P</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-path">path</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>R</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-repo">repo</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-      <!-- Section constants -->
-      <div class="sectiontitle">Constants</div>
-      <table border='0' cellpadding='5'>
-        
-          <tr valign='top'>
-            <td class="attr-name">PARKING_BRANCH</td>
-            <td>=</td>
-            <td class="attr-value">&quot;__parking_branch&quot;</td>
-          </tr>
-          
-            <tr valign='top'>
-              <td>&nbsp;</td>
-              <td colspan="2" class="attr-desc"></td>
-            </tr>
-          
-        
-      </table>
-    
-
-
-    
-      <!-- Section attributes -->
-      <div class="sectiontitle">Attributes</div>
-      <table border='0' cellpadding='5'>
-        
-          <tr valign='top'>
-            <td class='attr-rw'>
-              [RW]
-            </td>
-            <td class='attr-name'>project</td>
-            <td class='attr-desc'></td>
-          </tr>
-        
-      </table>
-    
-
-
-    <!-- Methods -->
-    
-      <div class="sectiontitle">Class Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-c-new">
-            
-              <b>new</b>(project)
-            
-            <a href="../../../classes/Gitlab/Satellite/Satellite.html#method-c-new" name="method-c-new" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-new_source')" id="l_method-c-new_source">show</a>
-                
-              </p>
-              <div id="method-c-new_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/satellite/satellite.rb, line 8</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">initialize</span>(<span class="ruby-identifier">project</span>)
-  <span class="ruby-ivar">@project</span> = <span class="ruby-identifier">project</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                  
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-clear_and_update-21">
-            
-              <b>clear_and_update!</b>()
-            
-            <a href="../../../classes/Gitlab/Satellite/Satellite.html#method-i-clear_and_update-21" name="method-i-clear_and_update-21" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-clear_and_update-21_source')" id="l_method-i-clear_and_update-21_source">show</a>
-                
-              </p>
-              <div id="method-i-clear_and_update-21_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/satellite/satellite.rb, line 12</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">clear_and_update!</span>
-  <span class="ruby-identifier">raise</span> <span class="ruby-string">&quot;Satellite doesn't exist&quot;</span> <span class="ruby-keyword">unless</span> <span class="ruby-identifier">exists?</span>
-
-  <span class="ruby-identifier">delete_heads!</span>
-  <span class="ruby-identifier">clear_working_dir!</span>
-  <span class="ruby-identifier">update_from_source!</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-create">
-            
-              <b>create</b>()
-            
-            <a href="../../../classes/Gitlab/Satellite/Satellite.html#method-i-create" name="method-i-create" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-create_source')" id="l_method-i-create_source">show</a>
-                
-              </p>
-              <div id="method-i-create_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/satellite/satellite.rb, line 20</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">create</span>
-  <span class="ruby-identifier">create_cmd</span> = <span class="ruby-node">&quot;git clone #{project.url_to_repo} #{path}&quot;</span>
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">system</span>(<span class="ruby-identifier">create_cmd</span>)
-    <span class="ruby-keyword">true</span>
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-constant">Gitlab</span><span class="ruby-operator">::</span><span class="ruby-constant">GitLogger</span>.<span class="ruby-identifier">error</span>(<span class="ruby-node">&quot;Failed to create satellite for #{project.name_with_namespace}&quot;</span>)
-    <span class="ruby-keyword">false</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-exists-3F">
-            
-              <b>exists?</b>()
-            
-            <a href="../../../classes/Gitlab/Satellite/Satellite.html#method-i-exists-3F" name="method-i-exists-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-exists-3F_source')" id="l_method-i-exists-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-exists-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/satellite/satellite.rb, line 30</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">exists?</span>
-  <span class="ruby-constant">File</span>.<span class="ruby-identifier">exists?</span> <span class="ruby-identifier">path</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-lock">
-            
-              <b>lock</b>()
-            
-            <a href="../../../classes/Gitlab/Satellite/Satellite.html#method-i-lock" name="method-i-lock" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <ul><li>
-<p>Locks the satellite</p>
-</li><li>
-<p>Changes the current directory to the satellite’s working dir</p>
-</li><li>
-<p>Yields</p>
-</li></ul>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-lock_source')" id="l_method-i-lock_source">show</a>
-                
-              </p>
-              <div id="method-i-lock_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/satellite/satellite.rb, line 37</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">lock</span>
-  <span class="ruby-identifier">raise</span> <span class="ruby-string">&quot;Satellite doesn't exist&quot;</span> <span class="ruby-keyword">unless</span> <span class="ruby-identifier">exists?</span>
-
-  <span class="ruby-constant">File</span>.<span class="ruby-identifier">open</span>(<span class="ruby-identifier">lock_file</span>, <span class="ruby-string">&quot;w+&quot;</span>) <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">f</span><span class="ruby-operator">|</span>
-    <span class="ruby-identifier">f</span>.<span class="ruby-identifier">flock</span>(<span class="ruby-constant">File</span><span class="ruby-operator">::</span><span class="ruby-constant">LOCK_EX</span>)
-
-    <span class="ruby-constant">Dir</span>.<span class="ruby-identifier">chdir</span>(<span class="ruby-identifier">path</span>) <span class="ruby-keyword">do</span>
-      <span class="ruby-keyword">return</span> <span class="ruby-keyword">yield</span>
-    <span class="ruby-keyword">end</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-lock_file">
-            
-              <b>lock_file</b>()
-            
-            <a href="../../../classes/Gitlab/Satellite/Satellite.html#method-i-lock_file" name="method-i-lock_file" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-lock_file_source')" id="l_method-i-lock_file_source">show</a>
-                
-              </p>
-              <div id="method-i-lock_file_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/satellite/satellite.rb, line 49</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">lock_file</span>
-  <span class="ruby-constant">Rails</span>.<span class="ruby-identifier">root</span>.<span class="ruby-identifier">join</span>(<span class="ruby-string">&quot;tmp&quot;</span>, <span class="ruby-node">&quot;satellite_#{project.id}.lock&quot;</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-path">
-            
-              <b>path</b>()
-            
-            <a href="../../../classes/Gitlab/Satellite/Satellite.html#method-i-path" name="method-i-path" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-path_source')" id="l_method-i-path_source">show</a>
-                
-              </p>
-              <div id="method-i-path_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/satellite/satellite.rb, line 53</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">path</span>
-  <span class="ruby-constant">Rails</span>.<span class="ruby-identifier">root</span>.<span class="ruby-identifier">join</span>(<span class="ruby-string">&quot;tmp&quot;</span>, <span class="ruby-string">&quot;repo_satellites&quot;</span>, <span class="ruby-identifier">project</span>.<span class="ruby-identifier">path_with_namespace</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-repo">
-            
-              <b>repo</b>()
-            
-            <a href="../../../classes/Gitlab/Satellite/Satellite.html#method-i-repo" name="method-i-repo" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-repo_source')" id="l_method-i-repo_source">show</a>
-                
-              </p>
-              <div id="method-i-repo_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/satellite/satellite.rb, line 57</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">repo</span>
-  <span class="ruby-identifier">raise</span> <span class="ruby-string">&quot;Satellite doesn't exist&quot;</span> <span class="ruby-keyword">unless</span> <span class="ruby-identifier">exists?</span>
-
-  <span class="ruby-ivar">@repo</span> <span class="ruby-operator">||=</span> <span class="ruby-constant">Grit</span><span class="ruby-operator">::</span><span class="ruby-constant">Repo</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">path</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Gitlab/Seeder.html b/doc/code/classes/Gitlab/Seeder.html
deleted file mode 100644
index a62c96a552681b5e3ccce6c7aa01bab6707940a1..0000000000000000000000000000000000000000
--- a/doc/code/classes/Gitlab/Seeder.html
+++ /dev/null
@@ -1,134 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Gitlab::Seeder</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/github.css" type="text/css" media="screen" />
-<script src="../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Gitlab::Seeder 
-            
-                <span class="parent">&lt; 
-                    
-                    Object
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../../files/lib/gitlab/seeder_rb.html">lib/gitlab/seeder.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>Q</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-c-quiet">quiet</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-    
-      <div class="sectiontitle">Class Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-c-quiet">
-            
-              <b>quiet</b>()
-            
-            <a href="../../classes/Gitlab/Seeder.html#method-c-quiet" name="method-c-quiet" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-quiet_source')" id="l_method-c-quiet_source">show</a>
-                
-              </p>
-              <div id="method-c-quiet_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/seeder.rb, line 3</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">self</span>.<span class="ruby-identifier">quiet</span>
-  <span class="ruby-constant">SeedFu</span>.<span class="ruby-identifier">quiet</span> = <span class="ruby-keyword">true</span>
-  <span class="ruby-keyword">yield</span>
-  <span class="ruby-constant">SeedFu</span>.<span class="ruby-identifier">quiet</span> = <span class="ruby-keyword">false</span>
-  <span class="ruby-identifier">puts</span> <span class="ruby-string">&quot;\nOK&quot;</span>.<span class="ruby-identifier">green</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                        </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Gitlab/Session.html b/doc/code/classes/Gitlab/Session.html
deleted file mode 100644
index ad14adc0d50d63e8948cac85103322338d006aeb..0000000000000000000000000000000000000000
--- a/doc/code/classes/Gitlab/Session.html
+++ /dev/null
@@ -1,82 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Gitlab::Session</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/github.css" type="text/css" media="screen" />
-<script src="../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Gitlab::Session 
-            
-                <span class="parent">&lt; 
-                    
-                    Grape::API
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../../files/lib/api/session_rb.html">lib/api/session.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<p><a href="Users.html">Users</a> <a href="API.html">API</a></p>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Gitlab/Theme.html b/doc/code/classes/Gitlab/Theme.html
deleted file mode 100644
index 8f918b35ce440e102c2b5d5d3da993be191581ce..0000000000000000000000000000000000000000
--- a/doc/code/classes/Gitlab/Theme.html
+++ /dev/null
@@ -1,141 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Gitlab::Theme</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/github.css" type="text/css" media="screen" />
-<script src="../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Gitlab::Theme 
-            
-                <span class="parent">&lt; 
-                    
-                    Object
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../../files/lib/gitlab/theme_rb.html">lib/gitlab/theme.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>C</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-c-css_class_by_id">css_class_by_id</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-    
-      <div class="sectiontitle">Class Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-c-css_class_by_id">
-            
-              <b>css_class_by_id</b>(id)
-            
-            <a href="../../classes/Gitlab/Theme.html#method-c-css_class_by_id" name="method-c-css_class_by_id" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-css_class_by_id_source')" id="l_method-c-css_class_by_id_source">show</a>
-                
-              </p>
-              <div id="method-c-css_class_by_id_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/theme.rb, line 3</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">self</span>.<span class="ruby-identifier">css_class_by_id</span>(<span class="ruby-identifier">id</span>)
-  <span class="ruby-identifier">themes</span> = {
-    <span class="ruby-number">1</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-string">&quot;ui_basic&quot;</span>,
-    <span class="ruby-number">2</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-string">&quot;ui_mars&quot;</span>,
-    <span class="ruby-number">3</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-string">&quot;ui_modern&quot;</span>,
-    <span class="ruby-number">4</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-string">&quot;ui_gray&quot;</span>,
-    <span class="ruby-number">5</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-string">&quot;ui_color&quot;</span>
-  }
-
-  <span class="ruby-identifier">id</span> <span class="ruby-operator">||=</span> <span class="ruby-number">1</span>
-
-  <span class="ruby-keyword">return</span> <span class="ruby-identifier">themes</span>[<span class="ruby-identifier">id</span>]
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                        </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Gitlab/Users.html b/doc/code/classes/Gitlab/Users.html
deleted file mode 100644
index 50ba31312409a3c92a72259500de0722b4e97781..0000000000000000000000000000000000000000
--- a/doc/code/classes/Gitlab/Users.html
+++ /dev/null
@@ -1,82 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Gitlab::Users</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/github.css" type="text/css" media="screen" />
-<script src="../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Gitlab::Users 
-            
-                <span class="parent">&lt; 
-                    
-                    Grape::API
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../../files/lib/api/users_rb.html">lib/api/users.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<p><a href="Users.html">Users</a> <a href="API.html">API</a></p>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/GitlabCiService.html b/doc/code/classes/GitlabCiService.html
deleted file mode 100644
index a56f614f772710bad830555b98939283cea65daa..0000000000000000000000000000000000000000
--- a/doc/code/classes/GitlabCiService.html
+++ /dev/null
@@ -1,371 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>GitlabCiService</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            GitlabCiService 
-            
-                <span class="parent">&lt; 
-                    
-                    <a href="Service.html">Service</a>
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/models/gitlab_ci_service_rb.html">app/models/gitlab_ci_service.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<h2 id="label-Schema+Information">Schema Information</h2>
-
-<p>Table name: services</p>
-
-<pre>id          :integer          not null, primary key
-type        :string(255)
-title       :string(255)
-token       :string(255)
-project_id  :integer          not null
-created_at  :datetime         not null
-updated_at  :datetime         not null
-active      :boolean          default(FALSE), not null
-project_url :string(255)</pre>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>A</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-activated-3F">activated?</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>B</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-build_page">build_page</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>C</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-commit_badge_path">commit_badge_path</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-commit_status">commit_status</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-commit_status_path">commit_status_path</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-compose_service_hook">compose_service_hook</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-activated-3F">
-            
-              <b>activated?</b>()
-            
-            <a href="../classes/GitlabCiService.html#method-i-activated-3F" name="method-i-activated-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-activated-3F_source')" id="l_method-i-activated-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-activated-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/gitlab_ci_service.rb, line 26</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">activated?</span>
-  <span class="ruby-identifier">active</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-build_page">
-            
-              <b>build_page</b>(sha)
-            
-            <a href="../classes/GitlabCiService.html#method-i-build_page" name="method-i-build_page" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-build_page_source')" id="l_method-i-build_page_source">show</a>
-                
-              </p>
-              <div id="method-i-build_page_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/gitlab_ci_service.rb, line 54</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">build_page</span> <span class="ruby-identifier">sha</span>
-  <span class="ruby-identifier">project_url</span> <span class="ruby-operator">+</span> <span class="ruby-node">&quot;/builds/#{sha}&quot;</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-commit_badge_path">
-            
-              <b>commit_badge_path</b>(sha)
-            
-            <a href="../classes/GitlabCiService.html#method-i-commit_badge_path" name="method-i-commit_badge_path" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-commit_badge_path_source')" id="l_method-i-commit_badge_path_source">show</a>
-                
-              </p>
-              <div id="method-i-commit_badge_path_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/gitlab_ci_service.rb, line 36</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">commit_badge_path</span> <span class="ruby-identifier">sha</span>
-  <span class="ruby-identifier">project_url</span> <span class="ruby-operator">+</span> <span class="ruby-node">&quot;/status?sha=#{sha}&quot;</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-commit_status">
-            
-              <b>commit_status</b>(sha)
-            
-            <a href="../classes/GitlabCiService.html#method-i-commit_status" name="method-i-commit_status" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-commit_status_source')" id="l_method-i-commit_status_source">show</a>
-                
-              </p>
-              <div id="method-i-commit_status_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/gitlab_ci_service.rb, line 44</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">commit_status</span> <span class="ruby-identifier">sha</span>
-  <span class="ruby-identifier">response</span> = <span class="ruby-constant">HTTParty</span>.<span class="ruby-identifier">get</span>(<span class="ruby-identifier">commit_status_path</span>(<span class="ruby-identifier">sha</span>))
-
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">response</span>.<span class="ruby-identifier">code</span> <span class="ruby-operator">==</span> <span class="ruby-number">200</span> <span class="ruby-keyword">and</span> <span class="ruby-identifier">response</span>[<span class="ruby-string">&quot;status&quot;</span>]
-    <span class="ruby-identifier">response</span>[<span class="ruby-string">&quot;status&quot;</span>]
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-value">:error</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-commit_status_path">
-            
-              <b>commit_status_path</b>(sha)
-            
-            <a href="../classes/GitlabCiService.html#method-i-commit_status_path" name="method-i-commit_status_path" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-commit_status_path_source')" id="l_method-i-commit_status_path_source">show</a>
-                
-              </p>
-              <div id="method-i-commit_status_path_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/gitlab_ci_service.rb, line 40</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">commit_status_path</span> <span class="ruby-identifier">sha</span>
-  <span class="ruby-identifier">project_url</span> <span class="ruby-operator">+</span> <span class="ruby-node">&quot;/builds/#{sha}/status.json?token=#{token}&quot;</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-compose_service_hook">
-            
-              <b>compose_service_hook</b>()
-            
-            <a href="../classes/GitlabCiService.html#method-i-compose_service_hook" name="method-i-compose_service_hook" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-compose_service_hook_source')" id="l_method-i-compose_service_hook_source">show</a>
-                
-              </p>
-              <div id="method-i-compose_service_hook_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/gitlab_ci_service.rb, line 30</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">compose_service_hook</span>
-  <span class="ruby-identifier">hook</span> = <span class="ruby-identifier">service_hook</span> <span class="ruby-operator">||</span> <span class="ruby-identifier">build_service_hook</span>
-  <span class="ruby-identifier">hook</span>.<span class="ruby-identifier">url</span> = [<span class="ruby-identifier">project_url</span>, <span class="ruby-string">&quot;/build&quot;</span>, <span class="ruby-node">&quot;?token=#{token}&quot;</span>].<span class="ruby-identifier">join</span>(<span class="ruby-string">&quot;&quot;</span>)
-  <span class="ruby-identifier">hook</span>.<span class="ruby-identifier">save</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/GitlabMarkdownHelper.html b/doc/code/classes/GitlabMarkdownHelper.html
deleted file mode 100644
index 32ae5f822b542ce0b4126dc470205ce6003194f3..0000000000000000000000000000000000000000
--- a/doc/code/classes/GitlabMarkdownHelper.html
+++ /dev/null
@@ -1,222 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>GitlabMarkdownHelper</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Module</span> 
-            GitlabMarkdownHelper 
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/helpers/gitlab_markdown_helper_rb.html">app/helpers/gitlab_markdown_helper.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>L</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-link_to_gfm">link_to_gfm</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>M</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-markdown">markdown</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-    <!-- Includes -->
-    <div class="sectiontitle">Included Modules</div>
-    <ul>
-      
-        <li>
-          
-            <a href="Gitlab/Markdown.html">
-              Gitlab::Markdown
-            </a>
-          
-        </li>
-      
-    </ul>
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-link_to_gfm">
-            
-              <b>link_to_gfm</b>(body, url, html_options = {})
-            
-            <a href="../classes/GitlabMarkdownHelper.html#method-i-link_to_gfm" name="method-i-link_to_gfm" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Use this in places where you would normally use link_to(gfm(…), …).</p>
-
-<p>It solves a problem occurring with nested links (i.e. “&lt;a&gt;outer text
-&lt;a&gt;gfm ref&lt;/a&gt; more outer text&lt;/a&gt;”). This will not be
-interpreted as intended. Browsers will parse something like “&lt;a&gt;outer
-text &lt;/a&gt;&lt;a&gt;gfm ref&lt;/a&gt; more outer text” (notice the last
-part is not linked any more). <a
-href="GitlabMarkdownHelper.html#method-i-link_to_gfm">#link_to_gfm</a>
-corrects that. It wraps all parts to explicitly produce the correct linking
-behavior (i.e. “&lt;a&gt;outer text &lt;/a&gt;&lt;a&gt;gfm
-ref&lt;/a&gt;&lt;a&gt; more outer text&lt;/a&gt;”).</p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-link_to_gfm_source')" id="l_method-i-link_to_gfm_source">show</a>
-                
-              </p>
-              <div id="method-i-link_to_gfm_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/helpers/gitlab_markdown_helper.rb, line 13</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">link_to_gfm</span>(<span class="ruby-identifier">body</span>, <span class="ruby-identifier">url</span>, <span class="ruby-identifier">html_options</span> = {})
-  <span class="ruby-keyword">return</span> <span class="ruby-string">&quot;&quot;</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">body</span>.<span class="ruby-identifier">blank?</span>
-
-  <span class="ruby-identifier">gfm_body</span> = <span class="ruby-identifier">gfm</span>(<span class="ruby-identifier">escape_once</span>(<span class="ruby-identifier">body</span>), <span class="ruby-identifier">html_options</span>)
-
-  <span class="ruby-identifier">gfm_body</span>.<span class="ruby-identifier">gsub!</span>(<span class="ruby-regexp">%r{&lt;a.*?&gt;.*?&lt;/a&gt;}</span>) <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">match</span><span class="ruby-operator">|</span>
-    <span class="ruby-node">&quot;&lt;/a&gt;#{match}#{link_to(&quot;&quot;, url, html_options)[0..-5]}&quot;</span> <span class="ruby-comment"># &quot;&lt;/a&gt;&quot;.length +1</span>
-  <span class="ruby-keyword">end</span>
-
-  <span class="ruby-identifier">link_to</span>(<span class="ruby-identifier">gfm_body</span>.<span class="ruby-identifier">html_safe</span>, <span class="ruby-identifier">url</span>, <span class="ruby-identifier">html_options</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-markdown">
-            
-              <b>markdown</b>(text)
-            
-            <a href="../classes/GitlabMarkdownHelper.html#method-i-markdown" name="method-i-markdown" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-markdown_source')" id="l_method-i-markdown_source">show</a>
-                
-              </p>
-              <div id="method-i-markdown_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/helpers/gitlab_markdown_helper.rb, line 25</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">markdown</span>(<span class="ruby-identifier">text</span>)
-  <span class="ruby-keyword">unless</span> <span class="ruby-ivar">@markdown</span>
-    <span class="ruby-identifier">gitlab_renderer</span> = <span class="ruby-constant">Redcarpet</span><span class="ruby-operator">::</span><span class="ruby-constant">Render</span><span class="ruby-operator">::</span><span class="ruby-constant">GitlabHTML</span>.<span class="ruby-identifier">new</span>(<span class="ruby-keyword">self</span>,
-                        <span class="ruby-comment"># see https://github.com/vmg/redcarpet#darling-i-packed-you-a-couple-renderers-for-lunch-</span>
-                        <span class="ruby-identifier">filter_html</span><span class="ruby-operator">:</span> <span class="ruby-keyword">true</span>,
-                        <span class="ruby-identifier">with_toc_data</span><span class="ruby-operator">:</span> <span class="ruby-keyword">true</span>,
-                        <span class="ruby-identifier">hard_wrap</span><span class="ruby-operator">:</span> <span class="ruby-keyword">true</span>)
-    <span class="ruby-ivar">@markdown</span> = <span class="ruby-constant">Redcarpet</span><span class="ruby-operator">::</span><span class="ruby-constant">Markdown</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">gitlab_renderer</span>,
-                    <span class="ruby-comment"># see https://github.com/vmg/redcarpet#and-its-like-really-simple-to-use</span>
-                    <span class="ruby-identifier">no_intra_emphasis</span><span class="ruby-operator">:</span> <span class="ruby-keyword">true</span>,
-                    <span class="ruby-identifier">tables</span><span class="ruby-operator">:</span> <span class="ruby-keyword">true</span>,
-                    <span class="ruby-identifier">fenced_code_blocks</span><span class="ruby-operator">:</span> <span class="ruby-keyword">true</span>,
-                    <span class="ruby-identifier">autolink</span><span class="ruby-operator">:</span> <span class="ruby-keyword">true</span>,
-                    <span class="ruby-identifier">strikethrough</span><span class="ruby-operator">:</span> <span class="ruby-keyword">true</span>,
-                    <span class="ruby-identifier">lax_html_blocks</span><span class="ruby-operator">:</span> <span class="ruby-keyword">true</span>,
-                    <span class="ruby-identifier">space_after_headers</span><span class="ruby-operator">:</span> <span class="ruby-keyword">true</span>,
-                    <span class="ruby-identifier">superscript</span><span class="ruby-operator">:</span> <span class="ruby-keyword">true</span>)
-  <span class="ruby-keyword">end</span>
-
-  <span class="ruby-ivar">@markdown</span>.<span class="ruby-identifier">render</span>(<span class="ruby-identifier">text</span>).<span class="ruby-identifier">html_safe</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Grack.html b/doc/code/classes/Grack.html
deleted file mode 100644
index 9261c356602e345694e5beeb522c8851046a5f24..0000000000000000000000000000000000000000
--- a/doc/code/classes/Grack.html
+++ /dev/null
@@ -1,81 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Grack</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Module</span> 
-            Grack 
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/lib/gitlab/backend/grack_auth_rb.html">lib/gitlab/backend/grack_auth.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="Grack/Auth.html">Grack::Auth</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Grack/Auth.html b/doc/code/classes/Grack/Auth.html
deleted file mode 100644
index a1350e2fa263b94e2db0852b5bdce23c2ff9e1b1..0000000000000000000000000000000000000000
--- a/doc/code/classes/Grack/Auth.html
+++ /dev/null
@@ -1,419 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Grack::Auth</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/github.css" type="text/css" media="screen" />
-<script src="../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Grack::Auth 
-            
-                <span class="parent">&lt; 
-                    
-                    Rack::Auth::Basic
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../../files/lib/gitlab/backend/grack_auth_rb.html">lib/gitlab/backend/grack_auth.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>A</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-abilities">abilities</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>C</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-can-3F">can?</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-current_ref">current_ref</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>V</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-valid-3F">valid?</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-validate_get_request">validate_get_request</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-validate_post_request">validate_post_request</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-      <!-- Section attributes -->
-      <div class="sectiontitle">Attributes</div>
-      <table border='0' cellpadding='5'>
-        
-          <tr valign='top'>
-            <td class='attr-rw'>
-              [RW]
-            </td>
-            <td class='attr-name'>project</td>
-            <td class='attr-desc'></td>
-          </tr>
-        
-          <tr valign='top'>
-            <td class='attr-rw'>
-              [RW]
-            </td>
-            <td class='attr-name'>user</td>
-            <td class='attr-desc'></td>
-          </tr>
-        
-      </table>
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-can-3F">
-            
-              <b>can?</b>(object, action, subject)
-            
-            <a href="../../classes/Grack/Auth.html#method-i-can-3F" name="method-i-can-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-can-3F_source')" id="l_method-i-can-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-can-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/backend/grack_auth.rb, line 56</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">can?</span>(<span class="ruby-identifier">object</span>, <span class="ruby-identifier">action</span>, <span class="ruby-identifier">subject</span>)
-  <span class="ruby-identifier">abilities</span>.<span class="ruby-identifier">allowed?</span>(<span class="ruby-identifier">object</span>, <span class="ruby-identifier">action</span>, <span class="ruby-identifier">subject</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-current_ref">
-            
-              <b>current_ref</b>()
-            
-            <a href="../../classes/Grack/Auth.html#method-i-current_ref" name="method-i-current_ref" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-current_ref_source')" id="l_method-i-current_ref_source">show</a>
-                
-              </p>
-              <div id="method-i-current_ref_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/backend/grack_auth.rb, line 60</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">current_ref</span>
-  <span class="ruby-keyword">if</span> <span class="ruby-ivar">@env</span>[<span class="ruby-string">&quot;HTTP_CONTENT_ENCODING&quot;</span>] <span class="ruby-operator">=~</span> <span class="ruby-regexp">%rgzip/</span>
-    <span class="ruby-identifier">input</span> = <span class="ruby-constant">Zlib</span><span class="ruby-operator">::</span><span class="ruby-constant">GzipReader</span>.<span class="ruby-identifier">new</span>(<span class="ruby-ivar">@request</span>.<span class="ruby-identifier">body</span>).<span class="ruby-identifier">read</span>
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-identifier">input</span> = <span class="ruby-ivar">@request</span>.<span class="ruby-identifier">body</span>.<span class="ruby-identifier">read</span>
-  <span class="ruby-keyword">end</span>
-  <span class="ruby-comment"># Need to reset seek point</span>
-  <span class="ruby-ivar">@request</span>.<span class="ruby-identifier">body</span>.<span class="ruby-identifier">rewind</span>
-  <span class="ruby-regexp">%rrefs\/heads\/([\w\.-]+)/</span>.<span class="ruby-identifier">match</span>(<span class="ruby-identifier">input</span>).<span class="ruby-identifier">to_a</span>.<span class="ruby-identifier">first</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-valid-3F">
-            
-              <b>valid?</b>()
-            
-            <a href="../../classes/Grack/Auth.html#method-i-valid-3F" name="method-i-valid-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-valid-3F_source')" id="l_method-i-valid-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-valid-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/backend/grack_auth.rb, line 5</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">valid?</span>
-  <span class="ruby-comment"># Authentication with username and password</span>
-  <span class="ruby-identifier">login</span>, <span class="ruby-identifier">password</span> = <span class="ruby-ivar">@auth</span>.<span class="ruby-identifier">credentials</span>
-
-  <span class="ruby-keyword">self</span>.<span class="ruby-identifier">user</span> = <span class="ruby-constant">User</span>.<span class="ruby-identifier">find_by_email</span>(<span class="ruby-identifier">login</span>) <span class="ruby-operator">||</span> <span class="ruby-constant">User</span>.<span class="ruby-identifier">find_by_username</span>(<span class="ruby-identifier">login</span>)
-
-  <span class="ruby-keyword">return</span> <span class="ruby-keyword">false</span> <span class="ruby-keyword">unless</span> <span class="ruby-identifier">user</span>.<span class="ruby-identifier">try</span>(<span class="ruby-value">:valid_password?</span>, <span class="ruby-identifier">password</span>)
-
-  <span class="ruby-identifier">email</span> = <span class="ruby-identifier">user</span>.<span class="ruby-identifier">email</span>
-
-  <span class="ruby-comment"># Set GL_USER env variable</span>
-  <span class="ruby-constant">ENV</span>[<span class="ruby-string">'GL_USER'</span>] = <span class="ruby-identifier">email</span>
-  <span class="ruby-comment"># Pass Gitolite update hook</span>
-  <span class="ruby-constant">ENV</span>[<span class="ruby-string">'GL_BYPASS_UPDATE_HOOK'</span>] = <span class="ruby-string">&quot;true&quot;</span>
-
-  <span class="ruby-comment"># Find project by PATH_INFO from env</span>
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">m</span> = <span class="ruby-regexp">%r^\/([\w\.\/-]+)\.git/</span>.<span class="ruby-identifier">match</span>(<span class="ruby-ivar">@request</span>.<span class="ruby-identifier">path_info</span>).<span class="ruby-identifier">to_a</span>
-    <span class="ruby-keyword">self</span>.<span class="ruby-identifier">project</span> = <span class="ruby-constant">Project</span>.<span class="ruby-identifier">find_with_namespace</span>(<span class="ruby-identifier">m</span>.<span class="ruby-identifier">last</span>)
-    <span class="ruby-keyword">return</span> <span class="ruby-keyword">false</span> <span class="ruby-keyword">unless</span> <span class="ruby-identifier">project</span>
-  <span class="ruby-keyword">end</span>
-
-  <span class="ruby-comment"># Git upload and receive</span>
-  <span class="ruby-keyword">if</span> <span class="ruby-ivar">@request</span>.<span class="ruby-identifier">get?</span>
-    <span class="ruby-identifier">validate_get_request</span>
-  <span class="ruby-keyword">elsif</span> <span class="ruby-ivar">@request</span>.<span class="ruby-identifier">post?</span>
-    <span class="ruby-identifier">validate_post_request</span>
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-keyword">false</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-validate_get_request">
-            
-              <b>validate_get_request</b>()
-            
-            <a href="../../classes/Grack/Auth.html#method-i-validate_get_request" name="method-i-validate_get_request" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-validate_get_request_source')" id="l_method-i-validate_get_request_source">show</a>
-                
-              </p>
-              <div id="method-i-validate_get_request_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/backend/grack_auth.rb, line 36</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">validate_get_request</span>
-  <span class="ruby-identifier">can?</span>(<span class="ruby-identifier">user</span>, <span class="ruby-value">:download_code</span>, <span class="ruby-identifier">project</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-validate_post_request">
-            
-              <b>validate_post_request</b>()
-            
-            <a href="../../classes/Grack/Auth.html#method-i-validate_post_request" name="method-i-validate_post_request" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-validate_post_request_source')" id="l_method-i-validate_post_request_source">show</a>
-                
-              </p>
-              <div id="method-i-validate_post_request_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/backend/grack_auth.rb, line 40</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">validate_post_request</span>
-  <span class="ruby-keyword">if</span> <span class="ruby-ivar">@request</span>.<span class="ruby-identifier">path_info</span>.<span class="ruby-identifier">end_with?</span>(<span class="ruby-string">'git-upload-pack'</span>)
-    <span class="ruby-identifier">can?</span>(<span class="ruby-identifier">user</span>, <span class="ruby-value">:download_code</span>, <span class="ruby-identifier">project</span>)
-  <span class="ruby-keyword">elsif</span> <span class="ruby-ivar">@request</span>.<span class="ruby-identifier">path_info</span>.<span class="ruby-identifier">end_with?</span>(<span class="ruby-string">'git-receive-pack'</span>)
-    <span class="ruby-identifier">action</span> = <span class="ruby-keyword">if</span> <span class="ruby-identifier">project</span>.<span class="ruby-identifier">protected_branch?</span>(<span class="ruby-identifier">current_ref</span>)
-               <span class="ruby-value">:push_code_to_protected_branches</span>
-             <span class="ruby-keyword">else</span>
-               <span class="ruby-value">:push_code</span>
-             <span class="ruby-keyword">end</span>
-
-    <span class="ruby-identifier">can?</span>(<span class="ruby-identifier">user</span>, <span class="ruby-identifier">action</span>, <span class="ruby-identifier">project</span>)
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-keyword">false</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-              
-      <div class="sectiontitle">Instance Protected methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-abilities">
-            
-              <b>abilities</b>()
-            
-            <a href="../../classes/Grack/Auth.html#method-i-abilities" name="method-i-abilities" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-abilities_source')" id="l_method-i-abilities_source">show</a>
-                
-              </p>
-              <div id="method-i-abilities_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/gitlab/backend/grack_auth.rb, line 73</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">abilities</span>
-  <span class="ruby-ivar">@abilities</span> <span class="ruby-operator">||=</span> <span class="ruby-keyword">begin</span>
-                   <span class="ruby-identifier">abilities</span> = <span class="ruby-constant">Six</span>.<span class="ruby-identifier">new</span>
-                   <span class="ruby-identifier">abilities</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-constant">Ability</span>
-                   <span class="ruby-identifier">abilities</span>
-                 <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Group.html b/doc/code/classes/Group.html
deleted file mode 100644
index cf61c3ea3549f4a37218fdc4f6e77aa4e32cd887..0000000000000000000000000000000000000000
--- a/doc/code/classes/Group.html
+++ /dev/null
@@ -1,294 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Group</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Group 
-            
-                <span class="parent">&lt; 
-                    
-                    <a href="Namespace.html">Namespace</a>
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/models/group_rb.html">app/models/group.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<h2 id="label-Schema+Information">Schema Information</h2>
-
-<p>Table name: namespaces</p>
-
-<pre>id         :integer          not null, primary key
-name       :string(255)      not null
-path       :string(255)      not null
-owner_id   :integer          not null
-created_at :datetime         not null
-updated_at :datetime         not null
-type       :string(255)</pre>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>A</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-add_users_to_project_teams">add_users_to_project_teams</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>H</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-human_name">human_name</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>T</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-truncate_teams">truncate_teams</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>U</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-users">users</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-add_users_to_project_teams">
-            
-              <b>add_users_to_project_teams</b>(user_ids, project_access)
-            
-            <a href="../classes/Group.html#method-i-add_users_to_project_teams" name="method-i-add_users_to_project_teams" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-add_users_to_project_teams_source')" id="l_method-i-add_users_to_project_teams_source">show</a>
-                
-              </p>
-              <div id="method-i-add_users_to_project_teams_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/group.rb, line 15</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">add_users_to_project_teams</span>(<span class="ruby-identifier">user_ids</span>, <span class="ruby-identifier">project_access</span>)
-  <span class="ruby-constant">UsersProject</span>.<span class="ruby-identifier">add_users_into_projects</span>(
-    <span class="ruby-identifier">projects</span>.<span class="ruby-identifier">map</span>(&amp;<span class="ruby-value">:id</span>),
-    <span class="ruby-identifier">user_ids</span>,
-    <span class="ruby-identifier">project_access</span>
-  )
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-human_name">
-            
-              <b>human_name</b>()
-            
-            <a href="../classes/Group.html#method-i-human_name" name="method-i-human_name" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-human_name_source')" id="l_method-i-human_name_source">show</a>
-                
-              </p>
-              <div id="method-i-human_name_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/group.rb, line 29</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">human_name</span>
-  <span class="ruby-identifier">name</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-truncate_teams">
-            
-              <b>truncate_teams</b>()
-            
-            <a href="../classes/Group.html#method-i-truncate_teams" name="method-i-truncate_teams" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-truncate_teams_source')" id="l_method-i-truncate_teams_source">show</a>
-                
-              </p>
-              <div id="method-i-truncate_teams_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/group.rb, line 33</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">truncate_teams</span>
-  <span class="ruby-constant">UsersProject</span>.<span class="ruby-identifier">truncate_teams</span>(<span class="ruby-identifier">project_ids</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-users">
-            
-              <b>users</b>()
-            
-            <a href="../classes/Group.html#method-i-users" name="method-i-users" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-users_source')" id="l_method-i-users_source">show</a>
-                
-              </p>
-              <div id="method-i-users_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/group.rb, line 23</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">users</span>
-  <span class="ruby-identifier">users</span> = <span class="ruby-constant">User</span>.<span class="ruby-identifier">joins</span>(<span class="ruby-value">:users_projects</span>).<span class="ruby-identifier">where</span>(<span class="ruby-identifier">users_projects</span><span class="ruby-operator">:</span> {<span class="ruby-identifier">project_id</span><span class="ruby-operator">:</span> <span class="ruby-identifier">project_ids</span>})
-  <span class="ruby-identifier">users</span> = <span class="ruby-identifier">users</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-identifier">owner</span>
-  <span class="ruby-identifier">users</span>.<span class="ruby-identifier">uniq</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/GroupsController.html b/doc/code/classes/GroupsController.html
deleted file mode 100644
index dbca1708bf05ff1a881475d34dbe477424f869fe..0000000000000000000000000000000000000000
--- a/doc/code/classes/GroupsController.html
+++ /dev/null
@@ -1,566 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>GroupsController</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            GroupsController 
-            
-                <span class="parent">&lt; 
-                    
-                    <a href="ApplicationController.html">ApplicationController</a>
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/controllers/groups_controller_rb.html">app/controllers/groups_controller.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>A</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-authorize_read_group-21">authorize_read_group!</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>G</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-group">group</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>I</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-issues">issues</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>M</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-merge_requests">merge_requests</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>P</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-people">people</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-project_ids">project_ids</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-projects">projects</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>S</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-search">search</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-show">show</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>T</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-team_members">team_members</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-issues">
-            
-              <b>issues</b>()
-            
-            <a href="../classes/GroupsController.html#method-i-issues" name="method-i-issues" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Get only assigned issues</p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-issues_source')" id="l_method-i-issues_source">show</a>
-                
-              </p>
-              <div id="method-i-issues_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/groups_controller.rb, line 29</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">issues</span>
-  <span class="ruby-ivar">@user</span>   = <span class="ruby-identifier">current_user</span>
-  <span class="ruby-ivar">@issues</span> = <span class="ruby-identifier">current_user</span>.<span class="ruby-identifier">assigned_issues</span>.<span class="ruby-identifier">opened</span>
-  <span class="ruby-ivar">@issues</span> = <span class="ruby-ivar">@issues</span>.<span class="ruby-identifier">of_group</span>(<span class="ruby-ivar">@group</span>).<span class="ruby-identifier">recent</span>.<span class="ruby-identifier">page</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:page</span>]).<span class="ruby-identifier">per</span>(<span class="ruby-number">20</span>)
-  <span class="ruby-ivar">@issues</span> = <span class="ruby-ivar">@issues</span>.<span class="ruby-identifier">includes</span>(<span class="ruby-value">:author</span>, <span class="ruby-value">:project</span>)
-
-  <span class="ruby-identifier">respond_to</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">format</span><span class="ruby-operator">|</span>
-    <span class="ruby-identifier">format</span>.<span class="ruby-identifier">html</span>
-    <span class="ruby-identifier">format</span>.<span class="ruby-identifier">atom</span> { <span class="ruby-identifier">render</span> <span class="ruby-identifier">layout</span><span class="ruby-operator">:</span> <span class="ruby-keyword">false</span> }
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-merge_requests">
-            
-              <b>merge_requests</b>()
-            
-            <a href="../classes/GroupsController.html#method-i-merge_requests" name="method-i-merge_requests" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Get authored or assigned open merge requests</p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-merge_requests_source')" id="l_method-i-merge_requests_source">show</a>
-                
-              </p>
-              <div id="method-i-merge_requests_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/groups_controller.rb, line 23</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">merge_requests</span>
-  <span class="ruby-ivar">@merge_requests</span> = <span class="ruby-identifier">current_user</span>.<span class="ruby-identifier">cared_merge_requests</span>.<span class="ruby-identifier">opened</span>
-  <span class="ruby-ivar">@merge_requests</span> = <span class="ruby-ivar">@merge_requests</span>.<span class="ruby-identifier">of_group</span>(<span class="ruby-ivar">@group</span>).<span class="ruby-identifier">recent</span>.<span class="ruby-identifier">page</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:page</span>]).<span class="ruby-identifier">per</span>(<span class="ruby-number">20</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-people">
-            
-              <b>people</b>()
-            
-            <a href="../classes/GroupsController.html#method-i-people" name="method-i-people" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-people_source')" id="l_method-i-people_source">show</a>
-                
-              </p>
-              <div id="method-i-people_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/groups_controller.rb, line 49</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">people</span>
-  <span class="ruby-ivar">@project</span> = <span class="ruby-identifier">group</span>.<span class="ruby-identifier">projects</span>.<span class="ruby-identifier">find</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:project_id</span>]) <span class="ruby-keyword">if</span> <span class="ruby-identifier">params</span>[<span class="ruby-value">:project_id</span>]
-  <span class="ruby-ivar">@users</span> = <span class="ruby-ivar">@project</span> <span class="ruby-operator">?</span> <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">users</span> <span class="ruby-operator">:</span> <span class="ruby-identifier">group</span>.<span class="ruby-identifier">users</span>
-  <span class="ruby-ivar">@users</span>.<span class="ruby-identifier">sort_by!</span>(&amp;<span class="ruby-value">:name</span>)
-
-  <span class="ruby-keyword">if</span> <span class="ruby-ivar">@project</span>
-    <span class="ruby-ivar">@team_member</span> = <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">users_projects</span>.<span class="ruby-identifier">new</span>
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-ivar">@team_member</span> = <span class="ruby-constant">UsersProject</span>.<span class="ruby-identifier">new</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-search">
-            
-              <b>search</b>()
-            
-            <a href="../classes/GroupsController.html#method-i-search" name="method-i-search" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-search_source')" id="l_method-i-search_source">show</a>
-                
-              </p>
-              <div id="method-i-search_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/groups_controller.rb, line 41</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">search</span>
-  <span class="ruby-identifier">result</span> = <span class="ruby-constant">SearchContext</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">project_ids</span>, <span class="ruby-identifier">params</span>).<span class="ruby-identifier">execute</span>
-
-  <span class="ruby-ivar">@projects</span>       = <span class="ruby-identifier">result</span>[<span class="ruby-value">:projects</span>]
-  <span class="ruby-ivar">@merge_requests</span> = <span class="ruby-identifier">result</span>[<span class="ruby-value">:merge_requests</span>]
-  <span class="ruby-ivar">@issues</span>         = <span class="ruby-identifier">result</span>[<span class="ruby-value">:issues</span>]
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-show">
-            
-              <b>show</b>()
-            
-            <a href="../classes/GroupsController.html#method-i-show" name="method-i-show" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-show_source')" id="l_method-i-show_source">show</a>
-                
-              </p>
-              <div id="method-i-show_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/groups_controller.rb, line 11</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">show</span>
-  <span class="ruby-ivar">@events</span> = <span class="ruby-constant">Event</span>.<span class="ruby-identifier">in_projects</span>(<span class="ruby-identifier">project_ids</span>).<span class="ruby-identifier">limit</span>(<span class="ruby-number">20</span>).<span class="ruby-identifier">offset</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:offset</span>] <span class="ruby-operator">||</span> <span class="ruby-number">0</span>)
-  <span class="ruby-ivar">@last_push</span> = <span class="ruby-identifier">current_user</span>.<span class="ruby-identifier">recent_push</span>
-
-  <span class="ruby-identifier">respond_to</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">format</span><span class="ruby-operator">|</span>
-    <span class="ruby-identifier">format</span>.<span class="ruby-identifier">html</span>
-    <span class="ruby-identifier">format</span>.<span class="ruby-identifier">js</span>
-    <span class="ruby-identifier">format</span>.<span class="ruby-identifier">atom</span> { <span class="ruby-identifier">render</span> <span class="ruby-identifier">layout</span><span class="ruby-operator">:</span> <span class="ruby-keyword">false</span> }
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-team_members">
-            
-              <b>team_members</b>()
-            
-            <a href="../classes/GroupsController.html#method-i-team_members" name="method-i-team_members" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-team_members_source')" id="l_method-i-team_members_source">show</a>
-                
-              </p>
-              <div id="method-i-team_members_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/groups_controller.rb, line 61</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">team_members</span>
-  <span class="ruby-ivar">@group</span>.<span class="ruby-identifier">add_users_to_project_teams</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:user_ids</span>], <span class="ruby-identifier">params</span>[<span class="ruby-value">:project_access</span>])
-  <span class="ruby-identifier">redirect_to</span> <span class="ruby-identifier">people_group_path</span>(<span class="ruby-ivar">@group</span>), <span class="ruby-identifier">notice</span><span class="ruby-operator">:</span> <span class="ruby-string">'Users was successfully added.'</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-              
-      <div class="sectiontitle">Instance Protected methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-authorize_read_group-21">
-            
-              <b>authorize_read_group!</b>()
-            
-            <a href="../classes/GroupsController.html#method-i-authorize_read_group-21" name="method-i-authorize_read_group-21" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Dont allow unauthorized access to group</p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-authorize_read_group-21_source')" id="l_method-i-authorize_read_group-21_source">show</a>
-                
-              </p>
-              <div id="method-i-authorize_read_group-21_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/groups_controller.rb, line 81</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">authorize_read_group!</span>
-  <span class="ruby-keyword">unless</span> <span class="ruby-identifier">projects</span>.<span class="ruby-identifier">present?</span> <span class="ruby-keyword">or</span> <span class="ruby-identifier">can?</span>(<span class="ruby-identifier">current_user</span>, <span class="ruby-value">:manage_group</span>, <span class="ruby-ivar">@group</span>)
-    <span class="ruby-keyword">return</span> <span class="ruby-identifier">render_404</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-group">
-            
-              <b>group</b>()
-            
-            <a href="../classes/GroupsController.html#method-i-group" name="method-i-group" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-group_source')" id="l_method-i-group_source">show</a>
-                
-              </p>
-              <div id="method-i-group_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/groups_controller.rb, line 68</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">group</span>
-  <span class="ruby-ivar">@group</span> <span class="ruby-operator">||=</span> <span class="ruby-constant">Group</span>.<span class="ruby-identifier">find_by_path</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:id</span>])
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-project_ids">
-            
-              <b>project_ids</b>()
-            
-            <a href="../classes/GroupsController.html#method-i-project_ids" name="method-i-project_ids" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-project_ids_source')" id="l_method-i-project_ids_source">show</a>
-                
-              </p>
-              <div id="method-i-project_ids_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/groups_controller.rb, line 76</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">project_ids</span>
-  <span class="ruby-identifier">projects</span>.<span class="ruby-identifier">map</span>(&amp;<span class="ruby-value">:id</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-projects">
-            
-              <b>projects</b>()
-            
-            <a href="../classes/GroupsController.html#method-i-projects" name="method-i-projects" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-projects_source')" id="l_method-i-projects_source">show</a>
-                
-              </p>
-              <div id="method-i-projects_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/groups_controller.rb, line 72</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">projects</span>
-  <span class="ruby-ivar">@projects</span> <span class="ruby-operator">||=</span> <span class="ruby-identifier">group</span>.<span class="ruby-identifier">projects</span>.<span class="ruby-identifier">authorized_for</span>(<span class="ruby-identifier">current_user</span>).<span class="ruby-identifier">sorted_by_activity</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/HelpController.html b/doc/code/classes/HelpController.html
deleted file mode 100644
index fbb76563389b67b9e38e4a3b58bba070a8eb3727..0000000000000000000000000000000000000000
--- a/doc/code/classes/HelpController.html
+++ /dev/null
@@ -1,130 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>HelpController</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            HelpController 
-            
-                <span class="parent">&lt; 
-                    
-                    <a href="ApplicationController.html">ApplicationController</a>
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/controllers/help_controller_rb.html">app/controllers/help_controller.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>I</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-index">index</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-index">
-            
-              <b>index</b>()
-            
-            <a href="../classes/HelpController.html#method-i-index" name="method-i-index" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-index_source')" id="l_method-i-index_source">show</a>
-                
-              </p>
-              <div id="method-i-index_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/help_controller.rb, line 2</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">index</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/HooksController.html b/doc/code/classes/HooksController.html
deleted file mode 100644
index 511e05f0da98abf6427c3712487dd917a88f4161..0000000000000000000000000000000000000000
--- a/doc/code/classes/HooksController.html
+++ /dev/null
@@ -1,286 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>HooksController</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            HooksController 
-            
-                <span class="parent">&lt; 
-                    
-                    <a href="ProjectResourceController.html">ProjectResourceController</a>
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/controllers/hooks_controller_rb.html">app/controllers/hooks_controller.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>C</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-create">create</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>D</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-destroy">destroy</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>I</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-index">index</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>T</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-test">test</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-create">
-            
-              <b>create</b>()
-            
-            <a href="../classes/HooksController.html#method-i-create" name="method-i-create" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-create_source')" id="l_method-i-create_source">show</a>
-                
-              </p>
-              <div id="method-i-create_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/hooks_controller.rb, line 13</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">create</span>
-  <span class="ruby-ivar">@hook</span> = <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">hooks</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:hook</span>])
-  <span class="ruby-ivar">@hook</span>.<span class="ruby-identifier">save</span>
-
-  <span class="ruby-keyword">if</span> <span class="ruby-ivar">@hook</span>.<span class="ruby-identifier">valid?</span>
-    <span class="ruby-identifier">redirect_to</span> <span class="ruby-identifier">project_hooks_path</span>(<span class="ruby-ivar">@project</span>)
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-ivar">@hooks</span> = <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">hooks</span>.<span class="ruby-identifier">all</span>
-    <span class="ruby-identifier">render</span> <span class="ruby-value">:index</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-destroy">
-            
-              <b>destroy</b>()
-            
-            <a href="../classes/HooksController.html#method-i-destroy" name="method-i-destroy" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-destroy_source')" id="l_method-i-destroy_source">show</a>
-                
-              </p>
-              <div id="method-i-destroy_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/hooks_controller.rb, line 31</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">destroy</span>
-  <span class="ruby-ivar">@hook</span> = <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">hooks</span>.<span class="ruby-identifier">find</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:id</span>])
-  <span class="ruby-ivar">@hook</span>.<span class="ruby-identifier">destroy</span>
-
-  <span class="ruby-identifier">redirect_to</span> <span class="ruby-identifier">project_hooks_path</span>(<span class="ruby-ivar">@project</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-index">
-            
-              <b>index</b>()
-            
-            <a href="../classes/HooksController.html#method-i-index" name="method-i-index" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-index_source')" id="l_method-i-index_source">show</a>
-                
-              </p>
-              <div id="method-i-index_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/hooks_controller.rb, line 8</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">index</span>
-  <span class="ruby-ivar">@hooks</span> = <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">hooks</span>.<span class="ruby-identifier">all</span>
-  <span class="ruby-ivar">@hook</span> = <span class="ruby-constant">ProjectHook</span>.<span class="ruby-identifier">new</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-test">
-            
-              <b>test</b>()
-            
-            <a href="../classes/HooksController.html#method-i-test" name="method-i-test" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-test_source')" id="l_method-i-test_source">show</a>
-                
-              </p>
-              <div id="method-i-test_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/hooks_controller.rb, line 25</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">test</span>
-  <span class="ruby-constant">TestHookContext</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">project</span>, <span class="ruby-identifier">current_user</span>, <span class="ruby-identifier">params</span>).<span class="ruby-identifier">execute</span>
-
-  <span class="ruby-identifier">redirect_to</span> <span class="ruby-value">:back</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Issue.html b/doc/code/classes/Issue.html
deleted file mode 100644
index 6f71ea72eb49576ce9d3c706953fda19ddc4a192..0000000000000000000000000000000000000000
--- a/doc/code/classes/Issue.html
+++ /dev/null
@@ -1,174 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Issue</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Issue 
-            
-                <span class="parent">&lt; 
-                    
-                    ActiveRecord::Base
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/models/issue_rb.html">app/models/issue.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<h2 id="label-Schema+Information">Schema Information</h2>
-
-<p>Table name: issues</p>
-
-<pre>id           :integer          not null, primary key
-title        :string(255)
-assignee_id  :integer
-author_id    :integer
-project_id   :integer
-created_at   :datetime         not null
-updated_at   :datetime         not null
-closed       :boolean          default(FALSE), not null
-position     :integer          default(0)
-branch_name  :string(255)
-description  :text
-milestone_id :integer</pre>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>O</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-c-open_for">open_for</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-    <!-- Includes -->
-    <div class="sectiontitle">Included Modules</div>
-    <ul>
-      
-        <li>
-          
-            <a href="IssueCommonality.html">
-              IssueCommonality
-            </a>
-          
-        </li>
-      
-        <li>
-          
-            <a href="Votes.html">
-              Votes
-            </a>
-          
-        </li>
-      
-    </ul>
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-    
-      <div class="sectiontitle">Class Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-c-open_for">
-            
-              <b>open_for</b>(user)
-            
-            <a href="../classes/Issue.html#method-c-open_for" name="method-c-open_for" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-open_for_source')" id="l_method-c-open_for_source">show</a>
-                
-              </p>
-              <div id="method-c-open_for_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/issue.rb, line 30</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">self</span>.<span class="ruby-identifier">open_for</span>(<span class="ruby-identifier">user</span>)
-  <span class="ruby-identifier">opened</span>.<span class="ruby-identifier">assigned</span>(<span class="ruby-identifier">user</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                        </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/IssueCommonality.html b/doc/code/classes/IssueCommonality.html
deleted file mode 100644
index 7398308a17686ddfe7f6a71feb66459b9b815410..0000000000000000000000000000000000000000
--- a/doc/code/classes/IssueCommonality.html
+++ /dev/null
@@ -1,356 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>IssueCommonality</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Module</span> 
-            IssueCommonality 
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/roles/issue_commonality_rb.html">app/roles/issue_commonality.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<p>Contains common functionality shared between Issues and MergeRequests</p>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="IssueCommonality/ClassMethods.html">IssueCommonality::ClassMethods</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>I</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-is_assigned-3F">is_assigned?</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-is_being_closed-3F">is_being_closed?</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-is_being_reassigned-3F">is_being_reassigned?</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-is_being_reopened-3F">is_being_reopened?</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>N</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-new-3F">new?</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>T</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-today-3F">today?</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-is_assigned-3F">
-            
-              <b>is_assigned?</b>()
-            
-            <a href="../classes/IssueCommonality.html#method-i-is_assigned-3F" name="method-i-is_assigned-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-is_assigned-3F_source')" id="l_method-i-is_assigned-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-is_assigned-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/issue_commonality.rb, line 51</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">is_assigned?</span>
-  <span class="ruby-operator">!</span><span class="ruby-operator">!</span><span class="ruby-identifier">assignee_id</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-is_being_closed-3F">
-            
-              <b>is_being_closed?</b>()
-            
-            <a href="../classes/IssueCommonality.html#method-i-is_being_closed-3F" name="method-i-is_being_closed-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-is_being_closed-3F_source')" id="l_method-i-is_being_closed-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-is_being_closed-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/issue_commonality.rb, line 59</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">is_being_closed?</span>
-  <span class="ruby-identifier">closed_changed?</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">closed</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-is_being_reassigned-3F">
-            
-              <b>is_being_reassigned?</b>()
-            
-            <a href="../classes/IssueCommonality.html#method-i-is_being_reassigned-3F" name="method-i-is_being_reassigned-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-is_being_reassigned-3F_source')" id="l_method-i-is_being_reassigned-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-is_being_reassigned-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/issue_commonality.rb, line 55</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">is_being_reassigned?</span>
-  <span class="ruby-identifier">assignee_id_changed?</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-is_being_reopened-3F">
-            
-              <b>is_being_reopened?</b>()
-            
-            <a href="../classes/IssueCommonality.html#method-i-is_being_reopened-3F" name="method-i-is_being_reopened-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-is_being_reopened-3F_source')" id="l_method-i-is_being_reopened-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-is_being_reopened-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/issue_commonality.rb, line 63</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">is_being_reopened?</span>
-  <span class="ruby-identifier">closed_changed?</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-operator">!</span><span class="ruby-identifier">closed</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-new-3F">
-            
-              <b>new?</b>()
-            
-            <a href="../classes/IssueCommonality.html#method-i-new-3F" name="method-i-new-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-new-3F_source')" id="l_method-i-new-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-new-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/issue_commonality.rb, line 47</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">new?</span>
-  <span class="ruby-identifier">today?</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">created_at</span> <span class="ruby-operator">==</span> <span class="ruby-identifier">updated_at</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-today-3F">
-            
-              <b>today?</b>()
-            
-            <a href="../classes/IssueCommonality.html#method-i-today-3F" name="method-i-today-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-today-3F_source')" id="l_method-i-today-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-today-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/issue_commonality.rb, line 43</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">today?</span>
-  <span class="ruby-constant">Date</span>.<span class="ruby-identifier">today</span> <span class="ruby-operator">==</span> <span class="ruby-identifier">created_at</span>.<span class="ruby-identifier">to_date</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/IssueCommonality/ClassMethods.html b/doc/code/classes/IssueCommonality/ClassMethods.html
deleted file mode 100644
index 5c3ca9b2add98a9c4e0a5813b933d365ee5ef990..0000000000000000000000000000000000000000
--- a/doc/code/classes/IssueCommonality/ClassMethods.html
+++ /dev/null
@@ -1,125 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>IssueCommonality::ClassMethods</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/github.css" type="text/css" media="screen" />
-<script src="../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Module</span> 
-            IssueCommonality::ClassMethods 
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../../files/app/roles/issue_commonality_rb.html">app/roles/issue_commonality.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>S</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-search">search</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-search">
-            
-              <b>search</b>(query)
-            
-            <a href="../../classes/IssueCommonality/ClassMethods.html#method-i-search" name="method-i-search" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-search_source')" id="l_method-i-search_source">show</a>
-                
-              </p>
-              <div id="method-i-search_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/issue_commonality.rb, line 38</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">search</span>(<span class="ruby-identifier">query</span>)
-  <span class="ruby-identifier">where</span>(<span class="ruby-string">&quot;title like :query&quot;</span>, <span class="ruby-identifier">query</span><span class="ruby-operator">:</span> <span class="ruby-node">&quot;%#{query}%&quot;</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/IssueObserver.html b/doc/code/classes/IssueObserver.html
deleted file mode 100644
index 1600c0f08acb29b57013bc22c034186625b86a25..0000000000000000000000000000000000000000
--- a/doc/code/classes/IssueObserver.html
+++ /dev/null
@@ -1,236 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>IssueObserver</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            IssueObserver 
-            
-                <span class="parent">&lt; 
-                    
-                    ActiveRecord::Observer
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/observers/issue_observer_rb.html">app/observers/issue_observer.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>A</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-after_create">after_create</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-after_update">after_update</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>S</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-send_reassigned_email">send_reassigned_email</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-after_create">
-            
-              <b>after_create</b>(issue)
-            
-            <a href="../classes/IssueObserver.html#method-i-after_create" name="method-i-after_create" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-after_create_source')" id="l_method-i-after_create_source">show</a>
-                
-              </p>
-              <div id="method-i-after_create_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/observers/issue_observer.rb, line 4</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">after_create</span>(<span class="ruby-identifier">issue</span>)
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">issue</span>.<span class="ruby-identifier">assignee</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">issue</span>.<span class="ruby-identifier">assignee</span> <span class="ruby-operator">!=</span> <span class="ruby-identifier">current_user</span>
-    <span class="ruby-constant">Notify</span>.<span class="ruby-identifier">new_issue_email</span>(<span class="ruby-identifier">issue</span>.<span class="ruby-identifier">id</span>).<span class="ruby-identifier">deliver</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-after_update">
-            
-              <b>after_update</b>(issue)
-            
-            <a href="../classes/IssueObserver.html#method-i-after_update" name="method-i-after_update" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-after_update_source')" id="l_method-i-after_update_source">show</a>
-                
-              </p>
-              <div id="method-i-after_update_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/observers/issue_observer.rb, line 10</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">after_update</span>(<span class="ruby-identifier">issue</span>)
-  <span class="ruby-identifier">send_reassigned_email</span>(<span class="ruby-identifier">issue</span>) <span class="ruby-keyword">if</span> <span class="ruby-identifier">issue</span>.<span class="ruby-identifier">is_being_reassigned?</span>
-
-  <span class="ruby-identifier">status</span> = <span class="ruby-keyword">nil</span>
-  <span class="ruby-identifier">status</span> = <span class="ruby-string">'closed'</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">issue</span>.<span class="ruby-identifier">is_being_closed?</span>
-  <span class="ruby-identifier">status</span> = <span class="ruby-string">'reopened'</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">issue</span>.<span class="ruby-identifier">is_being_reopened?</span>
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">status</span>
-    <span class="ruby-constant">Note</span>.<span class="ruby-identifier">create_status_change_note</span>(<span class="ruby-identifier">issue</span>, <span class="ruby-identifier">current_user</span>, <span class="ruby-identifier">status</span>)
-    [<span class="ruby-identifier">issue</span>.<span class="ruby-identifier">author</span>, <span class="ruby-identifier">issue</span>.<span class="ruby-identifier">assignee</span>].<span class="ruby-identifier">compact</span>.<span class="ruby-identifier">each</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">recipient</span><span class="ruby-operator">|</span>
-      <span class="ruby-constant">Notify</span>.<span class="ruby-identifier">issue_status_changed_email</span>(<span class="ruby-identifier">recipient</span>.<span class="ruby-identifier">id</span>, <span class="ruby-identifier">issue</span>.<span class="ruby-identifier">id</span>, <span class="ruby-identifier">status</span>, <span class="ruby-identifier">current_user</span>.<span class="ruby-identifier">id</span>).<span class="ruby-identifier">deliver</span>
-    <span class="ruby-keyword">end</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-              
-      <div class="sectiontitle">Instance Protected methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-send_reassigned_email">
-            
-              <b>send_reassigned_email</b>(issue)
-            
-            <a href="../classes/IssueObserver.html#method-i-send_reassigned_email" name="method-i-send_reassigned_email" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-send_reassigned_email_source')" id="l_method-i-send_reassigned_email_source">show</a>
-                
-              </p>
-              <div id="method-i-send_reassigned_email_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/observers/issue_observer.rb, line 26</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">send_reassigned_email</span>(<span class="ruby-identifier">issue</span>)
-  <span class="ruby-identifier">recipient_ids</span> = [<span class="ruby-identifier">issue</span>.<span class="ruby-identifier">assignee_id</span>, <span class="ruby-identifier">issue</span>.<span class="ruby-identifier">assignee_id_was</span>].<span class="ruby-identifier">keep_if</span> {<span class="ruby-operator">|</span><span class="ruby-identifier">id</span><span class="ruby-operator">|</span> <span class="ruby-identifier">id</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">id</span> <span class="ruby-operator">!=</span> <span class="ruby-identifier">current_user</span>.<span class="ruby-identifier">id</span> }
-
-  <span class="ruby-identifier">recipient_ids</span>.<span class="ruby-identifier">each</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">recipient_id</span><span class="ruby-operator">|</span>
-    <span class="ruby-constant">Notify</span>.<span class="ruby-identifier">reassigned_issue_email</span>(<span class="ruby-identifier">recipient_id</span>, <span class="ruby-identifier">issue</span>.<span class="ruby-identifier">id</span>, <span class="ruby-identifier">issue</span>.<span class="ruby-identifier">assignee_id_was</span>).<span class="ruby-identifier">deliver</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/IssuesBulkUpdateContext.html b/doc/code/classes/IssuesBulkUpdateContext.html
deleted file mode 100644
index 0214d217e19ea39af9646e0fea020fe0fa077007..0000000000000000000000000000000000000000
--- a/doc/code/classes/IssuesBulkUpdateContext.html
+++ /dev/null
@@ -1,149 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>IssuesBulkUpdateContext</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            IssuesBulkUpdateContext 
-            
-                <span class="parent">&lt; 
-                    
-                    <a href="BaseContext.html">BaseContext</a>
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/contexts/issues_bulk_update_context_rb.html">app/contexts/issues_bulk_update_context.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>E</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-execute">execute</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-execute">
-            
-              <b>execute</b>()
-            
-            <a href="../classes/IssuesBulkUpdateContext.html#method-i-execute" name="method-i-execute" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-execute_source')" id="l_method-i-execute_source">show</a>
-                
-              </p>
-              <div id="method-i-execute_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/contexts/issues_bulk_update_context.rb, line 2</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">execute</span>
-  <span class="ruby-identifier">update_data</span> = <span class="ruby-identifier">params</span>[<span class="ruby-value">:update</span>]
-
-  <span class="ruby-identifier">issues_ids</span>   = <span class="ruby-identifier">update_data</span>[<span class="ruby-value">:issues_ids</span>].<span class="ruby-identifier">split</span>(<span class="ruby-string">&quot;,&quot;</span>)
-  <span class="ruby-identifier">milestone_id</span> = <span class="ruby-identifier">update_data</span>[<span class="ruby-value">:milestone_id</span>]
-  <span class="ruby-identifier">assignee_id</span>  = <span class="ruby-identifier">update_data</span>[<span class="ruby-value">:assignee_id</span>]
-  <span class="ruby-identifier">status</span>       = <span class="ruby-identifier">update_data</span>[<span class="ruby-value">:status</span>]
-
-  <span class="ruby-identifier">opts</span> = {} 
-  <span class="ruby-identifier">opts</span>[<span class="ruby-value">:milestone_id</span>] = <span class="ruby-identifier">milestone_id</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">milestone_id</span>.<span class="ruby-identifier">present?</span>
-  <span class="ruby-identifier">opts</span>[<span class="ruby-value">:assignee_id</span>] = <span class="ruby-identifier">assignee_id</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">assignee_id</span>.<span class="ruby-identifier">present?</span>
-  <span class="ruby-identifier">opts</span>[<span class="ruby-value">:closed</span>] = (<span class="ruby-identifier">status</span> <span class="ruby-operator">==</span> <span class="ruby-string">&quot;closed&quot;</span>) <span class="ruby-keyword">if</span> <span class="ruby-identifier">status</span>.<span class="ruby-identifier">present?</span>
-
-  <span class="ruby-identifier">issues</span> = <span class="ruby-constant">Issue</span>.<span class="ruby-identifier">where</span>(<span class="ruby-identifier">id</span><span class="ruby-operator">:</span> <span class="ruby-identifier">issues_ids</span>).<span class="ruby-identifier">all</span>
-  <span class="ruby-identifier">issues</span> = <span class="ruby-identifier">issues</span>.<span class="ruby-identifier">select</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">issue</span><span class="ruby-operator">|</span> <span class="ruby-identifier">can?</span>(<span class="ruby-identifier">current_user</span>, <span class="ruby-value">:modify_issue</span>, <span class="ruby-identifier">issue</span>) }
-  <span class="ruby-identifier">issues</span>.<span class="ruby-identifier">each</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">issue</span><span class="ruby-operator">|</span> <span class="ruby-identifier">issue</span>.<span class="ruby-identifier">update_attributes</span>(<span class="ruby-identifier">opts</span>) }
-  { 
-    <span class="ruby-identifier">count</span><span class="ruby-operator">:</span> <span class="ruby-identifier">issues</span>.<span class="ruby-identifier">count</span>,
-    <span class="ruby-identifier">success</span><span class="ruby-operator">:</span> <span class="ruby-operator">!</span><span class="ruby-identifier">issues</span>.<span class="ruby-identifier">count</span>.<span class="ruby-identifier">zero?</span>
-  }
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/IssuesController.html b/doc/code/classes/IssuesController.html
deleted file mode 100644
index 1e18d7a88265b98ec198767fa8afb7790a9f7492..0000000000000000000000000000000000000000
--- a/doc/code/classes/IssuesController.html
+++ /dev/null
@@ -1,761 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>IssuesController</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            IssuesController 
-            
-                <span class="parent">&lt; 
-                    
-                    <a href="ProjectResourceController.html">ProjectResourceController</a>
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/controllers/issues_controller_rb.html">app/controllers/issues_controller.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>A</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-authorize_admin_issue-21">authorize_admin_issue!</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-authorize_modify_issue-21">authorize_modify_issue!</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>B</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-bulk_update">bulk_update</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>C</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-create">create</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>E</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-edit">edit</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>I</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-index">index</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-issue">issue</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-issues_filtered">issues_filtered</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>M</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-module_enabled">module_enabled</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>N</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-new">new</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>S</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-search">search</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-show">show</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-sort">sort</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>U</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-update">update</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-bulk_update">
-            
-              <b>bulk_update</b>()
-            
-            <a href="../classes/IssuesController.html#method-i-bulk_update" name="method-i-bulk_update" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-bulk_update_source')" id="l_method-i-bulk_update_source">show</a>
-                
-              </p>
-              <div id="method-i-bulk_update_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/issues_controller.rb, line 99</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">bulk_update</span>
-  <span class="ruby-identifier">result</span> = <span class="ruby-constant">IssuesBulkUpdateContext</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">project</span>, <span class="ruby-identifier">current_user</span>, <span class="ruby-identifier">params</span>).<span class="ruby-identifier">execute</span>
-  <span class="ruby-identifier">redirect_to</span> <span class="ruby-value">:back</span>, <span class="ruby-identifier">notice</span><span class="ruby-operator">:</span> <span class="ruby-node">&quot;#{result[:count]} issues updated&quot;</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-create">
-            
-              <b>create</b>()
-            
-            <a href="../classes/IssuesController.html#method-i-create" name="method-i-create" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-create_source')" id="l_method-i-create_source">show</a>
-                
-              </p>
-              <div id="method-i-create_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/issues_controller.rb, line 45</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">create</span>
-  <span class="ruby-ivar">@issue</span> = <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">issues</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:issue</span>])
-  <span class="ruby-ivar">@issue</span>.<span class="ruby-identifier">author</span> = <span class="ruby-identifier">current_user</span>
-  <span class="ruby-ivar">@issue</span>.<span class="ruby-identifier">save</span>
-
-  <span class="ruby-identifier">respond_to</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">format</span><span class="ruby-operator">|</span>
-    <span class="ruby-identifier">format</span>.<span class="ruby-identifier">html</span> <span class="ruby-keyword">do</span>
-      <span class="ruby-keyword">if</span> <span class="ruby-ivar">@issue</span>.<span class="ruby-identifier">valid?</span>
-        <span class="ruby-identifier">redirect_to</span> <span class="ruby-identifier">project_issue_path</span>(<span class="ruby-ivar">@project</span>, <span class="ruby-ivar">@issue</span>)
-      <span class="ruby-keyword">else</span>
-        <span class="ruby-identifier">render</span> <span class="ruby-value">:new</span>
-      <span class="ruby-keyword">end</span>
-    <span class="ruby-keyword">end</span>
-    <span class="ruby-identifier">format</span>.<span class="ruby-identifier">js</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-edit">
-            
-              <b>edit</b>()
-            
-            <a href="../classes/IssuesController.html#method-i-edit" name="method-i-edit" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-edit_source')" id="l_method-i-edit_source">show</a>
-                
-              </p>
-              <div id="method-i-edit_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/issues_controller.rb, line 32</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">edit</span>
-  <span class="ruby-identifier">respond_with</span>(<span class="ruby-ivar">@issue</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-index">
-            
-              <b>index</b>()
-            
-            <a href="../classes/IssuesController.html#method-i-index" name="method-i-index" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-index_source')" id="l_method-i-index_source">show</a>
-                
-              </p>
-              <div id="method-i-index_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/issues_controller.rb, line 16</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">index</span>
-  <span class="ruby-ivar">@issues</span> = <span class="ruby-identifier">issues_filtered</span>
-  <span class="ruby-ivar">@issues</span> = <span class="ruby-ivar">@issues</span>.<span class="ruby-identifier">page</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:page</span>]).<span class="ruby-identifier">per</span>(<span class="ruby-number">20</span>)
-
-  <span class="ruby-identifier">respond_to</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">format</span><span class="ruby-operator">|</span>
-    <span class="ruby-identifier">format</span>.<span class="ruby-identifier">html</span> <span class="ruby-comment"># index.html.erb</span>
-    <span class="ruby-identifier">format</span>.<span class="ruby-identifier">js</span>
-    <span class="ruby-identifier">format</span>.<span class="ruby-identifier">atom</span> { <span class="ruby-identifier">render</span> <span class="ruby-identifier">layout</span><span class="ruby-operator">:</span> <span class="ruby-keyword">false</span> }
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-new">
-            
-              <b>new</b>()
-            
-            <a href="../classes/IssuesController.html#method-i-new" name="method-i-new" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-new_source')" id="l_method-i-new_source">show</a>
-                
-              </p>
-              <div id="method-i-new_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/issues_controller.rb, line 27</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">new</span>
-  <span class="ruby-ivar">@issue</span> = <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">issues</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:issue</span>])
-  <span class="ruby-identifier">respond_with</span>(<span class="ruby-ivar">@issue</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-search">
-            
-              <b>search</b>()
-            
-            <a href="../classes/IssuesController.html#method-i-search" name="method-i-search" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-search_source')" id="l_method-i-search_source">show</a>
-                
-              </p>
-              <div id="method-i-search_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/issues_controller.rb, line 89</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">search</span>
-  <span class="ruby-identifier">terms</span> = <span class="ruby-identifier">params</span>[<span class="ruby-string">'terms'</span>]
-
-  <span class="ruby-ivar">@issues</span> = <span class="ruby-identifier">issues_filtered</span>
-  <span class="ruby-ivar">@issues</span> = <span class="ruby-ivar">@issues</span>.<span class="ruby-identifier">where</span>(<span class="ruby-string">&quot;title LIKE ?&quot;</span>, <span class="ruby-node">&quot;%#{terms}%&quot;</span>) <span class="ruby-keyword">unless</span> <span class="ruby-identifier">terms</span>.<span class="ruby-identifier">blank?</span>
-  <span class="ruby-ivar">@issues</span> = <span class="ruby-ivar">@issues</span>.<span class="ruby-identifier">page</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:page</span>]).<span class="ruby-identifier">per</span>(<span class="ruby-number">100</span>)
-
-  <span class="ruby-identifier">render</span> <span class="ruby-identifier">partial</span><span class="ruby-operator">:</span> <span class="ruby-string">'issues'</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-show">
-            
-              <b>show</b>()
-            
-            <a href="../classes/IssuesController.html#method-i-show" name="method-i-show" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-show_source')" id="l_method-i-show_source">show</a>
-                
-              </p>
-              <div id="method-i-show_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/issues_controller.rb, line 36</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">show</span>
-  <span class="ruby-ivar">@note</span> = <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">notes</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">noteable</span><span class="ruby-operator">:</span> <span class="ruby-ivar">@issue</span>)
-
-  <span class="ruby-identifier">respond_to</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">format</span><span class="ruby-operator">|</span>
-    <span class="ruby-identifier">format</span>.<span class="ruby-identifier">html</span>
-    <span class="ruby-identifier">format</span>.<span class="ruby-identifier">js</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-sort">
-            
-              <b>sort</b>()
-            
-            <a href="../classes/IssuesController.html#method-i-sort" name="method-i-sort" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-sort_source')" id="l_method-i-sort_source">show</a>
-                
-              </p>
-              <div id="method-i-sort_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/issues_controller.rb, line 77</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">sort</span>
-  <span class="ruby-keyword">return</span> <span class="ruby-identifier">render_404</span> <span class="ruby-keyword">unless</span> <span class="ruby-identifier">can?</span>(<span class="ruby-identifier">current_user</span>, <span class="ruby-value">:admin_issue</span>, <span class="ruby-ivar">@project</span>)
-
-  <span class="ruby-ivar">@issues</span> = <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">issues</span>.<span class="ruby-identifier">where</span>(<span class="ruby-identifier">id</span><span class="ruby-operator">:</span> <span class="ruby-identifier">params</span>[<span class="ruby-string">'issue'</span>])
-  <span class="ruby-ivar">@issues</span>.<span class="ruby-identifier">each</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">issue</span><span class="ruby-operator">|</span>
-    <span class="ruby-identifier">issue</span>.<span class="ruby-identifier">position</span> = <span class="ruby-identifier">params</span>[<span class="ruby-string">'issue'</span>].<span class="ruby-identifier">index</span>(<span class="ruby-identifier">issue</span>.<span class="ruby-identifier">id</span>.<span class="ruby-identifier">to_s</span>) <span class="ruby-operator">+</span> <span class="ruby-number">1</span>
-    <span class="ruby-identifier">issue</span>.<span class="ruby-identifier">save</span>
-  <span class="ruby-keyword">end</span>
-
-  <span class="ruby-identifier">render</span> <span class="ruby-identifier">nothing</span><span class="ruby-operator">:</span> <span class="ruby-keyword">true</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-update">
-            
-              <b>update</b>()
-            
-            <a href="../classes/IssuesController.html#method-i-update" name="method-i-update" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-update_source')" id="l_method-i-update_source">show</a>
-                
-              </p>
-              <div id="method-i-update_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/issues_controller.rb, line 62</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">update</span>
-  <span class="ruby-ivar">@issue</span>.<span class="ruby-identifier">update_attributes</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:issue</span>].<span class="ruby-identifier">merge</span>(<span class="ruby-identifier">author_id_of_changes</span><span class="ruby-operator">:</span> <span class="ruby-identifier">current_user</span>.<span class="ruby-identifier">id</span>))
-
-  <span class="ruby-identifier">respond_to</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">format</span><span class="ruby-operator">|</span>
-    <span class="ruby-identifier">format</span>.<span class="ruby-identifier">js</span>
-    <span class="ruby-identifier">format</span>.<span class="ruby-identifier">html</span> <span class="ruby-keyword">do</span>
-      <span class="ruby-keyword">if</span> <span class="ruby-ivar">@issue</span>.<span class="ruby-identifier">valid?</span>
-        <span class="ruby-identifier">redirect_to</span> [<span class="ruby-ivar">@project</span>, <span class="ruby-ivar">@issue</span>]
-      <span class="ruby-keyword">else</span>
-        <span class="ruby-identifier">render</span> <span class="ruby-value">:edit</span>
-      <span class="ruby-keyword">end</span>
-    <span class="ruby-keyword">end</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-              
-      <div class="sectiontitle">Instance Protected methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-authorize_admin_issue-21">
-            
-              <b>authorize_admin_issue!</b>()
-            
-            <a href="../classes/IssuesController.html#method-i-authorize_admin_issue-21" name="method-i-authorize_admin_issue-21" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-authorize_admin_issue-21_source')" id="l_method-i-authorize_admin_issue-21_source">show</a>
-                
-              </p>
-              <div id="method-i-authorize_admin_issue-21_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/issues_controller.rb, line 114</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">authorize_admin_issue!</span>
-  <span class="ruby-keyword">return</span> <span class="ruby-identifier">render_404</span> <span class="ruby-keyword">unless</span> <span class="ruby-identifier">can?</span>(<span class="ruby-identifier">current_user</span>, <span class="ruby-value">:admin_issue</span>, <span class="ruby-ivar">@issue</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-authorize_modify_issue-21">
-            
-              <b>authorize_modify_issue!</b>()
-            
-            <a href="../classes/IssuesController.html#method-i-authorize_modify_issue-21" name="method-i-authorize_modify_issue-21" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-authorize_modify_issue-21_source')" id="l_method-i-authorize_modify_issue-21_source">show</a>
-                
-              </p>
-              <div id="method-i-authorize_modify_issue-21_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/issues_controller.rb, line 110</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">authorize_modify_issue!</span>
-  <span class="ruby-keyword">return</span> <span class="ruby-identifier">render_404</span> <span class="ruby-keyword">unless</span> <span class="ruby-identifier">can?</span>(<span class="ruby-identifier">current_user</span>, <span class="ruby-value">:modify_issue</span>, <span class="ruby-ivar">@issue</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-issue">
-            
-              <b>issue</b>()
-            
-            <a href="../classes/IssuesController.html#method-i-issue" name="method-i-issue" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-issue_source')" id="l_method-i-issue_source">show</a>
-                
-              </p>
-              <div id="method-i-issue_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/issues_controller.rb, line 106</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">issue</span>
-  <span class="ruby-ivar">@issue</span> <span class="ruby-operator">||=</span> <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">issues</span>.<span class="ruby-identifier">find</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:id</span>])
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-issues_filtered">
-            
-              <b>issues_filtered</b>()
-            
-            <a href="../classes/IssuesController.html#method-i-issues_filtered" name="method-i-issues_filtered" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-issues_filtered_source')" id="l_method-i-issues_filtered_source">show</a>
-                
-              </p>
-              <div id="method-i-issues_filtered_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/issues_controller.rb, line 122</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">issues_filtered</span>
-  <span class="ruby-ivar">@issues</span> = <span class="ruby-constant">IssuesListContext</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">project</span>, <span class="ruby-identifier">current_user</span>, <span class="ruby-identifier">params</span>).<span class="ruby-identifier">execute</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-module_enabled">
-            
-              <b>module_enabled</b>()
-            
-            <a href="../classes/IssuesController.html#method-i-module_enabled" name="method-i-module_enabled" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-module_enabled_source')" id="l_method-i-module_enabled_source">show</a>
-                
-              </p>
-              <div id="method-i-module_enabled_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/issues_controller.rb, line 118</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">module_enabled</span>
-  <span class="ruby-keyword">return</span> <span class="ruby-identifier">render_404</span> <span class="ruby-keyword">unless</span> <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">issues_enabled</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/IssuesHelper.html b/doc/code/classes/IssuesHelper.html
deleted file mode 100644
index 7b7510451b1af9aad596d10175fb46c14c37372c..0000000000000000000000000000000000000000
--- a/doc/code/classes/IssuesHelper.html
+++ /dev/null
@@ -1,401 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>IssuesHelper</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Module</span> 
-            IssuesHelper 
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/helpers/issues_helper_rb.html">app/helpers/issues_helper.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>I</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-issue_css_classes">issue_css_classes</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-issue_tags">issue_tags</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-issues_active_milestones">issues_active_milestones</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-issues_filter">issues_filter</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>L</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-labels_autocomplete_source">labels_autocomplete_source</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>P</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-project_issues_filter_path">project_issues_filter_path</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>U</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-unassigned_filter">unassigned_filter</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-issue_css_classes">
-            
-              <b>issue_css_classes</b>(issue)
-            
-            <a href="../classes/IssuesHelper.html#method-i-issue_css_classes" name="method-i-issue_css_classes" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-issue_css_classes_source')" id="l_method-i-issue_css_classes_source">show</a>
-                
-              </p>
-              <div id="method-i-issue_css_classes_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/helpers/issues_helper.rb, line 7</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">issue_css_classes</span> <span class="ruby-identifier">issue</span>
-  <span class="ruby-identifier">classes</span> = <span class="ruby-string">&quot;issue&quot;</span>
-  <span class="ruby-identifier">classes</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-string">&quot; closed&quot;</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">issue</span>.<span class="ruby-identifier">closed</span>
-  <span class="ruby-identifier">classes</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-string">&quot; today&quot;</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">issue</span>.<span class="ruby-identifier">today?</span>
-  <span class="ruby-identifier">classes</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-issue_tags">
-            
-              <b>issue_tags</b>()
-            
-            <a href="../classes/IssuesHelper.html#method-i-issue_tags" name="method-i-issue_tags" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-issue_tags_source')" id="l_method-i-issue_tags_source">show</a>
-                
-              </p>
-              <div id="method-i-issue_tags_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/helpers/issues_helper.rb, line 14</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">issue_tags</span>
-  <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">issues</span>.<span class="ruby-identifier">tag_counts_on</span>(<span class="ruby-value">:labels</span>).<span class="ruby-identifier">map</span>(&amp;<span class="ruby-value">:name</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-issues_active_milestones">
-            
-              <b>issues_active_milestones</b>()
-            
-            <a href="../classes/IssuesHelper.html#method-i-issues_active_milestones" name="method-i-issues_active_milestones" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-issues_active_milestones_source')" id="l_method-i-issues_active_milestones_source">show</a>
-                
-              </p>
-              <div id="method-i-issues_active_milestones_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/helpers/issues_helper.rb, line 40</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">issues_active_milestones</span>
-  <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">milestones</span>.<span class="ruby-identifier">active</span>.<span class="ruby-identifier">order</span>(<span class="ruby-string">&quot;id desc&quot;</span>).<span class="ruby-identifier">all</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-issues_filter">
-            
-              <b>issues_filter</b>()
-            
-            <a href="../classes/IssuesHelper.html#method-i-issues_filter" name="method-i-issues_filter" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-issues_filter_source')" id="l_method-i-issues_filter_source">show</a>
-                
-              </p>
-              <div id="method-i-issues_filter_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/helpers/issues_helper.rb, line 25</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">issues_filter</span>
-  {
-    <span class="ruby-identifier">all</span><span class="ruby-operator">:</span> <span class="ruby-string">&quot;all&quot;</span>,
-    <span class="ruby-identifier">closed</span><span class="ruby-operator">:</span> <span class="ruby-string">&quot;closed&quot;</span>,
-    <span class="ruby-identifier">to_me</span><span class="ruby-operator">:</span> <span class="ruby-string">&quot;assigned-to-me&quot;</span>,
-    <span class="ruby-identifier">open</span><span class="ruby-operator">:</span> <span class="ruby-string">&quot;open&quot;</span>
-  }
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-labels_autocomplete_source">
-            
-              <b>labels_autocomplete_source</b>()
-            
-            <a href="../classes/IssuesHelper.html#method-i-labels_autocomplete_source" name="method-i-labels_autocomplete_source" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-labels_autocomplete_source_source')" id="l_method-i-labels_autocomplete_source_source">show</a>
-                
-              </p>
-              <div id="method-i-labels_autocomplete_source_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/helpers/issues_helper.rb, line 34</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">labels_autocomplete_source</span>
-  <span class="ruby-identifier">labels</span> = <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">issues_labels</span>.<span class="ruby-identifier">order</span>(<span class="ruby-string">'count DESC'</span>)
-  <span class="ruby-identifier">labels</span> = <span class="ruby-identifier">labels</span>.<span class="ruby-identifier">map</span>{ <span class="ruby-operator">|</span><span class="ruby-identifier">l</span><span class="ruby-operator">|</span> { <span class="ruby-identifier">label</span><span class="ruby-operator">:</span> <span class="ruby-identifier">l</span>.<span class="ruby-identifier">name</span>, <span class="ruby-identifier">value</span><span class="ruby-operator">:</span> <span class="ruby-identifier">l</span>.<span class="ruby-identifier">name</span> } }
-  <span class="ruby-identifier">labels</span>.<span class="ruby-identifier">to_json</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-project_issues_filter_path">
-            
-              <b>project_issues_filter_path</b>(project, params = {})
-            
-            <a href="../classes/IssuesHelper.html#method-i-project_issues_filter_path" name="method-i-project_issues_filter_path" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-project_issues_filter_path_source')" id="l_method-i-project_issues_filter_path_source">show</a>
-                
-              </p>
-              <div id="method-i-project_issues_filter_path_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/helpers/issues_helper.rb, line 2</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">project_issues_filter_path</span> <span class="ruby-identifier">project</span>, <span class="ruby-identifier">params</span> = {}
-  <span class="ruby-identifier">params</span>[<span class="ruby-value">:f</span>] <span class="ruby-operator">||=</span> <span class="ruby-identifier">cookies</span>[<span class="ruby-string">'issue_filter'</span>]
-  <span class="ruby-identifier">project_issues_path</span> <span class="ruby-identifier">project</span>, <span class="ruby-identifier">params</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-unassigned_filter">
-            
-              <b>unassigned_filter</b>()
-            
-            <a href="../classes/IssuesHelper.html#method-i-unassigned_filter" name="method-i-unassigned_filter" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Returns an OpenStruct object suitable for use by
-<code>options_from_collection_for_select</code> to allow filtering issues
-by an unassigned <a href="User.html">User</a> or <a
-href="Milestone.html">Milestone</a></p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-unassigned_filter_source')" id="l_method-i-unassigned_filter_source">show</a>
-                
-              </p>
-              <div id="method-i-unassigned_filter_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/helpers/issues_helper.rb, line 20</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">unassigned_filter</span>
-  <span class="ruby-comment"># Milestone uses :title, Issue uses :name</span>
-  <span class="ruby-constant">OpenStruct</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">id</span><span class="ruby-operator">:</span> <span class="ruby-number">0</span>, <span class="ruby-identifier">title</span><span class="ruby-operator">:</span> <span class="ruby-string">'Unspecified'</span>, <span class="ruby-identifier">name</span><span class="ruby-operator">:</span> <span class="ruby-string">'Unassigned'</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/IssuesListContext.html b/doc/code/classes/IssuesListContext.html
deleted file mode 100644
index 0298ec75f13885aba8ce06bf7f6378c11a900acb..0000000000000000000000000000000000000000
--- a/doc/code/classes/IssuesListContext.html
+++ /dev/null
@@ -1,179 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>IssuesListContext</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            IssuesListContext 
-            
-                <span class="parent">&lt; 
-                    
-                    <a href="BaseContext.html">BaseContext</a>
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/contexts/issues_list_context_rb.html">app/contexts/issues_list_context.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>E</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-execute">execute</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-    <!-- Includes -->
-    <div class="sectiontitle">Included Modules</div>
-    <ul>
-      
-        <li>
-          
-            <a href="IssuesHelper.html">
-              IssuesHelper
-            </a>
-          
-        </li>
-      
-    </ul>
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-      <!-- Section attributes -->
-      <div class="sectiontitle">Attributes</div>
-      <table border='0' cellpadding='5'>
-        
-          <tr valign='top'>
-            <td class='attr-rw'>
-              [RW]
-            </td>
-            <td class='attr-name'>issues</td>
-            <td class='attr-desc'></td>
-          </tr>
-        
-      </table>
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-execute">
-            
-              <b>execute</b>()
-            
-            <a href="../classes/IssuesListContext.html#method-i-execute" name="method-i-execute" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-execute_source')" id="l_method-i-execute_source">show</a>
-                
-              </p>
-              <div id="method-i-execute_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/contexts/issues_list_context.rb, line 6</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">execute</span>
-  <span class="ruby-ivar">@issues</span> = <span class="ruby-keyword">case</span> <span class="ruby-identifier">params</span>[<span class="ruby-value">:f</span>]
-            <span class="ruby-keyword">when</span> <span class="ruby-identifier">issues_filter</span>[<span class="ruby-value">:all</span>] <span class="ruby-keyword">then</span> <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">issues</span>
-            <span class="ruby-keyword">when</span> <span class="ruby-identifier">issues_filter</span>[<span class="ruby-value">:closed</span>] <span class="ruby-keyword">then</span> <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">issues</span>.<span class="ruby-identifier">closed</span>
-            <span class="ruby-keyword">when</span> <span class="ruby-identifier">issues_filter</span>[<span class="ruby-value">:to_me</span>] <span class="ruby-keyword">then</span> <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">issues</span>.<span class="ruby-identifier">opened</span>.<span class="ruby-identifier">assigned</span>(<span class="ruby-identifier">current_user</span>)
-            <span class="ruby-keyword">else</span> <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">issues</span>.<span class="ruby-identifier">opened</span>
-            <span class="ruby-keyword">end</span>
-
-  <span class="ruby-ivar">@issues</span> = <span class="ruby-ivar">@issues</span>.<span class="ruby-identifier">tagged_with</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:label_name</span>]) <span class="ruby-keyword">if</span> <span class="ruby-identifier">params</span>[<span class="ruby-value">:label_name</span>].<span class="ruby-identifier">present?</span>
-  <span class="ruby-ivar">@issues</span> = <span class="ruby-ivar">@issues</span>.<span class="ruby-identifier">includes</span>(<span class="ruby-value">:author</span>, <span class="ruby-value">:project</span>).<span class="ruby-identifier">order</span>(<span class="ruby-string">&quot;updated_at&quot;</span>)
-
-  <span class="ruby-comment"># Filter by specific assignee_id (or lack thereof)?</span>
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">params</span>[<span class="ruby-value">:assignee_id</span>].<span class="ruby-identifier">present?</span>
-    <span class="ruby-ivar">@issues</span> = <span class="ruby-ivar">@issues</span>.<span class="ruby-identifier">where</span>(<span class="ruby-identifier">assignee_id</span><span class="ruby-operator">:</span> (<span class="ruby-identifier">params</span>[<span class="ruby-value">:assignee_id</span>] <span class="ruby-operator">==</span> <span class="ruby-string">'0'</span> <span class="ruby-operator">?</span> <span class="ruby-keyword">nil</span> <span class="ruby-operator">:</span> <span class="ruby-identifier">params</span>[<span class="ruby-value">:assignee_id</span>]))
-  <span class="ruby-keyword">end</span>
-
-  <span class="ruby-comment"># Filter by specific milestone_id (or lack thereof)?</span>
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">params</span>[<span class="ruby-value">:milestone_id</span>].<span class="ruby-identifier">present?</span>
-    <span class="ruby-ivar">@issues</span> = <span class="ruby-ivar">@issues</span>.<span class="ruby-identifier">where</span>(<span class="ruby-identifier">milestone_id</span><span class="ruby-operator">:</span> (<span class="ruby-identifier">params</span>[<span class="ruby-value">:milestone_id</span>] <span class="ruby-operator">==</span> <span class="ruby-string">'0'</span> <span class="ruby-operator">?</span> <span class="ruby-keyword">nil</span> <span class="ruby-operator">:</span> <span class="ruby-identifier">params</span>[<span class="ruby-value">:milestone_id</span>]))
-  <span class="ruby-keyword">end</span>
-
-  <span class="ruby-ivar">@issues</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Key.html b/doc/code/classes/Key.html
deleted file mode 100644
index 0935e4862efa058815dac09e7a821556ac7b3554..0000000000000000000000000000000000000000
--- a/doc/code/classes/Key.html
+++ /dev/null
@@ -1,429 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Key</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Key 
-            
-                <span class="parent">&lt; 
-                    
-                    ActiveRecord::Base
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/models/key_rb.html">app/models/key.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>F</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-fingerprintable_key">fingerprintable_key</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>I</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-is_deploy_key">is_deploy_key</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>L</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-last_deploy-3F">last_deploy?</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>P</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-projects">projects</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>S</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-set_identifier">set_identifier</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-strip_white_space">strip_white_space</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>U</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-unique_key">unique_key</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-fingerprintable_key">
-            
-              <b>fingerprintable_key</b>()
-            
-            <a href="../classes/Key.html#method-i-fingerprintable_key" name="method-i-fingerprintable_key" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-fingerprintable_key_source')" id="l_method-i-fingerprintable_key_source">show</a>
-                
-              </p>
-              <div id="method-i-fingerprintable_key_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/key.rb, line 44</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">fingerprintable_key</span>
-  <span class="ruby-keyword">return</span> <span class="ruby-keyword">true</span> <span class="ruby-keyword">unless</span> <span class="ruby-identifier">key</span> <span class="ruby-comment"># Don't test if there is no key.</span>
-  <span class="ruby-comment"># `ssh-keygen -lf /dev/stdin &lt;&lt;&lt; &quot;#{key}&quot;` errors with: redirection unexpected</span>
-  <span class="ruby-identifier">file</span> = <span class="ruby-constant">Tempfile</span>.<span class="ruby-identifier">new</span>(<span class="ruby-string">'key_file'</span>)
-  <span class="ruby-keyword">begin</span>
-    <span class="ruby-identifier">file</span>.<span class="ruby-identifier">puts</span> <span class="ruby-identifier">key</span>
-    <span class="ruby-identifier">file</span>.<span class="ruby-identifier">rewind</span>
-    <span class="ruby-identifier">fingerprint_output</span> = <span class="ruby-node">%xssh-keygen -lf #{file.path} 2&gt;&amp;1`</span> <span class="ruby-comment"># Catch stderr.</span>
-  <span class="ruby-keyword">ensure</span>
-    <span class="ruby-identifier">file</span>.<span class="ruby-identifier">close</span>
-    <span class="ruby-identifier">file</span>.<span class="ruby-identifier">unlink</span> <span class="ruby-comment"># deletes the temp file</span>
-  <span class="ruby-keyword">end</span>
-  <span class="ruby-identifier">errors</span>.<span class="ruby-identifier">add</span>(<span class="ruby-value">:key</span>, <span class="ruby-string">&quot;can't be fingerprinted&quot;</span>) <span class="ruby-keyword">if</span> <span class="ruby-identifier">fingerprint_output</span>.<span class="ruby-identifier">match</span>(<span class="ruby-string">&quot;failed&quot;</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-is_deploy_key">
-            
-              <b>is_deploy_key</b>()
-            
-            <a href="../classes/Key.html#method-i-is_deploy_key" name="method-i-is_deploy_key" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-is_deploy_key_source')" id="l_method-i-is_deploy_key_source">show</a>
-                
-              </p>
-              <div id="method-i-is_deploy_key_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/key.rb, line 67</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">is_deploy_key</span>
-  <span class="ruby-keyword">true</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">project_id</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-last_deploy-3F">
-            
-              <b>last_deploy?</b>()
-            
-            <a href="../classes/Key.html#method-i-last_deploy-3F" name="method-i-last_deploy-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-last_deploy-3F_source')" id="l_method-i-last_deploy-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-last_deploy-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/key.rb, line 80</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">last_deploy?</span>
-  <span class="ruby-constant">Key</span>.<span class="ruby-identifier">where</span>(<span class="ruby-identifier">identifier</span><span class="ruby-operator">:</span> <span class="ruby-identifier">identifier</span>).<span class="ruby-identifier">count</span> <span class="ruby-operator">==</span> <span class="ruby-number">0</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-projects">
-            
-              <b>projects</b>()
-            
-            <a href="../classes/Key.html#method-i-projects" name="method-i-projects" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>projects that has this key</p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-projects_source')" id="l_method-i-projects_source">show</a>
-                
-              </p>
-              <div id="method-i-projects_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/key.rb, line 72</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">projects</span>
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">is_deploy_key</span>
-    [<span class="ruby-identifier">project</span>]
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-identifier">user</span>.<span class="ruby-identifier">projects</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-set_identifier">
-            
-              <b>set_identifier</b>()
-            
-            <a href="../classes/Key.html#method-i-set_identifier" name="method-i-set_identifier" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-set_identifier_source')" id="l_method-i-set_identifier_source">show</a>
-                
-              </p>
-              <div id="method-i-set_identifier_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/key.rb, line 59</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">set_identifier</span>
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">is_deploy_key</span>
-    <span class="ruby-keyword">self</span>.<span class="ruby-identifier">identifier</span> = <span class="ruby-node">&quot;deploy_#{Digest::MD5.hexdigest(key)}&quot;</span>
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-keyword">self</span>.<span class="ruby-identifier">identifier</span> = <span class="ruby-node">&quot;#{user.identifier}_#{Time.now.to_i}&quot;</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-strip_white_space">
-            
-              <b>strip_white_space</b>()
-            
-            <a href="../classes/Key.html#method-i-strip_white_space" name="method-i-strip_white_space" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-strip_white_space_source')" id="l_method-i-strip_white_space_source">show</a>
-                
-              </p>
-              <div id="method-i-strip_white_space_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/key.rb, line 32</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">strip_white_space</span>
-  <span class="ruby-keyword">self</span>.<span class="ruby-identifier">key</span> = <span class="ruby-keyword">self</span>.<span class="ruby-identifier">key</span>.<span class="ruby-identifier">strip</span> <span class="ruby-keyword">unless</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">key</span>.<span class="ruby-identifier">blank?</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-unique_key">
-            
-              <b>unique_key</b>()
-            
-            <a href="../classes/Key.html#method-i-unique_key" name="method-i-unique_key" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-unique_key_source')" id="l_method-i-unique_key_source">show</a>
-                
-              </p>
-              <div id="method-i-unique_key_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/key.rb, line 36</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">unique_key</span>
-  <span class="ruby-identifier">query</span> = <span class="ruby-constant">Key</span>.<span class="ruby-identifier">where</span>(<span class="ruby-identifier">key</span><span class="ruby-operator">:</span> <span class="ruby-identifier">key</span>)
-  <span class="ruby-identifier">query</span> = <span class="ruby-identifier">query</span>.<span class="ruby-identifier">where</span>(<span class="ruby-string">'(project_id IS NULL OR project_id = ?)'</span>, <span class="ruby-identifier">project_id</span>) <span class="ruby-keyword">if</span> <span class="ruby-identifier">project_id</span>
-  <span class="ruby-keyword">if</span> (<span class="ruby-identifier">query</span>.<span class="ruby-identifier">count</span> <span class="ruby-operator">&gt;</span> <span class="ruby-number">0</span>)
-    <span class="ruby-identifier">errors</span>.<span class="ruby-identifier">add</span> <span class="ruby-value">:key</span>, <span class="ruby-string">'already exist.'</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/KeyObserver.html b/doc/code/classes/KeyObserver.html
deleted file mode 100644
index 1044ea2f7f9223a6c3e1b6abe442cc1d429e9c3f..0000000000000000000000000000000000000000
--- a/doc/code/classes/KeyObserver.html
+++ /dev/null
@@ -1,186 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>KeyObserver</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            KeyObserver 
-            
-                <span class="parent">&lt; 
-                    
-                    ActiveRecord::Observer
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/observers/key_observer_rb.html">app/observers/key_observer.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>A</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-after_destroy">after_destroy</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-after_save">after_save</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-    <!-- Includes -->
-    <div class="sectiontitle">Included Modules</div>
-    <ul>
-      
-        <li>
-          
-            <a href="GitHost.html">
-              GitHost
-            </a>
-          
-        </li>
-      
-    </ul>
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-after_destroy">
-            
-              <b>after_destroy</b>(key)
-            
-            <a href="../classes/KeyObserver.html#method-i-after_destroy" name="method-i-after_destroy" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-after_destroy_source')" id="l_method-i-after_destroy_source">show</a>
-                
-              </p>
-              <div id="method-i-after_destroy_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/observers/key_observer.rb, line 8</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">after_destroy</span>(<span class="ruby-identifier">key</span>)
-  <span class="ruby-keyword">return</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">key</span>.<span class="ruby-identifier">is_deploy_key</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-operator">!</span><span class="ruby-identifier">key</span>.<span class="ruby-identifier">last_deploy?</span>
-  <span class="ruby-identifier">git_host</span>.<span class="ruby-identifier">remove_key</span>(<span class="ruby-identifier">key</span>.<span class="ruby-identifier">identifier</span>, <span class="ruby-identifier">key</span>.<span class="ruby-identifier">projects</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-after_save">
-            
-              <b>after_save</b>(key)
-            
-            <a href="../classes/KeyObserver.html#method-i-after_save" name="method-i-after_save" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-after_save_source')" id="l_method-i-after_save_source">show</a>
-                
-              </p>
-              <div id="method-i-after_save_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/observers/key_observer.rb, line 4</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">after_save</span>(<span class="ruby-identifier">key</span>)
-  <span class="ruby-identifier">git_host</span>.<span class="ruby-identifier">set_key</span>(<span class="ruby-identifier">key</span>.<span class="ruby-identifier">identifier</span>, <span class="ruby-identifier">key</span>.<span class="ruby-identifier">key</span>, <span class="ruby-identifier">key</span>.<span class="ruby-identifier">projects</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/KeysController.html b/doc/code/classes/KeysController.html
deleted file mode 100644
index 9caccb753f21dc1b7335ee6faccfceb01381df96..0000000000000000000000000000000000000000
--- a/doc/code/classes/KeysController.html
+++ /dev/null
@@ -1,330 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>KeysController</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            KeysController 
-            
-                <span class="parent">&lt; 
-                    
-                    <a href="ApplicationController.html">ApplicationController</a>
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/controllers/keys_controller_rb.html">app/controllers/keys_controller.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>C</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-create">create</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>D</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-destroy">destroy</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>I</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-index">index</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>N</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-new">new</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>S</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-show">show</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-create">
-            
-              <b>create</b>()
-            
-            <a href="../classes/KeysController.html#method-i-create" name="method-i-create" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-create_source')" id="l_method-i-create_source">show</a>
-                
-              </p>
-              <div id="method-i-create_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/keys_controller.rb, line 19</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">create</span>
-  <span class="ruby-ivar">@key</span> = <span class="ruby-identifier">current_user</span>.<span class="ruby-identifier">keys</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:key</span>])
-  <span class="ruby-ivar">@key</span>.<span class="ruby-identifier">save</span>
-
-  <span class="ruby-identifier">respond_with</span>(<span class="ruby-ivar">@key</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-destroy">
-            
-              <b>destroy</b>()
-            
-            <a href="../classes/KeysController.html#method-i-destroy" name="method-i-destroy" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-destroy_source')" id="l_method-i-destroy_source">show</a>
-                
-              </p>
-              <div id="method-i-destroy_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/keys_controller.rb, line 26</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">destroy</span>
-  <span class="ruby-ivar">@key</span> = <span class="ruby-identifier">current_user</span>.<span class="ruby-identifier">keys</span>.<span class="ruby-identifier">find</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:id</span>])
-  <span class="ruby-ivar">@key</span>.<span class="ruby-identifier">destroy</span>
-
-  <span class="ruby-identifier">respond_to</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">format</span><span class="ruby-operator">|</span>
-    <span class="ruby-identifier">format</span>.<span class="ruby-identifier">html</span> { <span class="ruby-identifier">redirect_to</span> <span class="ruby-identifier">keys_url</span> }
-    <span class="ruby-identifier">format</span>.<span class="ruby-identifier">js</span> { <span class="ruby-identifier">render</span> <span class="ruby-identifier">nothing</span><span class="ruby-operator">:</span> <span class="ruby-keyword">true</span> }
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-index">
-            
-              <b>index</b>()
-            
-            <a href="../classes/KeysController.html#method-i-index" name="method-i-index" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-index_source')" id="l_method-i-index_source">show</a>
-                
-              </p>
-              <div id="method-i-index_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/keys_controller.rb, line 5</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">index</span>
-  <span class="ruby-ivar">@keys</span> = <span class="ruby-identifier">current_user</span>.<span class="ruby-identifier">keys</span>.<span class="ruby-identifier">all</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-new">
-            
-              <b>new</b>()
-            
-            <a href="../classes/KeysController.html#method-i-new" name="method-i-new" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-new_source')" id="l_method-i-new_source">show</a>
-                
-              </p>
-              <div id="method-i-new_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/keys_controller.rb, line 13</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">new</span>
-  <span class="ruby-ivar">@key</span> = <span class="ruby-identifier">current_user</span>.<span class="ruby-identifier">keys</span>.<span class="ruby-identifier">new</span>
-
-  <span class="ruby-identifier">respond_with</span>(<span class="ruby-ivar">@key</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-show">
-            
-              <b>show</b>()
-            
-            <a href="../classes/KeysController.html#method-i-show" name="method-i-show" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-show_source')" id="l_method-i-show_source">show</a>
-                
-              </p>
-              <div id="method-i-show_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/keys_controller.rb, line 9</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">show</span>
-  <span class="ruby-ivar">@key</span> = <span class="ruby-identifier">current_user</span>.<span class="ruby-identifier">keys</span>.<span class="ruby-identifier">find</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:id</span>])
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/LabelsController.html b/doc/code/classes/LabelsController.html
deleted file mode 100644
index 53d54c6bbb08fd7e6a833b0220aa1234daed6b56..0000000000000000000000000000000000000000
--- a/doc/code/classes/LabelsController.html
+++ /dev/null
@@ -1,180 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>LabelsController</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            LabelsController 
-            
-                <span class="parent">&lt; 
-                    
-                    <a href="ProjectResourceController.html">ProjectResourceController</a>
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/controllers/labels_controller_rb.html">app/controllers/labels_controller.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>I</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-index">index</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>M</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-module_enabled">module_enabled</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-index">
-            
-              <b>index</b>()
-            
-            <a href="../classes/LabelsController.html#method-i-index" name="method-i-index" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-index_source')" id="l_method-i-index_source">show</a>
-                
-              </p>
-              <div id="method-i-index_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/labels_controller.rb, line 9</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">index</span>
-  <span class="ruby-ivar">@labels</span> = <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">issues_labels</span>.<span class="ruby-identifier">order</span>(<span class="ruby-string">'count DESC'</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-              
-      <div class="sectiontitle">Instance Protected methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-module_enabled">
-            
-              <b>module_enabled</b>()
-            
-            <a href="../classes/LabelsController.html#method-i-module_enabled" name="method-i-module_enabled" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-module_enabled_source')" id="l_method-i-module_enabled_source">show</a>
-                
-              </p>
-              <div id="method-i-module_enabled_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/labels_controller.rb, line 15</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">module_enabled</span>
-  <span class="ruby-keyword">return</span> <span class="ruby-identifier">render_404</span> <span class="ruby-keyword">unless</span> <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">issues_enabled</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/MergeRequest.html b/doc/code/classes/MergeRequest.html
deleted file mode 100644
index cd4046095b03f038d274ba18b3146675cf5c69d6..0000000000000000000000000000000000000000
--- a/doc/code/classes/MergeRequest.html
+++ /dev/null
@@ -1,1569 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>MergeRequest</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            MergeRequest 
-            
-                <span class="parent">&lt; 
-                    
-                    ActiveRecord::Base
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/models/merge_request_rb.html">app/models/merge_request.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>A</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-automerge-21">automerge!</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>B</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-broken_diffs-3F">broken_diffs?</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>C</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-can_be_merged-3F">can_be_merged?</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-check_if_can_be_merged">check_if_can_be_merged</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-closed_event">closed_event</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-commits">commits</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>D</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-diffs">diffs</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>F</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-c-find_all_by_branch">find_all_by_branch</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-c-find_all_by_milestone">find_all_by_milestone</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>H</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-human_state">human_state</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>L</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-last_commit">last_commit</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-last_commit_short_sha">last_commit_short_sha</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>M</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-mark_as_merged-21">mark_as_merged!</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-mark_as_unchecked">mark_as_unchecked</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-mark_as_unmergable">mark_as_unmergable</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-merge-21">merge!</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-merge_event">merge_event</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-merged-3F">merged?</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-mr_and_commit_notes">mr_and_commit_notes</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>O</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-open-3F">open?</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>P</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-probably_merged-3F">probably_merged?</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>R</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-reload_code">reload_code</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-reloaded_commits">reloaded_commits</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-reloaded_diffs">reloaded_diffs</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>T</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-to_diff">to_diff</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-to_patch">to_patch</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>U</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-unchecked-3F">unchecked?</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-unmerged_commits">unmerged_commits</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-unmerged_diffs">unmerged_diffs</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>V</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-valid_diffs-3F">valid_diffs?</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-validate_branches">validate_branches</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-    <!-- Includes -->
-    <div class="sectiontitle">Included Modules</div>
-    <ul>
-      
-        <li>
-          
-            <a href="IssueCommonality.html">
-              IssueCommonality
-            </a>
-          
-        </li>
-      
-        <li>
-          
-            <a href="Votes.html">
-              Votes
-            </a>
-          
-        </li>
-      
-    </ul>
-  
-
-
-
-  
-
-    
-
-    
-
-    
-      <!-- Section constants -->
-      <div class="sectiontitle">Constants</div>
-      <table border='0' cellpadding='5'>
-        
-          <tr valign='top'>
-            <td class="attr-name">BROKEN_DIFF</td>
-            <td>=</td>
-            <td class="attr-value">&quot;--broken-diff&quot;</td>
-          </tr>
-          
-            <tr valign='top'>
-              <td>&nbsp;</td>
-              <td colspan="2" class="attr-desc"></td>
-            </tr>
-          
-        
-          <tr valign='top'>
-            <td class="attr-name">UNCHECKED</td>
-            <td>=</td>
-            <td class="attr-value">1</td>
-          </tr>
-          
-            <tr valign='top'>
-              <td>&nbsp;</td>
-              <td colspan="2" class="attr-desc"></td>
-            </tr>
-          
-        
-          <tr valign='top'>
-            <td class="attr-name">CAN_BE_MERGED</td>
-            <td>=</td>
-            <td class="attr-value">2</td>
-          </tr>
-          
-            <tr valign='top'>
-              <td>&nbsp;</td>
-              <td colspan="2" class="attr-desc"></td>
-            </tr>
-          
-        
-          <tr valign='top'>
-            <td class="attr-name">CANNOT_BE_MERGED</td>
-            <td>=</td>
-            <td class="attr-value">3</td>
-          </tr>
-          
-            <tr valign='top'>
-              <td>&nbsp;</td>
-              <td colspan="2" class="attr-desc"></td>
-            </tr>
-          
-        
-      </table>
-    
-
-
-    
-      <!-- Section attributes -->
-      <div class="sectiontitle">Attributes</div>
-      <table border='0' cellpadding='5'>
-        
-          <tr valign='top'>
-            <td class='attr-rw'>
-              [RW]
-            </td>
-            <td class='attr-name'>should_remove_source_branch</td>
-            <td class='attr-desc'></td>
-          </tr>
-        
-      </table>
-    
-
-
-    <!-- Methods -->
-    
-      <div class="sectiontitle">Class Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-c-find_all_by_branch">
-            
-              <b>find_all_by_branch</b>(branch_name)
-            
-            <a href="../classes/MergeRequest.html#method-c-find_all_by_branch" name="method-c-find_all_by_branch" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-find_all_by_branch_source')" id="l_method-c-find_all_by_branch_source">show</a>
-                
-              </p>
-              <div id="method-c-find_all_by_branch_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/merge_request.rb, line 47</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">self</span>.<span class="ruby-identifier">find_all_by_branch</span>(<span class="ruby-identifier">branch_name</span>)
-  <span class="ruby-identifier">where</span>(<span class="ruby-string">&quot;source_branch LIKE :branch OR target_branch LIKE :branch&quot;</span>, <span class="ruby-identifier">branch</span><span class="ruby-operator">:</span> <span class="ruby-identifier">branch_name</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-c-find_all_by_milestone">
-            
-              <b>find_all_by_milestone</b>(milestone)
-            
-            <a href="../classes/MergeRequest.html#method-c-find_all_by_milestone" name="method-c-find_all_by_milestone" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-find_all_by_milestone_source')" id="l_method-c-find_all_by_milestone_source">show</a>
-                
-              </p>
-              <div id="method-c-find_all_by_milestone_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/merge_request.rb, line 51</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">self</span>.<span class="ruby-identifier">find_all_by_milestone</span>(<span class="ruby-identifier">milestone</span>)
-  <span class="ruby-identifier">where</span>(<span class="ruby-string">&quot;milestone_id = :milestone_id&quot;</span>, <span class="ruby-identifier">milestone_id</span><span class="ruby-operator">:</span> <span class="ruby-identifier">milestone</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                  
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-automerge-21">
-            
-              <b>automerge!</b>(current_user)
-            
-            <a href="../classes/MergeRequest.html#method-i-automerge-21" name="method-i-automerge-21" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-automerge-21_source')" id="l_method-i-automerge-21_source">show</a>
-                
-              </p>
-              <div id="method-i-automerge-21_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/merge_request.rb, line 195</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">automerge!</span>(<span class="ruby-identifier">current_user</span>)
-  <span class="ruby-keyword">if</span> <span class="ruby-constant">Gitlab</span><span class="ruby-operator">::</span><span class="ruby-constant">Satellite</span><span class="ruby-operator">::</span><span class="ruby-constant">MergeAction</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">current_user</span>, <span class="ruby-keyword">self</span>).<span class="ruby-identifier">merge!</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">unmerged_commits</span>.<span class="ruby-identifier">empty?</span>
-    <span class="ruby-keyword">self</span>.<span class="ruby-identifier">merge!</span>(<span class="ruby-identifier">current_user</span>.<span class="ruby-identifier">id</span>)
-    <span class="ruby-keyword">true</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">rescue</span>
-  <span class="ruby-keyword">self</span>.<span class="ruby-identifier">mark_as_unmergable</span>
-  <span class="ruby-keyword">false</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-broken_diffs-3F">
-            
-              <b>broken_diffs?</b>()
-            
-            <a href="../classes/MergeRequest.html#method-i-broken_diffs-3F" name="method-i-broken_diffs-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-broken_diffs-3F_source')" id="l_method-i-broken_diffs-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-broken_diffs-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/merge_request.rb, line 112</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">broken_diffs?</span>
-  <span class="ruby-identifier">diffs</span> <span class="ruby-operator">==</span> [<span class="ruby-constant">BROKEN_DIFF</span>]
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-can_be_merged-3F">
-            
-              <b>can_be_merged?</b>()
-            
-            <a href="../classes/MergeRequest.html#method-i-can_be_merged-3F" name="method-i-can_be_merged-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-can_be_merged-3F_source')" id="l_method-i-can_be_merged-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-can_be_merged-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/merge_request.rb, line 84</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">can_be_merged?</span>
-  <span class="ruby-identifier">state</span> <span class="ruby-operator">==</span> <span class="ruby-constant">CAN_BE_MERGED</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-check_if_can_be_merged">
-            
-              <b>check_if_can_be_merged</b>()
-            
-            <a href="../classes/MergeRequest.html#method-i-check_if_can_be_merged" name="method-i-check_if_can_be_merged" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-check_if_can_be_merged_source')" id="l_method-i-check_if_can_be_merged_source">show</a>
-                
-              </p>
-              <div id="method-i-check_if_can_be_merged_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/merge_request.rb, line 88</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">check_if_can_be_merged</span>
-  <span class="ruby-keyword">self</span>.<span class="ruby-identifier">state</span> = <span class="ruby-keyword">if</span> <span class="ruby-constant">Gitlab</span><span class="ruby-operator">::</span><span class="ruby-constant">Satellite</span><span class="ruby-operator">::</span><span class="ruby-constant">MergeAction</span>.<span class="ruby-identifier">new</span>(<span class="ruby-keyword">self</span>.<span class="ruby-identifier">author</span>, <span class="ruby-keyword">self</span>).<span class="ruby-identifier">can_be_merged?</span>
-                 <span class="ruby-constant">CAN_BE_MERGED</span>
-               <span class="ruby-keyword">else</span>
-                 <span class="ruby-constant">CANNOT_BE_MERGED</span>
-               <span class="ruby-keyword">end</span>
-  <span class="ruby-keyword">self</span>.<span class="ruby-identifier">save</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-closed_event">
-            
-              <b>closed_event</b>()
-            
-            <a href="../classes/MergeRequest.html#method-i-closed_event" name="method-i-closed_event" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-closed_event_source')" id="l_method-i-closed_event_source">show</a>
-                
-              </p>
-              <div id="method-i-closed_event_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/merge_request.rb, line 140</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">closed_event</span>
-  <span class="ruby-keyword">self</span>.<span class="ruby-identifier">project</span>.<span class="ruby-identifier">events</span>.<span class="ruby-identifier">where</span>(<span class="ruby-identifier">target_id</span><span class="ruby-operator">:</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">id</span>, <span class="ruby-identifier">target_type</span><span class="ruby-operator">:</span> <span class="ruby-string">&quot;MergeRequest&quot;</span>, <span class="ruby-identifier">action</span><span class="ruby-operator">:</span> <span class="ruby-constant">Event</span><span class="ruby-operator">::</span><span class="ruby-constant">Closed</span>).<span class="ruby-identifier">last</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-commits">
-            
-              <b>commits</b>()
-            
-            <a href="../classes/MergeRequest.html#method-i-commits" name="method-i-commits" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-commits_source')" id="l_method-i-commits_source">show</a>
-                
-              </p>
-              <div id="method-i-commits_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/merge_request.rb, line 144</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">commits</span>
-  <span class="ruby-identifier">st_commits</span> <span class="ruby-operator">||</span> []
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-diffs">
-            
-              <b>diffs</b>()
-            
-            <a href="../classes/MergeRequest.html#method-i-diffs" name="method-i-diffs" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-diffs_source')" id="l_method-i-diffs_source">show</a>
-                
-              </p>
-              <div id="method-i-diffs_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/merge_request.rb, line 97</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">diffs</span>
-  <span class="ruby-identifier">st_diffs</span> <span class="ruby-operator">||</span> []
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-human_state">
-            
-              <b>human_state</b>()
-            
-            <a href="../classes/MergeRequest.html#method-i-human_state" name="method-i-human_state" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-human_state_source')" id="l_method-i-human_state_source">show</a>
-                
-              </p>
-              <div id="method-i-human_state_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/merge_request.rb, line 55</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">human_state</span>
-  <span class="ruby-identifier">states</span> = {
-    <span class="ruby-constant">CAN_BE_MERGED</span> =<span class="ruby-operator">&gt;</span>  <span class="ruby-string">&quot;can_be_merged&quot;</span>,
-    <span class="ruby-constant">CANNOT_BE_MERGED</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-string">&quot;cannot_be_merged&quot;</span>,
-    <span class="ruby-constant">UNCHECKED</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-string">&quot;unchecked&quot;</span>
-  }
-  <span class="ruby-identifier">states</span>[<span class="ruby-keyword">self</span>.<span class="ruby-identifier">state</span>]
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-last_commit">
-            
-              <b>last_commit</b>()
-            
-            <a href="../classes/MergeRequest.html#method-i-last_commit" name="method-i-last_commit" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-last_commit_source')" id="l_method-i-last_commit_source">show</a>
-                
-              </p>
-              <div id="method-i-last_commit_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/merge_request.rb, line 128</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">last_commit</span>
-  <span class="ruby-identifier">commits</span>.<span class="ruby-identifier">first</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-last_commit_short_sha">
-            
-              <b>last_commit_short_sha</b>()
-            
-            <a href="../classes/MergeRequest.html#method-i-last_commit_short_sha" name="method-i-last_commit_short_sha" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-last_commit_short_sha_source')" id="l_method-i-last_commit_short_sha_source">show</a>
-                
-              </p>
-              <div id="method-i-last_commit_short_sha_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/merge_request.rb, line 224</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">last_commit_short_sha</span>
-  <span class="ruby-ivar">@last_commit_short_sha</span> <span class="ruby-operator">||=</span> <span class="ruby-identifier">last_commit</span>.<span class="ruby-identifier">sha</span>[<span class="ruby-number">0</span><span class="ruby-operator">..</span><span class="ruby-number">10</span>]
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-mark_as_merged-21">
-            
-              <b>mark_as_merged!</b>()
-            
-            <a href="../classes/MergeRequest.html#method-i-mark_as_merged-21" name="method-i-mark_as_merged-21" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-mark_as_merged-21_source')" id="l_method-i-mark_as_merged-21_source">show</a>
-                
-              </p>
-              <div id="method-i-mark_as_merged-21_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/merge_request.rb, line 157</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">mark_as_merged!</span>
-  <span class="ruby-keyword">self</span>.<span class="ruby-identifier">merged</span> = <span class="ruby-keyword">true</span>
-  <span class="ruby-keyword">self</span>.<span class="ruby-identifier">closed</span> = <span class="ruby-keyword">true</span>
-  <span class="ruby-identifier">save</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-mark_as_unchecked">
-            
-              <b>mark_as_unchecked</b>()
-            
-            <a href="../classes/MergeRequest.html#method-i-mark_as_unchecked" name="method-i-mark_as_unchecked" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-mark_as_unchecked_source')" id="l_method-i-mark_as_unchecked_source">show</a>
-                
-              </p>
-              <div id="method-i-mark_as_unchecked_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/merge_request.rb, line 79</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">mark_as_unchecked</span>
-  <span class="ruby-keyword">self</span>.<span class="ruby-identifier">state</span> = <span class="ruby-constant">UNCHECKED</span>
-  <span class="ruby-keyword">self</span>.<span class="ruby-identifier">save</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-mark_as_unmergable">
-            
-              <b>mark_as_unmergable</b>()
-            
-            <a href="../classes/MergeRequest.html#method-i-mark_as_unmergable" name="method-i-mark_as_unmergable" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-mark_as_unmergable_source')" id="l_method-i-mark_as_unmergable_source">show</a>
-                
-              </p>
-              <div id="method-i-mark_as_unmergable_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/merge_request.rb, line 163</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">mark_as_unmergable</span>
-  <span class="ruby-keyword">self</span>.<span class="ruby-identifier">state</span> = <span class="ruby-constant">CANNOT_BE_MERGED</span>
-  <span class="ruby-keyword">self</span>.<span class="ruby-identifier">save</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-merge-21">
-            
-              <b>merge!</b>(user_id)
-            
-            <a href="../classes/MergeRequest.html#method-i-merge-21" name="method-i-merge-21" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-merge-21_source')" id="l_method-i-merge-21_source">show</a>
-                
-              </p>
-              <div id="method-i-merge-21_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/merge_request.rb, line 184</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">merge!</span>(<span class="ruby-identifier">user_id</span>)
-  <span class="ruby-keyword">self</span>.<span class="ruby-identifier">mark_as_merged!</span>
-  <span class="ruby-constant">Event</span>.<span class="ruby-identifier">create</span>(
-    <span class="ruby-identifier">project</span><span class="ruby-operator">:</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">project</span>,
-    <span class="ruby-identifier">action</span><span class="ruby-operator">:</span> <span class="ruby-constant">Event</span><span class="ruby-operator">::</span><span class="ruby-constant">Merged</span>,
-    <span class="ruby-identifier">target_id</span><span class="ruby-operator">:</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">id</span>,
-    <span class="ruby-identifier">target_type</span><span class="ruby-operator">:</span> <span class="ruby-string">&quot;MergeRequest&quot;</span>,
-    <span class="ruby-identifier">author_id</span><span class="ruby-operator">:</span> <span class="ruby-identifier">user_id</span>
-  )
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-merge_event">
-            
-              <b>merge_event</b>()
-            
-            <a href="../classes/MergeRequest.html#method-i-merge_event" name="method-i-merge_event" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-merge_event_source')" id="l_method-i-merge_event_source">show</a>
-                
-              </p>
-              <div id="method-i-merge_event_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/merge_request.rb, line 136</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">merge_event</span>
-  <span class="ruby-keyword">self</span>.<span class="ruby-identifier">project</span>.<span class="ruby-identifier">events</span>.<span class="ruby-identifier">where</span>(<span class="ruby-identifier">target_id</span><span class="ruby-operator">:</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">id</span>, <span class="ruby-identifier">target_type</span><span class="ruby-operator">:</span> <span class="ruby-string">&quot;MergeRequest&quot;</span>, <span class="ruby-identifier">action</span><span class="ruby-operator">:</span> <span class="ruby-constant">Event</span><span class="ruby-operator">::</span><span class="ruby-constant">Merged</span>).<span class="ruby-identifier">last</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-merged-3F">
-            
-              <b>merged?</b>()
-            
-            <a href="../classes/MergeRequest.html#method-i-merged-3F" name="method-i-merged-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-merged-3F_source')" id="l_method-i-merged-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-merged-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/merge_request.rb, line 132</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">merged?</span>
-  <span class="ruby-identifier">merged</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">merge_event</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-mr_and_commit_notes">
-            
-              <b>mr_and_commit_notes</b>()
-            
-            <a href="../classes/MergeRequest.html#method-i-mr_and_commit_notes" name="method-i-mr_and_commit_notes" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-mr_and_commit_notes_source')" id="l_method-i-mr_and_commit_notes_source">show</a>
-                
-              </p>
-              <div id="method-i-mr_and_commit_notes_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/merge_request.rb, line 205</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">mr_and_commit_notes</span>
-  <span class="ruby-identifier">commit_ids</span> = <span class="ruby-identifier">commits</span>.<span class="ruby-identifier">map</span>(&amp;<span class="ruby-value">:id</span>)
-  <span class="ruby-constant">Note</span>.<span class="ruby-identifier">where</span>(<span class="ruby-string">&quot;(noteable_type = 'MergeRequest' AND noteable_id = :mr_id) OR (noteable_type = 'Commit' AND commit_id IN (:commit_ids))&quot;</span>, <span class="ruby-identifier">mr_id</span><span class="ruby-operator">:</span> <span class="ruby-identifier">id</span>, <span class="ruby-identifier">commit_ids</span><span class="ruby-operator">:</span> <span class="ruby-identifier">commit_ids</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-open-3F">
-            
-              <b>open?</b>()
-            
-            <a href="../classes/MergeRequest.html#method-i-open-3F" name="method-i-open-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-open-3F_source')" id="l_method-i-open-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-open-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/merge_request.rb, line 153</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">open?</span>
-  <span class="ruby-operator">!</span><span class="ruby-identifier">closed</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-probably_merged-3F">
-            
-              <b>probably_merged?</b>()
-            
-            <a href="../classes/MergeRequest.html#method-i-probably_merged-3F" name="method-i-probably_merged-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-probably_merged-3F_source')" id="l_method-i-probably_merged-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-probably_merged-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/merge_request.rb, line 148</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">probably_merged?</span>
-  <span class="ruby-identifier">unmerged_commits</span>.<span class="ruby-identifier">empty?</span> <span class="ruby-operator">&amp;&amp;</span>
-    <span class="ruby-identifier">commits</span>.<span class="ruby-identifier">any?</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">open?</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-reload_code">
-            
-              <b>reload_code</b>()
-            
-            <a href="../classes/MergeRequest.html#method-i-reload_code" name="method-i-reload_code" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-reload_code_source')" id="l_method-i-reload_code_source">show</a>
-                
-              </p>
-              <div id="method-i-reload_code_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/merge_request.rb, line 70</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">reload_code</span>
-  <span class="ruby-keyword">self</span>.<span class="ruby-identifier">reloaded_commits</span>
-  <span class="ruby-keyword">self</span>.<span class="ruby-identifier">reloaded_diffs</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-reloaded_commits">
-            
-              <b>reloaded_commits</b>()
-            
-            <a href="../classes/MergeRequest.html#method-i-reloaded_commits" name="method-i-reloaded_commits" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-reloaded_commits_source')" id="l_method-i-reloaded_commits_source">show</a>
-                
-              </p>
-              <div id="method-i-reloaded_commits_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/merge_request.rb, line 168</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">reloaded_commits</span>
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">open?</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">unmerged_commits</span>.<span class="ruby-identifier">any?</span>
-    <span class="ruby-keyword">self</span>.<span class="ruby-identifier">st_commits</span> = <span class="ruby-identifier">unmerged_commits</span>
-    <span class="ruby-identifier">save</span>
-  <span class="ruby-keyword">end</span>
-  <span class="ruby-identifier">commits</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-reloaded_diffs">
-            
-              <b>reloaded_diffs</b>()
-            
-            <a href="../classes/MergeRequest.html#method-i-reloaded_diffs" name="method-i-reloaded_diffs" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-reloaded_diffs_source')" id="l_method-i-reloaded_diffs_source">show</a>
-                
-              </p>
-              <div id="method-i-reloaded_diffs_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/merge_request.rb, line 101</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">reloaded_diffs</span>
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">open?</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">unmerged_diffs</span>.<span class="ruby-identifier">any?</span>
-    <span class="ruby-keyword">self</span>.<span class="ruby-identifier">st_diffs</span> = <span class="ruby-identifier">unmerged_diffs</span>
-    <span class="ruby-keyword">self</span>.<span class="ruby-identifier">save</span>
-  <span class="ruby-keyword">end</span>
-
-<span class="ruby-keyword">rescue</span> <span class="ruby-constant">Grit</span><span class="ruby-operator">::</span><span class="ruby-constant">Git</span><span class="ruby-operator">::</span><span class="ruby-constant">GitTimeout</span>
-  <span class="ruby-keyword">self</span>.<span class="ruby-identifier">st_diffs</span> = [<span class="ruby-constant">BROKEN_DIFF</span>]
-  <span class="ruby-keyword">self</span>.<span class="ruby-identifier">save</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-to_diff">
-            
-              <b>to_diff</b>()
-            
-            <a href="../classes/MergeRequest.html#method-i-to_diff" name="method-i-to_diff" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Returns the raw diff for this merge request</p>
-
-<p>see “git diff”</p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-to_diff_source')" id="l_method-i-to_diff_source">show</a>
-                
-              </p>
-              <div id="method-i-to_diff_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/merge_request.rb, line 213</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">to_diff</span>
-  <span class="ruby-identifier">project</span>.<span class="ruby-identifier">repo</span>.<span class="ruby-identifier">git</span>.<span class="ruby-identifier">native</span>(<span class="ruby-value">:diff</span>, {<span class="ruby-identifier">timeout</span><span class="ruby-operator">:</span> <span class="ruby-number">30</span>, <span class="ruby-identifier">raise</span><span class="ruby-operator">:</span> <span class="ruby-keyword">true</span>}, <span class="ruby-node">&quot;#{target_branch}...#{source_branch}&quot;</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-to_patch">
-            
-              <b>to_patch</b>()
-            
-            <a href="../classes/MergeRequest.html#method-i-to_patch" name="method-i-to_patch" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Returns the commit as a series of email patches.</p>
-
-<p>see “git format-patch”</p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-to_patch_source')" id="l_method-i-to_patch_source">show</a>
-                
-              </p>
-              <div id="method-i-to_patch_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/merge_request.rb, line 220</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">to_patch</span>
-  <span class="ruby-identifier">project</span>.<span class="ruby-identifier">repo</span>.<span class="ruby-identifier">git</span>.<span class="ruby-identifier">format_patch</span>({<span class="ruby-identifier">timeout</span><span class="ruby-operator">:</span> <span class="ruby-number">30</span>, <span class="ruby-identifier">raise</span><span class="ruby-operator">:</span> <span class="ruby-keyword">true</span>, <span class="ruby-identifier">stdout</span><span class="ruby-operator">:</span> <span class="ruby-keyword">true</span>}, <span class="ruby-node">&quot;#{target_branch}..#{source_branch}&quot;</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-unchecked-3F">
-            
-              <b>unchecked?</b>()
-            
-            <a href="../classes/MergeRequest.html#method-i-unchecked-3F" name="method-i-unchecked-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-unchecked-3F_source')" id="l_method-i-unchecked-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-unchecked-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/merge_request.rb, line 75</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">unchecked?</span>
-  <span class="ruby-identifier">state</span> <span class="ruby-operator">==</span> <span class="ruby-constant">UNCHECKED</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-unmerged_commits">
-            
-              <b>unmerged_commits</b>()
-            
-            <a href="../classes/MergeRequest.html#method-i-unmerged_commits" name="method-i-unmerged_commits" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-unmerged_commits_source')" id="l_method-i-unmerged_commits_source">show</a>
-                
-              </p>
-              <div id="method-i-unmerged_commits_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/merge_request.rb, line 176</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">unmerged_commits</span>
-  <span class="ruby-keyword">self</span>.<span class="ruby-identifier">project</span>.<span class="ruby-identifier">repo</span>.
-    <span class="ruby-identifier">commits_between</span>(<span class="ruby-keyword">self</span>.<span class="ruby-identifier">target_branch</span>, <span class="ruby-keyword">self</span>.<span class="ruby-identifier">source_branch</span>).
-    <span class="ruby-identifier">map</span> {<span class="ruby-operator">|</span><span class="ruby-identifier">c</span><span class="ruby-operator">|</span> <span class="ruby-constant">Commit</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">c</span>)}.
-    <span class="ruby-identifier">sort_by</span>(&amp;<span class="ruby-value">:created_at</span>).
-    <span class="ruby-identifier">reverse</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-unmerged_diffs">
-            
-              <b>unmerged_diffs</b>()
-            
-            <a href="../classes/MergeRequest.html#method-i-unmerged_diffs" name="method-i-unmerged_diffs" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-unmerged_diffs_source')" id="l_method-i-unmerged_diffs_source">show</a>
-                
-              </p>
-              <div id="method-i-unmerged_diffs_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/merge_request.rb, line 120</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">unmerged_diffs</span>
-  <span class="ruby-comment"># Only show what is new in the source branch compared to the target branch, not the other way around.</span>
-  <span class="ruby-comment"># The linex below with merge_base is equivalent to diff with three dots (git diff branch1...branch2)</span>
-  <span class="ruby-comment"># From the git documentation: &quot;git diff A...B&quot; is equivalent to &quot;git diff $(git-merge-base A B) B&quot;</span>
-  <span class="ruby-identifier">common_commit</span> = <span class="ruby-identifier">project</span>.<span class="ruby-identifier">repo</span>.<span class="ruby-identifier">git</span>.<span class="ruby-identifier">native</span>(<span class="ruby-value">:merge_base</span>, {}, [<span class="ruby-identifier">target_branch</span>, <span class="ruby-identifier">source_branch</span>]).<span class="ruby-identifier">strip</span>
-  <span class="ruby-identifier">diffs</span> = <span class="ruby-identifier">project</span>.<span class="ruby-identifier">repo</span>.<span class="ruby-identifier">diff</span>(<span class="ruby-identifier">common_commit</span>, <span class="ruby-identifier">source_branch</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-valid_diffs-3F">
-            
-              <b>valid_diffs?</b>()
-            
-            <a href="../classes/MergeRequest.html#method-i-valid_diffs-3F" name="method-i-valid_diffs-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-valid_diffs-3F_source')" id="l_method-i-valid_diffs-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-valid_diffs-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/merge_request.rb, line 116</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">valid_diffs?</span>
-  <span class="ruby-operator">!</span><span class="ruby-identifier">broken_diffs?</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-validate_branches">
-            
-              <b>validate_branches</b>()
-            
-            <a href="../classes/MergeRequest.html#method-i-validate_branches" name="method-i-validate_branches" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-validate_branches_source')" id="l_method-i-validate_branches_source">show</a>
-                
-              </p>
-              <div id="method-i-validate_branches_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/merge_request.rb, line 64</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">validate_branches</span>
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">target_branch</span> <span class="ruby-operator">==</span> <span class="ruby-identifier">source_branch</span>
-    <span class="ruby-identifier">errors</span>.<span class="ruby-identifier">add</span> <span class="ruby-value">:base</span>, <span class="ruby-string">&quot;You can not use same branch for source and target branches&quot;</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/MergeRequestObserver.html b/doc/code/classes/MergeRequestObserver.html
deleted file mode 100644
index 364e034613458c6affcdbacd6138f7e209e04cd2..0000000000000000000000000000000000000000
--- a/doc/code/classes/MergeRequestObserver.html
+++ /dev/null
@@ -1,234 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>MergeRequestObserver</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            MergeRequestObserver 
-            
-                <span class="parent">&lt; 
-                    
-                    ActiveRecord::Observer
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/observers/merge_request_observer_rb.html">app/observers/merge_request_observer.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>A</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-after_create">after_create</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-after_update">after_update</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>S</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-send_reassigned_email">send_reassigned_email</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-after_create">
-            
-              <b>after_create</b>(merge_request)
-            
-            <a href="../classes/MergeRequestObserver.html#method-i-after_create" name="method-i-after_create" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-after_create_source')" id="l_method-i-after_create_source">show</a>
-                
-              </p>
-              <div id="method-i-after_create_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/observers/merge_request_observer.rb, line 4</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">after_create</span>(<span class="ruby-identifier">merge_request</span>)
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">merge_request</span>.<span class="ruby-identifier">assignee</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">merge_request</span>.<span class="ruby-identifier">assignee</span> <span class="ruby-operator">!=</span> <span class="ruby-identifier">current_user</span>
-    <span class="ruby-constant">Notify</span>.<span class="ruby-identifier">new_merge_request_email</span>(<span class="ruby-identifier">merge_request</span>.<span class="ruby-identifier">id</span>).<span class="ruby-identifier">deliver</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-after_update">
-            
-              <b>after_update</b>(merge_request)
-            
-            <a href="../classes/MergeRequestObserver.html#method-i-after_update" name="method-i-after_update" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-after_update_source')" id="l_method-i-after_update_source">show</a>
-                
-              </p>
-              <div id="method-i-after_update_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/observers/merge_request_observer.rb, line 10</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">after_update</span>(<span class="ruby-identifier">merge_request</span>)
-  <span class="ruby-identifier">send_reassigned_email</span>(<span class="ruby-identifier">merge_request</span>) <span class="ruby-keyword">if</span> <span class="ruby-identifier">merge_request</span>.<span class="ruby-identifier">is_being_reassigned?</span>
-
-  <span class="ruby-identifier">status</span> = <span class="ruby-keyword">nil</span>
-  <span class="ruby-identifier">status</span> = <span class="ruby-string">'closed'</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">merge_request</span>.<span class="ruby-identifier">is_being_closed?</span>
-  <span class="ruby-identifier">status</span> = <span class="ruby-string">'reopened'</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">merge_request</span>.<span class="ruby-identifier">is_being_reopened?</span>
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">status</span>
-    <span class="ruby-constant">Note</span>.<span class="ruby-identifier">create_status_change_note</span>(<span class="ruby-identifier">merge_request</span>, <span class="ruby-identifier">current_user</span>, <span class="ruby-identifier">status</span>)
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-              
-      <div class="sectiontitle">Instance Protected methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-send_reassigned_email">
-            
-              <b>send_reassigned_email</b>(merge_request)
-            
-            <a href="../classes/MergeRequestObserver.html#method-i-send_reassigned_email" name="method-i-send_reassigned_email" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-send_reassigned_email_source')" id="l_method-i-send_reassigned_email_source">show</a>
-                
-              </p>
-              <div id="method-i-send_reassigned_email_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/observers/merge_request_observer.rb, line 23</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">send_reassigned_email</span>(<span class="ruby-identifier">merge_request</span>)
-  <span class="ruby-identifier">recipients_ids</span> = <span class="ruby-identifier">merge_request</span>.<span class="ruby-identifier">assignee_id_was</span>, <span class="ruby-identifier">merge_request</span>.<span class="ruby-identifier">assignee_id</span>
-  <span class="ruby-identifier">recipients_ids</span>.<span class="ruby-identifier">delete</span> <span class="ruby-identifier">current_user</span>.<span class="ruby-identifier">id</span>
-
-  <span class="ruby-identifier">recipients_ids</span>.<span class="ruby-identifier">each</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">recipient_id</span><span class="ruby-operator">|</span>
-    <span class="ruby-constant">Notify</span>.<span class="ruby-identifier">reassigned_merge_request_email</span>(<span class="ruby-identifier">recipient_id</span>, <span class="ruby-identifier">merge_request</span>.<span class="ruby-identifier">id</span>, <span class="ruby-identifier">merge_request</span>.<span class="ruby-identifier">assignee_id_was</span>).<span class="ruby-identifier">deliver</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/MergeRequestsController.html b/doc/code/classes/MergeRequestsController.html
deleted file mode 100644
index 4cf181fa8d5afb78705061c1b4417422f65ad737..0000000000000000000000000000000000000000
--- a/doc/code/classes/MergeRequestsController.html
+++ /dev/null
@@ -1,932 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>MergeRequestsController</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            MergeRequestsController 
-            
-                <span class="parent">&lt; 
-                    
-                    <a href="ProjectResourceController.html">ProjectResourceController</a>
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/controllers/merge_requests_controller_rb.html">app/controllers/merge_requests_controller.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>A</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-authorize_admin_merge_request-21">authorize_admin_merge_request!</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-authorize_modify_merge_request-21">authorize_modify_merge_request!</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-automerge">automerge</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-automerge_check">automerge_check</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>B</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-branch_from">branch_from</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-branch_to">branch_to</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>C</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-ci_status">ci_status</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-create">create</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>D</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-define_show_vars">define_show_vars</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-diffs">diffs</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>E</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-edit">edit</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>I</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-index">index</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>M</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-merge_request">merge_request</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-module_enabled">module_enabled</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>N</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-new">new</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>S</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-show">show</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>U</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-update">update</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>V</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-validates_merge_request">validates_merge_request</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-automerge">
-            
-              <b>automerge</b>()
-            
-            <a href="../classes/MergeRequestsController.html#method-i-automerge" name="method-i-automerge" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-automerge_source')" id="l_method-i-automerge_source">show</a>
-                
-              </p>
-              <div id="method-i-automerge_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/merge_requests_controller.rb, line 74</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">automerge</span>
-  <span class="ruby-keyword">return</span> <span class="ruby-identifier">access_denied!</span> <span class="ruby-keyword">unless</span> <span class="ruby-identifier">can?</span>(<span class="ruby-identifier">current_user</span>, <span class="ruby-value">:accept_mr</span>, <span class="ruby-ivar">@project</span>)
-  <span class="ruby-keyword">if</span> <span class="ruby-ivar">@merge_request</span>.<span class="ruby-identifier">open?</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-ivar">@merge_request</span>.<span class="ruby-identifier">can_be_merged?</span>
-    <span class="ruby-ivar">@merge_request</span>.<span class="ruby-identifier">should_remove_source_branch</span> = <span class="ruby-identifier">params</span>[<span class="ruby-value">:should_remove_source_branch</span>]
-    <span class="ruby-ivar">@merge_request</span>.<span class="ruby-identifier">automerge!</span>(<span class="ruby-identifier">current_user</span>)
-    <span class="ruby-ivar">@status</span> = <span class="ruby-keyword">true</span>
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-ivar">@status</span> = <span class="ruby-keyword">false</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-automerge_check">
-            
-              <b>automerge_check</b>()
-            
-            <a href="../classes/MergeRequestsController.html#method-i-automerge_check" name="method-i-automerge_check" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-automerge_check_source')" id="l_method-i-automerge_check_source">show</a>
-                
-              </p>
-              <div id="method-i-automerge_check_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/merge_requests_controller.rb, line 67</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">automerge_check</span>
-  <span class="ruby-keyword">if</span> <span class="ruby-ivar">@merge_request</span>.<span class="ruby-identifier">unchecked?</span>
-    <span class="ruby-ivar">@merge_request</span>.<span class="ruby-identifier">check_if_can_be_merged</span>
-  <span class="ruby-keyword">end</span>
-  <span class="ruby-identifier">render</span> <span class="ruby-identifier">json</span><span class="ruby-operator">:</span> {<span class="ruby-identifier">state</span><span class="ruby-operator">:</span> <span class="ruby-ivar">@merge_request</span>.<span class="ruby-identifier">human_state</span>}
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-branch_from">
-            
-              <b>branch_from</b>()
-            
-            <a href="../classes/MergeRequestsController.html#method-i-branch_from" name="method-i-branch_from" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-branch_from_source')" id="l_method-i-branch_from_source">show</a>
-                
-              </p>
-              <div id="method-i-branch_from_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/merge_requests_controller.rb, line 85</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">branch_from</span>
-  <span class="ruby-ivar">@commit</span> = <span class="ruby-identifier">project</span>.<span class="ruby-identifier">commit</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:ref</span>])
-  <span class="ruby-ivar">@commit</span> = <span class="ruby-constant">CommitDecorator</span>.<span class="ruby-identifier">decorate</span>(<span class="ruby-ivar">@commit</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-branch_to">
-            
-              <b>branch_to</b>()
-            
-            <a href="../classes/MergeRequestsController.html#method-i-branch_to" name="method-i-branch_to" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-branch_to_source')" id="l_method-i-branch_to_source">show</a>
-                
-              </p>
-              <div id="method-i-branch_to_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/merge_requests_controller.rb, line 90</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">branch_to</span>
-  <span class="ruby-ivar">@commit</span> = <span class="ruby-identifier">project</span>.<span class="ruby-identifier">commit</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:ref</span>])
-  <span class="ruby-ivar">@commit</span> = <span class="ruby-constant">CommitDecorator</span>.<span class="ruby-identifier">decorate</span>(<span class="ruby-ivar">@commit</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-ci_status">
-            
-              <b>ci_status</b>()
-            
-            <a href="../classes/MergeRequestsController.html#method-i-ci_status" name="method-i-ci_status" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-ci_status_source')" id="l_method-i-ci_status_source">show</a>
-                
-              </p>
-              <div id="method-i-ci_status_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/merge_requests_controller.rb, line 95</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">ci_status</span>
-  <span class="ruby-identifier">status</span> = <span class="ruby-identifier">project</span>.<span class="ruby-identifier">gitlab_ci_service</span>.<span class="ruby-identifier">commit_status</span>(<span class="ruby-identifier">merge_request</span>.<span class="ruby-identifier">last_commit</span>.<span class="ruby-identifier">sha</span>)
-  <span class="ruby-identifier">response</span> = { <span class="ruby-identifier">status</span><span class="ruby-operator">:</span> <span class="ruby-identifier">status</span> }
-
-  <span class="ruby-identifier">render</span> <span class="ruby-identifier">json</span><span class="ruby-operator">:</span> <span class="ruby-identifier">response</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-create">
-            
-              <b>create</b>()
-            
-            <a href="../classes/MergeRequestsController.html#method-i-create" name="method-i-create" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-create_source')" id="l_method-i-create_source">show</a>
-                
-              </p>
-              <div id="method-i-create_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/merge_requests_controller.rb, line 45</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">create</span>
-  <span class="ruby-ivar">@merge_request</span> = <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">merge_requests</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:merge_request</span>])
-  <span class="ruby-ivar">@merge_request</span>.<span class="ruby-identifier">author</span> = <span class="ruby-identifier">current_user</span>
-
-  <span class="ruby-keyword">if</span> <span class="ruby-ivar">@merge_request</span>.<span class="ruby-identifier">save</span>
-    <span class="ruby-ivar">@merge_request</span>.<span class="ruby-identifier">reload_code</span>
-    <span class="ruby-identifier">redirect_to</span> [<span class="ruby-ivar">@project</span>, <span class="ruby-ivar">@merge_request</span>], <span class="ruby-identifier">notice</span><span class="ruby-operator">:</span> <span class="ruby-string">'Merge request was successfully created.'</span>
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-identifier">render</span> <span class="ruby-identifier">action</span><span class="ruby-operator">:</span> <span class="ruby-string">&quot;new&quot;</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-diffs">
-            
-              <b>diffs</b>()
-            
-            <a href="../classes/MergeRequestsController.html#method-i-diffs" name="method-i-diffs" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-diffs_source')" id="l_method-i-diffs_source">show</a>
-                
-              </p>
-              <div id="method-i-diffs_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/merge_requests_controller.rb, line 30</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">diffs</span>
-  <span class="ruby-ivar">@diffs</span> = <span class="ruby-ivar">@merge_request</span>.<span class="ruby-identifier">diffs</span>
-  <span class="ruby-ivar">@commit</span> = <span class="ruby-ivar">@merge_request</span>.<span class="ruby-identifier">last_commit</span>
-
-  <span class="ruby-ivar">@comments_allowed</span> = <span class="ruby-keyword">true</span>
-  <span class="ruby-ivar">@line_notes</span> = <span class="ruby-ivar">@merge_request</span>.<span class="ruby-identifier">notes</span>.<span class="ruby-identifier">where</span>(<span class="ruby-string">&quot;line_code is not null&quot;</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-edit">
-            
-              <b>edit</b>()
-            
-            <a href="../classes/MergeRequestsController.html#method-i-edit" name="method-i-edit" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-edit_source')" id="l_method-i-edit_source">show</a>
-                
-              </p>
-              <div id="method-i-edit_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/merge_requests_controller.rb, line 42</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">edit</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-index">
-            
-              <b>index</b>()
-            
-            <a href="../classes/MergeRequestsController.html#method-i-index" name="method-i-index" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-index_source')" id="l_method-i-index_source">show</a>
-                
-              </p>
-              <div id="method-i-index_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/merge_requests_controller.rb, line 16</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">index</span>
-  <span class="ruby-ivar">@merge_requests</span> = <span class="ruby-constant">MergeRequestsLoadContext</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">project</span>, <span class="ruby-identifier">current_user</span>, <span class="ruby-identifier">params</span>).<span class="ruby-identifier">execute</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-new">
-            
-              <b>new</b>()
-            
-            <a href="../classes/MergeRequestsController.html#method-i-new" name="method-i-new" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-new_source')" id="l_method-i-new_source">show</a>
-                
-              </p>
-              <div id="method-i-new_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/merge_requests_controller.rb, line 38</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">new</span>
-  <span class="ruby-ivar">@merge_request</span> = <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">merge_requests</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:merge_request</span>])
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-show">
-            
-              <b>show</b>()
-            
-            <a href="../classes/MergeRequestsController.html#method-i-show" name="method-i-show" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-show_source')" id="l_method-i-show_source">show</a>
-                
-              </p>
-              <div id="method-i-show_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/merge_requests_controller.rb, line 20</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">show</span>
-  <span class="ruby-identifier">respond_to</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">format</span><span class="ruby-operator">|</span>
-    <span class="ruby-identifier">format</span>.<span class="ruby-identifier">html</span>
-    <span class="ruby-identifier">format</span>.<span class="ruby-identifier">js</span>
-
-    <span class="ruby-identifier">format</span>.<span class="ruby-identifier">diff</span>  { <span class="ruby-identifier">render</span> <span class="ruby-identifier">text</span><span class="ruby-operator">:</span> <span class="ruby-ivar">@merge_request</span>.<span class="ruby-identifier">to_diff</span> }
-    <span class="ruby-identifier">format</span>.<span class="ruby-identifier">patch</span> { <span class="ruby-identifier">render</span> <span class="ruby-identifier">text</span><span class="ruby-operator">:</span> <span class="ruby-ivar">@merge_request</span>.<span class="ruby-identifier">to_patch</span> }
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-update">
-            
-              <b>update</b>()
-            
-            <a href="../classes/MergeRequestsController.html#method-i-update" name="method-i-update" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-update_source')" id="l_method-i-update_source">show</a>
-                
-              </p>
-              <div id="method-i-update_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/merge_requests_controller.rb, line 57</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">update</span>
-  <span class="ruby-keyword">if</span> <span class="ruby-ivar">@merge_request</span>.<span class="ruby-identifier">update_attributes</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:merge_request</span>].<span class="ruby-identifier">merge</span>(<span class="ruby-identifier">author_id_of_changes</span><span class="ruby-operator">:</span> <span class="ruby-identifier">current_user</span>.<span class="ruby-identifier">id</span>))
-    <span class="ruby-ivar">@merge_request</span>.<span class="ruby-identifier">reload_code</span>
-    <span class="ruby-ivar">@merge_request</span>.<span class="ruby-identifier">mark_as_unchecked</span>
-    <span class="ruby-identifier">redirect_to</span> [<span class="ruby-ivar">@project</span>, <span class="ruby-ivar">@merge_request</span>], <span class="ruby-identifier">notice</span><span class="ruby-operator">:</span> <span class="ruby-string">'Merge request was successfully updated.'</span>
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-identifier">render</span> <span class="ruby-identifier">action</span><span class="ruby-operator">:</span> <span class="ruby-string">&quot;edit&quot;</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-              
-      <div class="sectiontitle">Instance Protected methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-authorize_admin_merge_request-21">
-            
-              <b>authorize_admin_merge_request!</b>()
-            
-            <a href="../classes/MergeRequestsController.html#method-i-authorize_admin_merge_request-21" name="method-i-authorize_admin_merge_request-21" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-authorize_admin_merge_request-21_source')" id="l_method-i-authorize_admin_merge_request-21_source">show</a>
-                
-              </p>
-              <div id="method-i-authorize_admin_merge_request-21_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/merge_requests_controller.rb, line 112</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">authorize_admin_merge_request!</span>
-  <span class="ruby-keyword">return</span> <span class="ruby-identifier">render_404</span> <span class="ruby-keyword">unless</span> <span class="ruby-identifier">can?</span>(<span class="ruby-identifier">current_user</span>, <span class="ruby-value">:admin_merge_request</span>, <span class="ruby-ivar">@merge_request</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-authorize_modify_merge_request-21">
-            
-              <b>authorize_modify_merge_request!</b>()
-            
-            <a href="../classes/MergeRequestsController.html#method-i-authorize_modify_merge_request-21" name="method-i-authorize_modify_merge_request-21" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-authorize_modify_merge_request-21_source')" id="l_method-i-authorize_modify_merge_request-21_source">show</a>
-                
-              </p>
-              <div id="method-i-authorize_modify_merge_request-21_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/merge_requests_controller.rb, line 108</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">authorize_modify_merge_request!</span>
-  <span class="ruby-keyword">return</span> <span class="ruby-identifier">render_404</span> <span class="ruby-keyword">unless</span> <span class="ruby-identifier">can?</span>(<span class="ruby-identifier">current_user</span>, <span class="ruby-value">:modify_merge_request</span>, <span class="ruby-ivar">@merge_request</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-define_show_vars">
-            
-              <b>define_show_vars</b>()
-            
-            <a href="../classes/MergeRequestsController.html#method-i-define_show_vars" name="method-i-define_show_vars" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-define_show_vars_source')" id="l_method-i-define_show_vars_source">show</a>
-                
-              </p>
-              <div id="method-i-define_show_vars_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/merge_requests_controller.rb, line 129</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">define_show_vars</span>
-  <span class="ruby-comment"># Build a note object for comment form</span>
-  <span class="ruby-ivar">@note</span> = <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">notes</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">noteable</span><span class="ruby-operator">:</span> <span class="ruby-ivar">@merge_request</span>)
-
-  <span class="ruby-comment"># Get commits from repository</span>
-  <span class="ruby-comment"># or from cache if already merged</span>
-  <span class="ruby-ivar">@commits</span> = <span class="ruby-ivar">@merge_request</span>.<span class="ruby-identifier">commits</span>
-  <span class="ruby-ivar">@commits</span> = <span class="ruby-constant">CommitDecorator</span>.<span class="ruby-identifier">decorate</span>(<span class="ruby-ivar">@commits</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-merge_request">
-            
-              <b>merge_request</b>()
-            
-            <a href="../classes/MergeRequestsController.html#method-i-merge_request" name="method-i-merge_request" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-merge_request_source')" id="l_method-i-merge_request_source">show</a>
-                
-              </p>
-              <div id="method-i-merge_request_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/merge_requests_controller.rb, line 104</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">merge_request</span>
-  <span class="ruby-ivar">@merge_request</span> <span class="ruby-operator">||=</span> <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">merge_requests</span>.<span class="ruby-identifier">find</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:id</span>])
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-module_enabled">
-            
-              <b>module_enabled</b>()
-            
-            <a href="../classes/MergeRequestsController.html#method-i-module_enabled" name="method-i-module_enabled" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-module_enabled_source')" id="l_method-i-module_enabled_source">show</a>
-                
-              </p>
-              <div id="method-i-module_enabled_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/merge_requests_controller.rb, line 116</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">module_enabled</span>
-  <span class="ruby-keyword">return</span> <span class="ruby-identifier">render_404</span> <span class="ruby-keyword">unless</span> <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">merge_requests_enabled</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-validates_merge_request">
-            
-              <b>validates_merge_request</b>()
-            
-            <a href="../classes/MergeRequestsController.html#method-i-validates_merge_request" name="method-i-validates_merge_request" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-validates_merge_request_source')" id="l_method-i-validates_merge_request_source">show</a>
-                
-              </p>
-              <div id="method-i-validates_merge_request_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/merge_requests_controller.rb, line 120</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">validates_merge_request</span>
-  <span class="ruby-comment"># Show git not found page if target branch doesnt exist</span>
-  <span class="ruby-keyword">return</span> <span class="ruby-identifier">git_not_found!</span> <span class="ruby-keyword">unless</span> <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">repo</span>.<span class="ruby-identifier">heads</span>.<span class="ruby-identifier">map</span>(&amp;<span class="ruby-value">:name</span>).<span class="ruby-identifier">include?</span>(<span class="ruby-ivar">@merge_request</span>.<span class="ruby-identifier">target_branch</span>)
-
-  <span class="ruby-comment"># Show git not found page if source branch doesnt exist</span>
-  <span class="ruby-comment"># and there is no saved commits between source &amp; target branch</span>
-  <span class="ruby-keyword">return</span> <span class="ruby-identifier">git_not_found!</span> <span class="ruby-keyword">if</span> <span class="ruby-operator">!</span><span class="ruby-ivar">@project</span>.<span class="ruby-identifier">repo</span>.<span class="ruby-identifier">heads</span>.<span class="ruby-identifier">map</span>(&amp;<span class="ruby-value">:name</span>).<span class="ruby-identifier">include?</span>(<span class="ruby-ivar">@merge_request</span>.<span class="ruby-identifier">source_branch</span>) <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-ivar">@merge_request</span>.<span class="ruby-identifier">commits</span>.<span class="ruby-identifier">blank?</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/MergeRequestsHelper.html b/doc/code/classes/MergeRequestsHelper.html
deleted file mode 100644
index 33725cf7ac800debaacd89dd89a15abfd14bfc9d..0000000000000000000000000000000000000000
--- a/doc/code/classes/MergeRequestsHelper.html
+++ /dev/null
@@ -1,229 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>MergeRequestsHelper</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Module</span> 
-            MergeRequestsHelper 
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/helpers/merge_requests_helper_rb.html">app/helpers/merge_requests_helper.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>C</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-ci_build_details_path">ci_build_details_path</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>M</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-mr_css_classes">mr_css_classes</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>N</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-new_mr_path_from_push_event">new_mr_path_from_push_event</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-ci_build_details_path">
-            
-              <b>ci_build_details_path</b>(merge_request)
-            
-            <a href="../classes/MergeRequestsHelper.html#method-i-ci_build_details_path" name="method-i-ci_build_details_path" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-ci_build_details_path_source')" id="l_method-i-ci_build_details_path_source">show</a>
-                
-              </p>
-              <div id="method-i-ci_build_details_path_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/helpers/merge_requests_helper.rb, line 20</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">ci_build_details_path</span> <span class="ruby-identifier">merge_request</span>
-  <span class="ruby-identifier">merge_request</span>.<span class="ruby-identifier">project</span>.<span class="ruby-identifier">gitlab_ci_service</span>.<span class="ruby-identifier">build_page</span>(<span class="ruby-identifier">merge_request</span>.<span class="ruby-identifier">last_commit</span>.<span class="ruby-identifier">sha</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-mr_css_classes">
-            
-              <b>mr_css_classes</b>(mr)
-            
-            <a href="../classes/MergeRequestsHelper.html#method-i-mr_css_classes" name="method-i-mr_css_classes" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-mr_css_classes_source')" id="l_method-i-mr_css_classes_source">show</a>
-                
-              </p>
-              <div id="method-i-mr_css_classes_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/helpers/merge_requests_helper.rb, line 13</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">mr_css_classes</span> <span class="ruby-identifier">mr</span>
-  <span class="ruby-identifier">classes</span> = <span class="ruby-string">&quot;merge_request&quot;</span>
-  <span class="ruby-identifier">classes</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-string">&quot; closed&quot;</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">mr</span>.<span class="ruby-identifier">closed</span>
-  <span class="ruby-identifier">classes</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-string">&quot; merged&quot;</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">mr</span>.<span class="ruby-identifier">merged?</span>
-  <span class="ruby-identifier">classes</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-new_mr_path_from_push_event">
-            
-              <b>new_mr_path_from_push_event</b>(event)
-            
-            <a href="../classes/MergeRequestsHelper.html#method-i-new_mr_path_from_push_event" name="method-i-new_mr_path_from_push_event" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-new_mr_path_from_push_event_source')" id="l_method-i-new_mr_path_from_push_event_source">show</a>
-                
-              </p>
-              <div id="method-i-new_mr_path_from_push_event_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/helpers/merge_requests_helper.rb, line 2</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">new_mr_path_from_push_event</span>(<span class="ruby-identifier">event</span>)
-  <span class="ruby-identifier">new_project_merge_request_path</span>(
-    <span class="ruby-identifier">event</span>.<span class="ruby-identifier">project</span>,
-    <span class="ruby-identifier">merge_request</span><span class="ruby-operator">:</span> {
-      <span class="ruby-identifier">source_branch</span><span class="ruby-operator">:</span> <span class="ruby-identifier">event</span>.<span class="ruby-identifier">branch_name</span>,
-      <span class="ruby-identifier">target_branch</span><span class="ruby-operator">:</span> <span class="ruby-identifier">event</span>.<span class="ruby-identifier">project</span>.<span class="ruby-identifier">root_ref</span>,
-      <span class="ruby-identifier">title</span><span class="ruby-operator">:</span> <span class="ruby-identifier">event</span>.<span class="ruby-identifier">branch_name</span>.<span class="ruby-identifier">titleize</span>
-    }
-  )
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/MergeRequestsLoadContext.html b/doc/code/classes/MergeRequestsLoadContext.html
deleted file mode 100644
index 5e2501c70b5c9ff9bd58c17187e8b0aee4e4466f..0000000000000000000000000000000000000000
--- a/doc/code/classes/MergeRequestsLoadContext.html
+++ /dev/null
@@ -1,162 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>MergeRequestsLoadContext</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            MergeRequestsLoadContext 
-            
-                <span class="parent">&lt; 
-                    
-                    <a href="BaseContext.html">BaseContext</a>
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/contexts/merge_requests_load_context_rb.html">app/contexts/merge_requests_load_context.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<p>Build collection of Merge Requests based on filtering passed via params for
-@project</p>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>E</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-execute">execute</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-execute">
-            
-              <b>execute</b>()
-            
-            <a href="../classes/MergeRequestsLoadContext.html#method-i-execute" name="method-i-execute" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-execute_source')" id="l_method-i-execute_source">show</a>
-                
-              </p>
-              <div id="method-i-execute_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/contexts/merge_requests_load_context.rb, line 4</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">execute</span>
-  <span class="ruby-identifier">type</span> = <span class="ruby-identifier">params</span>[<span class="ruby-value">:f</span>]
-
-  <span class="ruby-identifier">merge_requests</span> = <span class="ruby-identifier">project</span>.<span class="ruby-identifier">merge_requests</span>
-
-  <span class="ruby-identifier">merge_requests</span> = <span class="ruby-keyword">case</span> <span class="ruby-identifier">type</span>
-                   <span class="ruby-keyword">when</span> <span class="ruby-string">'all'</span> <span class="ruby-keyword">then</span> <span class="ruby-identifier">merge_requests</span>
-                   <span class="ruby-keyword">when</span> <span class="ruby-string">'closed'</span> <span class="ruby-keyword">then</span> <span class="ruby-identifier">merge_requests</span>.<span class="ruby-identifier">closed</span>
-                   <span class="ruby-keyword">when</span> <span class="ruby-string">'assigned-to-me'</span> <span class="ruby-keyword">then</span> <span class="ruby-identifier">merge_requests</span>.<span class="ruby-identifier">opened</span>.<span class="ruby-identifier">assigned</span>(<span class="ruby-identifier">current_user</span>)
-                   <span class="ruby-keyword">else</span> <span class="ruby-identifier">merge_requests</span>.<span class="ruby-identifier">opened</span>
-                   <span class="ruby-keyword">end</span>
-
-  <span class="ruby-identifier">merge_requests</span> = <span class="ruby-identifier">merge_requests</span>.<span class="ruby-identifier">page</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:page</span>]).<span class="ruby-identifier">per</span>(<span class="ruby-number">20</span>)
-  <span class="ruby-identifier">merge_requests</span> = <span class="ruby-identifier">merge_requests</span>.<span class="ruby-identifier">includes</span>(<span class="ruby-value">:author</span>, <span class="ruby-value">:project</span>).<span class="ruby-identifier">order</span>(<span class="ruby-string">&quot;closed, created_at desc&quot;</span>)
-
-  <span class="ruby-comment"># Filter by specific assignee_id (or lack thereof)?</span>
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">params</span>[<span class="ruby-value">:assignee_id</span>].<span class="ruby-identifier">present?</span>
-    <span class="ruby-identifier">merge_requests</span> = <span class="ruby-identifier">merge_requests</span>.<span class="ruby-identifier">where</span>(<span class="ruby-identifier">assignee_id</span><span class="ruby-operator">:</span> (<span class="ruby-identifier">params</span>[<span class="ruby-value">:assignee_id</span>] <span class="ruby-operator">==</span> <span class="ruby-string">'0'</span> <span class="ruby-operator">?</span> <span class="ruby-keyword">nil</span> <span class="ruby-operator">:</span> <span class="ruby-identifier">params</span>[<span class="ruby-value">:assignee_id</span>]))
-  <span class="ruby-keyword">end</span>
-
-  <span class="ruby-comment"># Filter by specific milestone_id (or lack thereof)?</span>
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">params</span>[<span class="ruby-value">:milestone_id</span>].<span class="ruby-identifier">present?</span>
-    <span class="ruby-identifier">merge_requests</span> = <span class="ruby-identifier">merge_requests</span>.<span class="ruby-identifier">where</span>(<span class="ruby-identifier">milestone_id</span><span class="ruby-operator">:</span> (<span class="ruby-identifier">params</span>[<span class="ruby-value">:milestone_id</span>] <span class="ruby-operator">==</span> <span class="ruby-string">'0'</span> <span class="ruby-operator">?</span> <span class="ruby-keyword">nil</span> <span class="ruby-operator">:</span> <span class="ruby-identifier">params</span>[<span class="ruby-value">:milestone_id</span>]))
-  <span class="ruby-keyword">end</span>
-
-  <span class="ruby-identifier">merge_requests</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Milestone.html b/doc/code/classes/Milestone.html
deleted file mode 100644
index 5f275210da11cbe3f3b4b11a785af199a528a91e..0000000000000000000000000000000000000000
--- a/doc/code/classes/Milestone.html
+++ /dev/null
@@ -1,616 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Milestone</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Milestone 
-            
-                <span class="parent">&lt; 
-                    
-                    ActiveRecord::Base
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/models/milestone_rb.html">app/models/milestone.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<h2 id="label-Schema+Information">Schema Information</h2>
-
-<p>Table name: milestones</p>
-
-<pre>id          :integer          not null, primary key
-title       :string(255)      not null
-project_id  :integer          not null
-description :text
-due_date    :date
-closed      :boolean          default(FALSE), not null
-created_at  :datetime         not null
-updated_at  :datetime         not null</pre>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>A</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-author_id">author_id</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>C</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-can_be_closed-3F">can_be_closed?</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-closed_items_count">closed_items_count</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>E</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-expired-3F">expired?</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-expires_at">expires_at</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>I</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-is_empty-3F">is_empty?</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>O</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-open-3F">open?</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-open_items_count">open_items_count</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>P</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-participants">participants</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-percent_complete">percent_complete</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>T</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-total_items_count">total_items_count</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-      <!-- Section attributes -->
-      <div class="sectiontitle">Attributes</div>
-      <table border='0' cellpadding='5'>
-        
-          <tr valign='top'>
-            <td class='attr-rw'>
-              [RW]
-            </td>
-            <td class='attr-name'>author_id_of_changes</td>
-            <td class='attr-desc'></td>
-          </tr>
-        
-      </table>
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-author_id">
-            
-              <b>author_id</b>()
-            
-            <a href="../classes/Milestone.html#method-i-author_id" name="method-i-author_id" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-author_id_source')" id="l_method-i-author_id_source">show</a>
-                
-              </p>
-              <div id="method-i-author_id_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/milestone.rb, line 82</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">author_id</span>
-  <span class="ruby-identifier">author_id_of_changes</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-can_be_closed-3F">
-            
-              <b>can_be_closed?</b>()
-            
-            <a href="../classes/Milestone.html#method-i-can_be_closed-3F" name="method-i-can_be_closed-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-can_be_closed-3F_source')" id="l_method-i-can_be_closed-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-can_be_closed-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/milestone.rb, line 70</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">can_be_closed?</span>
-  <span class="ruby-identifier">open?</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">issues</span>.<span class="ruby-identifier">opened</span>.<span class="ruby-identifier">count</span>.<span class="ruby-identifier">zero?</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-closed_items_count">
-            
-              <b>closed_items_count</b>()
-            
-            <a href="../classes/Milestone.html#method-i-closed_items_count" name="method-i-closed_items_count" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-closed_items_count_source')" id="l_method-i-closed_items_count_source">show</a>
-                
-              </p>
-              <div id="method-i-closed_items_count_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/milestone.rb, line 46</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">closed_items_count</span>
-  <span class="ruby-keyword">self</span>.<span class="ruby-identifier">issues</span>.<span class="ruby-identifier">closed</span>.<span class="ruby-identifier">count</span> <span class="ruby-operator">+</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">merge_requests</span>.<span class="ruby-identifier">closed</span>.<span class="ruby-identifier">count</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-expired-3F">
-            
-              <b>expired?</b>()
-            
-            <a href="../classes/Milestone.html#method-i-expired-3F" name="method-i-expired-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-expired-3F_source')" id="l_method-i-expired-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-expired-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/milestone.rb, line 30</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">expired?</span>
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">due_date</span>
-    <span class="ruby-identifier">due_date</span>.<span class="ruby-identifier">past?</span>
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-keyword">false</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-expires_at">
-            
-              <b>expires_at</b>()
-            
-            <a href="../classes/Milestone.html#method-i-expires_at" name="method-i-expires_at" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-expires_at_source')" id="l_method-i-expires_at_source">show</a>
-                
-              </p>
-              <div id="method-i-expires_at_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/milestone.rb, line 60</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">expires_at</span>
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">due_date</span>
-    <span class="ruby-keyword">if</span> <span class="ruby-identifier">due_date</span>.<span class="ruby-identifier">past?</span>
-      <span class="ruby-node">&quot;expired at #{due_date.stamp(&quot;Aug 21, 2011&quot;)}&quot;</span>
-    <span class="ruby-keyword">else</span>
-      <span class="ruby-node">&quot;expires at #{due_date.stamp(&quot;Aug 21, 2011&quot;)}&quot;</span>  
-    <span class="ruby-keyword">end</span>
-  <span class="ruby-keyword">end</span>  
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-is_empty-3F">
-            
-              <b>is_empty?</b>()
-            
-            <a href="../classes/Milestone.html#method-i-is_empty-3F" name="method-i-is_empty-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-is_empty-3F_source')" id="l_method-i-is_empty-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-is_empty-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/milestone.rb, line 74</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">is_empty?</span>
-  <span class="ruby-identifier">total_items_count</span>.<span class="ruby-identifier">zero?</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-open-3F">
-            
-              <b>open?</b>()
-            
-            <a href="../classes/Milestone.html#method-i-open-3F" name="method-i-open-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-open-3F_source')" id="l_method-i-open-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-open-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/milestone.rb, line 78</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">open?</span>
-  <span class="ruby-operator">!</span><span class="ruby-identifier">closed</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-open_items_count">
-            
-              <b>open_items_count</b>()
-            
-            <a href="../classes/Milestone.html#method-i-open_items_count" name="method-i-open_items_count" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-open_items_count_source')" id="l_method-i-open_items_count_source">show</a>
-                
-              </p>
-              <div id="method-i-open_items_count_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/milestone.rb, line 42</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">open_items_count</span>
-  <span class="ruby-keyword">self</span>.<span class="ruby-identifier">issues</span>.<span class="ruby-identifier">opened</span>.<span class="ruby-identifier">count</span> <span class="ruby-operator">+</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">merge_requests</span>.<span class="ruby-identifier">opened</span>.<span class="ruby-identifier">count</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-participants">
-            
-              <b>participants</b>()
-            
-            <a href="../classes/Milestone.html#method-i-participants" name="method-i-participants" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-participants_source')" id="l_method-i-participants_source">show</a>
-                
-              </p>
-              <div id="method-i-participants_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/milestone.rb, line 38</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">participants</span>
-  <span class="ruby-constant">User</span>.<span class="ruby-identifier">where</span>(<span class="ruby-identifier">id</span><span class="ruby-operator">:</span> <span class="ruby-identifier">issues</span>.<span class="ruby-identifier">pluck</span>(<span class="ruby-value">:assignee_id</span>))
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-percent_complete">
-            
-              <b>percent_complete</b>()
-            
-            <a href="../classes/Milestone.html#method-i-percent_complete" name="method-i-percent_complete" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-percent_complete_source')" id="l_method-i-percent_complete_source">show</a>
-                
-              </p>
-              <div id="method-i-percent_complete_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/milestone.rb, line 54</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">percent_complete</span>
-  ((<span class="ruby-identifier">closed_items_count</span> * <span class="ruby-number">100</span>) <span class="ruby-operator">/</span> <span class="ruby-identifier">total_items_count</span>).<span class="ruby-identifier">abs</span>
-<span class="ruby-keyword">rescue</span> <span class="ruby-constant">ZeroDivisionError</span>
-  <span class="ruby-number">100</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-total_items_count">
-            
-              <b>total_items_count</b>()
-            
-            <a href="../classes/Milestone.html#method-i-total_items_count" name="method-i-total_items_count" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-total_items_count_source')" id="l_method-i-total_items_count_source">show</a>
-                
-              </p>
-              <div id="method-i-total_items_count_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/milestone.rb, line 50</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">total_items_count</span>
-  <span class="ruby-keyword">self</span>.<span class="ruby-identifier">issues</span>.<span class="ruby-identifier">count</span> <span class="ruby-operator">+</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">merge_requests</span>.<span class="ruby-identifier">count</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/MilestonesController.html b/doc/code/classes/MilestonesController.html
deleted file mode 100644
index 48a3beb66a1e9cea6dcc873f3d62de85c084e93c..0000000000000000000000000000000000000000
--- a/doc/code/classes/MilestonesController.html
+++ /dev/null
@@ -1,589 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>MilestonesController</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            MilestonesController 
-            
-                <span class="parent">&lt; 
-                    
-                    <a href="ProjectResourceController.html">ProjectResourceController</a>
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/controllers/milestones_controller_rb.html">app/controllers/milestones_controller.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>A</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-authorize_admin_milestone-21">authorize_admin_milestone!</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>C</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-create">create</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>D</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-destroy">destroy</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>E</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-edit">edit</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>I</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-index">index</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>M</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-milestone">milestone</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-module_enabled">module_enabled</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>N</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-new">new</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>S</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-show">show</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>U</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-update">update</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-create">
-            
-              <b>create</b>()
-            
-            <a href="../classes/MilestonesController.html#method-i-create" name="method-i-create" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-create_source')" id="l_method-i-create_source">show</a>
-                
-              </p>
-              <div id="method-i-create_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/milestones_controller.rb, line 44</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">create</span>
-  <span class="ruby-ivar">@milestone</span> = <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">milestones</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:milestone</span>])
-  <span class="ruby-ivar">@milestone</span>.<span class="ruby-identifier">author_id_of_changes</span> = <span class="ruby-identifier">current_user</span>.<span class="ruby-identifier">id</span>
-
-  <span class="ruby-keyword">if</span> <span class="ruby-ivar">@milestone</span>.<span class="ruby-identifier">save</span>
-    <span class="ruby-identifier">redirect_to</span> <span class="ruby-identifier">project_milestone_path</span>(<span class="ruby-ivar">@project</span>, <span class="ruby-ivar">@milestone</span>)
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-identifier">render</span> <span class="ruby-string">&quot;new&quot;</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-destroy">
-            
-              <b>destroy</b>()
-            
-            <a href="../classes/MilestonesController.html#method-i-destroy" name="method-i-destroy" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-destroy_source')" id="l_method-i-destroy_source">show</a>
-                
-              </p>
-              <div id="method-i-destroy_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/milestones_controller.rb, line 70</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">destroy</span>
-  <span class="ruby-keyword">return</span> <span class="ruby-identifier">access_denied!</span> <span class="ruby-keyword">unless</span> <span class="ruby-identifier">can?</span>(<span class="ruby-identifier">current_user</span>, <span class="ruby-value">:admin_milestone</span>, <span class="ruby-ivar">@milestone</span>)
-
-  <span class="ruby-ivar">@milestone</span>.<span class="ruby-identifier">destroy</span>
-
-  <span class="ruby-identifier">respond_to</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">format</span><span class="ruby-operator">|</span>
-    <span class="ruby-identifier">format</span>.<span class="ruby-identifier">html</span> { <span class="ruby-identifier">redirect_to</span> <span class="ruby-identifier">project_milestones_path</span> }
-    <span class="ruby-identifier">format</span>.<span class="ruby-identifier">js</span> { <span class="ruby-identifier">render</span> <span class="ruby-identifier">nothing</span><span class="ruby-operator">:</span> <span class="ruby-keyword">true</span> }
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-edit">
-            
-              <b>edit</b>()
-            
-            <a href="../classes/MilestonesController.html#method-i-edit" name="method-i-edit" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-edit_source')" id="l_method-i-edit_source">show</a>
-                
-              </p>
-              <div id="method-i-edit_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/milestones_controller.rb, line 29</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">edit</span>
-  <span class="ruby-identifier">respond_with</span>(<span class="ruby-ivar">@milestone</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-index">
-            
-              <b>index</b>()
-            
-            <a href="../classes/MilestonesController.html#method-i-index" name="method-i-index" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-index_source')" id="l_method-i-index_source">show</a>
-                
-              </p>
-              <div id="method-i-index_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/milestones_controller.rb, line 13</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">index</span>
-  <span class="ruby-ivar">@milestones</span> = <span class="ruby-keyword">case</span> <span class="ruby-identifier">params</span>[<span class="ruby-value">:f</span>]
-                <span class="ruby-keyword">when</span> <span class="ruby-string">'all'</span>; <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">milestones</span>.<span class="ruby-identifier">order</span>(<span class="ruby-string">&quot;closed, due_date DESC&quot;</span>)
-                <span class="ruby-keyword">when</span> <span class="ruby-string">'closed'</span>; <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">milestones</span>.<span class="ruby-identifier">closed</span>.<span class="ruby-identifier">order</span>(<span class="ruby-string">&quot;due_date DESC&quot;</span>)
-                <span class="ruby-keyword">else</span> <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">milestones</span>.<span class="ruby-identifier">active</span>.<span class="ruby-identifier">order</span>(<span class="ruby-string">&quot;due_date ASC&quot;</span>)
-                <span class="ruby-keyword">end</span>
-
-  <span class="ruby-ivar">@milestones</span> = <span class="ruby-ivar">@milestones</span>.<span class="ruby-identifier">includes</span>(<span class="ruby-value">:project</span>)
-  <span class="ruby-ivar">@milestones</span> = <span class="ruby-ivar">@milestones</span>.<span class="ruby-identifier">page</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:page</span>]).<span class="ruby-identifier">per</span>(<span class="ruby-number">20</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-new">
-            
-              <b>new</b>()
-            
-            <a href="../classes/MilestonesController.html#method-i-new" name="method-i-new" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-new_source')" id="l_method-i-new_source">show</a>
-                
-              </p>
-              <div id="method-i-new_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/milestones_controller.rb, line 24</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">new</span>
-  <span class="ruby-ivar">@milestone</span> = <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">milestones</span>.<span class="ruby-identifier">new</span>
-  <span class="ruby-identifier">respond_with</span>(<span class="ruby-ivar">@milestone</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-show">
-            
-              <b>show</b>()
-            
-            <a href="../classes/MilestonesController.html#method-i-show" name="method-i-show" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-show_source')" id="l_method-i-show_source">show</a>
-                
-              </p>
-              <div id="method-i-show_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/milestones_controller.rb, line 33</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">show</span>
-  <span class="ruby-ivar">@issues</span> = <span class="ruby-ivar">@milestone</span>.<span class="ruby-identifier">issues</span>
-  <span class="ruby-ivar">@users</span> = <span class="ruby-constant">UserDecorator</span>.<span class="ruby-identifier">decorate</span>(<span class="ruby-ivar">@milestone</span>.<span class="ruby-identifier">participants</span>)
-  <span class="ruby-ivar">@merge_requests</span> = <span class="ruby-ivar">@milestone</span>.<span class="ruby-identifier">merge_requests</span>
-
-  <span class="ruby-identifier">respond_to</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">format</span><span class="ruby-operator">|</span>
-    <span class="ruby-identifier">format</span>.<span class="ruby-identifier">html</span>
-    <span class="ruby-identifier">format</span>.<span class="ruby-identifier">js</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-update">
-            
-              <b>update</b>()
-            
-            <a href="../classes/MilestonesController.html#method-i-update" name="method-i-update" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-update_source')" id="l_method-i-update_source">show</a>
-                
-              </p>
-              <div id="method-i-update_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/milestones_controller.rb, line 55</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">update</span>
-  <span class="ruby-ivar">@milestone</span>.<span class="ruby-identifier">update_attributes</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:milestone</span>].<span class="ruby-identifier">merge</span>(<span class="ruby-identifier">author_id_of_changes</span><span class="ruby-operator">:</span> <span class="ruby-identifier">current_user</span>.<span class="ruby-identifier">id</span>))
-
-  <span class="ruby-identifier">respond_to</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">format</span><span class="ruby-operator">|</span>
-    <span class="ruby-identifier">format</span>.<span class="ruby-identifier">js</span>
-    <span class="ruby-identifier">format</span>.<span class="ruby-identifier">html</span> <span class="ruby-keyword">do</span>
-      <span class="ruby-keyword">if</span> <span class="ruby-ivar">@milestone</span>.<span class="ruby-identifier">valid?</span>
-        <span class="ruby-identifier">redirect_to</span> [<span class="ruby-ivar">@project</span>, <span class="ruby-ivar">@milestone</span>]
-      <span class="ruby-keyword">else</span>
-        <span class="ruby-identifier">render</span> <span class="ruby-value">:edit</span>
-      <span class="ruby-keyword">end</span>
-    <span class="ruby-keyword">end</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-              
-      <div class="sectiontitle">Instance Protected methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-authorize_admin_milestone-21">
-            
-              <b>authorize_admin_milestone!</b>()
-            
-            <a href="../classes/MilestonesController.html#method-i-authorize_admin_milestone-21" name="method-i-authorize_admin_milestone-21" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-authorize_admin_milestone-21_source')" id="l_method-i-authorize_admin_milestone-21_source">show</a>
-                
-              </p>
-              <div id="method-i-authorize_admin_milestone-21_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/milestones_controller.rb, line 87</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">authorize_admin_milestone!</span>
-  <span class="ruby-keyword">return</span> <span class="ruby-identifier">render_404</span> <span class="ruby-keyword">unless</span> <span class="ruby-identifier">can?</span>(<span class="ruby-identifier">current_user</span>, <span class="ruby-value">:admin_milestone</span>, <span class="ruby-ivar">@project</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-milestone">
-            
-              <b>milestone</b>()
-            
-            <a href="../classes/MilestonesController.html#method-i-milestone" name="method-i-milestone" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-milestone_source')" id="l_method-i-milestone_source">show</a>
-                
-              </p>
-              <div id="method-i-milestone_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/milestones_controller.rb, line 83</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">milestone</span>
-  <span class="ruby-ivar">@milestone</span> <span class="ruby-operator">||=</span> <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">milestones</span>.<span class="ruby-identifier">find</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:id</span>])
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-module_enabled">
-            
-              <b>module_enabled</b>()
-            
-            <a href="../classes/MilestonesController.html#method-i-module_enabled" name="method-i-module_enabled" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-module_enabled_source')" id="l_method-i-module_enabled_source">show</a>
-                
-              </p>
-              <div id="method-i-module_enabled_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/milestones_controller.rb, line 91</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">module_enabled</span>
-  <span class="ruby-keyword">return</span> <span class="ruby-identifier">render_404</span> <span class="ruby-keyword">unless</span> <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">issues_enabled</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Namespace.html b/doc/code/classes/Namespace.html
deleted file mode 100644
index 02c9b7e44ed0d17d203b47aca9a77ca6f93f0374..0000000000000000000000000000000000000000
--- a/doc/code/classes/Namespace.html
+++ /dev/null
@@ -1,629 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Namespace</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Namespace 
-            
-                <span class="parent">&lt; 
-                    
-                    ActiveRecord::Base
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/models/namespace_rb.html">app/models/namespace.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<h2 id="label-Schema+Information">Schema Information</h2>
-
-<p>Table name: namespaces</p>
-
-<pre>id         :integer          not null, primary key
-name       :string(255)      not null
-path       :string(255)      not null
-owner_id   :integer          not null
-created_at :datetime         not null
-updated_at :datetime         not null
-type       :string(255)</pre>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>D</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-dir_exists-3F">dir_exists?</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>E</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-ensure_dir_exist">ensure_dir_exist</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>G</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-c-global_id">global_id</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>H</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-human_name">human_name</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>M</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-move_dir">move_dir</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>N</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-namespace_full_path">namespace_full_path</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>R</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-rm_dir">rm_dir</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>S</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-c-search">search</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-send_update_instructions">send_update_instructions</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>T</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-to_param">to_param</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>U</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-update_gitolite">update_gitolite</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-    
-      <div class="sectiontitle">Class Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-c-global_id">
-            
-              <b>global_id</b>()
-            
-            <a href="../classes/Namespace.html#method-c-global_id" name="method-c-global_id" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-global_id_source')" id="l_method-c-global_id_source">show</a>
-                
-              </p>
-              <div id="method-c-global_id_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/namespace.rb, line 41</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">self</span>.<span class="ruby-identifier">global_id</span>
-  <span class="ruby-string">'GLN'</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-c-search">
-            
-              <b>search</b>(query)
-            
-            <a href="../classes/Namespace.html#method-c-search" name="method-c-search" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-search_source')" id="l_method-c-search_source">show</a>
-                
-              </p>
-              <div id="method-c-search_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/namespace.rb, line 37</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">self</span>.<span class="ruby-identifier">search</span> <span class="ruby-identifier">query</span>
-  <span class="ruby-identifier">where</span>(<span class="ruby-string">&quot;name LIKE :query OR path LIKE :query&quot;</span>, <span class="ruby-identifier">query</span><span class="ruby-operator">:</span> <span class="ruby-node">&quot;%#{query}%&quot;</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                  
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-dir_exists-3F">
-            
-              <b>dir_exists?</b>()
-            
-            <a href="../classes/Namespace.html#method-i-dir_exists-3F" name="method-i-dir_exists-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-dir_exists-3F_source')" id="l_method-i-dir_exists-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-dir_exists-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/namespace.rb, line 59</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">dir_exists?</span>
-  <span class="ruby-constant">File</span>.<span class="ruby-identifier">exists?</span>(<span class="ruby-identifier">namespace_full_path</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-ensure_dir_exist">
-            
-              <b>ensure_dir_exist</b>()
-            
-            <a href="../classes/Namespace.html#method-i-ensure_dir_exist" name="method-i-ensure_dir_exist" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-ensure_dir_exist_source')" id="l_method-i-ensure_dir_exist_source">show</a>
-                
-              </p>
-              <div id="method-i-ensure_dir_exist_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/namespace.rb, line 53</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">ensure_dir_exist</span>
-  <span class="ruby-keyword">unless</span> <span class="ruby-identifier">dir_exists?</span>
-    <span class="ruby-identifier">system</span>(<span class="ruby-node">&quot;mkdir -m 770 #{namespace_full_path}&quot;</span>)
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-human_name">
-            
-              <b>human_name</b>()
-            
-            <a href="../classes/Namespace.html#method-i-human_name" name="method-i-human_name" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-human_name_source')" id="l_method-i-human_name_source">show</a>
-                
-              </p>
-              <div id="method-i-human_name_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/namespace.rb, line 49</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">human_name</span>
-  <span class="ruby-identifier">owner_name</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-move_dir">
-            
-              <b>move_dir</b>()
-            
-            <a href="../classes/Namespace.html#method-i-move_dir" name="method-i-move_dir" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-move_dir_source')" id="l_method-i-move_dir_source">show</a>
-                
-              </p>
-              <div id="method-i-move_dir_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/namespace.rb, line 67</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">move_dir</span>
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">path_changed?</span>
-    <span class="ruby-identifier">old_path</span> = <span class="ruby-constant">File</span>.<span class="ruby-identifier">join</span>(<span class="ruby-constant">Gitlab</span>.<span class="ruby-identifier">config</span>.<span class="ruby-identifier">gitolite</span>.<span class="ruby-identifier">repos_path</span>, <span class="ruby-identifier">path_was</span>)
-    <span class="ruby-identifier">new_path</span> = <span class="ruby-constant">File</span>.<span class="ruby-identifier">join</span>(<span class="ruby-constant">Gitlab</span>.<span class="ruby-identifier">config</span>.<span class="ruby-identifier">gitolite</span>.<span class="ruby-identifier">repos_path</span>, <span class="ruby-identifier">path</span>)
-    <span class="ruby-keyword">if</span> <span class="ruby-constant">File</span>.<span class="ruby-identifier">exists?</span>(<span class="ruby-identifier">new_path</span>)
-      <span class="ruby-identifier">raise</span> <span class="ruby-string">&quot;Already exists&quot;</span>
-    <span class="ruby-keyword">end</span>
-
-    <span class="ruby-keyword">if</span> <span class="ruby-identifier">system</span>(<span class="ruby-node">&quot;mv #{old_path} #{new_path}&quot;</span>)
-      <span class="ruby-identifier">send_update_instructions</span>
-      <span class="ruby-ivar">@require_update_gitolite</span> = <span class="ruby-keyword">true</span>
-    <span class="ruby-keyword">else</span>
-      <span class="ruby-identifier">raise</span> <span class="ruby-node">&quot;Namespace move error #{old_path} #{new_path}&quot;</span>
-    <span class="ruby-keyword">end</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-namespace_full_path">
-            
-              <b>namespace_full_path</b>()
-            
-            <a href="../classes/Namespace.html#method-i-namespace_full_path" name="method-i-namespace_full_path" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-namespace_full_path_source')" id="l_method-i-namespace_full_path_source">show</a>
-                
-              </p>
-              <div id="method-i-namespace_full_path_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/namespace.rb, line 63</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">namespace_full_path</span>
-  <span class="ruby-ivar">@namespace_full_path</span> <span class="ruby-operator">||=</span> <span class="ruby-constant">File</span>.<span class="ruby-identifier">join</span>(<span class="ruby-constant">Gitlab</span>.<span class="ruby-identifier">config</span>.<span class="ruby-identifier">gitolite</span>.<span class="ruby-identifier">repos_path</span>, <span class="ruby-identifier">path</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-rm_dir">
-            
-              <b>rm_dir</b>()
-            
-            <a href="../classes/Namespace.html#method-i-rm_dir" name="method-i-rm_dir" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-rm_dir_source')" id="l_method-i-rm_dir_source">show</a>
-                
-              </p>
-              <div id="method-i-rm_dir_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/namespace.rb, line 89</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">rm_dir</span>
-  <span class="ruby-identifier">dir_path</span> = <span class="ruby-constant">File</span>.<span class="ruby-identifier">join</span>(<span class="ruby-constant">Gitlab</span>.<span class="ruby-identifier">config</span>.<span class="ruby-identifier">gitolite</span>.<span class="ruby-identifier">repos_path</span>, <span class="ruby-identifier">path</span>)
-  <span class="ruby-identifier">system</span>(<span class="ruby-node">&quot;rm -rf #{dir_path}&quot;</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-send_update_instructions">
-            
-              <b>send_update_instructions</b>()
-            
-            <a href="../classes/Namespace.html#method-i-send_update_instructions" name="method-i-send_update_instructions" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-send_update_instructions_source')" id="l_method-i-send_update_instructions_source">show</a>
-                
-              </p>
-              <div id="method-i-send_update_instructions_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/namespace.rb, line 94</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">send_update_instructions</span>
-  <span class="ruby-identifier">projects</span>.<span class="ruby-identifier">each</span>(&amp;<span class="ruby-value">:send_move_instructions</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-to_param">
-            
-              <b>to_param</b>()
-            
-            <a href="../classes/Namespace.html#method-i-to_param" name="method-i-to_param" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-to_param_source')" id="l_method-i-to_param_source">show</a>
-                
-              </p>
-              <div id="method-i-to_param_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/namespace.rb, line 45</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">to_param</span>
-  <span class="ruby-identifier">path</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-update_gitolite">
-            
-              <b>update_gitolite</b>()
-            
-            <a href="../classes/Namespace.html#method-i-update_gitolite" name="method-i-update_gitolite" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-update_gitolite_source')" id="l_method-i-update_gitolite_source">show</a>
-                
-              </p>
-              <div id="method-i-update_gitolite_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/namespace.rb, line 84</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">update_gitolite</span>
-  <span class="ruby-ivar">@require_update_gitolite</span> = <span class="ruby-keyword">false</span>
-  <span class="ruby-identifier">projects</span>.<span class="ruby-identifier">each</span>(&amp;<span class="ruby-value">:update_repository</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/NamespacedProject.html b/doc/code/classes/NamespacedProject.html
deleted file mode 100644
index 976338e88108a1afa5e12ccc23d8282814493695..0000000000000000000000000000000000000000
--- a/doc/code/classes/NamespacedProject.html
+++ /dev/null
@@ -1,344 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>NamespacedProject</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Module</span> 
-            NamespacedProject 
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/roles/namespaced_project_rb.html">app/roles/namespaced_project.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>C</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-chief">chief</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>N</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-name_with_namespace">name_with_namespace</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-namespace_owner">namespace_owner</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>P</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-path_with_namespace">path_with_namespace</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>T</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-transfer">transfer</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-chief">
-            
-              <b>chief</b>()
-            
-            <a href="../classes/NamespacedProject.html#method-i-chief" name="method-i-chief" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-chief_source')" id="l_method-i-chief_source">show</a>
-                
-              </p>
-              <div id="method-i-chief_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/namespaced_project.rb, line 44</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">chief</span>
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">namespace</span>
-    <span class="ruby-identifier">namespace_owner</span>
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-identifier">owner</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-name_with_namespace">
-            
-              <b>name_with_namespace</b>()
-            
-            <a href="../classes/NamespacedProject.html#method-i-name_with_namespace" name="method-i-name_with_namespace" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-name_with_namespace_source')" id="l_method-i-name_with_namespace_source">show</a>
-                
-              </p>
-              <div id="method-i-name_with_namespace_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/namespaced_project.rb, line 30</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">name_with_namespace</span>
-  <span class="ruby-ivar">@name_with_namespace</span> <span class="ruby-operator">||=</span> <span class="ruby-keyword">begin</span>
-                             <span class="ruby-keyword">if</span> <span class="ruby-identifier">namespace</span>
-                               <span class="ruby-identifier">namespace</span>.<span class="ruby-identifier">human_name</span> <span class="ruby-operator">+</span> <span class="ruby-string">&quot; / &quot;</span> <span class="ruby-operator">+</span> <span class="ruby-identifier">name</span>
-                             <span class="ruby-keyword">else</span>
-                               <span class="ruby-identifier">name</span>
-                             <span class="ruby-keyword">end</span>
-                           <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-namespace_owner">
-            
-              <b>namespace_owner</b>()
-            
-            <a href="../classes/NamespacedProject.html#method-i-namespace_owner" name="method-i-namespace_owner" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-namespace_owner_source')" id="l_method-i-namespace_owner_source">show</a>
-                
-              </p>
-              <div id="method-i-namespace_owner_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/namespaced_project.rb, line 40</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">namespace_owner</span>
-  <span class="ruby-identifier">namespace</span>.<span class="ruby-identifier">try</span>(<span class="ruby-value">:owner</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-path_with_namespace">
-            
-              <b>path_with_namespace</b>()
-            
-            <a href="../classes/NamespacedProject.html#method-i-path_with_namespace" name="method-i-path_with_namespace" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-path_with_namespace_source')" id="l_method-i-path_with_namespace_source">show</a>
-                
-              </p>
-              <div id="method-i-path_with_namespace_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/namespaced_project.rb, line 52</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">path_with_namespace</span>
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">namespace</span>
-    <span class="ruby-identifier">namespace</span>.<span class="ruby-identifier">path</span> <span class="ruby-operator">+</span> <span class="ruby-string">'/'</span> <span class="ruby-operator">+</span> <span class="ruby-identifier">path</span>
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-identifier">path</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-transfer">
-            
-              <b>transfer</b>(new_namespace)
-            
-            <a href="../classes/NamespacedProject.html#method-i-transfer" name="method-i-transfer" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-transfer_source')" id="l_method-i-transfer_source">show</a>
-                
-              </p>
-              <div id="method-i-transfer_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/namespaced_project.rb, line 2</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">transfer</span>(<span class="ruby-identifier">new_namespace</span>)
-  <span class="ruby-constant">Project</span>.<span class="ruby-identifier">transaction</span> <span class="ruby-keyword">do</span>
-    <span class="ruby-identifier">old_namespace</span> = <span class="ruby-identifier">namespace</span>
-    <span class="ruby-keyword">self</span>.<span class="ruby-identifier">namespace</span> = <span class="ruby-identifier">new_namespace</span>
-
-    <span class="ruby-identifier">old_dir</span> = <span class="ruby-identifier">old_namespace</span>.<span class="ruby-identifier">try</span>(<span class="ruby-value">:path</span>) <span class="ruby-operator">||</span> <span class="ruby-string">''</span>
-    <span class="ruby-identifier">new_dir</span> = <span class="ruby-identifier">new_namespace</span>.<span class="ruby-identifier">try</span>(<span class="ruby-value">:path</span>) <span class="ruby-operator">||</span> <span class="ruby-string">''</span>
-
-    <span class="ruby-identifier">old_repo</span> = <span class="ruby-keyword">if</span> <span class="ruby-identifier">old_dir</span>.<span class="ruby-identifier">present?</span>
-                 <span class="ruby-constant">File</span>.<span class="ruby-identifier">join</span>(<span class="ruby-identifier">old_dir</span>, <span class="ruby-keyword">self</span>.<span class="ruby-identifier">path</span>)
-               <span class="ruby-keyword">else</span>
-                 <span class="ruby-keyword">self</span>.<span class="ruby-identifier">path</span>
-               <span class="ruby-keyword">end</span>
-
-    <span class="ruby-keyword">if</span> <span class="ruby-constant">Project</span>.<span class="ruby-identifier">where</span>(<span class="ruby-identifier">path</span><span class="ruby-operator">:</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">path</span>, <span class="ruby-identifier">namespace_id</span><span class="ruby-operator">:</span> <span class="ruby-identifier">new_namespace</span>.<span class="ruby-identifier">try</span>(<span class="ruby-value">:id</span>)).<span class="ruby-identifier">present?</span>
-      <span class="ruby-identifier">raise</span> <span class="ruby-constant">TransferError</span>.<span class="ruby-identifier">new</span>(<span class="ruby-string">&quot;Project with same path in target namespace already exists&quot;</span>)
-    <span class="ruby-keyword">end</span>
-
-    <span class="ruby-constant">Gitlab</span><span class="ruby-operator">::</span><span class="ruby-constant">ProjectMover</span>.<span class="ruby-identifier">new</span>(<span class="ruby-keyword">self</span>, <span class="ruby-identifier">old_dir</span>, <span class="ruby-identifier">new_dir</span>).<span class="ruby-identifier">execute</span>
-
-    <span class="ruby-identifier">git_host</span>.<span class="ruby-identifier">move_repository</span>(<span class="ruby-identifier">old_repo</span>, <span class="ruby-keyword">self</span>)
-
-    <span class="ruby-identifier">save!</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">rescue</span> <span class="ruby-constant">Gitlab</span><span class="ruby-operator">::</span><span class="ruby-constant">ProjectMover</span><span class="ruby-operator">::</span><span class="ruby-constant">ProjectMoveError</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-identifier">ex</span>
-  <span class="ruby-identifier">raise</span> <span class="ruby-constant">Project</span><span class="ruby-operator">::</span><span class="ruby-constant">TransferError</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">ex</span>.<span class="ruby-identifier">message</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/NamespacesHelper.html b/doc/code/classes/NamespacesHelper.html
deleted file mode 100644
index 28d485d9ffbc96ee65481be42ca893ac7ea3efcb..0000000000000000000000000000000000000000
--- a/doc/code/classes/NamespacesHelper.html
+++ /dev/null
@@ -1,146 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>NamespacesHelper</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Module</span> 
-            NamespacesHelper 
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/helpers/namespaces_helper_rb.html">app/helpers/namespaces_helper.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>N</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-namespaces_options">namespaces_options</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-namespaces_options">
-            
-              <b>namespaces_options</b>(selected = :current_user, scope = :default)
-            
-            <a href="../classes/NamespacesHelper.html#method-i-namespaces_options" name="method-i-namespaces_options" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-namespaces_options_source')" id="l_method-i-namespaces_options_source">show</a>
-                
-              </p>
-              <div id="method-i-namespaces_options_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/helpers/namespaces_helper.rb, line 2</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">namespaces_options</span>(<span class="ruby-identifier">selected</span> = <span class="ruby-value">:current_user</span>, <span class="ruby-identifier">scope</span> = <span class="ruby-value">:default</span>)
-  <span class="ruby-identifier">groups</span> = <span class="ruby-identifier">current_user</span>.<span class="ruby-identifier">namespaces</span>.<span class="ruby-identifier">select</span> {<span class="ruby-operator">|</span><span class="ruby-identifier">n</span><span class="ruby-operator">|</span> <span class="ruby-identifier">n</span>.<span class="ruby-identifier">type</span> <span class="ruby-operator">==</span> <span class="ruby-string">'Group'</span>}
-
-  <span class="ruby-identifier">users</span> = <span class="ruby-keyword">if</span> <span class="ruby-identifier">scope</span> <span class="ruby-operator">==</span> <span class="ruby-value">:all</span>
-            <span class="ruby-constant">Namespace</span>.<span class="ruby-identifier">root</span>
-          <span class="ruby-keyword">else</span>
-            <span class="ruby-identifier">current_user</span>.<span class="ruby-identifier">namespaces</span>.<span class="ruby-identifier">reject</span> {<span class="ruby-operator">|</span><span class="ruby-identifier">n</span><span class="ruby-operator">|</span> <span class="ruby-identifier">n</span>.<span class="ruby-identifier">type</span> <span class="ruby-operator">==</span> <span class="ruby-string">'Group'</span>}
-          <span class="ruby-keyword">end</span>
-
-  <span class="ruby-identifier">global_opts</span> = [<span class="ruby-string">&quot;Global&quot;</span>, [[<span class="ruby-string">'/'</span>, <span class="ruby-constant">Namespace</span>.<span class="ruby-identifier">global_id</span>]] ]
-  <span class="ruby-identifier">group_opts</span> = [<span class="ruby-string">&quot;Groups&quot;</span>, <span class="ruby-identifier">groups</span>.<span class="ruby-identifier">map</span> {<span class="ruby-operator">|</span><span class="ruby-identifier">g</span><span class="ruby-operator">|</span> [<span class="ruby-identifier">g</span>.<span class="ruby-identifier">human_name</span>, <span class="ruby-identifier">g</span>.<span class="ruby-identifier">id</span>]} ]
-  <span class="ruby-identifier">users_opts</span> = [ <span class="ruby-string">&quot;Users&quot;</span>, <span class="ruby-identifier">users</span>.<span class="ruby-identifier">map</span> {<span class="ruby-operator">|</span><span class="ruby-identifier">u</span><span class="ruby-operator">|</span> [<span class="ruby-identifier">u</span>.<span class="ruby-identifier">human_name</span>, <span class="ruby-identifier">u</span>.<span class="ruby-identifier">id</span>]} ]
-
-  <span class="ruby-identifier">options</span> = []
-  <span class="ruby-identifier">options</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-identifier">global_opts</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">current_user</span>.<span class="ruby-identifier">admin</span>
-  <span class="ruby-identifier">options</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-identifier">group_opts</span>
-  <span class="ruby-identifier">options</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-identifier">users_opts</span>
-
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">selected</span> <span class="ruby-operator">==</span> <span class="ruby-value">:current_user</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">current_user</span>.<span class="ruby-identifier">namespace</span>
-    <span class="ruby-identifier">selected</span> = <span class="ruby-identifier">current_user</span>.<span class="ruby-identifier">namespace</span>.<span class="ruby-identifier">id</span>
-  <span class="ruby-keyword">end</span>
-
-  <span class="ruby-identifier">grouped_options_for_select</span>(<span class="ruby-identifier">options</span>, <span class="ruby-identifier">selected</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Note.html b/doc/code/classes/Note.html
deleted file mode 100644
index 4ec1c4dcf799396b2f80f90394fdf9668b17d4e5..0000000000000000000000000000000000000000
--- a/doc/code/classes/Note.html
+++ /dev/null
@@ -1,536 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Note</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Note 
-            
-                <span class="parent">&lt; 
-                    
-                    ActiveRecord::Base
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/models/note_rb.html">app/models/note.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>C</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-commit_author">commit_author</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-c-create_status_change_note">create_status_change_note</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>D</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-downvote-3F">downvote?</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>F</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-for_commit-3F">for_commit?</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-for_diff_line-3F">for_diff_line?</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>N</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-noteable">noteable</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-noteable_type_name">noteable_type_name</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-notify_only_author-3F">notify_only_author?</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>U</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-upvote-3F">upvote?</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-      <!-- Section attributes -->
-      <div class="sectiontitle">Attributes</div>
-      <table border='0' cellpadding='5'>
-        
-          <tr valign='top'>
-            <td class='attr-rw'>
-              [RW]
-            </td>
-            <td class='attr-name'>notify</td>
-            <td class='attr-desc'></td>
-          </tr>
-        
-          <tr valign='top'>
-            <td class='attr-rw'>
-              [RW]
-            </td>
-            <td class='attr-name'>notify_author</td>
-            <td class='attr-desc'></td>
-          </tr>
-        
-      </table>
-    
-
-
-    <!-- Methods -->
-    
-      <div class="sectiontitle">Class Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-c-create_status_change_note">
-            
-              <b>create_status_change_note</b>(noteable, author, status)
-            
-            <a href="../classes/Note.html#method-c-create_status_change_note" name="method-c-create_status_change_note" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-create_status_change_note_source')" id="l_method-c-create_status_change_note_source">show</a>
-                
-              </p>
-              <div id="method-c-create_status_change_note_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/note.rb, line 53</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">self</span>.<span class="ruby-identifier">create_status_change_note</span>(<span class="ruby-identifier">noteable</span>, <span class="ruby-identifier">author</span>, <span class="ruby-identifier">status</span>)
-  <span class="ruby-identifier">create</span>({
-    <span class="ruby-identifier">noteable</span><span class="ruby-operator">:</span> <span class="ruby-identifier">noteable</span>,
-    <span class="ruby-identifier">project</span><span class="ruby-operator">:</span> <span class="ruby-identifier">noteable</span>.<span class="ruby-identifier">project</span>,
-    <span class="ruby-identifier">author</span><span class="ruby-operator">:</span> <span class="ruby-identifier">author</span>,
-    <span class="ruby-identifier">note</span><span class="ruby-operator">:</span> <span class="ruby-node">&quot;_Status changed to #{status}_&quot;</span>
-  }, <span class="ruby-identifier">without_protection</span><span class="ruby-operator">:</span> <span class="ruby-keyword">true</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                  
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-commit_author">
-            
-              <b>commit_author</b>()
-            
-            <a href="../classes/Note.html#method-i-commit_author" name="method-i-commit_author" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-commit_author_source')" id="l_method-i-commit_author_source">show</a>
-                
-              </p>
-              <div id="method-i-commit_author_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/note.rb, line 109</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">commit_author</span>
-  <span class="ruby-ivar">@commit_author</span> <span class="ruby-operator">||=</span>
-    <span class="ruby-identifier">project</span>.<span class="ruby-identifier">users</span>.<span class="ruby-identifier">find_by_email</span>(<span class="ruby-identifier">noteable</span>.<span class="ruby-identifier">author_email</span>) <span class="ruby-operator">||</span>
-    <span class="ruby-identifier">project</span>.<span class="ruby-identifier">users</span>.<span class="ruby-identifier">find_by_name</span>(<span class="ruby-identifier">noteable</span>.<span class="ruby-identifier">author_name</span>)
-<span class="ruby-keyword">rescue</span>
-  <span class="ruby-keyword">nil</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-downvote-3F">
-            
-              <b>downvote?</b>()
-            
-            <a href="../classes/Note.html#method-i-downvote-3F" name="method-i-downvote-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Returns true if this is a downvote note, otherwise false is returned</p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-downvote-3F_source')" id="l_method-i-downvote-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-downvote-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/note.rb, line 125</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">downvote?</span>
-  <span class="ruby-identifier">note</span>.<span class="ruby-identifier">start_with?</span>(<span class="ruby-string">'-1'</span>) <span class="ruby-operator">||</span> <span class="ruby-identifier">note</span>.<span class="ruby-identifier">start_with?</span>(<span class="ruby-string">':-1:'</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-for_commit-3F">
-            
-              <b>for_commit?</b>()
-            
-            <a href="../classes/Note.html#method-i-for_commit-3F" name="method-i-for_commit-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-for_commit-3F_source')" id="l_method-i-for_commit-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-for_commit-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/note.rb, line 101</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">for_commit?</span>
-  <span class="ruby-identifier">noteable_type</span> <span class="ruby-operator">==</span> <span class="ruby-string">&quot;Commit&quot;</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-for_diff_line-3F">
-            
-              <b>for_diff_line?</b>()
-            
-            <a href="../classes/Note.html#method-i-for_diff_line-3F" name="method-i-for_diff_line-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-for_diff_line-3F_source')" id="l_method-i-for_diff_line-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-for_diff_line-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/note.rb, line 105</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">for_diff_line?</span>
-  <span class="ruby-identifier">line_code</span>.<span class="ruby-identifier">present?</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-noteable">
-            
-              <b>noteable</b>()
-            
-            <a href="../classes/Note.html#method-i-noteable" name="method-i-noteable" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>override to return commits, which are not active record</p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-noteable_source')" id="l_method-i-noteable_source">show</a>
-                
-              </p>
-              <div id="method-i-noteable_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/note.rb, line 71</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">noteable</span>
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">for_commit?</span>
-    <span class="ruby-identifier">project</span>.<span class="ruby-identifier">commit</span>(<span class="ruby-identifier">commit_id</span>)
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-keyword">super</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-comment"># Temp fix to prevent app crash</span>
-<span class="ruby-comment"># if note commit id doesnt exist</span>
-<span class="ruby-keyword">rescue</span>
-  <span class="ruby-keyword">nil</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-noteable_type_name">
-            
-              <b>noteable_type_name</b>()
-            
-            <a href="../classes/Note.html#method-i-noteable_type_name" name="method-i-noteable_type_name" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-noteable_type_name_source')" id="l_method-i-noteable_type_name_source">show</a>
-                
-              </p>
-              <div id="method-i-noteable_type_name_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/note.rb, line 129</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">noteable_type_name</span>
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">noteable_type</span>.<span class="ruby-identifier">present?</span>
-    <span class="ruby-identifier">noteable_type</span>.<span class="ruby-identifier">downcase</span>
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-string">&quot;wall&quot;</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-notify_only_author-3F">
-            
-              <b>notify_only_author?</b>(user)
-            
-            <a href="../classes/Note.html#method-i-notify_only_author-3F" name="method-i-notify_only_author-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Check if we can notify commit author with email about our comment</p>
-
-<p>If commit author email exist in project and commit author is not passed
-user we can send email to him</p>
-
-<p>params:</p>
-
-<pre>user - current user</pre>
-
-<p>return:</p>
-
-<pre>Boolean</pre>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-notify_only_author-3F_source')" id="l_method-i-notify_only_author-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-notify_only_author-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/note.rb, line 96</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">notify_only_author?</span>(<span class="ruby-identifier">user</span>)
-  <span class="ruby-identifier">for_commit?</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">commit_author</span> <span class="ruby-operator">&amp;&amp;</span>
-    <span class="ruby-identifier">commit_author</span>.<span class="ruby-identifier">email</span> <span class="ruby-operator">!=</span> <span class="ruby-identifier">user</span>.<span class="ruby-identifier">email</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-upvote-3F">
-            
-              <b>upvote?</b>()
-            
-            <a href="../classes/Note.html#method-i-upvote-3F" name="method-i-upvote-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Returns true if this is an upvote note, otherwise false is returned</p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-upvote-3F_source')" id="l_method-i-upvote-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-upvote-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/note.rb, line 119</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">upvote?</span>
-  <span class="ruby-identifier">note</span>.<span class="ruby-identifier">start_with?</span>(<span class="ruby-string">'+1'</span>) <span class="ruby-operator">||</span> <span class="ruby-identifier">note</span>.<span class="ruby-identifier">start_with?</span>(<span class="ruby-string">':+1:'</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/NoteEvent.html b/doc/code/classes/NoteEvent.html
deleted file mode 100644
index 0817d17018a891ee736683daa8b312b0fe0e02d1..0000000000000000000000000000000000000000
--- a/doc/code/classes/NoteEvent.html
+++ /dev/null
@@ -1,380 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>NoteEvent</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Module</span> 
-            NoteEvent 
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/roles/note_event_rb.html">app/roles/note_event.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>N</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-note_commit-3F">note_commit?</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-note_commit_id">note_commit_id</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-note_short_commit_id">note_short_commit_id</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-note_target">note_target</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-note_target_id">note_target_id</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-note_target_type">note_target_type</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>W</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-wall_note-3F">wall_note?</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-note_commit-3F">
-            
-              <b>note_commit?</b>()
-            
-            <a href="../classes/NoteEvent.html#method-i-note_commit-3F" name="method-i-note_commit-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-note_commit-3F_source')" id="l_method-i-note_commit-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-note_commit-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/note_event.rb, line 10</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">note_commit?</span>
-  <span class="ruby-identifier">target</span>.<span class="ruby-identifier">noteable_type</span> <span class="ruby-operator">==</span> <span class="ruby-string">&quot;Commit&quot;</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-note_commit_id">
-            
-              <b>note_commit_id</b>()
-            
-            <a href="../classes/NoteEvent.html#method-i-note_commit_id" name="method-i-note_commit_id" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-note_commit_id_source')" id="l_method-i-note_commit_id_source">show</a>
-                
-              </p>
-              <div id="method-i-note_commit_id_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/note_event.rb, line 2</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">note_commit_id</span>
-  <span class="ruby-identifier">target</span>.<span class="ruby-identifier">commit_id</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-note_short_commit_id">
-            
-              <b>note_short_commit_id</b>()
-            
-            <a href="../classes/NoteEvent.html#method-i-note_short_commit_id" name="method-i-note_short_commit_id" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-note_short_commit_id_source')" id="l_method-i-note_short_commit_id_source">show</a>
-                
-              </p>
-              <div id="method-i-note_short_commit_id_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/note_event.rb, line 6</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">note_short_commit_id</span>
-  <span class="ruby-identifier">note_commit_id</span>[<span class="ruby-number">0</span><span class="ruby-operator">..</span><span class="ruby-number">8</span>]
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-note_target">
-            
-              <b>note_target</b>()
-            
-            <a href="../classes/NoteEvent.html#method-i-note_target" name="method-i-note_target" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-note_target_source')" id="l_method-i-note_target_source">show</a>
-                
-              </p>
-              <div id="method-i-note_target_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/note_event.rb, line 14</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">note_target</span>
-  <span class="ruby-identifier">target</span>.<span class="ruby-identifier">noteable</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-note_target_id">
-            
-              <b>note_target_id</b>()
-            
-            <a href="../classes/NoteEvent.html#method-i-note_target_id" name="method-i-note_target_id" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-note_target_id_source')" id="l_method-i-note_target_id_source">show</a>
-                
-              </p>
-              <div id="method-i-note_target_id_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/note_event.rb, line 18</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">note_target_id</span>
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">note_commit?</span>
-    <span class="ruby-identifier">target</span>.<span class="ruby-identifier">commit_id</span>
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-identifier">target</span>.<span class="ruby-identifier">noteable_id</span>.<span class="ruby-identifier">to_s</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-note_target_type">
-            
-              <b>note_target_type</b>()
-            
-            <a href="../classes/NoteEvent.html#method-i-note_target_type" name="method-i-note_target_type" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-note_target_type_source')" id="l_method-i-note_target_type_source">show</a>
-                
-              </p>
-              <div id="method-i-note_target_type_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/note_event.rb, line 30</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">note_target_type</span>
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">target</span>.<span class="ruby-identifier">noteable_type</span>.<span class="ruby-identifier">present?</span>
-    <span class="ruby-identifier">target</span>.<span class="ruby-identifier">noteable_type</span>.<span class="ruby-identifier">titleize</span>
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-string">&quot;Wall&quot;</span>
-  <span class="ruby-keyword">end</span>.<span class="ruby-identifier">downcase</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-wall_note-3F">
-            
-              <b>wall_note?</b>()
-            
-            <a href="../classes/NoteEvent.html#method-i-wall_note-3F" name="method-i-wall_note-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-wall_note-3F_source')" id="l_method-i-wall_note-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-wall_note-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/note_event.rb, line 26</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">wall_note?</span>
-  <span class="ruby-identifier">target</span>.<span class="ruby-identifier">noteable_type</span>.<span class="ruby-identifier">blank?</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/NoteObserver.html b/doc/code/classes/NoteObserver.html
deleted file mode 100644
index cc0e5156c44bf16f22d434b669bcdb2ad05e5ac4..0000000000000000000000000000000000000000
--- a/doc/code/classes/NoteObserver.html
+++ /dev/null
@@ -1,290 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>NoteObserver</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            NoteObserver 
-            
-                <span class="parent">&lt; 
-                    
-                    ActiveRecord::Observer
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/observers/note_observer_rb.html">app/observers/note_observer.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>A</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-after_create">after_create</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>N</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-notify_team">notify_team</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>S</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-send_notify_mails">send_notify_mails</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>T</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-team_without_note_author">team_without_note_author</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-after_create">
-            
-              <b>after_create</b>(note)
-            
-            <a href="../classes/NoteObserver.html#method-i-after_create" name="method-i-after_create" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-after_create_source')" id="l_method-i-after_create_source">show</a>
-                
-              </p>
-              <div id="method-i-after_create_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/observers/note_observer.rb, line 3</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">after_create</span>(<span class="ruby-identifier">note</span>)
-  <span class="ruby-identifier">send_notify_mails</span>(<span class="ruby-identifier">note</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-              
-      <div class="sectiontitle">Instance Protected methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-notify_team">
-            
-              <b>notify_team</b>(note)
-            
-            <a href="../classes/NoteObserver.html#method-i-notify_team" name="method-i-notify_team" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Notifies the whole team except the author of note</p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-notify_team_source')" id="l_method-i-notify_team_source">show</a>
-                
-              </p>
-              <div id="method-i-notify_team_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/observers/note_observer.rb, line 22</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">notify_team</span>(<span class="ruby-identifier">note</span>)
-  <span class="ruby-comment"># Note: wall posts are not &quot;attached&quot; to anything, so fall back to &quot;Wall&quot;</span>
-  <span class="ruby-identifier">noteable_type</span> = <span class="ruby-identifier">note</span>.<span class="ruby-identifier">noteable_type</span>.<span class="ruby-identifier">presence</span> <span class="ruby-operator">||</span> <span class="ruby-string">&quot;Wall&quot;</span>
-  <span class="ruby-identifier">notify_method</span> = <span class="ruby-node">&quot;note_#{noteable_type.underscore}_email&quot;</span>.<span class="ruby-identifier">to_sym</span>
-
-  <span class="ruby-keyword">if</span> <span class="ruby-constant">Notify</span>.<span class="ruby-identifier">respond_to?</span> <span class="ruby-identifier">notify_method</span>
-    <span class="ruby-identifier">team_without_note_author</span>(<span class="ruby-identifier">note</span>).<span class="ruby-identifier">map</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">u</span><span class="ruby-operator">|</span>
-      <span class="ruby-constant">Notify</span>.<span class="ruby-identifier">send</span>(<span class="ruby-identifier">notify_method</span>, <span class="ruby-identifier">u</span>.<span class="ruby-identifier">id</span>, <span class="ruby-identifier">note</span>.<span class="ruby-identifier">id</span>).<span class="ruby-identifier">deliver</span>
-    <span class="ruby-keyword">end</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-send_notify_mails">
-            
-              <b>send_notify_mails</b>(note)
-            
-            <a href="../classes/NoteObserver.html#method-i-send_notify_mails" name="method-i-send_notify_mails" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-send_notify_mails_source')" id="l_method-i-send_notify_mails_source">show</a>
-                
-              </p>
-              <div id="method-i-send_notify_mails_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/observers/note_observer.rb, line 9</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">send_notify_mails</span>(<span class="ruby-identifier">note</span>)
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">note</span>.<span class="ruby-identifier">notify</span>
-    <span class="ruby-identifier">notify_team</span>(<span class="ruby-identifier">note</span>)
-  <span class="ruby-keyword">elsif</span> <span class="ruby-identifier">note</span>.<span class="ruby-identifier">notify_author</span>
-    <span class="ruby-comment"># Notify only author of resource</span>
-    <span class="ruby-constant">Notify</span>.<span class="ruby-identifier">note_commit_email</span>(<span class="ruby-identifier">note</span>.<span class="ruby-identifier">commit_author</span>.<span class="ruby-identifier">id</span>, <span class="ruby-identifier">note</span>.<span class="ruby-identifier">id</span>).<span class="ruby-identifier">deliver</span>
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-comment"># Otherwise ignore it</span>
-    <span class="ruby-keyword">nil</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-team_without_note_author">
-            
-              <b>team_without_note_author</b>(note)
-            
-            <a href="../classes/NoteObserver.html#method-i-team_without_note_author" name="method-i-team_without_note_author" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-team_without_note_author_source')" id="l_method-i-team_without_note_author_source">show</a>
-                
-              </p>
-              <div id="method-i-team_without_note_author_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/observers/note_observer.rb, line 34</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">team_without_note_author</span>(<span class="ruby-identifier">note</span>)
-  <span class="ruby-identifier">note</span>.<span class="ruby-identifier">project</span>.<span class="ruby-identifier">users</span>.<span class="ruby-identifier">reject</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">u</span><span class="ruby-operator">|</span> <span class="ruby-identifier">u</span>.<span class="ruby-identifier">id</span> <span class="ruby-operator">==</span> <span class="ruby-identifier">note</span>.<span class="ruby-identifier">author</span>.<span class="ruby-identifier">id</span> }
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Notes.html b/doc/code/classes/Notes.html
deleted file mode 100644
index 19b8dd389e43c1f327348f7c3cea36810b884ecf..0000000000000000000000000000000000000000
--- a/doc/code/classes/Notes.html
+++ /dev/null
@@ -1,88 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Notes</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Module</span> 
-            Notes 
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/contexts/notes/create_context_rb.html">app/contexts/notes/create_context.rb</a></li>
-            
-            <li><a href="../files/app/contexts/notes/load_context_rb.html">app/contexts/notes/load_context.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="Notes/CreateContext.html">Notes::CreateContext</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="Notes/LoadContext.html">Notes::LoadContext</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Notes/CreateContext.html b/doc/code/classes/Notes/CreateContext.html
deleted file mode 100644
index adb3a46fab575b892900bc0f63963d9926c9f565..0000000000000000000000000000000000000000
--- a/doc/code/classes/Notes/CreateContext.html
+++ /dev/null
@@ -1,136 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Notes::CreateContext</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/github.css" type="text/css" media="screen" />
-<script src="../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Notes::CreateContext 
-            
-                <span class="parent">&lt; 
-                    
-                    <a href="../BaseContext.html">BaseContext</a>
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../../files/app/contexts/notes/create_context_rb.html">app/contexts/notes/create_context.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>E</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-execute">execute</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-execute">
-            
-              <b>execute</b>()
-            
-            <a href="../../classes/Notes/CreateContext.html#method-i-execute" name="method-i-execute" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-execute_source')" id="l_method-i-execute_source">show</a>
-                
-              </p>
-              <div id="method-i-execute_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/contexts/notes/create_context.rb, line 3</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">execute</span>
-  <span class="ruby-identifier">note</span> = <span class="ruby-identifier">project</span>.<span class="ruby-identifier">notes</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:note</span>])
-  <span class="ruby-identifier">note</span>.<span class="ruby-identifier">author</span> = <span class="ruby-identifier">current_user</span>
-  <span class="ruby-identifier">note</span>.<span class="ruby-identifier">notify</span> = <span class="ruby-keyword">true</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">params</span>[<span class="ruby-value">:notify</span>] <span class="ruby-operator">==</span> <span class="ruby-string">'1'</span>
-  <span class="ruby-identifier">note</span>.<span class="ruby-identifier">notify_author</span> = <span class="ruby-keyword">true</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">params</span>[<span class="ruby-value">:notify_author</span>] <span class="ruby-operator">==</span> <span class="ruby-string">'1'</span>
-  <span class="ruby-identifier">note</span>.<span class="ruby-identifier">save</span>
-  <span class="ruby-identifier">note</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Notes/LoadContext.html b/doc/code/classes/Notes/LoadContext.html
deleted file mode 100644
index 24731bc4e7d6093e29247a517d84ebf6ae292fbc..0000000000000000000000000000000000000000
--- a/doc/code/classes/Notes/LoadContext.html
+++ /dev/null
@@ -1,157 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Notes::LoadContext</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/github.css" type="text/css" media="screen" />
-<script src="../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Notes::LoadContext 
-            
-                <span class="parent">&lt; 
-                    
-                    <a href="../BaseContext.html">BaseContext</a>
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../../files/app/contexts/notes/load_context_rb.html">app/contexts/notes/load_context.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>E</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-execute">execute</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-execute">
-            
-              <b>execute</b>()
-            
-            <a href="../../classes/Notes/LoadContext.html#method-i-execute" name="method-i-execute" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-execute_source')" id="l_method-i-execute_source">show</a>
-                
-              </p>
-              <div id="method-i-execute_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/contexts/notes/load_context.rb, line 3</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">execute</span>
-  <span class="ruby-identifier">target_type</span> = <span class="ruby-identifier">params</span>[<span class="ruby-value">:target_type</span>]
-  <span class="ruby-identifier">target_id</span>   = <span class="ruby-identifier">params</span>[<span class="ruby-value">:target_id</span>]
-  <span class="ruby-identifier">after_id</span>    = <span class="ruby-identifier">params</span>[<span class="ruby-value">:after_id</span>]
-  <span class="ruby-identifier">before_id</span>   = <span class="ruby-identifier">params</span>[<span class="ruby-value">:before_id</span>]
-
-
-  <span class="ruby-ivar">@notes</span> = <span class="ruby-keyword">case</span> <span class="ruby-identifier">target_type</span>
-           <span class="ruby-keyword">when</span> <span class="ruby-string">&quot;commit&quot;</span>
-             <span class="ruby-identifier">project</span>.<span class="ruby-identifier">commit_notes</span>(<span class="ruby-identifier">project</span>.<span class="ruby-identifier">commit</span>(<span class="ruby-identifier">target_id</span>)).<span class="ruby-identifier">fresh</span>.<span class="ruby-identifier">limit</span>(<span class="ruby-number">20</span>)
-           <span class="ruby-keyword">when</span> <span class="ruby-string">&quot;issue&quot;</span>
-             <span class="ruby-identifier">project</span>.<span class="ruby-identifier">issues</span>.<span class="ruby-identifier">find</span>(<span class="ruby-identifier">target_id</span>).<span class="ruby-identifier">notes</span>.<span class="ruby-identifier">inc_author</span>.<span class="ruby-identifier">fresh</span>.<span class="ruby-identifier">limit</span>(<span class="ruby-number">20</span>)
-           <span class="ruby-keyword">when</span> <span class="ruby-string">&quot;merge_request&quot;</span>
-             <span class="ruby-identifier">project</span>.<span class="ruby-identifier">merge_requests</span>.<span class="ruby-identifier">find</span>(<span class="ruby-identifier">target_id</span>).<span class="ruby-identifier">mr_and_commit_notes</span>.<span class="ruby-identifier">inc_author</span>.<span class="ruby-identifier">fresh</span>.<span class="ruby-identifier">limit</span>(<span class="ruby-number">20</span>)
-           <span class="ruby-keyword">when</span> <span class="ruby-string">&quot;snippet&quot;</span>
-             <span class="ruby-identifier">project</span>.<span class="ruby-identifier">snippets</span>.<span class="ruby-identifier">find</span>(<span class="ruby-identifier">target_id</span>).<span class="ruby-identifier">notes</span>.<span class="ruby-identifier">fresh</span>
-           <span class="ruby-keyword">when</span> <span class="ruby-string">&quot;wall&quot;</span>
-             <span class="ruby-comment"># this is the only case, where the order is DESC</span>
-             <span class="ruby-identifier">project</span>.<span class="ruby-identifier">common_notes</span>.<span class="ruby-identifier">order</span>(<span class="ruby-string">&quot;created_at DESC, id DESC&quot;</span>).<span class="ruby-identifier">limit</span>(<span class="ruby-number">50</span>)
-           <span class="ruby-keyword">end</span>
-
-  <span class="ruby-ivar">@notes</span> = <span class="ruby-keyword">if</span> <span class="ruby-identifier">after_id</span>
-             <span class="ruby-ivar">@notes</span>.<span class="ruby-identifier">where</span>(<span class="ruby-string">&quot;id &gt; ?&quot;</span>, <span class="ruby-identifier">after_id</span>)
-           <span class="ruby-keyword">elsif</span> <span class="ruby-identifier">before_id</span>
-             <span class="ruby-ivar">@notes</span>.<span class="ruby-identifier">where</span>(<span class="ruby-string">&quot;id &lt; ?&quot;</span>, <span class="ruby-identifier">before_id</span>)
-           <span class="ruby-keyword">else</span>
-             <span class="ruby-ivar">@notes</span>
-           <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/NotesController.html b/doc/code/classes/NotesController.html
deleted file mode 100644
index 12cc98fa06f3263c1ed01c13b696493b90ae2a74..0000000000000000000000000000000000000000
--- a/doc/code/classes/NotesController.html
+++ /dev/null
@@ -1,338 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>NotesController</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            NotesController 
-            
-                <span class="parent">&lt; 
-                    
-                    <a href="ProjectResourceController.html">ProjectResourceController</a>
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/controllers/notes_controller_rb.html">app/controllers/notes_controller.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>C</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-create">create</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>D</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-destroy">destroy</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>I</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-index">index</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>N</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-notes">notes</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>P</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-preview">preview</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-create">
-            
-              <b>create</b>()
-            
-            <a href="../classes/NotesController.html#method-i-create" name="method-i-create" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-create_source')" id="l_method-i-create_source">show</a>
-                
-              </p>
-              <div id="method-i-create_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/notes_controller.rb, line 18</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">create</span>
-  <span class="ruby-ivar">@note</span> = <span class="ruby-constant">Notes</span><span class="ruby-operator">::</span><span class="ruby-constant">CreateContext</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">project</span>, <span class="ruby-identifier">current_user</span>, <span class="ruby-identifier">params</span>).<span class="ruby-identifier">execute</span>
-
-  <span class="ruby-identifier">respond_to</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">format</span><span class="ruby-operator">|</span>
-    <span class="ruby-identifier">format</span>.<span class="ruby-identifier">html</span> {<span class="ruby-identifier">redirect_to</span> <span class="ruby-value">:back</span>}
-    <span class="ruby-identifier">format</span>.<span class="ruby-identifier">js</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-destroy">
-            
-              <b>destroy</b>()
-            
-            <a href="../classes/NotesController.html#method-i-destroy" name="method-i-destroy" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-destroy_source')" id="l_method-i-destroy_source">show</a>
-                
-              </p>
-              <div id="method-i-destroy_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/notes_controller.rb, line 27</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">destroy</span>
-  <span class="ruby-ivar">@note</span> = <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">notes</span>.<span class="ruby-identifier">find</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:id</span>])
-  <span class="ruby-keyword">return</span> <span class="ruby-identifier">access_denied!</span> <span class="ruby-keyword">unless</span> <span class="ruby-identifier">can?</span>(<span class="ruby-identifier">current_user</span>, <span class="ruby-value">:admin_note</span>, <span class="ruby-ivar">@note</span>)
-  <span class="ruby-ivar">@note</span>.<span class="ruby-identifier">destroy</span>
-
-  <span class="ruby-identifier">respond_to</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">format</span><span class="ruby-operator">|</span>
-    <span class="ruby-identifier">format</span>.<span class="ruby-identifier">js</span> { <span class="ruby-identifier">render</span> <span class="ruby-identifier">nothing</span><span class="ruby-operator">:</span> <span class="ruby-keyword">true</span> }
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-index">
-            
-              <b>index</b>()
-            
-            <a href="../classes/NotesController.html#method-i-index" name="method-i-index" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-index_source')" id="l_method-i-index_source">show</a>
-                
-              </p>
-              <div id="method-i-index_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/notes_controller.rb, line 8</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">index</span>
-  <span class="ruby-identifier">notes</span>
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">params</span>[<span class="ruby-value">:target_type</span>] <span class="ruby-operator">==</span> <span class="ruby-string">&quot;merge_request&quot;</span>
-    <span class="ruby-ivar">@mixed_targets</span> = <span class="ruby-keyword">true</span>
-    <span class="ruby-ivar">@main_target_type</span> = <span class="ruby-identifier">params</span>[<span class="ruby-value">:target_type</span>].<span class="ruby-identifier">camelize</span>
-  <span class="ruby-keyword">end</span>
-
-  <span class="ruby-identifier">respond_with</span>(<span class="ruby-ivar">@notes</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-preview">
-            
-              <b>preview</b>()
-            
-            <a href="../classes/NotesController.html#method-i-preview" name="method-i-preview" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-preview_source')" id="l_method-i-preview_source">show</a>
-                
-              </p>
-              <div id="method-i-preview_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/notes_controller.rb, line 37</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">preview</span>
-  <span class="ruby-identifier">render</span> <span class="ruby-identifier">text</span><span class="ruby-operator">:</span> <span class="ruby-identifier">view_context</span>.<span class="ruby-identifier">markdown</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:note</span>])
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-              
-      <div class="sectiontitle">Instance Protected methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-notes">
-            
-              <b>notes</b>()
-            
-            <a href="../classes/NotesController.html#method-i-notes" name="method-i-notes" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-notes_source')" id="l_method-i-notes_source">show</a>
-                
-              </p>
-              <div id="method-i-notes_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/notes_controller.rb, line 43</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">notes</span>
-  <span class="ruby-ivar">@notes</span> = <span class="ruby-constant">Notes</span><span class="ruby-operator">::</span><span class="ruby-constant">LoadContext</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">project</span>, <span class="ruby-identifier">current_user</span>, <span class="ruby-identifier">params</span>).<span class="ruby-identifier">execute</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/NotesHelper.html b/doc/code/classes/NotesHelper.html
deleted file mode 100644
index 39ff67948c7720a36d3de84635f262cbbd10f487..0000000000000000000000000000000000000000
--- a/doc/code/classes/NotesHelper.html
+++ /dev/null
@@ -1,258 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>NotesHelper</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Module</span> 
-            NotesHelper 
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/helpers/notes_helper_rb.html">app/helpers/notes_helper.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>L</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-link_to_commit_diff_line_note">link_to_commit_diff_line_note</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-loading_more_notes-3F">loading_more_notes?</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-loading_new_notes-3F">loading_new_notes?</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>N</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-note_for_main_target-3F">note_for_main_target?</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-link_to_commit_diff_line_note">
-            
-              <b>link_to_commit_diff_line_note</b>(note)
-            
-            <a href="../classes/NotesHelper.html#method-i-link_to_commit_diff_line_note" name="method-i-link_to_commit_diff_line_note" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-link_to_commit_diff_line_note_source')" id="l_method-i-link_to_commit_diff_line_note_source">show</a>
-                
-              </p>
-              <div id="method-i-link_to_commit_diff_line_note_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/helpers/notes_helper.rb, line 15</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">link_to_commit_diff_line_note</span>(<span class="ruby-identifier">note</span>)
-  <span class="ruby-identifier">commit</span> = <span class="ruby-identifier">note</span>.<span class="ruby-identifier">noteable</span>
-  <span class="ruby-identifier">diff_index</span>, <span class="ruby-identifier">diff_old_line</span>, <span class="ruby-identifier">diff_new_line</span> = <span class="ruby-identifier">note</span>.<span class="ruby-identifier">line_code</span>.<span class="ruby-identifier">split</span>(<span class="ruby-string">'_'</span>)
-
-  <span class="ruby-identifier">link_file</span> = <span class="ruby-identifier">commit</span>.<span class="ruby-identifier">diffs</span>[<span class="ruby-identifier">diff_index</span>.<span class="ruby-identifier">to_i</span>].<span class="ruby-identifier">new_path</span>
-  <span class="ruby-identifier">link_line</span> = <span class="ruby-identifier">diff_new_line</span>
-
-  <span class="ruby-identifier">link_to</span> <span class="ruby-node">&quot;#{link_file}:L#{link_line}&quot;</span>, <span class="ruby-identifier">project_commit_path</span>(<span class="ruby-ivar">@project</span>, <span class="ruby-identifier">commit</span>, <span class="ruby-identifier">anchor</span><span class="ruby-operator">:</span> <span class="ruby-identifier">note</span>.<span class="ruby-identifier">line_code</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-loading_more_notes-3F">
-            
-              <b>loading_more_notes?</b>()
-            
-            <a href="../classes/NotesHelper.html#method-i-loading_more_notes-3F" name="method-i-loading_more_notes-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-loading_more_notes-3F_source')" id="l_method-i-loading_more_notes-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-loading_more_notes-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/helpers/notes_helper.rb, line 2</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">loading_more_notes?</span>
-  <span class="ruby-identifier">params</span>[<span class="ruby-value">:loading_more</span>].<span class="ruby-identifier">present?</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-loading_new_notes-3F">
-            
-              <b>loading_new_notes?</b>()
-            
-            <a href="../classes/NotesHelper.html#method-i-loading_new_notes-3F" name="method-i-loading_new_notes-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-loading_new_notes-3F_source')" id="l_method-i-loading_new_notes-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-loading_new_notes-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/helpers/notes_helper.rb, line 6</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">loading_new_notes?</span>
-  <span class="ruby-identifier">params</span>[<span class="ruby-value">:loading_new</span>].<span class="ruby-identifier">present?</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-note_for_main_target-3F">
-            
-              <b>note_for_main_target?</b>(note)
-            
-            <a href="../classes/NotesHelper.html#method-i-note_for_main_target-3F" name="method-i-note_for_main_target-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Helps to distinguish e.g. commit notes in mr notes list</p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-note_for_main_target-3F_source')" id="l_method-i-note_for_main_target-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-note_for_main_target-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/helpers/notes_helper.rb, line 11</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">note_for_main_target?</span>(<span class="ruby-identifier">note</span>)
-  <span class="ruby-operator">!</span><span class="ruby-ivar">@mixed_targets</span> <span class="ruby-operator">||</span> <span class="ruby-ivar">@main_target_type</span> <span class="ruby-operator">==</span> <span class="ruby-identifier">note</span>.<span class="ruby-identifier">noteable_type</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Notify.html b/doc/code/classes/Notify.html
deleted file mode 100644
index ea7403812a6c0fa806cf35a72ed2d76e5c040d89..0000000000000000000000000000000000000000
--- a/doc/code/classes/Notify.html
+++ /dev/null
@@ -1,639 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Notify</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Notify 
-            
-                <span class="parent">&lt; 
-                    
-                    ActionMailer::Base
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/mailers/notify_rb.html">app/mailers/notify.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>I</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-issue_status_changed_email">issue_status_changed_email</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>N</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-new_issue_email">new_issue_email</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-new_merge_request_email">new_merge_request_email</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-new_user_email">new_user_email</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-note_commit_email">note_commit_email</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-note_issue_email">note_issue_email</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-note_merge_request_email">note_merge_request_email</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-note_wall_email">note_wall_email</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>P</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-project_access_granted_email">project_access_granted_email</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-project_was_moved_email">project_was_moved_email</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>R</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-reassigned_issue_email">reassigned_issue_email</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-reassigned_merge_request_email">reassigned_merge_request_email</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-    <!-- Includes -->
-    <div class="sectiontitle">Included Modules</div>
-    <ul>
-      
-        <li>
-          
-            Resque::Mailer
-          
-        </li>
-      
-    </ul>
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-issue_status_changed_email">
-            
-              <b>issue_status_changed_email</b>(recipient_id, issue_id, status, updated_by_user_id)
-            
-            <a href="../classes/Notify.html#method-i-issue_status_changed_email" name="method-i-issue_status_changed_email" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-issue_status_changed_email_source')" id="l_method-i-issue_status_changed_email_source">show</a>
-                
-              </p>
-              <div id="method-i-issue_status_changed_email_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/mailers/notify.rb, line 32</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">issue_status_changed_email</span>(<span class="ruby-identifier">recipient_id</span>, <span class="ruby-identifier">issue_id</span>, <span class="ruby-identifier">status</span>, <span class="ruby-identifier">updated_by_user_id</span>)
-  <span class="ruby-ivar">@issue</span> = <span class="ruby-constant">Issue</span>.<span class="ruby-identifier">find</span> <span class="ruby-identifier">issue_id</span>
-  <span class="ruby-ivar">@issue_status</span> = <span class="ruby-identifier">status</span>
-  <span class="ruby-ivar">@project</span> = <span class="ruby-ivar">@issue</span>.<span class="ruby-identifier">project</span>
-  <span class="ruby-ivar">@updated_by</span> = <span class="ruby-constant">User</span>.<span class="ruby-identifier">find</span> <span class="ruby-identifier">updated_by_user_id</span>
-  <span class="ruby-identifier">mail</span>(<span class="ruby-identifier">to</span><span class="ruby-operator">:</span> <span class="ruby-identifier">recipient</span>(<span class="ruby-identifier">recipient_id</span>),
-      <span class="ruby-identifier">subject</span><span class="ruby-operator">:</span> <span class="ruby-identifier">subject</span>(<span class="ruby-node">&quot;changed issue ##{@issue.id}&quot;</span>, <span class="ruby-ivar">@issue</span>.<span class="ruby-identifier">title</span>))
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-new_issue_email">
-            
-              <b>new_issue_email</b>(issue_id)
-            
-            <a href="../classes/Notify.html#method-i-new_issue_email" name="method-i-new_issue_email" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p><a href="Issue.html">Issue</a></p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-new_issue_email_source')" id="l_method-i-new_issue_email_source">show</a>
-                
-              </p>
-              <div id="method-i-new_issue_email_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/mailers/notify.rb, line 19</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">new_issue_email</span>(<span class="ruby-identifier">issue_id</span>)
-  <span class="ruby-ivar">@issue</span> = <span class="ruby-constant">Issue</span>.<span class="ruby-identifier">find</span>(<span class="ruby-identifier">issue_id</span>)
-  <span class="ruby-ivar">@project</span> = <span class="ruby-ivar">@issue</span>.<span class="ruby-identifier">project</span>
-  <span class="ruby-identifier">mail</span>(<span class="ruby-identifier">to</span><span class="ruby-operator">:</span> <span class="ruby-ivar">@issue</span>.<span class="ruby-identifier">assignee_email</span>, <span class="ruby-identifier">subject</span><span class="ruby-operator">:</span> <span class="ruby-identifier">subject</span>(<span class="ruby-node">&quot;new issue ##{@issue.id}&quot;</span>, <span class="ruby-ivar">@issue</span>.<span class="ruby-identifier">title</span>))
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-new_merge_request_email">
-            
-              <b>new_merge_request_email</b>(merge_request_id)
-            
-            <a href="../classes/Notify.html#method-i-new_merge_request_email" name="method-i-new_merge_request_email" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Merge Request</p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-new_merge_request_email_source')" id="l_method-i-new_merge_request_email_source">show</a>
-                
-              </p>
-              <div id="method-i-new_merge_request_email_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/mailers/notify.rb, line 47</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">new_merge_request_email</span>(<span class="ruby-identifier">merge_request_id</span>)
-  <span class="ruby-ivar">@merge_request</span> = <span class="ruby-constant">MergeRequest</span>.<span class="ruby-identifier">find</span>(<span class="ruby-identifier">merge_request_id</span>)
-  <span class="ruby-ivar">@project</span> = <span class="ruby-ivar">@merge_request</span>.<span class="ruby-identifier">project</span>
-  <span class="ruby-identifier">mail</span>(<span class="ruby-identifier">to</span><span class="ruby-operator">:</span> <span class="ruby-ivar">@merge_request</span>.<span class="ruby-identifier">assignee_email</span>, <span class="ruby-identifier">subject</span><span class="ruby-operator">:</span> <span class="ruby-identifier">subject</span>(<span class="ruby-node">&quot;new merge request !#{@merge_request.id}&quot;</span>, <span class="ruby-ivar">@merge_request</span>.<span class="ruby-identifier">title</span>))
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-new_user_email">
-            
-              <b>new_user_email</b>(user_id, password)
-            
-            <a href="../classes/Notify.html#method-i-new_user_email" name="method-i-new_user_email" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p><a href="User.html">User</a></p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-new_user_email_source')" id="l_method-i-new_user_email_source">show</a>
-                
-              </p>
-              <div id="method-i-new_user_email_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/mailers/notify.rb, line 118</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">new_user_email</span>(<span class="ruby-identifier">user_id</span>, <span class="ruby-identifier">password</span>)
-  <span class="ruby-ivar">@user</span> = <span class="ruby-constant">User</span>.<span class="ruby-identifier">find</span>(<span class="ruby-identifier">user_id</span>)
-  <span class="ruby-ivar">@password</span> = <span class="ruby-identifier">password</span>
-  <span class="ruby-identifier">mail</span>(<span class="ruby-identifier">to</span><span class="ruby-operator">:</span> <span class="ruby-ivar">@user</span>.<span class="ruby-identifier">email</span>, <span class="ruby-identifier">subject</span><span class="ruby-operator">:</span> <span class="ruby-identifier">subject</span>(<span class="ruby-string">&quot;Account was created for you&quot;</span>))
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-note_commit_email">
-            
-              <b>note_commit_email</b>(recipient_id, note_id)
-            
-            <a href="../classes/Notify.html#method-i-note_commit_email" name="method-i-note_commit_email" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p><a href="Note.html">Note</a></p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-note_commit_email_source')" id="l_method-i-note_commit_email_source">show</a>
-                
-              </p>
-              <div id="method-i-note_commit_email_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/mailers/notify.rb, line 66</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">note_commit_email</span>(<span class="ruby-identifier">recipient_id</span>, <span class="ruby-identifier">note_id</span>)
-  <span class="ruby-ivar">@note</span> = <span class="ruby-constant">Note</span>.<span class="ruby-identifier">find</span>(<span class="ruby-identifier">note_id</span>)
-  <span class="ruby-ivar">@commit</span> = <span class="ruby-ivar">@note</span>.<span class="ruby-identifier">noteable</span>
-  <span class="ruby-ivar">@commit</span> = <span class="ruby-constant">CommitDecorator</span>.<span class="ruby-identifier">decorate</span>(<span class="ruby-ivar">@commit</span>)
-  <span class="ruby-ivar">@project</span> = <span class="ruby-ivar">@note</span>.<span class="ruby-identifier">project</span>
-  <span class="ruby-identifier">mail</span>(<span class="ruby-identifier">to</span><span class="ruby-operator">:</span> <span class="ruby-identifier">recipient</span>(<span class="ruby-identifier">recipient_id</span>), <span class="ruby-identifier">subject</span><span class="ruby-operator">:</span> <span class="ruby-identifier">subject</span>(<span class="ruby-node">&quot;note for commit #{@commit.short_id}&quot;</span>, <span class="ruby-ivar">@commit</span>.<span class="ruby-identifier">title</span>))
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-note_issue_email">
-            
-              <b>note_issue_email</b>(recipient_id, note_id)
-            
-            <a href="../classes/Notify.html#method-i-note_issue_email" name="method-i-note_issue_email" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-note_issue_email_source')" id="l_method-i-note_issue_email_source">show</a>
-                
-              </p>
-              <div id="method-i-note_issue_email_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/mailers/notify.rb, line 74</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">note_issue_email</span>(<span class="ruby-identifier">recipient_id</span>, <span class="ruby-identifier">note_id</span>)
-  <span class="ruby-ivar">@note</span> = <span class="ruby-constant">Note</span>.<span class="ruby-identifier">find</span>(<span class="ruby-identifier">note_id</span>)
-  <span class="ruby-ivar">@issue</span> = <span class="ruby-ivar">@note</span>.<span class="ruby-identifier">noteable</span>
-  <span class="ruby-ivar">@project</span> = <span class="ruby-ivar">@note</span>.<span class="ruby-identifier">project</span>
-  <span class="ruby-identifier">mail</span>(<span class="ruby-identifier">to</span><span class="ruby-operator">:</span> <span class="ruby-identifier">recipient</span>(<span class="ruby-identifier">recipient_id</span>), <span class="ruby-identifier">subject</span><span class="ruby-operator">:</span> <span class="ruby-identifier">subject</span>(<span class="ruby-node">&quot;note for issue ##{@issue.id}&quot;</span>))
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-note_merge_request_email">
-            
-              <b>note_merge_request_email</b>(recipient_id, note_id)
-            
-            <a href="../classes/Notify.html#method-i-note_merge_request_email" name="method-i-note_merge_request_email" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-note_merge_request_email_source')" id="l_method-i-note_merge_request_email_source">show</a>
-                
-              </p>
-              <div id="method-i-note_merge_request_email_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/mailers/notify.rb, line 81</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">note_merge_request_email</span>(<span class="ruby-identifier">recipient_id</span>, <span class="ruby-identifier">note_id</span>)
-  <span class="ruby-ivar">@note</span> = <span class="ruby-constant">Note</span>.<span class="ruby-identifier">find</span>(<span class="ruby-identifier">note_id</span>)
-  <span class="ruby-ivar">@merge_request</span> = <span class="ruby-ivar">@note</span>.<span class="ruby-identifier">noteable</span>
-  <span class="ruby-ivar">@project</span> = <span class="ruby-ivar">@note</span>.<span class="ruby-identifier">project</span>
-  <span class="ruby-identifier">mail</span>(<span class="ruby-identifier">to</span><span class="ruby-operator">:</span> <span class="ruby-identifier">recipient</span>(<span class="ruby-identifier">recipient_id</span>), <span class="ruby-identifier">subject</span><span class="ruby-operator">:</span> <span class="ruby-identifier">subject</span>(<span class="ruby-node">&quot;note for merge request !#{@merge_request.id}&quot;</span>))
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-note_wall_email">
-            
-              <b>note_wall_email</b>(recipient_id, note_id)
-            
-            <a href="../classes/Notify.html#method-i-note_wall_email" name="method-i-note_wall_email" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-note_wall_email_source')" id="l_method-i-note_wall_email_source">show</a>
-                
-              </p>
-              <div id="method-i-note_wall_email_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/mailers/notify.rb, line 88</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">note_wall_email</span>(<span class="ruby-identifier">recipient_id</span>, <span class="ruby-identifier">note_id</span>)
-  <span class="ruby-ivar">@note</span> = <span class="ruby-constant">Note</span>.<span class="ruby-identifier">find</span>(<span class="ruby-identifier">note_id</span>)
-  <span class="ruby-ivar">@project</span> = <span class="ruby-ivar">@note</span>.<span class="ruby-identifier">project</span>
-  <span class="ruby-identifier">mail</span>(<span class="ruby-identifier">to</span><span class="ruby-operator">:</span> <span class="ruby-identifier">recipient</span>(<span class="ruby-identifier">recipient_id</span>), <span class="ruby-identifier">subject</span><span class="ruby-operator">:</span> <span class="ruby-identifier">subject</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-project_access_granted_email">
-            
-              <b>project_access_granted_email</b>(user_project_id)
-            
-            <a href="../classes/Notify.html#method-i-project_access_granted_email" name="method-i-project_access_granted_email" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p><a href="Project.html">Project</a></p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-project_access_granted_email_source')" id="l_method-i-project_access_granted_email_source">show</a>
-                
-              </p>
-              <div id="method-i-project_access_granted_email_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/mailers/notify.rb, line 99</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">project_access_granted_email</span>(<span class="ruby-identifier">user_project_id</span>)
-  <span class="ruby-ivar">@users_project</span> = <span class="ruby-constant">UsersProject</span>.<span class="ruby-identifier">find</span> <span class="ruby-identifier">user_project_id</span>
-  <span class="ruby-ivar">@project</span> = <span class="ruby-ivar">@users_project</span>.<span class="ruby-identifier">project</span>
-  <span class="ruby-identifier">mail</span>(<span class="ruby-identifier">to</span><span class="ruby-operator">:</span> <span class="ruby-ivar">@users_project</span>.<span class="ruby-identifier">user</span>.<span class="ruby-identifier">email</span>,
-       <span class="ruby-identifier">subject</span><span class="ruby-operator">:</span> <span class="ruby-identifier">subject</span>(<span class="ruby-string">&quot;access to project was granted&quot;</span>))
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-project_was_moved_email">
-            
-              <b>project_was_moved_email</b>(user_project_id)
-            
-            <a href="../classes/Notify.html#method-i-project_was_moved_email" name="method-i-project_was_moved_email" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-project_was_moved_email_source')" id="l_method-i-project_was_moved_email_source">show</a>
-                
-              </p>
-              <div id="method-i-project_was_moved_email_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/mailers/notify.rb, line 107</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">project_was_moved_email</span>(<span class="ruby-identifier">user_project_id</span>)
-  <span class="ruby-ivar">@users_project</span> = <span class="ruby-constant">UsersProject</span>.<span class="ruby-identifier">find</span> <span class="ruby-identifier">user_project_id</span>
-  <span class="ruby-ivar">@project</span> = <span class="ruby-ivar">@users_project</span>.<span class="ruby-identifier">project</span>
-  <span class="ruby-identifier">mail</span>(<span class="ruby-identifier">to</span><span class="ruby-operator">:</span> <span class="ruby-ivar">@users_project</span>.<span class="ruby-identifier">user</span>.<span class="ruby-identifier">email</span>,
-       <span class="ruby-identifier">subject</span><span class="ruby-operator">:</span> <span class="ruby-identifier">subject</span>(<span class="ruby-string">&quot;project was moved&quot;</span>))
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-reassigned_issue_email">
-            
-              <b>reassigned_issue_email</b>(recipient_id, issue_id, previous_assignee_id)
-            
-            <a href="../classes/Notify.html#method-i-reassigned_issue_email" name="method-i-reassigned_issue_email" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-reassigned_issue_email_source')" id="l_method-i-reassigned_issue_email_source">show</a>
-                
-              </p>
-              <div id="method-i-reassigned_issue_email_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/mailers/notify.rb, line 25</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">reassigned_issue_email</span>(<span class="ruby-identifier">recipient_id</span>, <span class="ruby-identifier">issue_id</span>, <span class="ruby-identifier">previous_assignee_id</span>)
-  <span class="ruby-ivar">@issue</span> = <span class="ruby-constant">Issue</span>.<span class="ruby-identifier">find</span>(<span class="ruby-identifier">issue_id</span>)
-  <span class="ruby-ivar">@previous_assignee</span> <span class="ruby-operator">||=</span> <span class="ruby-constant">User</span>.<span class="ruby-identifier">find</span>(<span class="ruby-identifier">previous_assignee_id</span>)
-  <span class="ruby-ivar">@project</span> = <span class="ruby-ivar">@issue</span>.<span class="ruby-identifier">project</span>
-  <span class="ruby-identifier">mail</span>(<span class="ruby-identifier">to</span><span class="ruby-operator">:</span> <span class="ruby-identifier">recipient</span>(<span class="ruby-identifier">recipient_id</span>), <span class="ruby-identifier">subject</span><span class="ruby-operator">:</span> <span class="ruby-identifier">subject</span>(<span class="ruby-node">&quot;changed issue ##{@issue.id}&quot;</span>, <span class="ruby-ivar">@issue</span>.<span class="ruby-identifier">title</span>))
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-reassigned_merge_request_email">
-            
-              <b>reassigned_merge_request_email</b>(recipient_id, merge_request_id, previous_assignee_id)
-            
-            <a href="../classes/Notify.html#method-i-reassigned_merge_request_email" name="method-i-reassigned_merge_request_email" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-reassigned_merge_request_email_source')" id="l_method-i-reassigned_merge_request_email_source">show</a>
-                
-              </p>
-              <div id="method-i-reassigned_merge_request_email_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/mailers/notify.rb, line 53</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">reassigned_merge_request_email</span>(<span class="ruby-identifier">recipient_id</span>, <span class="ruby-identifier">merge_request_id</span>, <span class="ruby-identifier">previous_assignee_id</span>)
-  <span class="ruby-ivar">@merge_request</span> = <span class="ruby-constant">MergeRequest</span>.<span class="ruby-identifier">find</span>(<span class="ruby-identifier">merge_request_id</span>)
-  <span class="ruby-ivar">@previous_assignee</span> <span class="ruby-operator">||=</span> <span class="ruby-constant">User</span>.<span class="ruby-identifier">find</span>(<span class="ruby-identifier">previous_assignee_id</span>)
-  <span class="ruby-ivar">@project</span> = <span class="ruby-ivar">@merge_request</span>.<span class="ruby-identifier">project</span>
-  <span class="ruby-identifier">mail</span>(<span class="ruby-identifier">to</span><span class="ruby-operator">:</span> <span class="ruby-identifier">recipient</span>(<span class="ruby-identifier">recipient_id</span>), <span class="ruby-identifier">subject</span><span class="ruby-operator">:</span> <span class="ruby-identifier">subject</span>(<span class="ruby-node">&quot;changed merge request !#{@merge_request.id}&quot;</span>, <span class="ruby-ivar">@merge_request</span>.<span class="ruby-identifier">title</span>))
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Object.html b/doc/code/classes/Object.html
deleted file mode 100644
index 5ebc2dcde50d7d95f908eab1c6a6679061c63ac3..0000000000000000000000000000000000000000
--- a/doc/code/classes/Object.html
+++ /dev/null
@@ -1,88 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Object</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Object 
-            
-                <span class="parent">&lt; 
-                    
-                    BasicObject
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/config/initializers/3_grit_ext_rb.html">config/initializers/3_grit_ext.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-
-  
-    <!-- Includes -->
-    <div class="sectiontitle">Included Modules</div>
-    <ul>
-      
-        <li>
-          
-            Linguist::BlobHelper
-          
-        </li>
-      
-    </ul>
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/OmniauthCallbacksController.html b/doc/code/classes/OmniauthCallbacksController.html
deleted file mode 100644
index 5f54fc02036b3e727c8d936bfbbbfd4ae596b3a1..0000000000000000000000000000000000000000
--- a/doc/code/classes/OmniauthCallbacksController.html
+++ /dev/null
@@ -1,188 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>OmniauthCallbacksController</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            OmniauthCallbacksController 
-            
-                <span class="parent">&lt; 
-                    
-                    Devise::OmniauthCallbacksController
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/controllers/omniauth_callbacks_controller_rb.html">app/controllers/omniauth_callbacks_controller.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>F</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-failure_message">failure_message</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>L</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-ldap">ldap</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-failure_message">
-            
-              <b>failure_message</b>()
-            
-            <a href="../classes/OmniauthCallbacksController.html#method-i-failure_message" name="method-i-failure_message" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Extend the standard message generation to accept our custom exception</p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-failure_message_source')" id="l_method-i-failure_message_source">show</a>
-                
-              </p>
-              <div id="method-i-failure_message_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/omniauth_callbacks_controller.rb, line 9</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">failure_message</span>
-  <span class="ruby-identifier">exception</span> = <span class="ruby-identifier">env</span>[<span class="ruby-string">&quot;omniauth.error&quot;</span>]
-  <span class="ruby-identifier">error</span>   = <span class="ruby-identifier">exception</span>.<span class="ruby-identifier">error_reason</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">exception</span>.<span class="ruby-identifier">respond_to?</span>(<span class="ruby-value">:error_reason</span>)
-  <span class="ruby-identifier">error</span> <span class="ruby-operator">||=</span> <span class="ruby-identifier">exception</span>.<span class="ruby-identifier">error</span>        <span class="ruby-keyword">if</span> <span class="ruby-identifier">exception</span>.<span class="ruby-identifier">respond_to?</span>(<span class="ruby-value">:error</span>)
-  <span class="ruby-identifier">error</span> <span class="ruby-operator">||=</span> <span class="ruby-identifier">exception</span>.<span class="ruby-identifier">message</span>      <span class="ruby-keyword">if</span> <span class="ruby-identifier">exception</span>.<span class="ruby-identifier">respond_to?</span>(<span class="ruby-value">:message</span>)
-  <span class="ruby-identifier">error</span> <span class="ruby-operator">||=</span> <span class="ruby-identifier">env</span>[<span class="ruby-string">&quot;omniauth.error.type&quot;</span>].<span class="ruby-identifier">to_s</span>
-  <span class="ruby-identifier">error</span>.<span class="ruby-identifier">to_s</span>.<span class="ruby-identifier">humanize</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">error</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-ldap">
-            
-              <b>ldap</b>()
-            
-            <a href="../classes/OmniauthCallbacksController.html#method-i-ldap" name="method-i-ldap" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-ldap_source')" id="l_method-i-ldap_source">show</a>
-                
-              </p>
-              <div id="method-i-ldap_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/omniauth_callbacks_controller.rb, line 18</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">ldap</span>
-  <span class="ruby-comment"># We only find ourselves here if the authentication to LDAP was successful.</span>
-  <span class="ruby-ivar">@user</span> = <span class="ruby-constant">User</span>.<span class="ruby-identifier">find_for_ldap_auth</span>(<span class="ruby-identifier">request</span>.<span class="ruby-identifier">env</span>[<span class="ruby-string">&quot;omniauth.auth&quot;</span>], <span class="ruby-identifier">current_user</span>)
-  <span class="ruby-keyword">if</span> <span class="ruby-ivar">@user</span>.<span class="ruby-identifier">persisted?</span>
-    <span class="ruby-ivar">@user</span>.<span class="ruby-identifier">remember_me</span> = <span class="ruby-keyword">true</span>
-  <span class="ruby-keyword">end</span>
-  <span class="ruby-identifier">sign_in_and_redirect</span> <span class="ruby-ivar">@user</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/PostReceive.html b/doc/code/classes/PostReceive.html
deleted file mode 100644
index d078e65eaf3bfcfbc2ca1e74667e57024c316f3f..0000000000000000000000000000000000000000
--- a/doc/code/classes/PostReceive.html
+++ /dev/null
@@ -1,149 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>PostReceive</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            PostReceive 
-            
-                <span class="parent">&lt; 
-                    
-                    Object
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/workers/post_receive_rb.html">app/workers/post_receive.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>P</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-c-perform">perform</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-    
-      <div class="sectiontitle">Class Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-c-perform">
-            
-              <b>perform</b>(repo_path, oldrev, newrev, ref, identifier)
-            
-            <a href="../classes/PostReceive.html#method-c-perform" name="method-c-perform" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-perform_source')" id="l_method-c-perform_source">show</a>
-                
-              </p>
-              <div id="method-c-perform_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/workers/post_receive.rb, line 4</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">self</span>.<span class="ruby-identifier">perform</span>(<span class="ruby-identifier">repo_path</span>, <span class="ruby-identifier">oldrev</span>, <span class="ruby-identifier">newrev</span>, <span class="ruby-identifier">ref</span>, <span class="ruby-identifier">identifier</span>)
-  <span class="ruby-identifier">repo_path</span>.<span class="ruby-identifier">gsub!</span>(<span class="ruby-constant">Gitlab</span>.<span class="ruby-identifier">config</span>.<span class="ruby-identifier">gitolite</span>.<span class="ruby-identifier">repos_path</span>.<span class="ruby-identifier">to_s</span>, <span class="ruby-string">&quot;&quot;</span>)
-  <span class="ruby-identifier">repo_path</span>.<span class="ruby-identifier">gsub!</span>(<span class="ruby-regexp">%r.git$/</span>, <span class="ruby-string">&quot;&quot;</span>)
-  <span class="ruby-identifier">repo_path</span>.<span class="ruby-identifier">gsub!</span>(<span class="ruby-regexp">%r^\//</span>, <span class="ruby-string">&quot;&quot;</span>)
-
-  <span class="ruby-identifier">project</span> = <span class="ruby-constant">Project</span>.<span class="ruby-identifier">find_with_namespace</span>(<span class="ruby-identifier">repo_path</span>)
-  <span class="ruby-keyword">return</span> <span class="ruby-keyword">false</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">project</span>.<span class="ruby-identifier">nil?</span>
-
-  <span class="ruby-comment"># Ignore push from non-gitlab users</span>
-  <span class="ruby-identifier">user</span> = <span class="ruby-keyword">if</span> <span class="ruby-identifier">identifier</span>.<span class="ruby-identifier">eql?</span> <span class="ruby-constant">Gitlab</span>.<span class="ruby-identifier">config</span>.<span class="ruby-identifier">gitolite</span>.<span class="ruby-identifier">admin_key</span>
-    <span class="ruby-identifier">email</span> = <span class="ruby-identifier">project</span>.<span class="ruby-identifier">commit</span>(<span class="ruby-identifier">newrev</span>).<span class="ruby-identifier">author</span>.<span class="ruby-identifier">email</span> <span class="ruby-keyword">rescue</span> <span class="ruby-keyword">nil</span>
-    <span class="ruby-constant">User</span>.<span class="ruby-identifier">find_by_email</span>(<span class="ruby-identifier">email</span>) <span class="ruby-keyword">if</span> <span class="ruby-identifier">email</span>
-  <span class="ruby-keyword">elsif</span> <span class="ruby-regexp">%r^[A-Z0-9._%a-z\-]+@(?:[A-Z0-9a-z\-]+\.)+[A-Za-z]{2,4}$/</span>.<span class="ruby-identifier">match</span>(<span class="ruby-identifier">identifier</span>)
-    <span class="ruby-constant">User</span>.<span class="ruby-identifier">find_by_email</span>(<span class="ruby-identifier">identifier</span>)
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-constant">Key</span>.<span class="ruby-identifier">find_by_identifier</span>(<span class="ruby-identifier">identifier</span>).<span class="ruby-identifier">try</span>(<span class="ruby-value">:user</span>)
-  <span class="ruby-keyword">end</span>
-  <span class="ruby-keyword">return</span> <span class="ruby-keyword">false</span> <span class="ruby-keyword">unless</span> <span class="ruby-identifier">user</span>
-
-  <span class="ruby-identifier">project</span>.<span class="ruby-identifier">trigger_post_receive</span>(<span class="ruby-identifier">oldrev</span>, <span class="ruby-identifier">newrev</span>, <span class="ruby-identifier">ref</span>, <span class="ruby-identifier">user</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                        </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/ProfileHelper.html b/doc/code/classes/ProfileHelper.html
deleted file mode 100644
index edab69523e1d9ac79eacfae465a16b81894945c5..0000000000000000000000000000000000000000
--- a/doc/code/classes/ProfileHelper.html
+++ /dev/null
@@ -1,127 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>ProfileHelper</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Module</span> 
-            ProfileHelper 
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/helpers/profile_helper_rb.html">app/helpers/profile_helper.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>O</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-oauth_active_class">oauth_active_class</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-oauth_active_class">
-            
-              <b>oauth_active_class</b>(provider)
-            
-            <a href="../classes/ProfileHelper.html#method-i-oauth_active_class" name="method-i-oauth_active_class" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-oauth_active_class_source')" id="l_method-i-oauth_active_class_source">show</a>
-                
-              </p>
-              <div id="method-i-oauth_active_class_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/helpers/profile_helper.rb, line 2</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">oauth_active_class</span> <span class="ruby-identifier">provider</span>
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">current_user</span>.<span class="ruby-identifier">provider</span> <span class="ruby-operator">==</span> <span class="ruby-identifier">provider</span>.<span class="ruby-identifier">to_s</span>
-    <span class="ruby-string">'active'</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/ProfilesController.html b/doc/code/classes/ProfilesController.html
deleted file mode 100644
index faf4874ab457ac0039de89b89d1c01df8ad16372..0000000000000000000000000000000000000000
--- a/doc/code/classes/ProfilesController.html
+++ /dev/null
@@ -1,513 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>ProfilesController</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            ProfilesController 
-            
-                <span class="parent">&lt; 
-                    
-                    <a href="ApplicationController.html">ApplicationController</a>
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/controllers/profiles_controller_rb.html">app/controllers/profiles_controller.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>A</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-account">account</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>D</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-design">design</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>H</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-history">history</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>R</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-reset_private_token">reset_private_token</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>S</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-show">show</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>T</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-token">token</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>U</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-update">update</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-update_password">update_password</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-update_username">update_username</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-account">
-            
-              <b>account</b>()
-            
-            <a href="../classes/ProfilesController.html#method-i-account" name="method-i-account" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-account_source')" id="l_method-i-account_source">show</a>
-                
-              </p>
-              <div id="method-i-account_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/profiles_controller.rb, line 11</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">account</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-design">
-            
-              <b>design</b>()
-            
-            <a href="../classes/ProfilesController.html#method-i-design" name="method-i-design" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-design_source')" id="l_method-i-design_source">show</a>
-                
-              </p>
-              <div id="method-i-design_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/profiles_controller.rb, line 8</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">design</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-history">
-            
-              <b>history</b>()
-            
-            <a href="../classes/ProfilesController.html#method-i-history" name="method-i-history" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-history_source')" id="l_method-i-history_source">show</a>
-                
-              </p>
-              <div id="method-i-history_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/profiles_controller.rb, line 49</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">history</span>
-  <span class="ruby-ivar">@events</span> = <span class="ruby-identifier">current_user</span>.<span class="ruby-identifier">recent_events</span>.<span class="ruby-identifier">page</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:page</span>]).<span class="ruby-identifier">per</span>(<span class="ruby-number">20</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-reset_private_token">
-            
-              <b>reset_private_token</b>()
-            
-            <a href="../classes/ProfilesController.html#method-i-reset_private_token" name="method-i-reset_private_token" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-reset_private_token_source')" id="l_method-i-reset_private_token_source">show</a>
-                
-              </p>
-              <div id="method-i-reset_private_token_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/profiles_controller.rb, line 41</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">reset_private_token</span>
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">current_user</span>.<span class="ruby-identifier">reset_authentication_token!</span>
-    <span class="ruby-identifier">flash</span>[<span class="ruby-value">:notice</span>] = <span class="ruby-string">&quot;Token was successfully updated&quot;</span>
-  <span class="ruby-keyword">end</span>
-
-  <span class="ruby-identifier">redirect_to</span> <span class="ruby-identifier">account_profile_path</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-show">
-            
-              <b>show</b>()
-            
-            <a href="../classes/ProfilesController.html#method-i-show" name="method-i-show" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-show_source')" id="l_method-i-show_source">show</a>
-                
-              </p>
-              <div id="method-i-show_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/profiles_controller.rb, line 5</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">show</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-token">
-            
-              <b>token</b>()
-            
-            <a href="../classes/ProfilesController.html#method-i-token" name="method-i-token" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-token_source')" id="l_method-i-token_source">show</a>
-                
-              </p>
-              <div id="method-i-token_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/profiles_controller.rb, line 27</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">token</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-update">
-            
-              <b>update</b>()
-            
-            <a href="../classes/ProfilesController.html#method-i-update" name="method-i-update" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-update_source')" id="l_method-i-update_source">show</a>
-                
-              </p>
-              <div id="method-i-update_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/profiles_controller.rb, line 14</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">update</span>
-  <span class="ruby-keyword">if</span> <span class="ruby-ivar">@user</span>.<span class="ruby-identifier">update_attributes</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:user</span>])
-    <span class="ruby-identifier">flash</span>[<span class="ruby-value">:notice</span>] = <span class="ruby-string">&quot;Profile was successfully updated&quot;</span>
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-identifier">flash</span>[<span class="ruby-value">:alert</span>] = <span class="ruby-string">&quot;Failed to update profile&quot;</span>
-  <span class="ruby-keyword">end</span>
-
-  <span class="ruby-identifier">respond_to</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">format</span><span class="ruby-operator">|</span>
-    <span class="ruby-identifier">format</span>.<span class="ruby-identifier">html</span> { <span class="ruby-identifier">redirect_to</span> <span class="ruby-value">:back</span> }
-    <span class="ruby-identifier">format</span>.<span class="ruby-identifier">js</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-update_password">
-            
-              <b>update_password</b>()
-            
-            <a href="../classes/ProfilesController.html#method-i-update_password" name="method-i-update_password" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-update_password_source')" id="l_method-i-update_password_source">show</a>
-                
-              </p>
-              <div id="method-i-update_password_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/profiles_controller.rb, line 30</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">update_password</span>
-  <span class="ruby-identifier">params</span>[<span class="ruby-value">:user</span>].<span class="ruby-identifier">reject!</span>{ <span class="ruby-operator">|</span><span class="ruby-identifier">k</span>, <span class="ruby-identifier">v</span><span class="ruby-operator">|</span> <span class="ruby-identifier">k</span> <span class="ruby-operator">!=</span> <span class="ruby-string">&quot;password&quot;</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">k</span> <span class="ruby-operator">!=</span> <span class="ruby-string">&quot;password_confirmation&quot;</span>}
-
-  <span class="ruby-keyword">if</span> <span class="ruby-ivar">@user</span>.<span class="ruby-identifier">update_attributes</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:user</span>])
-    <span class="ruby-identifier">flash</span>[<span class="ruby-value">:notice</span>] = <span class="ruby-string">&quot;Password was successfully updated. Please login with it&quot;</span>
-    <span class="ruby-identifier">redirect_to</span> <span class="ruby-identifier">new_user_session_path</span>
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-identifier">render</span> <span class="ruby-string">'account'</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-update_username">
-            
-              <b>update_username</b>()
-            
-            <a href="../classes/ProfilesController.html#method-i-update_username" name="method-i-update_username" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-update_username_source')" id="l_method-i-update_username_source">show</a>
-                
-              </p>
-              <div id="method-i-update_username_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/profiles_controller.rb, line 53</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">update_username</span>
-  <span class="ruby-ivar">@user</span>.<span class="ruby-identifier">update_attributes</span>(<span class="ruby-identifier">username</span><span class="ruby-operator">:</span> <span class="ruby-identifier">params</span>[<span class="ruby-value">:user</span>][<span class="ruby-value">:username</span>])
-
-  <span class="ruby-identifier">respond_to</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">format</span><span class="ruby-operator">|</span>
-    <span class="ruby-identifier">format</span>.<span class="ruby-identifier">js</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Project.html b/doc/code/classes/Project.html
deleted file mode 100644
index 004285485a1661f65e52c588afa6294b7896771f..0000000000000000000000000000000000000000
--- a/doc/code/classes/Project.html
+++ /dev/null
@@ -1,1392 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Project</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Project 
-            
-                <span class="parent">&lt; 
-                    
-                    ActiveRecord::Base
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/models/project_rb.html">app/models/project.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="Project/TransferError.html">Project::TransferError</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>A</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-c-access_options">access_options</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-c-active">active</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-c-authorized_for">authorized_for</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>B</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-build_commit_note">build_commit_note</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>C</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-check_limit">check_limit</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-code">code</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-commit_line_notes">commit_line_notes</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-commit_notes">commit_notes</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-common_notes">common_notes</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-c-create_by_user">create_by_user</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>F</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-c-find_with_namespace">find_with_namespace</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>G</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-git_error-3F">git_error?</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-gitlab_ci-3F">gitlab_ci?</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>I</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-issues_labels">issues_labels</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-items_for">items_for</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>L</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-last_activity">last_activity</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-last_activity_date">last_activity_date</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>P</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-private-3F">private?</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-project_id">project_id</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-public-3F">public?</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>R</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-repo_name">repo_name</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>S</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-saved-3F">saved?</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-c-search">search</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-send_move_instructions">send_move_instructions</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-services">services</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>T</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-to_param">to_param</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>W</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-web_url">web_url</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-    <!-- Includes -->
-    <div class="sectiontitle">Included Modules</div>
-    <ul>
-      
-        <li>
-          
-            <a href="Repository.html">
-              Repository
-            </a>
-          
-        </li>
-      
-        <li>
-          
-            <a href="PushObserver.html">
-              PushObserver
-            </a>
-          
-        </li>
-      
-        <li>
-          
-            <a href="Authority.html">
-              Authority
-            </a>
-          
-        </li>
-      
-        <li>
-          
-            <a href="Team.html">
-              Team
-            </a>
-          
-        </li>
-      
-        <li>
-          
-            <a href="NamespacedProject.html">
-              NamespacedProject
-            </a>
-          
-        </li>
-      
-    </ul>
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-      <!-- Section attributes -->
-      <div class="sectiontitle">Attributes</div>
-      <table border='0' cellpadding='5'>
-        
-          <tr valign='top'>
-            <td class='attr-rw'>
-              [RW]
-            </td>
-            <td class='attr-name'>error_code</td>
-            <td class='attr-desc'></td>
-          </tr>
-        
-      </table>
-    
-
-
-    <!-- Methods -->
-    
-      <div class="sectiontitle">Class Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-c-access_options">
-            
-              <b>access_options</b>()
-            
-            <a href="../classes/Project.html#method-c-access_options" name="method-c-access_options" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-access_options_source')" id="l_method-c-access_options_source">show</a>
-                
-              </p>
-              <div id="method-c-access_options_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/project.rb, line 163</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">access_options</span>
-  <span class="ruby-constant">UsersProject</span>.<span class="ruby-identifier">access_roles</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-c-active">
-            
-              <b>active</b>()
-            
-            <a href="../classes/Project.html#method-c-active" name="method-c-active" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-active_source')" id="l_method-c-active_source">show</a>
-                
-              </p>
-              <div id="method-c-active_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/project.rb, line 96</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">active</span>
-  <span class="ruby-identifier">joins</span>(<span class="ruby-value">:issues</span>, <span class="ruby-value">:notes</span>, <span class="ruby-value">:merge_requests</span>).<span class="ruby-identifier">order</span>(<span class="ruby-string">&quot;issues.created_at, notes.created_at, merge_requests.created_at DESC&quot;</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-c-authorized_for">
-            
-              <b>authorized_for</b>(user)
-            
-            <a href="../classes/Project.html#method-c-authorized_for" name="method-c-authorized_for" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-authorized_for_source')" id="l_method-c-authorized_for_source">show</a>
-                
-              </p>
-              <div id="method-c-authorized_for_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/project.rb, line 91</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">authorized_for</span> <span class="ruby-identifier">user</span>
-  <span class="ruby-identifier">projects</span> = <span class="ruby-identifier">includes</span>(<span class="ruby-value">:users_projects</span>, <span class="ruby-value">:namespace</span>)
-  <span class="ruby-identifier">projects</span> = <span class="ruby-identifier">projects</span>.<span class="ruby-identifier">where</span>(<span class="ruby-string">&quot;users_projects.user_id = :user_id or projects.owner_id = :user_id or namespaces.owner_id = :user_id&quot;</span>, <span class="ruby-identifier">user_id</span><span class="ruby-operator">:</span> <span class="ruby-identifier">user</span>.<span class="ruby-identifier">id</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-c-create_by_user">
-            
-              <b>create_by_user</b>(params, user)
-            
-            <a href="../classes/Project.html#method-c-create_by_user" name="method-c-create_by_user" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-create_by_user_source')" id="l_method-c-create_by_user_source">show</a>
-                
-              </p>
-              <div id="method-c-create_by_user_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/project.rb, line 114</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">create_by_user</span>(<span class="ruby-identifier">params</span>, <span class="ruby-identifier">user</span>)
-  <span class="ruby-identifier">namespace_id</span> = <span class="ruby-identifier">params</span>.<span class="ruby-identifier">delete</span>(<span class="ruby-value">:namespace_id</span>)
-
-  <span class="ruby-identifier">project</span> = <span class="ruby-constant">Project</span>.<span class="ruby-identifier">new</span> <span class="ruby-identifier">params</span>
-
-  <span class="ruby-constant">Project</span>.<span class="ruby-identifier">transaction</span> <span class="ruby-keyword">do</span>
-
-    <span class="ruby-comment"># Parametrize path for project</span>
-    <span class="ruby-comment">#</span>
-    <span class="ruby-comment"># Ex.</span>
-    <span class="ruby-comment">#  'GitLab HQ'.parameterize =&gt; &quot;gitlab-hq&quot;</span>
-    <span class="ruby-comment">#</span>
-    <span class="ruby-identifier">project</span>.<span class="ruby-identifier">path</span> = <span class="ruby-identifier">project</span>.<span class="ruby-identifier">name</span>.<span class="ruby-identifier">dup</span>.<span class="ruby-identifier">parameterize</span>
-
-    <span class="ruby-identifier">project</span>.<span class="ruby-identifier">owner</span> = <span class="ruby-identifier">user</span>
-
-    <span class="ruby-comment"># Apply namespace if user has access to it</span>
-    <span class="ruby-comment"># else fallback to user namespace</span>
-    <span class="ruby-keyword">if</span> <span class="ruby-identifier">namespace_id</span> <span class="ruby-operator">!=</span> <span class="ruby-constant">Namespace</span>.<span class="ruby-identifier">global_id</span>
-      <span class="ruby-identifier">project</span>.<span class="ruby-identifier">namespace_id</span> = <span class="ruby-identifier">user</span>.<span class="ruby-identifier">namespace_id</span>
-
-      <span class="ruby-keyword">if</span> <span class="ruby-identifier">namespace_id</span>
-        <span class="ruby-identifier">group</span> = <span class="ruby-constant">Group</span>.<span class="ruby-identifier">find_by_id</span>(<span class="ruby-identifier">namespace_id</span>)
-        <span class="ruby-keyword">if</span> <span class="ruby-identifier">user</span>.<span class="ruby-identifier">can?</span> <span class="ruby-value">:manage_group</span>, <span class="ruby-identifier">group</span>
-          <span class="ruby-identifier">project</span>.<span class="ruby-identifier">namespace_id</span> = <span class="ruby-identifier">namespace_id</span>
-        <span class="ruby-keyword">end</span>
-      <span class="ruby-keyword">end</span>
-    <span class="ruby-keyword">end</span>
-
-    <span class="ruby-identifier">project</span>.<span class="ruby-identifier">save!</span>
-
-    <span class="ruby-comment"># Add user as project master</span>
-    <span class="ruby-identifier">project</span>.<span class="ruby-identifier">users_projects</span>.<span class="ruby-identifier">create!</span>(<span class="ruby-identifier">project_access</span><span class="ruby-operator">:</span> <span class="ruby-constant">UsersProject</span><span class="ruby-operator">::</span><span class="ruby-constant">MASTER</span>, <span class="ruby-identifier">user</span><span class="ruby-operator">:</span> <span class="ruby-identifier">user</span>)
-
-    <span class="ruby-comment"># when project saved no team member exist so</span>
-    <span class="ruby-comment"># project repository should be updated after first user add</span>
-    <span class="ruby-identifier">project</span>.<span class="ruby-identifier">update_repository</span>
-  <span class="ruby-keyword">end</span>
-
-  <span class="ruby-identifier">project</span>
-<span class="ruby-keyword">rescue</span> <span class="ruby-constant">Gitlab</span><span class="ruby-operator">::</span><span class="ruby-constant">Gitolite</span><span class="ruby-operator">::</span><span class="ruby-constant">AccessDenied</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-identifier">ex</span>
-  <span class="ruby-identifier">project</span>.<span class="ruby-identifier">error_code</span> = <span class="ruby-value">:gitolite</span>
-  <span class="ruby-identifier">project</span>
-<span class="ruby-keyword">rescue</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-identifier">ex</span>
-  <span class="ruby-identifier">project</span>.<span class="ruby-identifier">error_code</span> = <span class="ruby-value">:db</span>
-  <span class="ruby-identifier">project</span>.<span class="ruby-identifier">errors</span>.<span class="ruby-identifier">add</span>(<span class="ruby-value">:base</span>, <span class="ruby-string">&quot;Can't save project. Please try again later&quot;</span>)
-  <span class="ruby-identifier">project</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-c-find_with_namespace">
-            
-              <b>find_with_namespace</b>(id)
-            
-            <a href="../classes/Project.html#method-c-find_with_namespace" name="method-c-find_with_namespace" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-find_with_namespace_source')" id="l_method-c-find_with_namespace_source">show</a>
-                
-              </p>
-              <div id="method-c-find_with_namespace_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/project.rb, line 104</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">find_with_namespace</span>(<span class="ruby-identifier">id</span>)
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">id</span>.<span class="ruby-identifier">include?</span>(<span class="ruby-string">&quot;/&quot;</span>)
-    <span class="ruby-identifier">id</span> = <span class="ruby-identifier">id</span>.<span class="ruby-identifier">split</span>(<span class="ruby-string">&quot;/&quot;</span>)
-    <span class="ruby-identifier">namespace_id</span> = <span class="ruby-constant">Namespace</span>.<span class="ruby-identifier">find_by_path</span>(<span class="ruby-identifier">id</span>.<span class="ruby-identifier">first</span>).<span class="ruby-identifier">id</span>
-    <span class="ruby-identifier">where</span>(<span class="ruby-identifier">namespace_id</span><span class="ruby-operator">:</span> <span class="ruby-identifier">namespace_id</span>).<span class="ruby-identifier">find_by_path</span>(<span class="ruby-identifier">id</span>.<span class="ruby-identifier">second</span>)
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-identifier">where</span>(<span class="ruby-identifier">path</span><span class="ruby-operator">:</span> <span class="ruby-identifier">id</span>, <span class="ruby-identifier">namespace_id</span><span class="ruby-operator">:</span> <span class="ruby-keyword">nil</span>).<span class="ruby-identifier">last</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-c-search">
-            
-              <b>search</b>(query)
-            
-            <a href="../classes/Project.html#method-c-search" name="method-c-search" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-search_source')" id="l_method-c-search_source">show</a>
-                
-              </p>
-              <div id="method-c-search_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/project.rb, line 100</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">search</span> <span class="ruby-identifier">query</span>
-  <span class="ruby-identifier">where</span>(<span class="ruby-string">&quot;projects.name LIKE :query OR projects.path LIKE :query&quot;</span>, <span class="ruby-identifier">query</span><span class="ruby-operator">:</span> <span class="ruby-node">&quot;%#{query}%&quot;</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                  
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-build_commit_note">
-            
-              <b>build_commit_note</b>(commit)
-            
-            <a href="../classes/Project.html#method-i-build_commit_note" name="method-i-build_commit_note" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-build_commit_note_source')" id="l_method-i-build_commit_note_source">show</a>
-                
-              </p>
-              <div id="method-i-build_commit_note_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/project.rb, line 208</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">build_commit_note</span>(<span class="ruby-identifier">commit</span>)
-  <span class="ruby-identifier">notes</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">commit_id</span><span class="ruby-operator">:</span> <span class="ruby-identifier">commit</span>.<span class="ruby-identifier">id</span>, <span class="ruby-identifier">noteable_type</span><span class="ruby-operator">:</span> <span class="ruby-string">&quot;Commit&quot;</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-check_limit">
-            
-              <b>check_limit</b>()
-            
-            <a href="../classes/Project.html#method-i-check_limit" name="method-i-check_limit" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-check_limit_source')" id="l_method-i-check_limit_source">show</a>
-                
-              </p>
-              <div id="method-i-check_limit_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/project.rb, line 176</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">check_limit</span>
-  <span class="ruby-keyword">unless</span> <span class="ruby-identifier">owner</span>.<span class="ruby-identifier">can_create_project?</span>
-    <span class="ruby-identifier">errors</span>[<span class="ruby-value">:base</span>] <span class="ruby-operator">&lt;&lt;</span> (<span class="ruby-node">&quot;Your own projects limit is #{owner.projects_limit}! Please contact administrator to increase it&quot;</span>)
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">rescue</span>
-  <span class="ruby-identifier">errors</span>[<span class="ruby-value">:base</span>] <span class="ruby-operator">&lt;&lt;</span> (<span class="ruby-string">&quot;Can't check your ability to create project&quot;</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-code">
-            
-              <b>code</b>()
-            
-            <a href="../classes/Project.html#method-i-code" name="method-i-code" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>For compatibility with old code</p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-code_source')" id="l_method-i-code_source">show</a>
-                
-              </p>
-              <div id="method-i-code_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/project.rb, line 253</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">code</span>
-  <span class="ruby-identifier">path</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-commit_line_notes">
-            
-              <b>commit_line_notes</b>(commit)
-            
-            <a href="../classes/Project.html#method-i-commit_line_notes" name="method-i-commit_line_notes" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-commit_line_notes_source')" id="l_method-i-commit_line_notes_source">show</a>
-                
-              </p>
-              <div id="method-i-commit_line_notes_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/project.rb, line 216</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">commit_line_notes</span>(<span class="ruby-identifier">commit</span>)
-  <span class="ruby-identifier">notes</span>.<span class="ruby-identifier">where</span>(<span class="ruby-identifier">commit_id</span><span class="ruby-operator">:</span> <span class="ruby-identifier">commit</span>.<span class="ruby-identifier">id</span>, <span class="ruby-identifier">noteable_type</span><span class="ruby-operator">:</span> <span class="ruby-string">&quot;Commit&quot;</span>).<span class="ruby-identifier">where</span>(<span class="ruby-string">&quot;line_code IS NOT NULL&quot;</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-commit_notes">
-            
-              <b>commit_notes</b>(commit)
-            
-            <a href="../classes/Project.html#method-i-commit_notes" name="method-i-commit_notes" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-commit_notes_source')" id="l_method-i-commit_notes_source">show</a>
-                
-              </p>
-              <div id="method-i-commit_notes_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/project.rb, line 212</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">commit_notes</span>(<span class="ruby-identifier">commit</span>)
-  <span class="ruby-identifier">notes</span>.<span class="ruby-identifier">where</span>(<span class="ruby-identifier">commit_id</span><span class="ruby-operator">:</span> <span class="ruby-identifier">commit</span>.<span class="ruby-identifier">id</span>, <span class="ruby-identifier">noteable_type</span><span class="ruby-operator">:</span> <span class="ruby-string">&quot;Commit&quot;</span>, <span class="ruby-identifier">line_code</span><span class="ruby-operator">:</span> <span class="ruby-keyword">nil</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-common_notes">
-            
-              <b>common_notes</b>()
-            
-            <a href="../classes/Project.html#method-i-common_notes" name="method-i-common_notes" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-common_notes_source')" id="l_method-i-common_notes_source">show</a>
-                
-              </p>
-              <div id="method-i-common_notes_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/project.rb, line 204</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">common_notes</span>
-  <span class="ruby-identifier">notes</span>.<span class="ruby-identifier">where</span>(<span class="ruby-identifier">noteable_type</span><span class="ruby-operator">:</span> [<span class="ruby-string">&quot;&quot;</span>, <span class="ruby-keyword">nil</span>]).<span class="ruby-identifier">inc_author_project</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-git_error-3F">
-            
-              <b>git_error?</b>()
-            
-            <a href="../classes/Project.html#method-i-git_error-3F" name="method-i-git_error-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-git_error-3F_source')" id="l_method-i-git_error-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-git_error-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/project.rb, line 168</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">git_error?</span>
-  <span class="ruby-identifier">error_code</span> <span class="ruby-operator">==</span> <span class="ruby-value">:gitolite</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-gitlab_ci-3F">
-            
-              <b>gitlab_ci?</b>()
-            
-            <a href="../classes/Project.html#method-i-gitlab_ci-3F" name="method-i-gitlab_ci-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-gitlab_ci-3F_source')" id="l_method-i-gitlab_ci-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-gitlab_ci-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/project.rb, line 248</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">gitlab_ci?</span>
-  <span class="ruby-identifier">gitlab_ci_service</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">gitlab_ci_service</span>.<span class="ruby-identifier">active</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-issues_labels">
-            
-              <b>issues_labels</b>()
-            
-            <a href="../classes/Project.html#method-i-issues_labels" name="method-i-issues_labels" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-issues_labels_source')" id="l_method-i-issues_labels_source">show</a>
-                
-              </p>
-              <div id="method-i-issues_labels_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/project.rb, line 240</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">issues_labels</span>
-  <span class="ruby-identifier">issues</span>.<span class="ruby-identifier">tag_counts_on</span>(<span class="ruby-value">:labels</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-items_for">
-            
-              <b>items_for</b>(entity)
-            
-            <a href="../classes/Project.html#method-i-items_for" name="method-i-items_for" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-items_for_source')" id="l_method-i-items_for_source">show</a>
-                
-              </p>
-              <div id="method-i-items_for_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/project.rb, line 257</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">items_for</span> <span class="ruby-identifier">entity</span>
-  <span class="ruby-keyword">case</span> <span class="ruby-identifier">entity</span>
-  <span class="ruby-keyword">when</span> <span class="ruby-string">'issue'</span> <span class="ruby-keyword">then</span>
-    <span class="ruby-identifier">issues</span>
-  <span class="ruby-keyword">when</span> <span class="ruby-string">'merge_request'</span> <span class="ruby-keyword">then</span>
-    <span class="ruby-identifier">merge_requests</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-last_activity">
-            
-              <b>last_activity</b>()
-            
-            <a href="../classes/Project.html#method-i-last_activity" name="method-i-last_activity" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-last_activity_source')" id="l_method-i-last_activity_source">show</a>
-                
-              </p>
-              <div id="method-i-last_activity_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/project.rb, line 228</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">last_activity</span>
-  <span class="ruby-identifier">last_event</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-last_activity_date">
-            
-              <b>last_activity_date</b>()
-            
-            <a href="../classes/Project.html#method-i-last_activity_date" name="method-i-last_activity_date" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-last_activity_date_source')" id="l_method-i-last_activity_date_source">show</a>
-                
-              </p>
-              <div id="method-i-last_activity_date_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/project.rb, line 232</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">last_activity_date</span>
-  <span class="ruby-identifier">last_event</span>.<span class="ruby-identifier">try</span>(<span class="ruby-value">:created_at</span>) <span class="ruby-operator">||</span> <span class="ruby-identifier">updated_at</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-private-3F">
-            
-              <b>private?</b>()
-            
-            <a href="../classes/Project.html#method-i-private-3F" name="method-i-private-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-private-3F_source')" id="l_method-i-private-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-private-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/project.rb, line 224</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">private?</span>
-  <span class="ruby-identifier">private_flag</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-project_id">
-            
-              <b>project_id</b>()
-            
-            <a href="../classes/Project.html#method-i-project_id" name="method-i-project_id" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-project_id_source')" id="l_method-i-project_id_source">show</a>
-                
-              </p>
-              <div id="method-i-project_id_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/project.rb, line 236</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">project_id</span>
-  <span class="ruby-keyword">self</span>.<span class="ruby-identifier">id</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-public-3F">
-            
-              <b>public?</b>()
-            
-            <a href="../classes/Project.html#method-i-public-3F" name="method-i-public-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-public-3F_source')" id="l_method-i-public-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-public-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/project.rb, line 220</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">public?</span>
-  <span class="ruby-operator">!</span><span class="ruby-identifier">private_flag</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-repo_name">
-            
-              <b>repo_name</b>()
-            
-            <a href="../classes/Project.html#method-i-repo_name" name="method-i-repo_name" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-repo_name_source')" id="l_method-i-repo_name_source">show</a>
-                
-              </p>
-              <div id="method-i-repo_name_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/project.rb, line 184</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">repo_name</span>
-  <span class="ruby-identifier">denied_paths</span> = <span class="ruby-node">%w(gitolite-admin admin dashboard groups help profile projects search)</span>
-
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">denied_paths</span>.<span class="ruby-identifier">include?</span>(<span class="ruby-identifier">path</span>)
-    <span class="ruby-identifier">errors</span>.<span class="ruby-identifier">add</span>(<span class="ruby-value">:path</span>, <span class="ruby-node">&quot;like #{path} is not allowed&quot;</span>)
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-saved-3F">
-            
-              <b>saved?</b>()
-            
-            <a href="../classes/Project.html#method-i-saved-3F" name="method-i-saved-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-saved-3F_source')" id="l_method-i-saved-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-saved-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/project.rb, line 172</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">saved?</span>
-  <span class="ruby-identifier">id</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">valid?</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-send_move_instructions">
-            
-              <b>send_move_instructions</b>()
-            
-            <a href="../classes/Project.html#method-i-send_move_instructions" name="method-i-send_move_instructions" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-send_move_instructions_source')" id="l_method-i-send_move_instructions_source">show</a>
-                
-              </p>
-              <div id="method-i-send_move_instructions_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/project.rb, line 266</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">send_move_instructions</span>
-  <span class="ruby-keyword">self</span>.<span class="ruby-identifier">users_projects</span>.<span class="ruby-identifier">each</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">member</span><span class="ruby-operator">|</span>
-    <span class="ruby-constant">Notify</span>.<span class="ruby-identifier">project_was_moved_email</span>(<span class="ruby-identifier">member</span>.<span class="ruby-identifier">id</span>).<span class="ruby-identifier">deliver</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-services">
-            
-              <b>services</b>()
-            
-            <a href="../classes/Project.html#method-i-services" name="method-i-services" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-services_source')" id="l_method-i-services_source">show</a>
-                
-              </p>
-              <div id="method-i-services_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/project.rb, line 244</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">services</span>
-  [<span class="ruby-identifier">gitlab_ci_service</span>].<span class="ruby-identifier">compact</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-to_param">
-            
-              <b>to_param</b>()
-            
-            <a href="../classes/Project.html#method-i-to_param" name="method-i-to_param" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-to_param_source')" id="l_method-i-to_param_source">show</a>
-                
-              </p>
-              <div id="method-i-to_param_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/project.rb, line 192</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">to_param</span>
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">namespace</span>
-    <span class="ruby-identifier">namespace</span>.<span class="ruby-identifier">path</span> <span class="ruby-operator">+</span> <span class="ruby-string">&quot;/&quot;</span> <span class="ruby-operator">+</span> <span class="ruby-identifier">path</span>
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-identifier">path</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-web_url">
-            
-              <b>web_url</b>()
-            
-            <a href="../classes/Project.html#method-i-web_url" name="method-i-web_url" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-web_url_source')" id="l_method-i-web_url_source">show</a>
-                
-              </p>
-              <div id="method-i-web_url_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/project.rb, line 200</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">web_url</span>
-  [<span class="ruby-constant">Gitlab</span>.<span class="ruby-identifier">config</span>.<span class="ruby-identifier">gitlab</span>.<span class="ruby-identifier">url</span>, <span class="ruby-identifier">path_with_namespace</span>].<span class="ruby-identifier">join</span>(<span class="ruby-string">&quot;/&quot;</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Project/TransferError.html b/doc/code/classes/Project/TransferError.html
deleted file mode 100644
index 2d0be3a4a13899f340eed708cfcbdc4b8d9656ed..0000000000000000000000000000000000000000
--- a/doc/code/classes/Project/TransferError.html
+++ /dev/null
@@ -1,76 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Project::TransferError</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/github.css" type="text/css" media="screen" />
-<script src="../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Project::TransferError 
-            
-                <span class="parent">&lt; 
-                    
-                    StandardError
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../../files/app/models/project_rb.html">app/models/project.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/ProjectHook.html b/doc/code/classes/ProjectHook.html
deleted file mode 100644
index 3fa9c75921ba58c8f48ebf611763733ed4a74bc8..0000000000000000000000000000000000000000
--- a/doc/code/classes/ProjectHook.html
+++ /dev/null
@@ -1,92 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>ProjectHook</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            ProjectHook 
-            
-                <span class="parent">&lt; 
-                    
-                    <a href="WebHook.html">WebHook</a>
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/models/project_hook_rb.html">app/models/project_hook.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<h2 id="label-Schema+Information">Schema Information</h2>
-
-<p>Table name: web_hooks</p>
-
-<pre>id         :integer          not null, primary key
-url        :string(255)
-project_id :integer
-created_at :datetime         not null
-updated_at :datetime         not null
-type       :string(255)      default(&quot;ProjectHook&quot;)
-service_id :integer</pre>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/ProjectObserver.html b/doc/code/classes/ProjectObserver.html
deleted file mode 100644
index bf2292a51f4b8ce8b5384b8e6ef86e63991444a1..0000000000000000000000000000000000000000
--- a/doc/code/classes/ProjectObserver.html
+++ /dev/null
@@ -1,262 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>ProjectObserver</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            ProjectObserver 
-            
-                <span class="parent">&lt; 
-                    
-                    ActiveRecord::Observer
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/observers/project_observer_rb.html">app/observers/project_observer.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>A</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-after_create">after_create</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-after_destroy">after_destroy</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-after_update">after_update</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>L</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-log_info">log_info</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-after_create">
-            
-              <b>after_create</b>(project)
-            
-            <a href="../classes/ProjectObserver.html#method-i-after_create" name="method-i-after_create" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-after_create_source')" id="l_method-i-after_create_source">show</a>
-                
-              </p>
-              <div id="method-i-after_create_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/observers/project_observer.rb, line 2</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">after_create</span>(<span class="ruby-identifier">project</span>)
-  <span class="ruby-identifier">project</span>.<span class="ruby-identifier">update_repository</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-after_destroy">
-            
-              <b>after_destroy</b>(project)
-            
-            <a href="../classes/ProjectObserver.html#method-i-after_destroy" name="method-i-after_destroy" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-after_destroy_source')" id="l_method-i-after_destroy_source">show</a>
-                
-              </p>
-              <div id="method-i-after_destroy_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/observers/project_observer.rb, line 10</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">after_destroy</span>(<span class="ruby-identifier">project</span>)
-  <span class="ruby-identifier">log_info</span>(<span class="ruby-node">&quot;Project \&quot;#{project.name}\&quot; was removed&quot;</span>)
-
-  <span class="ruby-identifier">project</span>.<span class="ruby-identifier">destroy_repository</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-after_update">
-            
-              <b>after_update</b>(project)
-            
-            <a href="../classes/ProjectObserver.html#method-i-after_update" name="method-i-after_update" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-after_update_source')" id="l_method-i-after_update_source">show</a>
-                
-              </p>
-              <div id="method-i-after_update_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/observers/project_observer.rb, line 6</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">after_update</span>(<span class="ruby-identifier">project</span>)
-  <span class="ruby-identifier">project</span>.<span class="ruby-identifier">send_move_instructions</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">project</span>.<span class="ruby-identifier">namespace_id_changed?</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-              
-      <div class="sectiontitle">Instance Protected methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-log_info">
-            
-              <b>log_info</b>(message)
-            
-            <a href="../classes/ProjectObserver.html#method-i-log_info" name="method-i-log_info" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-log_info_source')" id="l_method-i-log_info_source">show</a>
-                
-              </p>
-              <div id="method-i-log_info_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/observers/project_observer.rb, line 22</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">log_info</span> <span class="ruby-identifier">message</span>
-  <span class="ruby-constant">Gitlab</span><span class="ruby-operator">::</span><span class="ruby-constant">AppLogger</span>.<span class="ruby-identifier">info</span> <span class="ruby-identifier">message</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/ProjectResourceController.html b/doc/code/classes/ProjectResourceController.html
deleted file mode 100644
index 757055abbc17d81982259ea698acff0a28574a3d..0000000000000000000000000000000000000000
--- a/doc/code/classes/ProjectResourceController.html
+++ /dev/null
@@ -1,76 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>ProjectResourceController</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            ProjectResourceController 
-            
-                <span class="parent">&lt; 
-                    
-                    <a href="ApplicationController.html">ApplicationController</a>
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/controllers/project_resource_controller_rb.html">app/controllers/project_resource_controller.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/ProjectUpdateContext.html b/doc/code/classes/ProjectUpdateContext.html
deleted file mode 100644
index 3fe3f4d68f8b8f6e96a0ca6599bbd59179828b9d..0000000000000000000000000000000000000000
--- a/doc/code/classes/ProjectUpdateContext.html
+++ /dev/null
@@ -1,148 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>ProjectUpdateContext</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            ProjectUpdateContext 
-            
-                <span class="parent">&lt; 
-                    
-                    <a href="BaseContext.html">BaseContext</a>
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/contexts/project_update_context_rb.html">app/contexts/project_update_context.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>E</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-execute">execute</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-execute">
-            
-              <b>execute</b>(role = :default)
-            
-            <a href="../classes/ProjectUpdateContext.html#method-i-execute" name="method-i-execute" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-execute_source')" id="l_method-i-execute_source">show</a>
-                
-              </p>
-              <div id="method-i-execute_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/contexts/project_update_context.rb, line 2</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">execute</span>(<span class="ruby-identifier">role</span> = <span class="ruby-value">:default</span>)
-  <span class="ruby-identifier">namespace_id</span> = <span class="ruby-identifier">params</span>[<span class="ruby-value">:project</span>].<span class="ruby-identifier">delete</span>(<span class="ruby-value">:namespace_id</span>)
-
-  <span class="ruby-identifier">allowed_transfer</span> = <span class="ruby-identifier">can?</span>(<span class="ruby-identifier">current_user</span>, <span class="ruby-value">:change_namespace</span>, <span class="ruby-identifier">project</span>) <span class="ruby-operator">||</span> <span class="ruby-identifier">role</span> <span class="ruby-operator">==</span> <span class="ruby-value">:admin</span>
-
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">allowed_transfer</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">namespace_id</span>.<span class="ruby-identifier">present?</span>
-    <span class="ruby-keyword">if</span> <span class="ruby-identifier">namespace_id</span> <span class="ruby-operator">==</span> <span class="ruby-constant">Namespace</span>.<span class="ruby-identifier">global_id</span>
-      <span class="ruby-keyword">if</span> <span class="ruby-identifier">project</span>.<span class="ruby-identifier">namespace</span>.<span class="ruby-identifier">present?</span>
-        <span class="ruby-comment"># Transfer to global namespace from anyone</span>
-        <span class="ruby-identifier">project</span>.<span class="ruby-identifier">transfer</span>(<span class="ruby-keyword">nil</span>)
-      <span class="ruby-keyword">end</span>
-    <span class="ruby-keyword">elsif</span> <span class="ruby-identifier">namespace_id</span>.<span class="ruby-identifier">to_i</span> <span class="ruby-operator">!=</span> <span class="ruby-identifier">project</span>.<span class="ruby-identifier">namespace_id</span>
-      <span class="ruby-comment"># Transfer to someone namespace</span>
-      <span class="ruby-identifier">namespace</span> = <span class="ruby-constant">Namespace</span>.<span class="ruby-identifier">find</span>(<span class="ruby-identifier">namespace_id</span>)
-      <span class="ruby-identifier">project</span>.<span class="ruby-identifier">transfer</span>(<span class="ruby-identifier">namespace</span>)
-    <span class="ruby-keyword">end</span>
-  <span class="ruby-keyword">end</span>
-
-  <span class="ruby-identifier">project</span>.<span class="ruby-identifier">update_attributes</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:project</span>], <span class="ruby-identifier">as</span><span class="ruby-operator">:</span> <span class="ruby-identifier">role</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/ProjectsController.html b/doc/code/classes/ProjectsController.html
deleted file mode 100644
index 3cc6dd07a3e2d0eedb5d25c2a965efa45db4cf73..0000000000000000000000000000000000000000
--- a/doc/code/classes/ProjectsController.html
+++ /dev/null
@@ -1,566 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>ProjectsController</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            ProjectsController 
-            
-                <span class="parent">&lt; 
-                    
-                    <a href="ProjectResourceController.html">ProjectResourceController</a>
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/controllers/projects_controller_rb.html">app/controllers/projects_controller.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>C</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-create">create</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>D</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-destroy">destroy</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>E</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-edit">edit</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>F</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-files">files</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>G</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-graph">graph</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>N</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-new">new</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>S</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-show">show</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>U</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-update">update</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>W</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-wall">wall</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-create">
-            
-              <b>create</b>()
-            
-            <a href="../classes/ProjectsController.html#method-i-create" name="method-i-create" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-create_source')" id="l_method-i-create_source">show</a>
-                
-              </p>
-              <div id="method-i-create_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/projects_controller.rb, line 20</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">create</span>
-  <span class="ruby-ivar">@project</span> = <span class="ruby-constant">Project</span>.<span class="ruby-identifier">create_by_user</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:project</span>], <span class="ruby-identifier">current_user</span>)
-
-  <span class="ruby-identifier">respond_to</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">format</span><span class="ruby-operator">|</span>
-    <span class="ruby-identifier">flash</span>[<span class="ruby-value">:notice</span>] = <span class="ruby-string">'Project was successfully created.'</span> <span class="ruby-keyword">if</span> <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">saved?</span>
-    <span class="ruby-identifier">format</span>.<span class="ruby-identifier">html</span> <span class="ruby-keyword">do</span>
-      <span class="ruby-keyword">if</span> <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">saved?</span>
-        <span class="ruby-identifier">redirect_to</span> <span class="ruby-ivar">@project</span>
-      <span class="ruby-keyword">else</span>
-        <span class="ruby-identifier">render</span> <span class="ruby-identifier">action</span><span class="ruby-operator">:</span> <span class="ruby-string">&quot;new&quot;</span>
-      <span class="ruby-keyword">end</span>
-    <span class="ruby-keyword">end</span>
-    <span class="ruby-identifier">format</span>.<span class="ruby-identifier">js</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-destroy">
-            
-              <b>destroy</b>()
-            
-            <a href="../classes/ProjectsController.html#method-i-destroy" name="method-i-destroy" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-destroy_source')" id="l_method-i-destroy_source">show</a>
-                
-              </p>
-              <div id="method-i-destroy_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/projects_controller.rb, line 99</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">destroy</span>
-  <span class="ruby-keyword">return</span> <span class="ruby-identifier">access_denied!</span> <span class="ruby-keyword">unless</span> <span class="ruby-identifier">can?</span>(<span class="ruby-identifier">current_user</span>, <span class="ruby-value">:remove_project</span>, <span class="ruby-identifier">project</span>)
-
-  <span class="ruby-comment"># Delete team first in order to prevent multiple gitolite calls</span>
-  <span class="ruby-identifier">project</span>.<span class="ruby-identifier">truncate_team</span>
-
-  <span class="ruby-identifier">project</span>.<span class="ruby-identifier">destroy</span>
-
-  <span class="ruby-identifier">respond_to</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">format</span><span class="ruby-operator">|</span>
-    <span class="ruby-identifier">format</span>.<span class="ruby-identifier">html</span> { <span class="ruby-identifier">redirect_to</span> <span class="ruby-identifier">root_path</span> }
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-edit">
-            
-              <b>edit</b>()
-            
-            <a href="../classes/ProjectsController.html#method-i-edit" name="method-i-edit" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-edit_source')" id="l_method-i-edit_source">show</a>
-                
-              </p>
-              <div id="method-i-edit_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/projects_controller.rb, line 17</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">edit</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-files">
-            
-              <b>files</b>()
-            
-            <a href="../classes/ProjectsController.html#method-i-files" name="method-i-files" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-files_source')" id="l_method-i-files_source">show</a>
-                
-              </p>
-              <div id="method-i-files_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/projects_controller.rb, line 72</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">files</span>
-  <span class="ruby-ivar">@notes</span> = <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">notes</span>.<span class="ruby-identifier">where</span>(<span class="ruby-string">&quot;attachment != 'NULL'&quot;</span>).<span class="ruby-identifier">order</span>(<span class="ruby-string">&quot;created_at DESC&quot;</span>).<span class="ruby-identifier">limit</span>(<span class="ruby-number">100</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-graph">
-            
-              <b>graph</b>()
-            
-            <a href="../classes/ProjectsController.html#method-i-graph" name="method-i-graph" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-graph_source')" id="l_method-i-graph_source">show</a>
-                
-              </p>
-              <div id="method-i-graph_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/projects_controller.rb, line 89</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">graph</span>
-  <span class="ruby-identifier">respond_to</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">format</span><span class="ruby-operator">|</span>
-    <span class="ruby-identifier">format</span>.<span class="ruby-identifier">html</span>
-    <span class="ruby-identifier">format</span>.<span class="ruby-identifier">json</span> <span class="ruby-keyword">do</span>
-      <span class="ruby-identifier">graph</span> = <span class="ruby-constant">Gitlab</span><span class="ruby-operator">::</span><span class="ruby-constant">Graph</span><span class="ruby-operator">::</span><span class="ruby-constant">JsonBuilder</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">project</span>)
-      <span class="ruby-identifier">render</span> <span class="ruby-value">:json</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-identifier">graph</span>.<span class="ruby-identifier">to_json</span>
-    <span class="ruby-keyword">end</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-new">
-            
-              <b>new</b>()
-            
-            <a href="../classes/ProjectsController.html#method-i-new" name="method-i-new" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-new_source')" id="l_method-i-new_source">show</a>
-                
-              </p>
-              <div id="method-i-new_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/projects_controller.rb, line 13</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">new</span>
-  <span class="ruby-ivar">@project</span> = <span class="ruby-constant">Project</span>.<span class="ruby-identifier">new</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-show">
-            
-              <b>show</b>()
-            
-            <a href="../classes/ProjectsController.html#method-i-show" name="method-i-show" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-show_source')" id="l_method-i-show_source">show</a>
-                
-              </p>
-              <div id="method-i-show_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/projects_controller.rb, line 55</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">show</span>
-  <span class="ruby-identifier">limit</span> = (<span class="ruby-identifier">params</span>[<span class="ruby-value">:limit</span>] <span class="ruby-operator">||</span> <span class="ruby-number">20</span>).<span class="ruby-identifier">to_i</span>
-  <span class="ruby-ivar">@events</span> = <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">events</span>.<span class="ruby-identifier">recent</span>.<span class="ruby-identifier">limit</span>(<span class="ruby-identifier">limit</span>).<span class="ruby-identifier">offset</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:offset</span>] <span class="ruby-operator">||</span> <span class="ruby-number">0</span>)
-
-  <span class="ruby-identifier">respond_to</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">format</span><span class="ruby-operator">|</span>
-    <span class="ruby-identifier">format</span>.<span class="ruby-identifier">html</span> <span class="ruby-keyword">do</span>
-      <span class="ruby-keyword">unless</span> <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">empty_repo?</span>
-        <span class="ruby-ivar">@last_push</span> = <span class="ruby-identifier">current_user</span>.<span class="ruby-identifier">recent_push</span>(<span class="ruby-ivar">@project</span>.<span class="ruby-identifier">id</span>)
-        <span class="ruby-identifier">render</span> <span class="ruby-value">:show</span>
-      <span class="ruby-keyword">else</span>
-        <span class="ruby-identifier">render</span> <span class="ruby-string">&quot;projects/empty&quot;</span>
-      <span class="ruby-keyword">end</span>
-    <span class="ruby-keyword">end</span>
-    <span class="ruby-identifier">format</span>.<span class="ruby-identifier">js</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-update">
-            
-              <b>update</b>()
-            
-            <a href="../classes/ProjectsController.html#method-i-update" name="method-i-update" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-update_source')" id="l_method-i-update_source">show</a>
-                
-              </p>
-              <div id="method-i-update_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/projects_controller.rb, line 36</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">update</span>
-  <span class="ruby-identifier">status</span> = <span class="ruby-constant">ProjectUpdateContext</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">project</span>, <span class="ruby-identifier">current_user</span>, <span class="ruby-identifier">params</span>).<span class="ruby-identifier">execute</span>
-
-  <span class="ruby-identifier">respond_to</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">format</span><span class="ruby-operator">|</span>
-    <span class="ruby-keyword">if</span> <span class="ruby-identifier">status</span>
-      <span class="ruby-identifier">flash</span>[<span class="ruby-value">:notice</span>] = <span class="ruby-string">'Project was successfully updated.'</span>
-      <span class="ruby-identifier">format</span>.<span class="ruby-identifier">html</span> { <span class="ruby-identifier">redirect_to</span> <span class="ruby-identifier">edit_project_path</span>(<span class="ruby-identifier">project</span>), <span class="ruby-identifier">notice</span><span class="ruby-operator">:</span> <span class="ruby-string">'Project was successfully updated.'</span> }
-      <span class="ruby-identifier">format</span>.<span class="ruby-identifier">js</span>
-    <span class="ruby-keyword">else</span>
-      <span class="ruby-identifier">format</span>.<span class="ruby-identifier">html</span> { <span class="ruby-identifier">render</span> <span class="ruby-identifier">action</span><span class="ruby-operator">:</span> <span class="ruby-string">&quot;edit&quot;</span> }
-      <span class="ruby-identifier">format</span>.<span class="ruby-identifier">js</span>
-    <span class="ruby-keyword">end</span>
-  <span class="ruby-keyword">end</span>
-
-<span class="ruby-keyword">rescue</span> <span class="ruby-constant">Project</span><span class="ruby-operator">::</span><span class="ruby-constant">TransferError</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-identifier">ex</span>
-  <span class="ruby-ivar">@error</span> = <span class="ruby-identifier">ex</span>
-  <span class="ruby-identifier">render</span> <span class="ruby-value">:update_failed</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-wall">
-            
-              <b>wall</b>()
-            
-            <a href="../classes/ProjectsController.html#method-i-wall" name="method-i-wall" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Wall</p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-wall_source')" id="l_method-i-wall_source">show</a>
-                
-              </p>
-              <div id="method-i-wall_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/projects_controller.rb, line 80</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">wall</span>
-  <span class="ruby-keyword">return</span> <span class="ruby-identifier">render_404</span> <span class="ruby-keyword">unless</span> <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">wall_enabled</span>
-  <span class="ruby-ivar">@note</span> = <span class="ruby-constant">Note</span>.<span class="ruby-identifier">new</span>
-
-  <span class="ruby-identifier">respond_to</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">format</span><span class="ruby-operator">|</span>
-    <span class="ruby-identifier">format</span>.<span class="ruby-identifier">html</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/ProjectsHelper.html b/doc/code/classes/ProjectsHelper.html
deleted file mode 100644
index a2084279d258b94598b7db9f6002e7b961c6e399..0000000000000000000000000000000000000000
--- a/doc/code/classes/ProjectsHelper.html
+++ /dev/null
@@ -1,384 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>ProjectsHelper</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Module</span> 
-            ProjectsHelper 
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/helpers/projects_helper_rb.html">app/helpers/projects_helper.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>G</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-grouper_project_members">grouper_project_members</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>L</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-link_to_member">link_to_member</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-link_to_project">link_to_project</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>P</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-project_title">project_title</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>R</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-remove_from_team_message">remove_from_team_message</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>T</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-tm_path">tm_path</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-grouper_project_members">
-            
-              <b>grouper_project_members</b>(project)
-            
-            <a href="../classes/ProjectsHelper.html#method-i-grouper_project_members" name="method-i-grouper_project_members" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-grouper_project_members_source')" id="l_method-i-grouper_project_members_source">show</a>
-                
-              </p>
-              <div id="method-i-grouper_project_members_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/helpers/projects_helper.rb, line 2</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">grouper_project_members</span>(<span class="ruby-identifier">project</span>)
-  <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">users_projects</span>.<span class="ruby-identifier">sort_by</span>(&amp;<span class="ruby-value">:project_access</span>).<span class="ruby-identifier">reverse</span>.<span class="ruby-identifier">group_by</span>(&amp;<span class="ruby-value">:project_access</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-link_to_member">
-            
-              <b>link_to_member</b>(project, author)
-            
-            <a href="../classes/ProjectsHelper.html#method-i-link_to_member" name="method-i-link_to_member" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-link_to_member_source')" id="l_method-i-link_to_member_source">show</a>
-                
-              </p>
-              <div id="method-i-link_to_member_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/helpers/projects_helper.rb, line 23</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">link_to_member</span>(<span class="ruby-identifier">project</span>, <span class="ruby-identifier">author</span>)
-  <span class="ruby-keyword">return</span> <span class="ruby-string">&quot;(deleted)&quot;</span> <span class="ruby-keyword">unless</span> <span class="ruby-identifier">author</span>
-
-  <span class="ruby-comment"># Build avatar image tag</span>
-  <span class="ruby-identifier">avatar</span> = <span class="ruby-identifier">image_tag</span>(<span class="ruby-identifier">gravatar_icon</span>(<span class="ruby-identifier">author</span>.<span class="ruby-identifier">try</span>(<span class="ruby-value">:email</span>)), <span class="ruby-identifier">width</span><span class="ruby-operator">:</span> <span class="ruby-number">16</span>, <span class="ruby-keyword">class</span><span class="ruby-operator">:</span> <span class="ruby-string">&quot;lil_av&quot;</span>)
-
-  <span class="ruby-comment"># Build name strong tag</span>
-  <span class="ruby-keyword ruby-title">name</span> = <span class="ruby-identifier">content_tag</span> <span class="ruby-value">:strong</span>, <span class="ruby-identifier">author</span>.<span class="ruby-identifier">name</span>, <span class="ruby-keyword">class</span><span class="ruby-operator">:</span> <span class="ruby-string">'author'</span>
-
-  <span class="ruby-keyword ruby-title">author_html</span> = <span class="ruby-identifier">avatar</span> <span class="ruby-operator">+</span> <span class="ruby-identifier">name</span>
-
-  <span class="ruby-identifier">tm</span> = <span class="ruby-identifier">project</span>.<span class="ruby-identifier">team_member_by_id</span>(<span class="ruby-identifier">author</span>)
-
-  <span class="ruby-identifier">content_tag</span> <span class="ruby-value">:span</span>, <span class="ruby-keyword">class</span><span class="ruby-operator">:</span> <span class="ruby-string">'member-link'</span> <span class="ruby-keyword ruby-title">do</span>
-    <span class="ruby-keyword">if</span> <span class="ruby-identifier">tm</span>
-      <span class="ruby-identifier">link_to</span> <span class="ruby-identifier">author_html</span>, <span class="ruby-identifier">project_team_member_path</span>(<span class="ruby-identifier">project</span>, <span class="ruby-identifier">tm</span>), <span class="ruby-keyword">class</span><span class="ruby-operator">:</span> <span class="ruby-string">&quot;author_link&quot;</span>
-    <span class="ruby-keyword ruby-title">else</span>
-      <span class="ruby-identifier">author_html</span>
-    <span class="ruby-keyword">end</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-link_to_project">
-            
-              <b>link_to_project</b>(project)
-            
-            <a href="../classes/ProjectsHelper.html#method-i-link_to_project" name="method-i-link_to_project" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-link_to_project_source')" id="l_method-i-link_to_project_source">show</a>
-                
-              </p>
-              <div id="method-i-link_to_project_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/helpers/projects_helper.rb, line 10</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">link_to_project</span> <span class="ruby-identifier">project</span>
-  <span class="ruby-identifier">link_to</span> <span class="ruby-identifier">project</span> <span class="ruby-keyword">do</span>
-    <span class="ruby-identifier">title</span> = <span class="ruby-identifier">content_tag</span>(<span class="ruby-value">:strong</span>, <span class="ruby-identifier">project</span>.<span class="ruby-identifier">name</span>)
-
-    <span class="ruby-keyword">if</span> <span class="ruby-identifier">project</span>.<span class="ruby-identifier">namespace</span>
-      <span class="ruby-identifier">namespace</span> = <span class="ruby-identifier">content_tag</span>(<span class="ruby-value">:span</span>, <span class="ruby-node">&quot;#{project.namespace.human_name} / &quot;</span>, <span class="ruby-keyword">class</span><span class="ruby-operator">:</span> <span class="ruby-string">'tiny'</span>)
-      <span class="ruby-keyword ruby-title">title</span> = <span class="ruby-identifier">namespace</span> <span class="ruby-operator">+</span> <span class="ruby-identifier">title</span>
-    <span class="ruby-keyword">end</span>
-
-    <span class="ruby-identifier">title</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-project_title">
-            
-              <b>project_title</b>(project)
-            
-            <a href="../classes/ProjectsHelper.html#method-i-project_title" name="method-i-project_title" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-project_title_source')" id="l_method-i-project_title_source">show</a>
-                
-              </p>
-              <div id="method-i-project_title_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/helpers/projects_helper.rb, line 49</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">project_title</span> <span class="ruby-identifier">project</span>
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">project</span>.<span class="ruby-identifier">group</span>
-    <span class="ruby-identifier">project</span>.<span class="ruby-identifier">name_with_namespace</span>
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-identifier">project</span>.<span class="ruby-identifier">name</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-remove_from_team_message">
-            
-              <b>remove_from_team_message</b>(project, member)
-            
-            <a href="../classes/ProjectsHelper.html#method-i-remove_from_team_message" name="method-i-remove_from_team_message" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-remove_from_team_message_source')" id="l_method-i-remove_from_team_message_source">show</a>
-                
-              </p>
-              <div id="method-i-remove_from_team_message_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/helpers/projects_helper.rb, line 6</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">remove_from_team_message</span>(<span class="ruby-identifier">project</span>, <span class="ruby-identifier">member</span>)
-  <span class="ruby-node">&quot;You are going to remove #{member.user_name} from #{project.name}. Are you sure?&quot;</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-tm_path">
-            
-              <b>tm_path</b>(team_member)
-            
-            <a href="../classes/ProjectsHelper.html#method-i-tm_path" name="method-i-tm_path" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-tm_path_source')" id="l_method-i-tm_path_source">show</a>
-                
-              </p>
-              <div id="method-i-tm_path_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/helpers/projects_helper.rb, line 45</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">tm_path</span> <span class="ruby-identifier">team_member</span>
-  <span class="ruby-identifier">project_team_member_path</span>(<span class="ruby-ivar">@project</span>, <span class="ruby-identifier">team_member</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/ProtectedBranch.html b/doc/code/classes/ProtectedBranch.html
deleted file mode 100644
index c5399ed48ae32b9d53225e5ba5d645ef78542a9d..0000000000000000000000000000000000000000
--- a/doc/code/classes/ProtectedBranch.html
+++ /dev/null
@@ -1,206 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>ProtectedBranch</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            ProtectedBranch 
-            
-                <span class="parent">&lt; 
-                    
-                    ActiveRecord::Base
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/models/protected_branch_rb.html">app/models/protected_branch.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<h2 id="label-Schema+Information">Schema Information</h2>
-
-<p>Table name: protected_branches</p>
-
-<pre>id         :integer          not null, primary key
-project_id :integer          not null
-name       :string(255)      not null
-created_at :datetime         not null
-updated_at :datetime         not null</pre>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>C</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-commit">commit</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>U</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-update_repository">update_repository</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-    <!-- Includes -->
-    <div class="sectiontitle">Included Modules</div>
-    <ul>
-      
-        <li>
-          
-            <a href="GitHost.html">
-              GitHost
-            </a>
-          
-        </li>
-      
-    </ul>
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-commit">
-            
-              <b>commit</b>()
-            
-            <a href="../classes/ProtectedBranch.html#method-i-commit" name="method-i-commit" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-commit_source')" id="l_method-i-commit_source">show</a>
-                
-              </p>
-              <div id="method-i-commit_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/protected_branch.rb, line 28</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">commit</span>
-  <span class="ruby-identifier">project</span>.<span class="ruby-identifier">commit</span>(<span class="ruby-keyword">self</span>.<span class="ruby-identifier">name</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-update_repository">
-            
-              <b>update_repository</b>()
-            
-            <a href="../classes/ProtectedBranch.html#method-i-update_repository" name="method-i-update_repository" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-update_repository_source')" id="l_method-i-update_repository_source">show</a>
-                
-              </p>
-              <div id="method-i-update_repository_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/protected_branch.rb, line 24</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">update_repository</span>
-  <span class="ruby-identifier">git_host</span>.<span class="ruby-identifier">update_repository</span>(<span class="ruby-identifier">project</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/ProtectedBranchesController.html b/doc/code/classes/ProtectedBranchesController.html
deleted file mode 100644
index f1175852f39f1284114dcd19f24a0c62906f5661..0000000000000000000000000000000000000000
--- a/doc/code/classes/ProtectedBranchesController.html
+++ /dev/null
@@ -1,232 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>ProtectedBranchesController</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            ProtectedBranchesController 
-            
-                <span class="parent">&lt; 
-                    
-                    <a href="ProjectResourceController.html">ProjectResourceController</a>
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/controllers/protected_branches_controller_rb.html">app/controllers/protected_branches_controller.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>C</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-create">create</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>D</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-destroy">destroy</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>I</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-index">index</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-create">
-            
-              <b>create</b>()
-            
-            <a href="../classes/ProtectedBranchesController.html#method-i-create" name="method-i-create" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-create_source')" id="l_method-i-create_source">show</a>
-                
-              </p>
-              <div id="method-i-create_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/protected_branches_controller.rb, line 13</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">create</span>
-  <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">protected_branches</span>.<span class="ruby-identifier">create</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:protected_branch</span>])
-  <span class="ruby-identifier">redirect_to</span> <span class="ruby-identifier">project_protected_branches_path</span>(<span class="ruby-ivar">@project</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-destroy">
-            
-              <b>destroy</b>()
-            
-            <a href="../classes/ProtectedBranchesController.html#method-i-destroy" name="method-i-destroy" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-destroy_source')" id="l_method-i-destroy_source">show</a>
-                
-              </p>
-              <div id="method-i-destroy_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/protected_branches_controller.rb, line 18</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">destroy</span>
-  <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">protected_branches</span>.<span class="ruby-identifier">find</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:id</span>]).<span class="ruby-identifier">destroy</span>
-
-  <span class="ruby-identifier">respond_to</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">format</span><span class="ruby-operator">|</span>
-    <span class="ruby-identifier">format</span>.<span class="ruby-identifier">html</span> { <span class="ruby-identifier">redirect_to</span> <span class="ruby-identifier">project_protected_branches_path</span> }
-    <span class="ruby-identifier">format</span>.<span class="ruby-identifier">js</span> { <span class="ruby-identifier">render</span> <span class="ruby-identifier">nothing</span><span class="ruby-operator">:</span> <span class="ruby-keyword">true</span> }
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-index">
-            
-              <b>index</b>()
-            
-            <a href="../classes/ProtectedBranchesController.html#method-i-index" name="method-i-index" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-index_source')" id="l_method-i-index_source">show</a>
-                
-              </p>
-              <div id="method-i-index_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/protected_branches_controller.rb, line 8</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">index</span>
-  <span class="ruby-ivar">@branches</span> = <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">protected_branches</span>.<span class="ruby-identifier">all</span>
-  <span class="ruby-ivar">@protected_branch</span> = <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">protected_branches</span>.<span class="ruby-identifier">new</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/PushEvent.html b/doc/code/classes/PushEvent.html
deleted file mode 100644
index 8b74ebeea7b2c3e6264b22091fb62b398661ece0..0000000000000000000000000000000000000000
--- a/doc/code/classes/PushEvent.html
+++ /dev/null
@@ -1,959 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>PushEvent</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Module</span> 
-            PushEvent 
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/roles/push_event_rb.html">app/roles/push_event.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>B</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-branch-3F">branch?</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-branch_name">branch_name</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>C</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-commit_from">commit_from</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-commit_to">commit_to</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-commits">commits</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-commits_count">commits_count</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>L</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-last_commit">last_commit</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-last_push_to_non_root-3F">last_push_to_non_root?</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>M</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-md_ref-3F">md_ref?</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>N</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-new_branch-3F">new_branch?</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-new_ref-3F">new_ref?</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>P</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-parent_commit">parent_commit</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-push_action_name">push_action_name</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-push_with_commits-3F">push_with_commits?</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>R</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-ref_name">ref_name</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-ref_type">ref_type</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-rm_ref-3F">rm_ref?</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>T</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-tag-3F">tag?</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-tag_name">tag_name</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>V</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-valid_push-3F">valid_push?</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-branch-3F">
-            
-              <b>branch?</b>()
-            
-            <a href="../classes/PushEvent.html#method-i-branch-3F" name="method-i-branch-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-branch-3F_source')" id="l_method-i-branch-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-branch-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/push_event.rb, line 12</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">branch?</span>
-  <span class="ruby-identifier">data</span>[<span class="ruby-value">:ref</span>][<span class="ruby-string">&quot;refs/heads&quot;</span>]
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-branch_name">
-            
-              <b>branch_name</b>()
-            
-            <a href="../classes/PushEvent.html#method-i-branch_name" name="method-i-branch_name" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-branch_name_source')" id="l_method-i-branch_name_source">show</a>
-                
-              </p>
-              <div id="method-i-branch_name_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/push_event.rb, line 48</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">branch_name</span>
-  <span class="ruby-ivar">@branch_name</span> <span class="ruby-operator">||=</span> <span class="ruby-identifier">data</span>[<span class="ruby-value">:ref</span>].<span class="ruby-identifier">gsub</span>(<span class="ruby-string">&quot;refs/heads/&quot;</span>, <span class="ruby-string">&quot;&quot;</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-commit_from">
-            
-              <b>commit_from</b>()
-            
-            <a href="../classes/PushEvent.html#method-i-commit_from" name="method-i-commit_from" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-commit_from_source')" id="l_method-i-commit_from_source">show</a>
-                
-              </p>
-              <div id="method-i-commit_from_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/push_event.rb, line 32</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">commit_from</span>
-  <span class="ruby-identifier">data</span>[<span class="ruby-value">:before</span>]
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-commit_to">
-            
-              <b>commit_to</b>()
-            
-            <a href="../classes/PushEvent.html#method-i-commit_to" name="method-i-commit_to" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-commit_to_source')" id="l_method-i-commit_to_source">show</a>
-                
-              </p>
-              <div id="method-i-commit_to_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/push_event.rb, line 36</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">commit_to</span>
-  <span class="ruby-identifier">data</span>[<span class="ruby-value">:after</span>]
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-commits">
-            
-              <b>commits</b>()
-            
-            <a href="../classes/PushEvent.html#method-i-commits" name="method-i-commits" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Max 20 commits from push DESC</p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-commits_source')" id="l_method-i-commits_source">show</a>
-                
-              </p>
-              <div id="method-i-commits_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/push_event.rb, line 57</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">commits</span>
-  <span class="ruby-ivar">@commits</span> <span class="ruby-operator">||=</span> <span class="ruby-identifier">data</span>[<span class="ruby-value">:commits</span>].<span class="ruby-identifier">map</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">commit</span><span class="ruby-operator">|</span> <span class="ruby-identifier">project</span>.<span class="ruby-identifier">commit</span>(<span class="ruby-identifier">commit</span>[<span class="ruby-value">:id</span>]) }.<span class="ruby-identifier">reverse</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-commits_count">
-            
-              <b>commits_count</b>()
-            
-            <a href="../classes/PushEvent.html#method-i-commits_count" name="method-i-commits_count" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-commits_count_source')" id="l_method-i-commits_count_source">show</a>
-                
-              </p>
-              <div id="method-i-commits_count_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/push_event.rb, line 61</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">commits_count</span> 
-  <span class="ruby-identifier">data</span>[<span class="ruby-value">:total_commits_count</span>] <span class="ruby-operator">||</span> <span class="ruby-identifier">commits</span>.<span class="ruby-identifier">count</span> <span class="ruby-operator">||</span> <span class="ruby-number">0</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-last_commit">
-            
-              <b>last_commit</b>()
-            
-            <a href="../classes/PushEvent.html#method-i-last_commit" name="method-i-last_commit" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-last_commit_source')" id="l_method-i-last_commit_source">show</a>
-                
-              </p>
-              <div id="method-i-last_commit_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/push_event.rb, line 85</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">last_commit</span>
-  <span class="ruby-identifier">project</span>.<span class="ruby-identifier">commit</span>(<span class="ruby-identifier">commit_to</span>)
-<span class="ruby-keyword">rescue</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-identifier">ex</span>
-  <span class="ruby-keyword">nil</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-last_push_to_non_root-3F">
-            
-              <b>last_push_to_non_root?</b>()
-            
-            <a href="../classes/PushEvent.html#method-i-last_push_to_non_root-3F" name="method-i-last_push_to_non_root-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-last_push_to_non_root-3F_source')" id="l_method-i-last_push_to_non_root-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-last_push_to_non_root-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/push_event.rb, line 97</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">last_push_to_non_root?</span>
-  <span class="ruby-identifier">branch?</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">project</span>.<span class="ruby-identifier">default_branch</span> <span class="ruby-operator">!=</span> <span class="ruby-identifier">branch_name</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-md_ref-3F">
-            
-              <b>md_ref?</b>()
-            
-            <a href="../classes/PushEvent.html#method-i-md_ref-3F" name="method-i-md_ref-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-md_ref-3F_source')" id="l_method-i-md_ref-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-md_ref-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/push_event.rb, line 28</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">md_ref?</span>
-  <span class="ruby-operator">!</span>(<span class="ruby-identifier">rm_ref?</span> <span class="ruby-operator">||</span> <span class="ruby-identifier">new_ref?</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-new_branch-3F">
-            
-              <b>new_branch?</b>()
-            
-            <a href="../classes/PushEvent.html#method-i-new_branch-3F" name="method-i-new_branch-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-new_branch-3F_source')" id="l_method-i-new_branch-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-new_branch-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/push_event.rb, line 16</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">new_branch?</span>
-  <span class="ruby-identifier">commit_from</span> <span class="ruby-operator">=~</span> <span class="ruby-regexp">%r^00000/</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-new_ref-3F">
-            
-              <b>new_ref?</b>()
-            
-            <a href="../classes/PushEvent.html#method-i-new_ref-3F" name="method-i-new_ref-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-new_ref-3F_source')" id="l_method-i-new_ref-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-new_ref-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/push_event.rb, line 20</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">new_ref?</span>
-  <span class="ruby-identifier">commit_from</span> <span class="ruby-operator">=~</span> <span class="ruby-regexp">%r^00000/</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-parent_commit">
-            
-              <b>parent_commit</b>()
-            
-            <a href="../classes/PushEvent.html#method-i-parent_commit" name="method-i-parent_commit" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-parent_commit_source')" id="l_method-i-parent_commit_source">show</a>
-                
-              </p>
-              <div id="method-i-parent_commit_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/push_event.rb, line 79</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">parent_commit</span>
-  <span class="ruby-identifier">project</span>.<span class="ruby-identifier">commit</span>(<span class="ruby-identifier">commit_from</span>)
-<span class="ruby-keyword">rescue</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-identifier">ex</span>
-  <span class="ruby-keyword">nil</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-push_action_name">
-            
-              <b>push_action_name</b>()
-            
-            <a href="../classes/PushEvent.html#method-i-push_action_name" name="method-i-push_action_name" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-push_action_name_source')" id="l_method-i-push_action_name_source">show</a>
-                
-              </p>
-              <div id="method-i-push_action_name_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/push_event.rb, line 69</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">push_action_name</span>
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">new_ref?</span>
-    <span class="ruby-string">&quot;pushed new&quot;</span>
-  <span class="ruby-keyword">elsif</span> <span class="ruby-identifier">rm_ref?</span>
-    <span class="ruby-string">&quot;deleted&quot;</span>
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-string">&quot;pushed to&quot;</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-push_with_commits-3F">
-            
-              <b>push_with_commits?</b>()
-            
-            <a href="../classes/PushEvent.html#method-i-push_with_commits-3F" name="method-i-push_with_commits-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-push_with_commits-3F_source')" id="l_method-i-push_with_commits-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-push_with_commits-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/push_event.rb, line 91</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">push_with_commits?</span> 
-  <span class="ruby-identifier">md_ref?</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">commits</span>.<span class="ruby-identifier">any?</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">parent_commit</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">last_commit</span>
-<span class="ruby-keyword">rescue</span> <span class="ruby-constant">Grit</span><span class="ruby-operator">::</span><span class="ruby-constant">NoSuchPathError</span>
-  <span class="ruby-keyword">false</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-ref_name">
-            
-              <b>ref_name</b>()
-            
-            <a href="../classes/PushEvent.html#method-i-ref_name" name="method-i-ref_name" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-ref_name_source')" id="l_method-i-ref_name_source">show</a>
-                
-              </p>
-              <div id="method-i-ref_name_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/push_event.rb, line 40</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">ref_name</span>
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">tag?</span>
-    <span class="ruby-identifier">tag_name</span>
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-identifier">branch_name</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-ref_type">
-            
-              <b>ref_type</b>()
-            
-            <a href="../classes/PushEvent.html#method-i-ref_type" name="method-i-ref_type" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-ref_type_source')" id="l_method-i-ref_type_source">show</a>
-                
-              </p>
-              <div id="method-i-ref_type_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/push_event.rb, line 65</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">ref_type</span>
-  <span class="ruby-identifier">tag?</span> <span class="ruby-operator">?</span> <span class="ruby-string">&quot;tag&quot;</span> <span class="ruby-operator">:</span> <span class="ruby-string">&quot;branch&quot;</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-rm_ref-3F">
-            
-              <b>rm_ref?</b>()
-            
-            <a href="../classes/PushEvent.html#method-i-rm_ref-3F" name="method-i-rm_ref-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-rm_ref-3F_source')" id="l_method-i-rm_ref-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-rm_ref-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/push_event.rb, line 24</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">rm_ref?</span>
-  <span class="ruby-identifier">commit_to</span> <span class="ruby-operator">=~</span> <span class="ruby-regexp">%r^00000/</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-tag-3F">
-            
-              <b>tag?</b>()
-            
-            <a href="../classes/PushEvent.html#method-i-tag-3F" name="method-i-tag-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-tag-3F_source')" id="l_method-i-tag-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-tag-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/push_event.rb, line 8</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">tag?</span>
-  <span class="ruby-identifier">data</span>[<span class="ruby-value">:ref</span>][<span class="ruby-string">&quot;refs/tags&quot;</span>]
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-tag_name">
-            
-              <b>tag_name</b>()
-            
-            <a href="../classes/PushEvent.html#method-i-tag_name" name="method-i-tag_name" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-tag_name_source')" id="l_method-i-tag_name_source">show</a>
-                
-              </p>
-              <div id="method-i-tag_name_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/push_event.rb, line 52</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">tag_name</span>
-  <span class="ruby-ivar">@tag_name</span> <span class="ruby-operator">||=</span> <span class="ruby-identifier">data</span>[<span class="ruby-value">:ref</span>].<span class="ruby-identifier">gsub</span>(<span class="ruby-string">&quot;refs/tags/&quot;</span>, <span class="ruby-string">&quot;&quot;</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-valid_push-3F">
-            
-              <b>valid_push?</b>()
-            
-            <a href="../classes/PushEvent.html#method-i-valid_push-3F" name="method-i-valid_push-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-valid_push-3F_source')" id="l_method-i-valid_push-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-valid_push-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/push_event.rb, line 2</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">valid_push?</span>
-  <span class="ruby-identifier">data</span>[<span class="ruby-value">:ref</span>]
-<span class="ruby-keyword">rescue</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-identifier">ex</span>
-  <span class="ruby-keyword">false</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/PushObserver.html b/doc/code/classes/PushObserver.html
deleted file mode 100644
index f747fb4a958debe3a6d5aa08e3afb33513276938..0000000000000000000000000000000000000000
--- a/doc/code/classes/PushObserver.html
+++ /dev/null
@@ -1,512 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>PushObserver</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Module</span> 
-            PushObserver 
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/roles/push_observer_rb.html">app/roles/push_observer.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<p>Includes methods for handling Git Push events</p>
-
-<p>Triggered by <a href="PostReceive.html">PostReceive</a> job</p>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>E</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-execute_hooks">execute_hooks</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-execute_services">execute_services</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>O</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-observe_push">observe_push</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>P</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-post_receive_data">post_receive_data</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-push_to_branch-3F">push_to_branch?</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>T</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-trigger_post_receive">trigger_post_receive</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>U</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-update_merge_requests">update_merge_requests</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-execute_hooks">
-            
-              <b>execute_hooks</b>(data)
-            
-            <a href="../classes/PushObserver.html#method-i-execute_hooks" name="method-i-execute_hooks" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-execute_hooks_source')" id="l_method-i-execute_hooks_source">show</a>
-                
-              </p>
-              <div id="method-i-execute_hooks_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/push_observer.rb, line 52</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">execute_hooks</span>(<span class="ruby-identifier">data</span>)
-  <span class="ruby-identifier">hooks</span>.<span class="ruby-identifier">each</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">hook</span><span class="ruby-operator">|</span> <span class="ruby-identifier">hook</span>.<span class="ruby-identifier">execute</span>(<span class="ruby-identifier">data</span>) }
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-execute_services">
-            
-              <b>execute_services</b>(data)
-            
-            <a href="../classes/PushObserver.html#method-i-execute_services" name="method-i-execute_services" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-execute_services_source')" id="l_method-i-execute_services_source">show</a>
-                
-              </p>
-              <div id="method-i-execute_services_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/push_observer.rb, line 56</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">execute_services</span>(<span class="ruby-identifier">data</span>)
-  <span class="ruby-identifier">services</span>.<span class="ruby-identifier">each</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">service</span><span class="ruby-operator">|</span>
-
-    <span class="ruby-comment"># Call service hook only if it is active</span>
-    <span class="ruby-identifier">service</span>.<span class="ruby-identifier">execute</span>(<span class="ruby-identifier">data</span>) <span class="ruby-keyword">if</span> <span class="ruby-identifier">service</span>.<span class="ruby-identifier">active</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-observe_push">
-            
-              <b>observe_push</b>(data)
-            
-            <a href="../classes/PushObserver.html#method-i-observe_push" name="method-i-observe_push" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-observe_push_source')" id="l_method-i-observe_push_source">show</a>
-                
-              </p>
-              <div id="method-i-observe_push_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/push_observer.rb, line 43</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">observe_push</span>(<span class="ruby-identifier">data</span>)
-  <span class="ruby-constant">Event</span>.<span class="ruby-identifier">create</span>(
-    <span class="ruby-identifier">project</span><span class="ruby-operator">:</span> <span class="ruby-keyword">self</span>,
-    <span class="ruby-identifier">action</span><span class="ruby-operator">:</span> <span class="ruby-constant">Event</span><span class="ruby-operator">::</span><span class="ruby-constant">Pushed</span>,
-    <span class="ruby-identifier">data</span><span class="ruby-operator">:</span> <span class="ruby-identifier">data</span>,
-    <span class="ruby-identifier">author_id</span><span class="ruby-operator">:</span> <span class="ruby-identifier">data</span>[<span class="ruby-value">:user_id</span>]
-  )
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-post_receive_data">
-            
-              <b>post_receive_data</b>(oldrev, newrev, ref, user)
-            
-            <a href="../classes/PushObserver.html#method-i-post_receive_data" name="method-i-post_receive_data" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Produce a hash of post-receive data</p>
-
-<p>data = {</p>
-
-<pre>before: String,
-after: String,
-ref: String,
-user_id: String,
-user_name: String,
-repository: {
-  name: String,
-  url: String,
-  description: String,
-  homepage: String,
-},
-commits: Array,
-total_commits_count: Fixnum</pre>
-
-<p>}</p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-post_receive_data_source')" id="l_method-i-post_receive_data_source">show</a>
-                
-              </p>
-              <div id="method-i-post_receive_data_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/push_observer.rb, line 82</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">post_receive_data</span>(<span class="ruby-identifier">oldrev</span>, <span class="ruby-identifier">newrev</span>, <span class="ruby-identifier">ref</span>, <span class="ruby-identifier">user</span>)
-
-  <span class="ruby-identifier">push_commits</span> = <span class="ruby-identifier">commits_between</span>(<span class="ruby-identifier">oldrev</span>, <span class="ruby-identifier">newrev</span>)
-
-  <span class="ruby-comment"># Total commits count</span>
-  <span class="ruby-identifier">push_commits_count</span> = <span class="ruby-identifier">push_commits</span>.<span class="ruby-identifier">size</span>
-
-  <span class="ruby-comment"># Get latest 20 commits ASC</span>
-  <span class="ruby-identifier">push_commits_limited</span> = <span class="ruby-identifier">push_commits</span>.<span class="ruby-identifier">last</span>(<span class="ruby-number">20</span>)
-
-  <span class="ruby-comment"># Hash to be passed as post_receive_data</span>
-  <span class="ruby-identifier">data</span> = {
-    <span class="ruby-identifier">before</span><span class="ruby-operator">:</span> <span class="ruby-identifier">oldrev</span>,
-    <span class="ruby-identifier">after</span><span class="ruby-operator">:</span> <span class="ruby-identifier">newrev</span>,
-    <span class="ruby-identifier">ref</span><span class="ruby-operator">:</span> <span class="ruby-identifier">ref</span>,
-    <span class="ruby-identifier">user_id</span><span class="ruby-operator">:</span> <span class="ruby-identifier">user</span>.<span class="ruby-identifier">id</span>,
-    <span class="ruby-identifier">user_name</span><span class="ruby-operator">:</span> <span class="ruby-identifier">user</span>.<span class="ruby-identifier">name</span>,
-    <span class="ruby-identifier">repository</span><span class="ruby-operator">:</span> {
-      <span class="ruby-identifier">name</span><span class="ruby-operator">:</span> <span class="ruby-identifier">name</span>,
-      <span class="ruby-identifier">url</span><span class="ruby-operator">:</span> <span class="ruby-identifier">url_to_repo</span>,
-      <span class="ruby-identifier">description</span><span class="ruby-operator">:</span> <span class="ruby-identifier">description</span>,
-      <span class="ruby-identifier">homepage</span><span class="ruby-operator">:</span> <span class="ruby-identifier">web_url</span>,
-    },
-    <span class="ruby-identifier">commits</span><span class="ruby-operator">:</span> [],
-    <span class="ruby-identifier">total_commits_count</span><span class="ruby-operator">:</span> <span class="ruby-identifier">push_commits_count</span>
-  }
-
-  <span class="ruby-comment"># For perfomance purposes maximum 20 latest commits</span>
-  <span class="ruby-comment"># will be passed as post receive hook data.</span>
-  <span class="ruby-comment">#</span>
-  <span class="ruby-identifier">push_commits_limited</span>.<span class="ruby-identifier">each</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">commit</span><span class="ruby-operator">|</span>
-    <span class="ruby-identifier">data</span>[<span class="ruby-value">:commits</span>] <span class="ruby-operator">&lt;&lt;</span> {
-      <span class="ruby-identifier">id</span><span class="ruby-operator">:</span> <span class="ruby-identifier">commit</span>.<span class="ruby-identifier">id</span>,
-      <span class="ruby-identifier">message</span><span class="ruby-operator">:</span> <span class="ruby-identifier">commit</span>.<span class="ruby-identifier">safe_message</span>,
-      <span class="ruby-identifier">timestamp</span><span class="ruby-operator">:</span> <span class="ruby-identifier">commit</span>.<span class="ruby-identifier">date</span>.<span class="ruby-identifier">xmlschema</span>,
-      <span class="ruby-identifier">url</span><span class="ruby-operator">:</span> <span class="ruby-node">&quot;#{Gitlab.config.gitlab.url}/#{path_with_namespace}/commit/#{commit.id}&quot;</span>,
-      <span class="ruby-identifier">author</span><span class="ruby-operator">:</span> {
-        <span class="ruby-identifier">name</span><span class="ruby-operator">:</span> <span class="ruby-identifier">commit</span>.<span class="ruby-identifier">author_name</span>,
-        <span class="ruby-identifier">email</span><span class="ruby-operator">:</span> <span class="ruby-identifier">commit</span>.<span class="ruby-identifier">author_email</span>
-      }
-    }
-  <span class="ruby-keyword">end</span>
-
-  <span class="ruby-identifier">data</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-push_to_branch-3F">
-            
-              <b>push_to_branch?</b>(ref, oldrev)
-            
-            <a href="../classes/PushObserver.html#method-i-push_to_branch-3F" name="method-i-push_to_branch-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-push_to_branch-3F_source')" id="l_method-i-push_to_branch-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-push_to_branch-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/push_observer.rb, line 36</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">push_to_branch?</span> <span class="ruby-identifier">ref</span>, <span class="ruby-identifier">oldrev</span>
-  <span class="ruby-identifier">ref_parts</span> = <span class="ruby-identifier">ref</span>.<span class="ruby-identifier">split</span>(<span class="ruby-string">'/'</span>)
-
-  <span class="ruby-comment"># Return if this is not a push to a branch (e.g. new commits)</span>
-  <span class="ruby-operator">!</span>(<span class="ruby-identifier">ref_parts</span>[<span class="ruby-number">1</span>] <span class="ruby-operator">!~</span> <span class="ruby-regexp">%rheads/</span> <span class="ruby-operator">||</span> <span class="ruby-identifier">oldrev</span> <span class="ruby-operator">==</span> <span class="ruby-string">&quot;00000000000000000000000000000000&quot;</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-trigger_post_receive">
-            
-              <b>trigger_post_receive</b>(oldrev, newrev, ref, user)
-            
-            <a href="../classes/PushObserver.html#method-i-trigger_post_receive" name="method-i-trigger_post_receive" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>This method will be called after each post receive and only if the provided
-user is present in GitLab.</p>
-
-<p>All callbacks for post receive should be placed here.</p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-trigger_post_receive_source')" id="l_method-i-trigger_post_receive_source">show</a>
-                
-              </p>
-              <div id="method-i-trigger_post_receive_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/push_observer.rb, line 9</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">trigger_post_receive</span>(<span class="ruby-identifier">oldrev</span>, <span class="ruby-identifier">newrev</span>, <span class="ruby-identifier">ref</span>, <span class="ruby-identifier">user</span>)
-  <span class="ruby-identifier">data</span> = <span class="ruby-identifier">post_receive_data</span>(<span class="ruby-identifier">oldrev</span>, <span class="ruby-identifier">newrev</span>, <span class="ruby-identifier">ref</span>, <span class="ruby-identifier">user</span>)
-
-  <span class="ruby-comment"># Create push event</span>
-  <span class="ruby-keyword">self</span>.<span class="ruby-identifier">observe_push</span>(<span class="ruby-identifier">data</span>)
-
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">push_to_branch?</span> <span class="ruby-identifier">ref</span>, <span class="ruby-identifier">oldrev</span>
-    <span class="ruby-comment"># Close merged MR</span>
-    <span class="ruby-keyword">self</span>.<span class="ruby-identifier">update_merge_requests</span>(<span class="ruby-identifier">oldrev</span>, <span class="ruby-identifier">newrev</span>, <span class="ruby-identifier">ref</span>, <span class="ruby-identifier">user</span>)
-
-    <span class="ruby-comment"># Execute web hooks</span>
-    <span class="ruby-keyword">self</span>.<span class="ruby-identifier">execute_hooks</span>(<span class="ruby-identifier">data</span>.<span class="ruby-identifier">dup</span>)
-
-    <span class="ruby-comment"># Execute project services</span>
-    <span class="ruby-keyword">self</span>.<span class="ruby-identifier">execute_services</span>(<span class="ruby-identifier">data</span>.<span class="ruby-identifier">dup</span>)
-  <span class="ruby-keyword">end</span>
-
-  <span class="ruby-comment"># Create satellite</span>
-  <span class="ruby-keyword">self</span>.<span class="ruby-identifier">satellite</span>.<span class="ruby-identifier">create</span> <span class="ruby-keyword">unless</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">satellite</span>.<span class="ruby-identifier">exists?</span>
-
-  <span class="ruby-comment"># Discover the default branch, but only if it hasn't already been set to</span>
-  <span class="ruby-comment"># something else</span>
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">default_branch</span>.<span class="ruby-identifier">nil?</span>
-    <span class="ruby-identifier">update_attributes</span>(<span class="ruby-identifier">default_branch</span><span class="ruby-operator">:</span> <span class="ruby-identifier">discover_default_branch</span>)
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-update_merge_requests">
-            
-              <b>update_merge_requests</b>(oldrev, newrev, ref, user)
-            
-            <a href="../classes/PushObserver.html#method-i-update_merge_requests" name="method-i-update_merge_requests" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-update_merge_requests_source')" id="l_method-i-update_merge_requests_source">show</a>
-                
-              </p>
-              <div id="method-i-update_merge_requests_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/push_observer.rb, line 128</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">update_merge_requests</span>(<span class="ruby-identifier">oldrev</span>, <span class="ruby-identifier">newrev</span>, <span class="ruby-identifier">ref</span>, <span class="ruby-identifier">user</span>)
-  <span class="ruby-keyword">return</span> <span class="ruby-keyword">true</span> <span class="ruby-keyword">unless</span> <span class="ruby-identifier">ref</span> <span class="ruby-operator">=~</span> <span class="ruby-regexp">%rheads/</span>
-  <span class="ruby-identifier">branch_name</span> = <span class="ruby-identifier">ref</span>.<span class="ruby-identifier">gsub</span>(<span class="ruby-string">&quot;refs/heads/&quot;</span>, <span class="ruby-string">&quot;&quot;</span>)
-  <span class="ruby-identifier">c_ids</span> = <span class="ruby-keyword">self</span>.<span class="ruby-identifier">commits_between</span>(<span class="ruby-identifier">oldrev</span>, <span class="ruby-identifier">newrev</span>).<span class="ruby-identifier">map</span>(&amp;<span class="ruby-value">:id</span>)
-
-  <span class="ruby-comment"># Update code for merge requests</span>
-  <span class="ruby-identifier">mrs</span> = <span class="ruby-keyword">self</span>.<span class="ruby-identifier">merge_requests</span>.<span class="ruby-identifier">opened</span>.<span class="ruby-identifier">find_all_by_branch</span>(<span class="ruby-identifier">branch_name</span>).<span class="ruby-identifier">all</span>
-  <span class="ruby-identifier">mrs</span>.<span class="ruby-identifier">each</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">merge_request</span><span class="ruby-operator">|</span> <span class="ruby-identifier">merge_request</span>.<span class="ruby-identifier">reload_code</span>; <span class="ruby-identifier">merge_request</span>.<span class="ruby-identifier">mark_as_unchecked</span> }
-
-  <span class="ruby-comment"># Close merge requests</span>
-  <span class="ruby-identifier">mrs</span> = <span class="ruby-keyword">self</span>.<span class="ruby-identifier">merge_requests</span>.<span class="ruby-identifier">opened</span>.<span class="ruby-identifier">where</span>(<span class="ruby-identifier">target_branch</span><span class="ruby-operator">:</span> <span class="ruby-identifier">branch_name</span>).<span class="ruby-identifier">all</span>
-  <span class="ruby-identifier">mrs</span> = <span class="ruby-identifier">mrs</span>.<span class="ruby-identifier">select</span>(&amp;<span class="ruby-value">:last_commit</span>).<span class="ruby-identifier">select</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">mr</span><span class="ruby-operator">|</span> <span class="ruby-identifier">c_ids</span>.<span class="ruby-identifier">include?</span>(<span class="ruby-identifier">mr</span>.<span class="ruby-identifier">last_commit</span>.<span class="ruby-identifier">id</span>) }
-  <span class="ruby-identifier">mrs</span>.<span class="ruby-identifier">each</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">merge_request</span><span class="ruby-operator">|</span> <span class="ruby-identifier">merge_request</span>.<span class="ruby-identifier">merge!</span>(<span class="ruby-identifier">user</span>.<span class="ruby-identifier">id</span>) }
-
-  <span class="ruby-keyword">true</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Redcarpet.html b/doc/code/classes/Redcarpet.html
deleted file mode 100644
index e1b53d96fea613aa682e87a35254243f675378bd..0000000000000000000000000000000000000000
--- a/doc/code/classes/Redcarpet.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Redcarpet</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Module</span> 
-            Redcarpet 
-            
-        </h1>
-        <ul class="files">
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="Redcarpet/Render.html">Redcarpet::Render</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Redcarpet/Render.html b/doc/code/classes/Redcarpet/Render.html
deleted file mode 100644
index 29a763942b5373c68963403d1f36f07094d6745b..0000000000000000000000000000000000000000
--- a/doc/code/classes/Redcarpet/Render.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Redcarpet::Render</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/github.css" type="text/css" media="screen" />
-<script src="../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Module</span> 
-            Redcarpet::Render 
-            
-        </h1>
-        <ul class="files">
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="Render/GitlabHTML.html">Redcarpet::Render::GitlabHTML</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Redcarpet/Render/GitlabHTML.html b/doc/code/classes/Redcarpet/Render/GitlabHTML.html
deleted file mode 100644
index 664207dd196cff693c6bf79a18708d50d9a2638b..0000000000000000000000000000000000000000
--- a/doc/code/classes/Redcarpet/Render/GitlabHTML.html
+++ /dev/null
@@ -1,264 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Redcarpet::Render::GitlabHTML</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Redcarpet::Render::GitlabHTML 
-            
-                <span class="parent">&lt; 
-                    
-                    Redcarpet::Render::HTML
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../../../files/lib/redcarpet/render/gitlab_html_rb.html">lib/redcarpet/render/gitlab_html.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>B</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-block_code">block_code</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>N</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-c-new">new</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>P</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-postprocess">postprocess</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-      <!-- Section attributes -->
-      <div class="sectiontitle">Attributes</div>
-      <table border='0' cellpadding='5'>
-        
-          <tr valign='top'>
-            <td class='attr-rw'>
-              [R]
-            </td>
-            <td class='attr-name'>h</td>
-            <td class='attr-desc'></td>
-          </tr>
-        
-          <tr valign='top'>
-            <td class='attr-rw'>
-              [R]
-            </td>
-            <td class='attr-name'>template</td>
-            <td class='attr-desc'></td>
-          </tr>
-        
-      </table>
-    
-
-
-    <!-- Methods -->
-    
-      <div class="sectiontitle">Class Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-c-new">
-            
-              <b>new</b>(template, options = {})
-            
-            <a href="../../../classes/Redcarpet/Render/GitlabHTML.html#method-c-new" name="method-c-new" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-new_source')" id="l_method-c-new_source">show</a>
-                
-              </p>
-              <div id="method-c-new_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/redcarpet/render/gitlab_html.rb, line 6</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">initialize</span>(<span class="ruby-identifier">template</span>, <span class="ruby-identifier">options</span> = {})
-  <span class="ruby-ivar">@template</span> = <span class="ruby-identifier">template</span>
-  <span class="ruby-ivar">@project</span> = <span class="ruby-ivar">@template</span>.<span class="ruby-identifier">instance_variable_get</span>(<span class="ruby-string">&quot;@project&quot;</span>)
-  <span class="ruby-keyword">super</span> <span class="ruby-identifier">options</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                  
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-block_code">
-            
-              <b>block_code</b>(code, language)
-            
-            <a href="../../../classes/Redcarpet/Render/GitlabHTML.html#method-i-block_code" name="method-i-block_code" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-block_code_source')" id="l_method-i-block_code_source">show</a>
-                
-              </p>
-              <div id="method-i-block_code_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/redcarpet/render/gitlab_html.rb, line 12</span>
-  <span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">block_code</span>(<span class="ruby-identifier">code</span>, <span class="ruby-identifier">language</span>)
-    <span class="ruby-identifier">options</span> = { <span class="ruby-identifier">options</span><span class="ruby-operator">:</span> {<span class="ruby-identifier">encoding</span><span class="ruby-operator">:</span> <span class="ruby-string">'utf-8'</span>} }
-    <span class="ruby-identifier">options</span>.<span class="ruby-identifier">merge!</span>(<span class="ruby-identifier">lexer</span><span class="ruby-operator">:</span> <span class="ruby-identifier">language</span>.<span class="ruby-identifier">downcase</span>) <span class="ruby-keyword">if</span> <span class="ruby-constant">Pygments</span><span class="ruby-operator">::</span><span class="ruby-constant">Lexer</span>.<span class="ruby-identifier">find</span>(<span class="ruby-identifier">language</span>)
-
-    <span class="ruby-comment"># New lines are placed to fix an rendering issue</span>
-    <span class="ruby-comment"># with code wrapped inside &lt;h1&gt; tag for next case:</span>
-    <span class="ruby-comment">#</span>
-    <span class="ruby-comment"># # Title kinda h1</span>
-    <span class="ruby-comment">#</span>
-    <span class="ruby-comment">#     ruby code here</span>
-    <span class="ruby-comment">#</span>
-    <span class="ruby-string">&quot;
-       &lt;div class=&quot;#{h.user_color_scheme_class}&quot;&gt;#{Pygments.highlight(code, options)}&lt;/div&gt;
-
-&quot;</span>
-  <span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-postprocess">
-            
-              <b>postprocess</b>(full_document)
-            
-            <a href="../../../classes/Redcarpet/Render/GitlabHTML.html#method-i-postprocess" name="method-i-postprocess" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-postprocess_source')" id="l_method-i-postprocess_source">show</a>
-                
-              </p>
-              <div id="method-i-postprocess_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File lib/redcarpet/render/gitlab_html.rb, line 30</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">postprocess</span>(<span class="ruby-identifier">full_document</span>)
-  <span class="ruby-identifier">h</span>.<span class="ruby-identifier">gfm</span>(<span class="ruby-identifier">full_document</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/RefsController.html b/doc/code/classes/RefsController.html
deleted file mode 100644
index 971b8fcb9a38220dc54e6b1589b158e09b912d86..0000000000000000000000000000000000000000
--- a/doc/code/classes/RefsController.html
+++ /dev/null
@@ -1,313 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>RefsController</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            RefsController 
-            
-                <span class="parent">&lt; 
-                    
-                    <a href="ProjectResourceController.html">ProjectResourceController</a>
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/controllers/refs_controller_rb.html">app/controllers/refs_controller.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>D</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-define_tree_vars">define_tree_vars</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>L</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-logs_tree">logs_tree</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>R</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-ref">ref</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>S</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-switch">switch</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-logs_tree">
-            
-              <b>logs_tree</b>()
-            
-            <a href="../classes/RefsController.html#method-i-logs_tree" name="method-i-logs_tree" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-logs_tree_source')" id="l_method-i-logs_tree_source">show</a>
-                
-              </p>
-              <div id="method-i-logs_tree_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/refs_controller.rb, line 30</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">logs_tree</span>
-  <span class="ruby-identifier">contents</span> = <span class="ruby-ivar">@tree</span>.<span class="ruby-identifier">contents</span>
-  <span class="ruby-ivar">@logs</span> = <span class="ruby-identifier">contents</span>.<span class="ruby-identifier">map</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">content</span><span class="ruby-operator">|</span>
-    <span class="ruby-identifier">file</span> = <span class="ruby-identifier">params</span>[<span class="ruby-value">:path</span>] <span class="ruby-operator">?</span> <span class="ruby-constant">File</span>.<span class="ruby-identifier">join</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:path</span>], <span class="ruby-identifier">content</span>.<span class="ruby-identifier">name</span>) <span class="ruby-operator">:</span> <span class="ruby-identifier">content</span>.<span class="ruby-identifier">name</span>
-    <span class="ruby-identifier">last_commit</span> = <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">commits</span>(<span class="ruby-ivar">@commit</span>.<span class="ruby-identifier">id</span>, <span class="ruby-identifier">file</span>, <span class="ruby-number">1</span>).<span class="ruby-identifier">last</span>
-    <span class="ruby-identifier">last_commit</span> = <span class="ruby-constant">CommitDecorator</span>.<span class="ruby-identifier">decorate</span>(<span class="ruby-identifier">last_commit</span>)
-    {
-      <span class="ruby-identifier">file_name</span><span class="ruby-operator">:</span> <span class="ruby-identifier">content</span>.<span class="ruby-identifier">name</span>,
-      <span class="ruby-identifier">commit</span><span class="ruby-operator">:</span> <span class="ruby-identifier">last_commit</span>
-    }
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-switch">
-            
-              <b>switch</b>()
-            
-            <a href="../classes/RefsController.html#method-i-switch" name="method-i-switch" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-switch_source')" id="l_method-i-switch_source">show</a>
-                
-              </p>
-              <div id="method-i-switch_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/refs_controller.rb, line 11</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">switch</span>
-  <span class="ruby-identifier">respond_to</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">format</span><span class="ruby-operator">|</span>
-    <span class="ruby-identifier">format</span>.<span class="ruby-identifier">html</span> <span class="ruby-keyword">do</span>
-      <span class="ruby-identifier">new_path</span> = <span class="ruby-keyword">if</span> <span class="ruby-identifier">params</span>[<span class="ruby-value">:destination</span>] <span class="ruby-operator">==</span> <span class="ruby-string">&quot;tree&quot;</span>
-                   <span class="ruby-identifier">project_tree_path</span>(<span class="ruby-ivar">@project</span>, <span class="ruby-ivar">@ref</span>)
-                 <span class="ruby-keyword">else</span>
-                   <span class="ruby-identifier">project_commits_path</span>(<span class="ruby-ivar">@project</span>, <span class="ruby-ivar">@ref</span>)
-                 <span class="ruby-keyword">end</span>
-
-      <span class="ruby-identifier">redirect_to</span> <span class="ruby-identifier">new_path</span>
-    <span class="ruby-keyword">end</span>
-    <span class="ruby-identifier">format</span>.<span class="ruby-identifier">js</span> <span class="ruby-keyword">do</span>
-      <span class="ruby-ivar">@ref</span> = <span class="ruby-identifier">params</span>[<span class="ruby-value">:ref</span>]
-      <span class="ruby-identifier">define_tree_vars</span>
-      <span class="ruby-identifier">render</span> <span class="ruby-string">&quot;tree&quot;</span>
-    <span class="ruby-keyword">end</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-              
-      <div class="sectiontitle">Instance Protected methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-define_tree_vars">
-            
-              <b>define_tree_vars</b>()
-            
-            <a href="../classes/RefsController.html#method-i-define_tree_vars" name="method-i-define_tree_vars" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-define_tree_vars_source')" id="l_method-i-define_tree_vars_source">show</a>
-                
-              </p>
-              <div id="method-i-define_tree_vars_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/refs_controller.rb, line 45</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">define_tree_vars</span>
-  <span class="ruby-identifier">params</span>[<span class="ruby-value">:path</span>] = <span class="ruby-keyword">nil</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">params</span>[<span class="ruby-value">:path</span>].<span class="ruby-identifier">blank?</span>
-
-  <span class="ruby-ivar">@repo</span> = <span class="ruby-identifier">project</span>.<span class="ruby-identifier">repo</span>
-  <span class="ruby-ivar">@commit</span> = <span class="ruby-identifier">project</span>.<span class="ruby-identifier">commit</span>(<span class="ruby-ivar">@ref</span>)
-  <span class="ruby-ivar">@commit</span> = <span class="ruby-constant">CommitDecorator</span>.<span class="ruby-identifier">decorate</span>(<span class="ruby-ivar">@commit</span>)
-  <span class="ruby-ivar">@tree</span> = <span class="ruby-constant">Tree</span>.<span class="ruby-identifier">new</span>(<span class="ruby-ivar">@commit</span>.<span class="ruby-identifier">tree</span>, <span class="ruby-identifier">project</span>, <span class="ruby-ivar">@ref</span>, <span class="ruby-identifier">params</span>[<span class="ruby-value">:path</span>])
-  <span class="ruby-ivar">@tree</span> = <span class="ruby-constant">TreeDecorator</span>.<span class="ruby-identifier">new</span>(<span class="ruby-ivar">@tree</span>)
-  <span class="ruby-ivar">@hex_path</span> = <span class="ruby-constant">Digest</span><span class="ruby-operator">::</span><span class="ruby-constant">SHA1</span>.<span class="ruby-identifier">hexdigest</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:path</span>] <span class="ruby-operator">||</span> <span class="ruby-string">&quot;&quot;</span>)
-
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">params</span>[<span class="ruby-value">:path</span>]
-    <span class="ruby-ivar">@logs_path</span> = <span class="ruby-identifier">logs_file_project_ref_path</span>(<span class="ruby-ivar">@project</span>, <span class="ruby-ivar">@ref</span>, <span class="ruby-identifier">params</span>[<span class="ruby-value">:path</span>])
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-ivar">@logs_path</span> = <span class="ruby-identifier">logs_tree_project_ref_path</span>(<span class="ruby-ivar">@project</span>, <span class="ruby-ivar">@ref</span>)
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">rescue</span>
-  <span class="ruby-keyword">return</span> <span class="ruby-identifier">render_404</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-ref">
-            
-              <b>ref</b>()
-            
-            <a href="../classes/RefsController.html#method-i-ref" name="method-i-ref" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-ref_source')" id="l_method-i-ref_source">show</a>
-                
-              </p>
-              <div id="method-i-ref_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/refs_controller.rb, line 64</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">ref</span>
-  <span class="ruby-ivar">@ref</span> = <span class="ruby-identifier">params</span>[<span class="ruby-value">:id</span>] <span class="ruby-operator">||</span> <span class="ruby-identifier">params</span>[<span class="ruby-value">:ref</span>]
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/RepositoriesController.html b/doc/code/classes/RepositoriesController.html
deleted file mode 100644
index cd661646d44cd0d6d1fca6921798acfa53c3285e..0000000000000000000000000000000000000000
--- a/doc/code/classes/RepositoriesController.html
+++ /dev/null
@@ -1,325 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>RepositoriesController</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            RepositoriesController 
-            
-                <span class="parent">&lt; 
-                    
-                    <a href="ProjectResourceController.html">ProjectResourceController</a>
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/controllers/repositories_controller_rb.html">app/controllers/repositories_controller.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>A</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-archive">archive</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>B</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-branches">branches</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>S</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-show">show</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-stats">stats</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>T</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-tags">tags</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-archive">
-            
-              <b>archive</b>()
-            
-            <a href="../classes/RepositoriesController.html#method-i-archive" name="method-i-archive" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-archive_source')" id="l_method-i-archive_source">show</a>
-                
-              </p>
-              <div id="method-i-archive_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/repositories_controller.rb, line 24</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">archive</span>
-  <span class="ruby-keyword">unless</span> <span class="ruby-identifier">can?</span>(<span class="ruby-identifier">current_user</span>, <span class="ruby-value">:download_code</span>, <span class="ruby-ivar">@project</span>)
-    <span class="ruby-identifier">render_404</span> <span class="ruby-keyword">and</span> <span class="ruby-keyword">return</span>
-  <span class="ruby-keyword">end</span>
-
-
-  <span class="ruby-identifier">file_path</span> = <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">archive_repo</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:ref</span>])
-
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">file_path</span>
-    <span class="ruby-comment"># Send file to user</span>
-    <span class="ruby-identifier">send_file</span> <span class="ruby-identifier">file_path</span>
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-identifier">render_404</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-branches">
-            
-              <b>branches</b>()
-            
-            <a href="../classes/RepositoriesController.html#method-i-branches" name="method-i-branches" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-branches_source')" id="l_method-i-branches_source">show</a>
-                
-              </p>
-              <div id="method-i-branches_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/repositories_controller.rb, line 11</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">branches</span>
-  <span class="ruby-ivar">@branches</span> = <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">branches</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-show">
-            
-              <b>show</b>()
-            
-            <a href="../classes/RepositoriesController.html#method-i-show" name="method-i-show" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-show_source')" id="l_method-i-show_source">show</a>
-                
-              </p>
-              <div id="method-i-show_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/repositories_controller.rb, line 7</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">show</span>
-  <span class="ruby-ivar">@activities</span> = <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">commits_with_refs</span>(<span class="ruby-number">20</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-stats">
-            
-              <b>stats</b>()
-            
-            <a href="../classes/RepositoriesController.html#method-i-stats" name="method-i-stats" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-stats_source')" id="l_method-i-stats_source">show</a>
-                
-              </p>
-              <div id="method-i-stats_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/repositories_controller.rb, line 19</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">stats</span>
-  <span class="ruby-ivar">@stats</span> = <span class="ruby-constant">Gitlab</span><span class="ruby-operator">::</span><span class="ruby-constant">GitStats</span>.<span class="ruby-identifier">new</span>(<span class="ruby-ivar">@project</span>.<span class="ruby-identifier">repo</span>, <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">root_ref</span>)
-  <span class="ruby-ivar">@graph</span> = <span class="ruby-ivar">@stats</span>.<span class="ruby-identifier">graph</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-tags">
-            
-              <b>tags</b>()
-            
-            <a href="../classes/RepositoriesController.html#method-i-tags" name="method-i-tags" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-tags_source')" id="l_method-i-tags_source">show</a>
-                
-              </p>
-              <div id="method-i-tags_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/repositories_controller.rb, line 15</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">tags</span>
-  <span class="ruby-ivar">@tags</span> = <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">tags</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Repository.html b/doc/code/classes/Repository.html
deleted file mode 100644
index a6266790d88e5c18bde279530828287100a09cd5..0000000000000000000000000000000000000000
--- a/doc/code/classes/Repository.html
+++ /dev/null
@@ -1,1737 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Repository</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Module</span> 
-            Repository 
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/roles/repository_rb.html">app/roles/repository.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>A</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-archive_repo">archive_repo</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>B</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-branch_names">branch_names</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-branches">branches</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>C</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-commit">commit</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-commits">commits</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-commits_between">commits_between</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-commits_since">commits_since</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-commits_with_refs">commits_with_refs</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>D</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-destroy_repository">destroy_repository</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-discover_default_branch">discover_default_branch</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>E</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-empty_repo-3F">empty_repo?</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>F</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-fresh_commits">fresh_commits</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>H</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-has_commits-3F">has_commits?</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-has_post_receive_file-3F">has_post_receive_file?</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-heads">heads</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-hook_file">hook_file</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-http_url_to_repo">http_url_to_repo</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>L</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-last_commit_for">last_commit_for</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>N</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-namespace_dir">namespace_dir</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>O</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-open_branches">open_branches</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>P</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-path_to_repo">path_to_repo</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-protected_branch-3F">protected_branch?</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>R</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-ref_names">ref_names</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-repo">repo</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-repo_exists-3F">repo_exists?</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-root_ref">root_ref</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-root_ref-3F">root_ref?</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>S</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-satellite">satellite</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-ssh_url_to_repo">ssh_url_to_repo</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>T</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-tag_names">tag_names</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-tags">tags</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-tree">tree</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>U</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-update_repository">update_repository</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-url_to_repo">url_to_repo</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>V</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-valid_hook_file">valid_hook_file</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-valid_post_receive_file-3F">valid_post_receive_file?</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-valid_repo-3F">valid_repo?</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-    <!-- Includes -->
-    <div class="sectiontitle">Included Modules</div>
-    <ul>
-      
-        <li>
-          
-            <a href="GitHost.html">
-              GitHost
-            </a>
-          
-        </li>
-      
-    </ul>
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-archive_repo">
-            
-              <b>archive_repo</b>(ref)
-            
-            <a href="../classes/Repository.html#method-i-archive_repo" name="method-i-archive_repo" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Archive <a href="Project.html">Project</a> to .tar.gz</p>
-
-<p>Already packed repo archives stored at
-app_root/tmp/repositories/project_name/project_name-commit-id.tag.gz</p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-archive_repo_source')" id="l_method-i-archive_repo_source">show</a>
-                
-              </p>
-              <div id="method-i-archive_repo_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/repository.rb, line 175</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">archive_repo</span>(<span class="ruby-identifier">ref</span>)
-  <span class="ruby-identifier">ref</span> = <span class="ruby-identifier">ref</span> <span class="ruby-operator">||</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">root_ref</span>
-  <span class="ruby-identifier">commit</span> = <span class="ruby-keyword">self</span>.<span class="ruby-identifier">commit</span>(<span class="ruby-identifier">ref</span>)
-  <span class="ruby-keyword">return</span> <span class="ruby-keyword">nil</span> <span class="ruby-keyword">unless</span> <span class="ruby-identifier">commit</span>
-
-  <span class="ruby-comment"># Build file path</span>
-  <span class="ruby-identifier">file_name</span> = <span class="ruby-keyword">self</span>.<span class="ruby-identifier">path</span> <span class="ruby-operator">+</span> <span class="ruby-string">&quot;-&quot;</span> <span class="ruby-operator">+</span> <span class="ruby-identifier">commit</span>.<span class="ruby-identifier">id</span>.<span class="ruby-identifier">to_s</span> <span class="ruby-operator">+</span> <span class="ruby-string">&quot;.tar.gz&quot;</span>
-  <span class="ruby-identifier">storage_path</span> = <span class="ruby-constant">Rails</span>.<span class="ruby-identifier">root</span>.<span class="ruby-identifier">join</span>(<span class="ruby-string">&quot;tmp&quot;</span>, <span class="ruby-string">&quot;repositories&quot;</span>, <span class="ruby-keyword">self</span>.<span class="ruby-identifier">path_with_namespace</span>)
-  <span class="ruby-identifier">file_path</span> = <span class="ruby-constant">File</span>.<span class="ruby-identifier">join</span>(<span class="ruby-identifier">storage_path</span>, <span class="ruby-identifier">file_name</span>)
-
-  <span class="ruby-comment"># Put files into a directory before archiving</span>
-  <span class="ruby-identifier">prefix</span> = <span class="ruby-keyword">self</span>.<span class="ruby-identifier">path</span> <span class="ruby-operator">+</span> <span class="ruby-string">&quot;/&quot;</span>
-
-  <span class="ruby-comment"># Create file if not exists</span>
-  <span class="ruby-keyword">unless</span> <span class="ruby-constant">File</span>.<span class="ruby-identifier">exists?</span>(<span class="ruby-identifier">file_path</span>)
-    <span class="ruby-constant">FileUtils</span>.<span class="ruby-identifier">mkdir_p</span> <span class="ruby-identifier">storage_path</span>
-    <span class="ruby-identifier">file</span> = <span class="ruby-keyword">self</span>.<span class="ruby-identifier">repo</span>.<span class="ruby-identifier">archive_to_file</span>(<span class="ruby-identifier">ref</span>, <span class="ruby-identifier">prefix</span>,  <span class="ruby-identifier">file_path</span>)
-  <span class="ruby-keyword">end</span>
-
-  <span class="ruby-identifier">file_path</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-branch_names">
-            
-              <b>branch_names</b>()
-            
-            <a href="../classes/Repository.html#method-i-branch_names" name="method-i-branch_names" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Returns an Array of branch names</p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-branch_names_source')" id="l_method-i-branch_names_source">show</a>
-                
-              </p>
-              <div id="method-i-branch_names_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/repository.rb, line 67</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">branch_names</span>
-  <span class="ruby-identifier">repo</span>.<span class="ruby-identifier">branches</span>.<span class="ruby-identifier">collect</span>(&amp;<span class="ruby-value">:name</span>).<span class="ruby-identifier">sort</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-branches">
-            
-              <b>branches</b>()
-            
-            <a href="../classes/Repository.html#method-i-branches" name="method-i-branches" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Returns an Array of Branches</p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-branches_source')" id="l_method-i-branches_source">show</a>
-                
-              </p>
-              <div id="method-i-branches_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/repository.rb, line 72</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">branches</span>
-  <span class="ruby-identifier">repo</span>.<span class="ruby-identifier">branches</span>.<span class="ruby-identifier">sort_by</span>(&amp;<span class="ruby-value">:name</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-commit">
-            
-              <b>commit</b>(commit_id = nil)
-            
-            <a href="../classes/Repository.html#method-i-commit" name="method-i-commit" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-commit_source')" id="l_method-i-commit_source">show</a>
-                
-              </p>
-              <div id="method-i-commit_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/repository.rb, line 15</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">commit</span>(<span class="ruby-identifier">commit_id</span> = <span class="ruby-keyword">nil</span>)
-  <span class="ruby-constant">Commit</span>.<span class="ruby-identifier">find_or_first</span>(<span class="ruby-identifier">repo</span>, <span class="ruby-identifier">commit_id</span>, <span class="ruby-identifier">root_ref</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-commits">
-            
-              <b>commits</b>(ref, path = nil, limit = nil, offset = nil)
-            
-            <a href="../classes/Repository.html#method-i-commits" name="method-i-commits" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-commits_source')" id="l_method-i-commits_source">show</a>
-                
-              </p>
-              <div id="method-i-commits_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/repository.rb, line 31</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">commits</span>(<span class="ruby-identifier">ref</span>, <span class="ruby-identifier">path</span> = <span class="ruby-keyword">nil</span>, <span class="ruby-identifier">limit</span> = <span class="ruby-keyword">nil</span>, <span class="ruby-identifier">offset</span> = <span class="ruby-keyword">nil</span>)
-  <span class="ruby-constant">Commit</span>.<span class="ruby-identifier">commits</span>(<span class="ruby-identifier">repo</span>, <span class="ruby-identifier">ref</span>, <span class="ruby-identifier">path</span>, <span class="ruby-identifier">limit</span>, <span class="ruby-identifier">offset</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-commits_between">
-            
-              <b>commits_between</b>(from, to)
-            
-            <a href="../classes/Repository.html#method-i-commits_between" name="method-i-commits_between" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-commits_between_source')" id="l_method-i-commits_between_source">show</a>
-                
-              </p>
-              <div id="method-i-commits_between_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/repository.rb, line 39</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">commits_between</span>(<span class="ruby-identifier">from</span>, <span class="ruby-identifier">to</span>)
-  <span class="ruby-constant">Commit</span>.<span class="ruby-identifier">commits_between</span>(<span class="ruby-identifier">repo</span>, <span class="ruby-identifier">from</span>, <span class="ruby-identifier">to</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-commits_since">
-            
-              <b>commits_since</b>(date)
-            
-            <a href="../classes/Repository.html#method-i-commits_since" name="method-i-commits_since" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-commits_since_source')" id="l_method-i-commits_since_source">show</a>
-                
-              </p>
-              <div id="method-i-commits_since_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/repository.rb, line 27</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">commits_since</span>(<span class="ruby-identifier">date</span>)
-  <span class="ruby-constant">Commit</span>.<span class="ruby-identifier">commits_since</span>(<span class="ruby-identifier">repo</span>, <span class="ruby-identifier">date</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-commits_with_refs">
-            
-              <b>commits_with_refs</b>(n = 20)
-            
-            <a href="../classes/Repository.html#method-i-commits_with_refs" name="method-i-commits_with_refs" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-commits_with_refs_source')" id="l_method-i-commits_with_refs_source">show</a>
-                
-              </p>
-              <div id="method-i-commits_with_refs_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/repository.rb, line 23</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">commits_with_refs</span>(<span class="ruby-identifier">n</span> = <span class="ruby-number">20</span>)
-  <span class="ruby-constant">Commit</span>.<span class="ruby-identifier">commits_with_refs</span>(<span class="ruby-identifier">repo</span>, <span class="ruby-identifier">n</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-destroy_repository">
-            
-              <b>destroy_repository</b>()
-            
-            <a href="../classes/Repository.html#method-i-destroy_repository" name="method-i-destroy_repository" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-destroy_repository_source')" id="l_method-i-destroy_repository_source">show</a>
-                
-              </p>
-              <div id="method-i-destroy_repository_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/repository.rb, line 111</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">destroy_repository</span>
-  <span class="ruby-identifier">git_host</span>.<span class="ruby-identifier">remove_repository</span>(<span class="ruby-keyword">self</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-discover_default_branch">
-            
-              <b>discover_default_branch</b>()
-            
-            <a href="../classes/Repository.html#method-i-discover_default_branch" name="method-i-discover_default_branch" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Discovers the default branch based on the repository’s available branches</p>
-<ul><li>
-<p>If no branches are present, returns nil</p>
-</li><li>
-<p>If one branch is present, returns its name</p>
-</li><li>
-<p>If two or more branches are present, returns the one that has a name
-matching <a href="Repository.html#method-i-root_ref">#root_ref</a>
-(default_branch or ‘master’ if default_branch is nil)</p>
-</li></ul>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-discover_default_branch_source')" id="l_method-i-discover_default_branch_source">show</a>
-                
-              </p>
-              <div id="method-i-discover_default_branch_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/repository.rb, line 146</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">discover_default_branch</span>
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">branch_names</span>.<span class="ruby-identifier">length</span> <span class="ruby-operator">==</span> <span class="ruby-number">0</span>
-    <span class="ruby-keyword">nil</span>
-  <span class="ruby-keyword">elsif</span> <span class="ruby-identifier">branch_names</span>.<span class="ruby-identifier">length</span> <span class="ruby-operator">==</span> <span class="ruby-number">1</span>
-    <span class="ruby-identifier">branch_names</span>.<span class="ruby-identifier">first</span>
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-identifier">branch_names</span>.<span class="ruby-identifier">select</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">v</span><span class="ruby-operator">|</span> <span class="ruby-identifier">v</span> <span class="ruby-operator">==</span> <span class="ruby-identifier">root_ref</span> }.<span class="ruby-identifier">first</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-empty_repo-3F">
-            
-              <b>empty_repo?</b>()
-            
-            <a href="../classes/Repository.html#method-i-empty_repo-3F" name="method-i-empty_repo-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-empty_repo-3F_source')" id="l_method-i-empty_repo-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-empty_repo-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/repository.rb, line 11</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">empty_repo?</span>
-  <span class="ruby-operator">!</span><span class="ruby-identifier">repo_exists?</span> <span class="ruby-operator">||</span> <span class="ruby-operator">!</span><span class="ruby-identifier">has_commits?</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-fresh_commits">
-            
-              <b>fresh_commits</b>(n = 10)
-            
-            <a href="../classes/Repository.html#method-i-fresh_commits" name="method-i-fresh_commits" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-fresh_commits_source')" id="l_method-i-fresh_commits_source">show</a>
-                
-              </p>
-              <div id="method-i-fresh_commits_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/repository.rb, line 19</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">fresh_commits</span>(<span class="ruby-identifier">n</span> = <span class="ruby-number">10</span>)
-  <span class="ruby-constant">Commit</span>.<span class="ruby-identifier">fresh_commits</span>(<span class="ruby-identifier">repo</span>, <span class="ruby-identifier">n</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-has_commits-3F">
-            
-              <b>has_commits?</b>()
-            
-            <a href="../classes/Repository.html#method-i-has_commits-3F" name="method-i-has_commits-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-has_commits-3F_source')" id="l_method-i-has_commits-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-has_commits-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/repository.rb, line 156</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">has_commits?</span>
-  <span class="ruby-operator">!</span><span class="ruby-operator">!</span><span class="ruby-identifier">commit</span>
-<span class="ruby-keyword">rescue</span> <span class="ruby-constant">Grit</span><span class="ruby-operator">::</span><span class="ruby-constant">NoSuchPathError</span>
-  <span class="ruby-keyword">false</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-has_post_receive_file-3F">
-            
-              <b>has_post_receive_file?</b>()
-            
-            <a href="../classes/Repository.html#method-i-has_post_receive_file-3F" name="method-i-has_post_receive_file-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-has_post_receive_file-3F_source')" id="l_method-i-has_post_receive_file-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-has_post_receive_file-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/repository.rb, line 47</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">has_post_receive_file?</span>
-  <span class="ruby-operator">!</span><span class="ruby-operator">!</span><span class="ruby-identifier">hook_file</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-heads">
-            
-              <b>heads</b>()
-            
-            <a href="../classes/Repository.html#method-i-heads" name="method-i-heads" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-heads_source')" id="l_method-i-heads_source">show</a>
-                
-              </p>
-              <div id="method-i-heads_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/repository.rb, line 121</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">heads</span>
-  <span class="ruby-ivar">@heads</span> <span class="ruby-operator">||=</span> <span class="ruby-identifier">repo</span>.<span class="ruby-identifier">heads</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-hook_file">
-            
-              <b>hook_file</b>()
-            
-            <a href="../classes/Repository.html#method-i-hook_file" name="method-i-hook_file" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-hook_file_source')" id="l_method-i-hook_file_source">show</a>
-                
-              </p>
-              <div id="method-i-hook_file_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/repository.rb, line 59</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">hook_file</span>
-  <span class="ruby-ivar">@hook_file</span> <span class="ruby-operator">||=</span> <span class="ruby-keyword">begin</span>
-                   <span class="ruby-identifier">hook_path</span> = <span class="ruby-constant">File</span>.<span class="ruby-identifier">join</span>(<span class="ruby-identifier">path_to_repo</span>, <span class="ruby-string">'hooks'</span>, <span class="ruby-string">'post-receive'</span>)
-                   <span class="ruby-constant">File</span>.<span class="ruby-identifier">read</span>(<span class="ruby-identifier">hook_path</span>) <span class="ruby-keyword">if</span> <span class="ruby-constant">File</span>.<span class="ruby-identifier">exists?</span>(<span class="ruby-identifier">hook_path</span>)
-                 <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-http_url_to_repo">
-            
-              <b>http_url_to_repo</b>()
-            
-            <a href="../classes/Repository.html#method-i-http_url_to_repo" name="method-i-http_url_to_repo" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-http_url_to_repo_source')" id="l_method-i-http_url_to_repo_source">show</a>
-                
-              </p>
-              <div id="method-i-http_url_to_repo_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/repository.rb, line 201</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">http_url_to_repo</span>
-  <span class="ruby-identifier">http_url</span> = [<span class="ruby-constant">Gitlab</span>.<span class="ruby-identifier">config</span>.<span class="ruby-identifier">gitlab</span>.<span class="ruby-identifier">url</span>, <span class="ruby-string">&quot;/&quot;</span>, <span class="ruby-identifier">path_with_namespace</span>, <span class="ruby-string">&quot;.git&quot;</span>].<span class="ruby-identifier">join</span>(<span class="ruby-string">''</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-last_commit_for">
-            
-              <b>last_commit_for</b>(ref, path = nil)
-            
-            <a href="../classes/Repository.html#method-i-last_commit_for" name="method-i-last_commit_for" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-last_commit_for_source')" id="l_method-i-last_commit_for_source">show</a>
-                
-              </p>
-              <div id="method-i-last_commit_for_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/repository.rb, line 35</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">last_commit_for</span>(<span class="ruby-identifier">ref</span>, <span class="ruby-identifier">path</span> = <span class="ruby-keyword">nil</span>)
-  <span class="ruby-identifier">commits</span>(<span class="ruby-identifier">ref</span>, <span class="ruby-identifier">path</span>, <span class="ruby-number">1</span>).<span class="ruby-identifier">first</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-namespace_dir">
-            
-              <b>namespace_dir</b>()
-            
-            <a href="../classes/Repository.html#method-i-namespace_dir" name="method-i-namespace_dir" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-namespace_dir_source')" id="l_method-i-namespace_dir_source">show</a>
-                
-              </p>
-              <div id="method-i-namespace_dir_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/repository.rb, line 103</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">namespace_dir</span>
-  <span class="ruby-identifier">namespace</span>.<span class="ruby-identifier">try</span>(<span class="ruby-value">:path</span>) <span class="ruby-operator">||</span> <span class="ruby-string">''</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-open_branches">
-            
-              <b>open_branches</b>()
-            
-            <a href="../classes/Repository.html#method-i-open_branches" name="method-i-open_branches" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-open_branches_source')" id="l_method-i-open_branches_source">show</a>
-                
-              </p>
-              <div id="method-i-open_branches_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/repository.rb, line 131</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">open_branches</span>
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">protected_branches</span>.<span class="ruby-identifier">empty?</span>
-    <span class="ruby-keyword">self</span>.<span class="ruby-identifier">repo</span>.<span class="ruby-identifier">heads</span>
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-identifier">pnames</span> = <span class="ruby-identifier">protected_branches</span>.<span class="ruby-identifier">map</span>(&amp;<span class="ruby-value">:name</span>)
-    <span class="ruby-keyword">self</span>.<span class="ruby-identifier">repo</span>.<span class="ruby-identifier">heads</span>.<span class="ruby-identifier">reject</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">h</span><span class="ruby-operator">|</span> <span class="ruby-identifier">pnames</span>.<span class="ruby-identifier">include?</span>(<span class="ruby-identifier">h</span>.<span class="ruby-identifier">name</span>) }
-  <span class="ruby-keyword">end</span>.<span class="ruby-identifier">sort_by</span>(&amp;<span class="ruby-value">:name</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-path_to_repo">
-            
-              <b>path_to_repo</b>()
-            
-            <a href="../classes/Repository.html#method-i-path_to_repo" name="method-i-path_to_repo" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-path_to_repo_source')" id="l_method-i-path_to_repo_source">show</a>
-                
-              </p>
-              <div id="method-i-path_to_repo_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/repository.rb, line 99</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">path_to_repo</span>
-  <span class="ruby-constant">File</span>.<span class="ruby-identifier">join</span>(<span class="ruby-constant">Gitlab</span>.<span class="ruby-identifier">config</span>.<span class="ruby-identifier">gitolite</span>.<span class="ruby-identifier">repos_path</span>, <span class="ruby-node">&quot;#{path_with_namespace}.git&quot;</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-protected_branch-3F">
-            
-              <b>protected_branch?</b>(branch_name)
-            
-            <a href="../classes/Repository.html#method-i-protected_branch-3F" name="method-i-protected_branch-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Check if current branch name is marked as protected in the system</p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-protected_branch-3F_source')" id="l_method-i-protected_branch-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-protected_branch-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/repository.rb, line 206</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">protected_branch?</span> <span class="ruby-identifier">branch_name</span>
-  <span class="ruby-identifier">protected_branches</span>.<span class="ruby-identifier">map</span>(&amp;<span class="ruby-value">:name</span>).<span class="ruby-identifier">include?</span>(<span class="ruby-identifier">branch_name</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-ref_names">
-            
-              <b>ref_names</b>()
-            
-            <a href="../classes/Repository.html#method-i-ref_names" name="method-i-ref_names" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Returns an Array of branch and tag names</p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-ref_names_source')" id="l_method-i-ref_names_source">show</a>
-                
-              </p>
-              <div id="method-i-ref_names_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/repository.rb, line 87</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">ref_names</span>
-  [<span class="ruby-identifier">branch_names</span> <span class="ruby-operator">+</span> <span class="ruby-identifier">tag_names</span>].<span class="ruby-identifier">flatten</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-repo">
-            
-              <b>repo</b>()
-            
-            <a href="../classes/Repository.html#method-i-repo" name="method-i-repo" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-repo_source')" id="l_method-i-repo_source">show</a>
-                
-              </p>
-              <div id="method-i-repo_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/repository.rb, line 91</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">repo</span>
-  <span class="ruby-ivar">@repo</span> <span class="ruby-operator">||=</span> <span class="ruby-constant">Grit</span><span class="ruby-operator">::</span><span class="ruby-constant">Repo</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">path_to_repo</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-repo_exists-3F">
-            
-              <b>repo_exists?</b>()
-            
-            <a href="../classes/Repository.html#method-i-repo_exists-3F" name="method-i-repo_exists-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-repo_exists-3F_source')" id="l_method-i-repo_exists-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-repo_exists-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/repository.rb, line 115</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">repo_exists?</span>
-  <span class="ruby-ivar">@repo_exists</span> <span class="ruby-operator">||=</span> (<span class="ruby-identifier">repo</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-operator">!</span><span class="ruby-identifier">repo</span>.<span class="ruby-identifier">branches</span>.<span class="ruby-identifier">empty?</span>)
-<span class="ruby-keyword">rescue</span>
-  <span class="ruby-ivar">@repo_exists</span> = <span class="ruby-keyword">false</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-root_ref">
-            
-              <b>root_ref</b>()
-            
-            <a href="../classes/Repository.html#method-i-root_ref" name="method-i-root_ref" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-root_ref_source')" id="l_method-i-root_ref_source">show</a>
-                
-              </p>
-              <div id="method-i-root_ref_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/repository.rb, line 162</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">root_ref</span>
-  <span class="ruby-identifier">default_branch</span> <span class="ruby-operator">||</span> <span class="ruby-string">&quot;master&quot;</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-root_ref-3F">
-            
-              <b>root_ref?</b>(branch)
-            
-            <a href="../classes/Repository.html#method-i-root_ref-3F" name="method-i-root_ref-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-root_ref-3F_source')" id="l_method-i-root_ref-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-root_ref-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/repository.rb, line 166</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">root_ref?</span>(<span class="ruby-identifier">branch</span>)
-  <span class="ruby-identifier">root_ref</span> <span class="ruby-operator">==</span> <span class="ruby-identifier">branch</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-satellite">
-            
-              <b>satellite</b>()
-            
-            <a href="../classes/Repository.html#method-i-satellite" name="method-i-satellite" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-satellite_source')" id="l_method-i-satellite_source">show</a>
-                
-              </p>
-              <div id="method-i-satellite_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/repository.rb, line 43</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">satellite</span>
-  <span class="ruby-ivar">@satellite</span> <span class="ruby-operator">||=</span> <span class="ruby-constant">Gitlab</span><span class="ruby-operator">::</span><span class="ruby-constant">Satellite</span><span class="ruby-operator">::</span><span class="ruby-constant">Satellite</span>.<span class="ruby-identifier">new</span>(<span class="ruby-keyword">self</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-ssh_url_to_repo">
-            
-              <b>ssh_url_to_repo</b>()
-            
-            <a href="../classes/Repository.html#method-i-ssh_url_to_repo" name="method-i-ssh_url_to_repo" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-ssh_url_to_repo_source')" id="l_method-i-ssh_url_to_repo_source">show</a>
-                
-              </p>
-              <div id="method-i-ssh_url_to_repo_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/repository.rb, line 197</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">ssh_url_to_repo</span>
-  <span class="ruby-identifier">url_to_repo</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-tag_names">
-            
-              <b>tag_names</b>()
-            
-            <a href="../classes/Repository.html#method-i-tag_names" name="method-i-tag_names" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Returns an Array of tag names</p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-tag_names_source')" id="l_method-i-tag_names_source">show</a>
-                
-              </p>
-              <div id="method-i-tag_names_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/repository.rb, line 77</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">tag_names</span>
-  <span class="ruby-identifier">repo</span>.<span class="ruby-identifier">tags</span>.<span class="ruby-identifier">collect</span>(&amp;<span class="ruby-value">:name</span>).<span class="ruby-identifier">sort</span>.<span class="ruby-identifier">reverse</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-tags">
-            
-              <b>tags</b>()
-            
-            <a href="../classes/Repository.html#method-i-tags" name="method-i-tags" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Returns an Array of Tags</p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-tags_source')" id="l_method-i-tags_source">show</a>
-                
-              </p>
-              <div id="method-i-tags_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/repository.rb, line 82</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">tags</span>
-  <span class="ruby-identifier">repo</span>.<span class="ruby-identifier">tags</span>.<span class="ruby-identifier">sort_by</span>(&amp;<span class="ruby-value">:name</span>).<span class="ruby-identifier">reverse</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-tree">
-            
-              <b>tree</b>(fcommit, path = nil)
-            
-            <a href="../classes/Repository.html#method-i-tree" name="method-i-tree" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-tree_source')" id="l_method-i-tree_source">show</a>
-                
-              </p>
-              <div id="method-i-tree_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/repository.rb, line 125</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">tree</span>(<span class="ruby-identifier">fcommit</span>, <span class="ruby-identifier">path</span> = <span class="ruby-keyword">nil</span>)
-  <span class="ruby-identifier">fcommit</span> = <span class="ruby-identifier">commit</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">fcommit</span> <span class="ruby-operator">==</span> <span class="ruby-value">:head</span>
-  <span class="ruby-identifier">tree</span> = <span class="ruby-identifier">fcommit</span>.<span class="ruby-identifier">tree</span>
-  <span class="ruby-identifier">path</span> <span class="ruby-operator">?</span> (<span class="ruby-identifier">tree</span> <span class="ruby-operator">/</span> <span class="ruby-identifier">path</span>) <span class="ruby-operator">:</span> <span class="ruby-identifier">tree</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-update_repository">
-            
-              <b>update_repository</b>()
-            
-            <a href="../classes/Repository.html#method-i-update_repository" name="method-i-update_repository" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-update_repository_source')" id="l_method-i-update_repository_source">show</a>
-                
-              </p>
-              <div id="method-i-update_repository_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/repository.rb, line 107</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">update_repository</span>
-  <span class="ruby-identifier">git_host</span>.<span class="ruby-identifier">update_repository</span>(<span class="ruby-keyword">self</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-url_to_repo">
-            
-              <b>url_to_repo</b>()
-            
-            <a href="../classes/Repository.html#method-i-url_to_repo" name="method-i-url_to_repo" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-url_to_repo_source')" id="l_method-i-url_to_repo_source">show</a>
-                
-              </p>
-              <div id="method-i-url_to_repo_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/repository.rb, line 95</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">url_to_repo</span>
-  <span class="ruby-identifier">git_host</span>.<span class="ruby-identifier">url_to_repo</span>(<span class="ruby-identifier">path_with_namespace</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-valid_hook_file">
-            
-              <b>valid_hook_file</b>()
-            
-            <a href="../classes/Repository.html#method-i-valid_hook_file" name="method-i-valid_hook_file" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-valid_hook_file_source')" id="l_method-i-valid_hook_file_source">show</a>
-                
-              </p>
-              <div id="method-i-valid_hook_file_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/repository.rb, line 55</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">valid_hook_file</span>
-  <span class="ruby-ivar">@valid_hook_file</span> <span class="ruby-operator">||=</span> <span class="ruby-constant">File</span>.<span class="ruby-identifier">read</span>(<span class="ruby-constant">Rails</span>.<span class="ruby-identifier">root</span>.<span class="ruby-identifier">join</span>(<span class="ruby-string">'lib'</span>, <span class="ruby-string">'hooks'</span>, <span class="ruby-string">'post-receive'</span>))
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-valid_post_receive_file-3F">
-            
-              <b>valid_post_receive_file?</b>()
-            
-            <a href="../classes/Repository.html#method-i-valid_post_receive_file-3F" name="method-i-valid_post_receive_file-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-valid_post_receive_file-3F_source')" id="l_method-i-valid_post_receive_file-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-valid_post_receive_file-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/repository.rb, line 51</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">valid_post_receive_file?</span>
-  <span class="ruby-identifier">valid_hook_file</span> <span class="ruby-operator">==</span> <span class="ruby-identifier">hook_file</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-valid_repo-3F">
-            
-              <b>valid_repo?</b>()
-            
-            <a href="../classes/Repository.html#method-i-valid_repo-3F" name="method-i-valid_repo-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-valid_repo-3F_source')" id="l_method-i-valid_repo-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-valid_repo-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/repository.rb, line 4</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">valid_repo?</span>
-  <span class="ruby-identifier">repo</span>
-<span class="ruby-keyword">rescue</span>
-  <span class="ruby-identifier">errors</span>.<span class="ruby-identifier">add</span>(<span class="ruby-value">:path</span>, <span class="ruby-string">&quot;Invalid repository path&quot;</span>)
-  <span class="ruby-keyword">false</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/ResqueAuthentication.html b/doc/code/classes/ResqueAuthentication.html
deleted file mode 100644
index ec3fc9e470fb964a7604b32c1c6c3b2e62e04709..0000000000000000000000000000000000000000
--- a/doc/code/classes/ResqueAuthentication.html
+++ /dev/null
@@ -1,182 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>ResqueAuthentication</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            ResqueAuthentication 
-            
-                <span class="parent">&lt; 
-                    
-                    <a href="Object.html">Object</a>
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/config/initializers/4_resque_rb.html">config/initializers/4_resque.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>C</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-call">call</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>N</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-c-new">new</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-    
-      <div class="sectiontitle">Class Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-c-new">
-            
-              <b>new</b>(app)
-            
-            <a href="../classes/ResqueAuthentication.html#method-c-new" name="method-c-new" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-new_source')" id="l_method-c-new_source">show</a>
-                
-              </p>
-              <div id="method-c-new_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File config/initializers/4_resque.rb, line 14</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">initialize</span>(<span class="ruby-identifier">app</span>)
-  <span class="ruby-ivar">@app</span> = <span class="ruby-identifier">app</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                  
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-call">
-            
-              <b>call</b>(env)
-            
-            <a href="../classes/ResqueAuthentication.html#method-i-call" name="method-i-call" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-call_source')" id="l_method-i-call_source">show</a>
-                
-              </p>
-              <div id="method-i-call_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File config/initializers/4_resque.rb, line 18</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">call</span>(<span class="ruby-identifier">env</span>)
-  <span class="ruby-identifier">account</span> = <span class="ruby-identifier">env</span>[<span class="ruby-string">'warden'</span>].<span class="ruby-identifier">authenticate!</span>(<span class="ruby-value">:database_authenticatable</span>, <span class="ruby-value">:rememberable</span>, <span class="ruby-identifier">scope</span><span class="ruby-operator">:</span> <span class="ruby-value">:user</span>)
-  <span class="ruby-identifier">raise</span> <span class="ruby-string">&quot;Access denied&quot;</span> <span class="ruby-keyword">if</span> <span class="ruby-operator">!</span><span class="ruby-identifier">account</span>.<span class="ruby-identifier">admin?</span>
-  <span class="ruby-ivar">@app</span>.<span class="ruby-identifier">call</span>(<span class="ruby-identifier">env</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/SearchContext.html b/doc/code/classes/SearchContext.html
deleted file mode 100644
index b8ecb2e716d33837eafc65981d138b05c655ce37..0000000000000000000000000000000000000000
--- a/doc/code/classes/SearchContext.html
+++ /dev/null
@@ -1,262 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>SearchContext</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            SearchContext 
-            
-                <span class="parent">&lt; 
-                    
-                    Object
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/contexts/search_context_rb.html">app/contexts/search_context.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>E</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-execute">execute</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>N</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-c-new">new</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>R</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-result">result</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-      <!-- Section attributes -->
-      <div class="sectiontitle">Attributes</div>
-      <table border='0' cellpadding='5'>
-        
-          <tr valign='top'>
-            <td class='attr-rw'>
-              [RW]
-            </td>
-            <td class='attr-name'>params</td>
-            <td class='attr-desc'></td>
-          </tr>
-        
-          <tr valign='top'>
-            <td class='attr-rw'>
-              [RW]
-            </td>
-            <td class='attr-name'>project_ids</td>
-            <td class='attr-desc'></td>
-          </tr>
-        
-      </table>
-    
-
-
-    <!-- Methods -->
-    
-      <div class="sectiontitle">Class Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-c-new">
-            
-              <b>new</b>(project_ids, params)
-            
-            <a href="../classes/SearchContext.html#method-c-new" name="method-c-new" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-new_source')" id="l_method-c-new_source">show</a>
-                
-              </p>
-              <div id="method-c-new_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/contexts/search_context.rb, line 4</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">initialize</span>(<span class="ruby-identifier">project_ids</span>, <span class="ruby-identifier">params</span>)
-  <span class="ruby-ivar">@project_ids</span>, <span class="ruby-ivar">@params</span> = <span class="ruby-identifier">project_ids</span>, <span class="ruby-identifier">params</span>.<span class="ruby-identifier">dup</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                  
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-execute">
-            
-              <b>execute</b>()
-            
-            <a href="../classes/SearchContext.html#method-i-execute" name="method-i-execute" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-execute_source')" id="l_method-i-execute_source">show</a>
-                
-              </p>
-              <div id="method-i-execute_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/contexts/search_context.rb, line 8</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">execute</span>
-  <span class="ruby-identifier">query</span> = <span class="ruby-identifier">params</span>[<span class="ruby-value">:search</span>]
-
-  <span class="ruby-keyword">return</span> <span class="ruby-identifier">result</span> <span class="ruby-keyword">unless</span> <span class="ruby-identifier">query</span>.<span class="ruby-identifier">present?</span>
-
-  <span class="ruby-identifier">result</span>[<span class="ruby-value">:projects</span>] = <span class="ruby-constant">Project</span>.<span class="ruby-identifier">where</span>(<span class="ruby-identifier">id</span><span class="ruby-operator">:</span> <span class="ruby-identifier">project_ids</span>).<span class="ruby-identifier">search</span>(<span class="ruby-identifier">query</span>).<span class="ruby-identifier">limit</span>(<span class="ruby-number">10</span>)
-  <span class="ruby-identifier">result</span>[<span class="ruby-value">:merge_requests</span>] = <span class="ruby-constant">MergeRequest</span>.<span class="ruby-identifier">where</span>(<span class="ruby-identifier">project_id</span><span class="ruby-operator">:</span> <span class="ruby-identifier">project_ids</span>).<span class="ruby-identifier">search</span>(<span class="ruby-identifier">query</span>).<span class="ruby-identifier">limit</span>(<span class="ruby-number">10</span>)
-  <span class="ruby-identifier">result</span>[<span class="ruby-value">:issues</span>] = <span class="ruby-constant">Issue</span>.<span class="ruby-identifier">where</span>(<span class="ruby-identifier">project_id</span><span class="ruby-operator">:</span> <span class="ruby-identifier">project_ids</span>).<span class="ruby-identifier">search</span>(<span class="ruby-identifier">query</span>).<span class="ruby-identifier">limit</span>(<span class="ruby-number">10</span>)
-  <span class="ruby-identifier">result</span>[<span class="ruby-value">:wiki_pages</span>] = <span class="ruby-constant">Wiki</span>.<span class="ruby-identifier">where</span>(<span class="ruby-identifier">project_id</span><span class="ruby-operator">:</span> <span class="ruby-identifier">project_ids</span>).<span class="ruby-identifier">search</span>(<span class="ruby-identifier">query</span>).<span class="ruby-identifier">limit</span>(<span class="ruby-number">10</span>)
-  <span class="ruby-identifier">result</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-result">
-            
-              <b>result</b>()
-            
-            <a href="../classes/SearchContext.html#method-i-result" name="method-i-result" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-result_source')" id="l_method-i-result_source">show</a>
-                
-              </p>
-              <div id="method-i-result_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/contexts/search_context.rb, line 20</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">result</span>
-  <span class="ruby-ivar">@result</span> <span class="ruby-operator">||=</span> {
-    <span class="ruby-identifier">projects</span><span class="ruby-operator">:</span> [],
-    <span class="ruby-identifier">merge_requests</span><span class="ruby-operator">:</span> [],
-    <span class="ruby-identifier">issues</span><span class="ruby-operator">:</span> [],
-    <span class="ruby-identifier">wiki_pages</span><span class="ruby-operator">:</span> []
-  }
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/SearchController.html b/doc/code/classes/SearchController.html
deleted file mode 100644
index 5f26c934c5a0b5454f723ec9c84521688dafac18..0000000000000000000000000000000000000000
--- a/doc/code/classes/SearchController.html
+++ /dev/null
@@ -1,136 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>SearchController</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            SearchController 
-            
-                <span class="parent">&lt; 
-                    
-                    <a href="ApplicationController.html">ApplicationController</a>
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/controllers/search_controller_rb.html">app/controllers/search_controller.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>S</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-show">show</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-show">
-            
-              <b>show</b>()
-            
-            <a href="../classes/SearchController.html#method-i-show" name="method-i-show" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-show_source')" id="l_method-i-show_source">show</a>
-                
-              </p>
-              <div id="method-i-show_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/search_controller.rb, line 2</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">show</span>
-  <span class="ruby-identifier">result</span> = <span class="ruby-constant">SearchContext</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">current_user</span>.<span class="ruby-identifier">project_ids</span>, <span class="ruby-identifier">params</span>).<span class="ruby-identifier">execute</span>
-
-  <span class="ruby-ivar">@projects</span>       = <span class="ruby-identifier">result</span>[<span class="ruby-value">:projects</span>]
-  <span class="ruby-ivar">@merge_requests</span> = <span class="ruby-identifier">result</span>[<span class="ruby-value">:merge_requests</span>]
-  <span class="ruby-ivar">@issues</span>         = <span class="ruby-identifier">result</span>[<span class="ruby-value">:issues</span>]
-  <span class="ruby-ivar">@wiki_pages</span>     = <span class="ruby-identifier">result</span>[<span class="ruby-value">:wiki_pages</span>]
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Service.html b/doc/code/classes/Service.html
deleted file mode 100644
index f4973cb37f6a540bc5c6b82f6956859cedb9d64c..0000000000000000000000000000000000000000
--- a/doc/code/classes/Service.html
+++ /dev/null
@@ -1,94 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Service</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Service 
-            
-                <span class="parent">&lt; 
-                    
-                    ActiveRecord::Base
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/models/service_rb.html">app/models/service.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<h2 id="label-Schema+Information">Schema Information</h2>
-
-<p>Table name: services</p>
-
-<pre>id          :integer          not null, primary key
-type        :string(255)
-title       :string(255)
-token       :string(255)
-project_id  :integer          not null
-created_at  :datetime         not null
-updated_at  :datetime         not null
-active      :boolean          default(FALSE), not null
-project_url :string(255)</pre>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/ServiceHook.html b/doc/code/classes/ServiceHook.html
deleted file mode 100644
index faff9256de2975b1585cab626c7abc1a7ec437c7..0000000000000000000000000000000000000000
--- a/doc/code/classes/ServiceHook.html
+++ /dev/null
@@ -1,92 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>ServiceHook</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            ServiceHook 
-            
-                <span class="parent">&lt; 
-                    
-                    <a href="WebHook.html">WebHook</a>
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/models/service_hook_rb.html">app/models/service_hook.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<h2 id="label-Schema+Information">Schema Information</h2>
-
-<p>Table name: web_hooks</p>
-
-<pre>id         :integer          not null, primary key
-url        :string(255)
-project_id :integer
-created_at :datetime         not null
-updated_at :datetime         not null
-type       :string(255)      default(&quot;ProjectHook&quot;)
-service_id :integer</pre>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/ServicesController.html b/doc/code/classes/ServicesController.html
deleted file mode 100644
index c0165b096d7368b6b6e742ae923497b16062eabb..0000000000000000000000000000000000000000
--- a/doc/code/classes/ServicesController.html
+++ /dev/null
@@ -1,287 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>ServicesController</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            ServicesController 
-            
-                <span class="parent">&lt; 
-                    
-                    <a href="ProjectResourceController.html">ProjectResourceController</a>
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/controllers/services_controller_rb.html">app/controllers/services_controller.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>E</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-edit">edit</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>I</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-index">index</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>T</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-test">test</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>U</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-update">update</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-edit">
-            
-              <b>edit</b>()
-            
-            <a href="../classes/ServicesController.html#method-i-edit" name="method-i-edit" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-edit_source')" id="l_method-i-edit_source">show</a>
-                
-              </p>
-              <div id="method-i-edit_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/services_controller.rb, line 11</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">edit</span>
-  <span class="ruby-ivar">@service</span> = <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">gitlab_ci_service</span>
-
-  <span class="ruby-comment"># Create if missing</span>
-  <span class="ruby-ivar">@service</span> = <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">create_gitlab_ci_service</span> <span class="ruby-keyword">unless</span> <span class="ruby-ivar">@service</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-index">
-            
-              <b>index</b>()
-            
-            <a href="../classes/ServicesController.html#method-i-index" name="method-i-index" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-index_source')" id="l_method-i-index_source">show</a>
-                
-              </p>
-              <div id="method-i-index_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/services_controller.rb, line 7</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">index</span>
-  <span class="ruby-ivar">@gitlab_ci_service</span> = <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">gitlab_ci_service</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-test">
-            
-              <b>test</b>()
-            
-            <a href="../classes/ServicesController.html#method-i-test" name="method-i-test" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-test_source')" id="l_method-i-test_source">show</a>
-                
-              </p>
-              <div id="method-i-test_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/services_controller.rb, line 28</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">test</span>
-  <span class="ruby-identifier">commits</span> = <span class="ruby-identifier">project</span>.<span class="ruby-identifier">commits</span>(<span class="ruby-identifier">project</span>.<span class="ruby-identifier">default_branch</span>, <span class="ruby-keyword">nil</span>, <span class="ruby-number">3</span>)
-  <span class="ruby-identifier">data</span> = <span class="ruby-identifier">project</span>.<span class="ruby-identifier">post_receive_data</span>(<span class="ruby-identifier">commits</span>.<span class="ruby-identifier">last</span>.<span class="ruby-identifier">id</span>, <span class="ruby-identifier">commits</span>.<span class="ruby-identifier">first</span>.<span class="ruby-identifier">id</span>, <span class="ruby-node">&quot;refs/heads/#{project.default_branch}&quot;</span>, <span class="ruby-identifier">current_user</span>)
-
-  <span class="ruby-ivar">@service</span> = <span class="ruby-identifier">project</span>.<span class="ruby-identifier">gitlab_ci_service</span>
-  <span class="ruby-ivar">@service</span>.<span class="ruby-identifier">execute</span>(<span class="ruby-identifier">data</span>)
-
-  <span class="ruby-identifier">redirect_to</span> <span class="ruby-value">:back</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-update">
-            
-              <b>update</b>()
-            
-            <a href="../classes/ServicesController.html#method-i-update" name="method-i-update" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-update_source')" id="l_method-i-update_source">show</a>
-                
-              </p>
-              <div id="method-i-update_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/services_controller.rb, line 18</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">update</span>
-  <span class="ruby-ivar">@service</span> = <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">gitlab_ci_service</span>
-
-  <span class="ruby-keyword">if</span> <span class="ruby-ivar">@service</span>.<span class="ruby-identifier">update_attributes</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:service</span>])
-    <span class="ruby-identifier">redirect_to</span> <span class="ruby-identifier">edit_project_service_path</span>(<span class="ruby-ivar">@project</span>, <span class="ruby-value">:gitlab_ci</span>)
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-identifier">render</span> <span class="ruby-string">'edit'</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Settings.html b/doc/code/classes/Settings.html
deleted file mode 100644
index 05219228dbe8f157c5e4d0546fb3527d220284c8..0000000000000000000000000000000000000000
--- a/doc/code/classes/Settings.html
+++ /dev/null
@@ -1,131 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Settings</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Settings 
-            
-                <span class="parent">&lt; 
-                    
-                    Settingslogic
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/config/initializers/1_settings_rb.html">config/initializers/1_settings.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>G</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-c-gitlab_on_non_standard_port-3F">gitlab_on_non_standard_port?</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-    
-      <div class="sectiontitle">Class Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-c-gitlab_on_non_standard_port-3F">
-            
-              <b>gitlab_on_non_standard_port?</b>()
-            
-            <a href="../classes/Settings.html#method-c-gitlab_on_non_standard_port-3F" name="method-c-gitlab_on_non_standard_port-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-gitlab_on_non_standard_port-3F_source')" id="l_method-c-gitlab_on_non_standard_port-3F_source">show</a>
-                
-              </p>
-              <div id="method-c-gitlab_on_non_standard_port-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File config/initializers/1_settings.rb, line 5</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">gitlab_on_non_standard_port?</span>
-  <span class="ruby-operator">!</span>[<span class="ruby-number">443</span>, <span class="ruby-number">80</span>].<span class="ruby-identifier">include?</span>(<span class="ruby-identifier">gitlab</span>.<span class="ruby-identifier">port</span>.<span class="ruby-identifier">to_i</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                        </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Snippet.html b/doc/code/classes/Snippet.html
deleted file mode 100644
index a71f13165fcbc8252853eded55ce23a1e5fe998e..0000000000000000000000000000000000000000
--- a/doc/code/classes/Snippet.html
+++ /dev/null
@@ -1,402 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Snippet</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Snippet 
-            
-                <span class="parent">&lt; 
-                    
-                    ActiveRecord::Base
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/models/snippet_rb.html">app/models/snippet.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<h2 id="label-Schema+Information">Schema Information</h2>
-
-<p>Table name: snippets</p>
-
-<pre>id         :integer          not null, primary key
-title      :string(255)
-content    :text
-author_id  :integer          not null
-project_id :integer          not null
-created_at :datetime         not null
-updated_at :datetime         not null
-file_name  :string(255)
-expires_at :datetime</pre>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>C</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-c-content_types">content_types</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>D</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-data">data</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>E</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-expired-3F">expired?</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>M</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-mode">mode</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>N</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-name">name</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>S</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-size">size</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-    <!-- Includes -->
-    <div class="sectiontitle">Included Modules</div>
-    <ul>
-      
-        <li>
-          
-            Linguist::BlobHelper
-          
-        </li>
-      
-    </ul>
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-    
-      <div class="sectiontitle">Class Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-c-content_types">
-            
-              <b>content_types</b>()
-            
-            <a href="../classes/Snippet.html#method-c-content_types" name="method-c-content_types" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-content_types_source')" id="l_method-c-content_types_source">show</a>
-                
-              </p>
-              <div id="method-c-content_types_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/snippet.rb, line 38</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">self</span>.<span class="ruby-identifier">content_types</span>
-  [
-    <span class="ruby-string">&quot;.rb&quot;</span>, <span class="ruby-string">&quot;.py&quot;</span>, <span class="ruby-string">&quot;.pl&quot;</span>, <span class="ruby-string">&quot;.scala&quot;</span>, <span class="ruby-string">&quot;.c&quot;</span>, <span class="ruby-string">&quot;.cpp&quot;</span>, <span class="ruby-string">&quot;.java&quot;</span>,
-    <span class="ruby-string">&quot;.haml&quot;</span>, <span class="ruby-string">&quot;.html&quot;</span>, <span class="ruby-string">&quot;.sass&quot;</span>, <span class="ruby-string">&quot;.scss&quot;</span>, <span class="ruby-string">&quot;.xml&quot;</span>, <span class="ruby-string">&quot;.php&quot;</span>, <span class="ruby-string">&quot;.erb&quot;</span>,
-    <span class="ruby-string">&quot;.js&quot;</span>, <span class="ruby-string">&quot;.sh&quot;</span>, <span class="ruby-string">&quot;.coffee&quot;</span>, <span class="ruby-string">&quot;.yml&quot;</span>, <span class="ruby-string">&quot;.md&quot;</span>
-  ]
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                  
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-data">
-            
-              <b>data</b>()
-            
-            <a href="../classes/Snippet.html#method-i-data" name="method-i-data" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-data_source')" id="l_method-i-data_source">show</a>
-                
-              </p>
-              <div id="method-i-data_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/snippet.rb, line 46</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">data</span>
-  <span class="ruby-identifier">content</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-expired-3F">
-            
-              <b>expired?</b>()
-            
-            <a href="../classes/Snippet.html#method-i-expired-3F" name="method-i-expired-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-expired-3F_source')" id="l_method-i-expired-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-expired-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/snippet.rb, line 62</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">expired?</span>
-  <span class="ruby-identifier">expires_at</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">expires_at</span> <span class="ruby-operator">&lt;</span> <span class="ruby-constant">Time</span>.<span class="ruby-identifier">current</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-mode">
-            
-              <b>mode</b>()
-            
-            <a href="../classes/Snippet.html#method-i-mode" name="method-i-mode" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-mode_source')" id="l_method-i-mode_source">show</a>
-                
-              </p>
-              <div id="method-i-mode_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/snippet.rb, line 58</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">mode</span>
-  <span class="ruby-keyword">nil</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-name">
-            
-              <b>name</b>()
-            
-            <a href="../classes/Snippet.html#method-i-name" name="method-i-name" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-name_source')" id="l_method-i-name_source">show</a>
-                
-              </p>
-              <div id="method-i-name_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/snippet.rb, line 54</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">name</span>
-  <span class="ruby-identifier">file_name</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-size">
-            
-              <b>size</b>()
-            
-            <a href="../classes/Snippet.html#method-i-size" name="method-i-size" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-size_source')" id="l_method-i-size_source">show</a>
-                
-              </p>
-              <div id="method-i-size_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/snippet.rb, line 50</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">size</span>
-  <span class="ruby-number">0</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/SnippetsController.html b/doc/code/classes/SnippetsController.html
deleted file mode 100644
index fd7e0fe6d191d505acd1b64e76acdd6c6cf48096..0000000000000000000000000000000000000000
--- a/doc/code/classes/SnippetsController.html
+++ /dev/null
@@ -1,611 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>SnippetsController</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            SnippetsController 
-            
-                <span class="parent">&lt; 
-                    
-                    <a href="ProjectResourceController.html">ProjectResourceController</a>
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/controllers/snippets_controller_rb.html">app/controllers/snippets_controller.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>A</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-authorize_admin_snippet-21">authorize_admin_snippet!</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-authorize_modify_snippet-21">authorize_modify_snippet!</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>C</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-create">create</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>D</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-destroy">destroy</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>E</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-edit">edit</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>I</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-index">index</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>N</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-new">new</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>R</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-raw">raw</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>S</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-show">show</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-snippet">snippet</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>U</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-update">update</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-create">
-            
-              <b>create</b>()
-            
-            <a href="../classes/SnippetsController.html#method-i-create" name="method-i-create" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-create_source')" id="l_method-i-create_source">show</a>
-                
-              </p>
-              <div id="method-i-create_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/snippets_controller.rb, line 26</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">create</span>
-  <span class="ruby-ivar">@snippet</span> = <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">snippets</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:snippet</span>])
-  <span class="ruby-ivar">@snippet</span>.<span class="ruby-identifier">author</span> = <span class="ruby-identifier">current_user</span>
-  <span class="ruby-ivar">@snippet</span>.<span class="ruby-identifier">save</span>
-
-  <span class="ruby-keyword">if</span> <span class="ruby-ivar">@snippet</span>.<span class="ruby-identifier">valid?</span>
-    <span class="ruby-identifier">redirect_to</span> [<span class="ruby-ivar">@project</span>, <span class="ruby-ivar">@snippet</span>]
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-identifier">respond_with</span>(<span class="ruby-ivar">@snippet</span>)
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-destroy">
-            
-              <b>destroy</b>()
-            
-            <a href="../classes/SnippetsController.html#method-i-destroy" name="method-i-destroy" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-destroy_source')" id="l_method-i-destroy_source">show</a>
-                
-              </p>
-              <div id="method-i-destroy_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/snippets_controller.rb, line 55</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">destroy</span>
-  <span class="ruby-keyword">return</span> <span class="ruby-identifier">access_denied!</span> <span class="ruby-keyword">unless</span> <span class="ruby-identifier">can?</span>(<span class="ruby-identifier">current_user</span>, <span class="ruby-value">:admin_snippet</span>, <span class="ruby-ivar">@snippet</span>)
-
-  <span class="ruby-ivar">@snippet</span>.<span class="ruby-identifier">destroy</span>
-
-  <span class="ruby-identifier">redirect_to</span> <span class="ruby-identifier">project_snippets_path</span>(<span class="ruby-ivar">@project</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-edit">
-            
-              <b>edit</b>()
-            
-            <a href="../classes/SnippetsController.html#method-i-edit" name="method-i-edit" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-edit_source')" id="l_method-i-edit_source">show</a>
-                
-              </p>
-              <div id="method-i-edit_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/snippets_controller.rb, line 38</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">edit</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-index">
-            
-              <b>index</b>()
-            
-            <a href="../classes/SnippetsController.html#method-i-index" name="method-i-index" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-index_source')" id="l_method-i-index_source">show</a>
-                
-              </p>
-              <div id="method-i-index_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/snippets_controller.rb, line 18</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">index</span>
-  <span class="ruby-ivar">@snippets</span> = <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">snippets</span>.<span class="ruby-identifier">fresh</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-new">
-            
-              <b>new</b>()
-            
-            <a href="../classes/SnippetsController.html#method-i-new" name="method-i-new" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-new_source')" id="l_method-i-new_source">show</a>
-                
-              </p>
-              <div id="method-i-new_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/snippets_controller.rb, line 22</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">new</span>
-  <span class="ruby-ivar">@snippet</span> = <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">snippets</span>.<span class="ruby-identifier">new</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-raw">
-            
-              <b>raw</b>()
-            
-            <a href="../classes/SnippetsController.html#method-i-raw" name="method-i-raw" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-raw_source')" id="l_method-i-raw_source">show</a>
-                
-              </p>
-              <div id="method-i-raw_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/snippets_controller.rb, line 63</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">raw</span>
-  <span class="ruby-identifier">send_data</span>(
-    <span class="ruby-ivar">@snippet</span>.<span class="ruby-identifier">content</span>,
-    <span class="ruby-identifier">type</span><span class="ruby-operator">:</span> <span class="ruby-string">&quot;text/plain&quot;</span>,
-    <span class="ruby-identifier">disposition</span><span class="ruby-operator">:</span> <span class="ruby-string">'inline'</span>,
-    <span class="ruby-identifier">filename</span><span class="ruby-operator">:</span> <span class="ruby-ivar">@snippet</span>.<span class="ruby-identifier">file_name</span>
-  )
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-show">
-            
-              <b>show</b>()
-            
-            <a href="../classes/SnippetsController.html#method-i-show" name="method-i-show" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-show_source')" id="l_method-i-show_source">show</a>
-                
-              </p>
-              <div id="method-i-show_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/snippets_controller.rb, line 51</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">show</span>
-  <span class="ruby-ivar">@note</span> = <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">notes</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">noteable</span><span class="ruby-operator">:</span> <span class="ruby-ivar">@snippet</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-update">
-            
-              <b>update</b>()
-            
-            <a href="../classes/SnippetsController.html#method-i-update" name="method-i-update" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-update_source')" id="l_method-i-update_source">show</a>
-                
-              </p>
-              <div id="method-i-update_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/snippets_controller.rb, line 41</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">update</span>
-  <span class="ruby-ivar">@snippet</span>.<span class="ruby-identifier">update_attributes</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:snippet</span>])
-
-  <span class="ruby-keyword">if</span> <span class="ruby-ivar">@snippet</span>.<span class="ruby-identifier">valid?</span>
-    <span class="ruby-identifier">redirect_to</span> [<span class="ruby-ivar">@project</span>, <span class="ruby-ivar">@snippet</span>]
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-identifier">respond_with</span>(<span class="ruby-ivar">@snippet</span>)
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-              
-      <div class="sectiontitle">Instance Protected methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-authorize_admin_snippet-21">
-            
-              <b>authorize_admin_snippet!</b>()
-            
-            <a href="../classes/SnippetsController.html#method-i-authorize_admin_snippet-21" name="method-i-authorize_admin_snippet-21" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-authorize_admin_snippet-21_source')" id="l_method-i-authorize_admin_snippet-21_source">show</a>
-                
-              </p>
-              <div id="method-i-authorize_admin_snippet-21_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/snippets_controller.rb, line 82</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">authorize_admin_snippet!</span>
-  <span class="ruby-keyword">return</span> <span class="ruby-identifier">render_404</span> <span class="ruby-keyword">unless</span> <span class="ruby-identifier">can?</span>(<span class="ruby-identifier">current_user</span>, <span class="ruby-value">:admin_snippet</span>, <span class="ruby-ivar">@snippet</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-authorize_modify_snippet-21">
-            
-              <b>authorize_modify_snippet!</b>()
-            
-            <a href="../classes/SnippetsController.html#method-i-authorize_modify_snippet-21" name="method-i-authorize_modify_snippet-21" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-authorize_modify_snippet-21_source')" id="l_method-i-authorize_modify_snippet-21_source">show</a>
-                
-              </p>
-              <div id="method-i-authorize_modify_snippet-21_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/snippets_controller.rb, line 78</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">authorize_modify_snippet!</span>
-  <span class="ruby-keyword">return</span> <span class="ruby-identifier">render_404</span> <span class="ruby-keyword">unless</span> <span class="ruby-identifier">can?</span>(<span class="ruby-identifier">current_user</span>, <span class="ruby-value">:modify_snippet</span>, <span class="ruby-ivar">@snippet</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-snippet">
-            
-              <b>snippet</b>()
-            
-            <a href="../classes/SnippetsController.html#method-i-snippet" name="method-i-snippet" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-snippet_source')" id="l_method-i-snippet_source">show</a>
-                
-              </p>
-              <div id="method-i-snippet_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/snippets_controller.rb, line 74</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">snippet</span>
-  <span class="ruby-ivar">@snippet</span> <span class="ruby-operator">||=</span> <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">snippets</span>.<span class="ruby-identifier">find</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:id</span>])
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/SnippetsHelper.html b/doc/code/classes/SnippetsHelper.html
deleted file mode 100644
index 4230a0cce79992bae5c61d86f13d7b71dd4d18b9..0000000000000000000000000000000000000000
--- a/doc/code/classes/SnippetsHelper.html
+++ /dev/null
@@ -1,131 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>SnippetsHelper</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Module</span> 
-            SnippetsHelper 
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/helpers/snippets_helper_rb.html">app/helpers/snippets_helper.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>L</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-lifetime_select_options">lifetime_select_options</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-lifetime_select_options">
-            
-              <b>lifetime_select_options</b>()
-            
-            <a href="../classes/SnippetsHelper.html#method-i-lifetime_select_options" name="method-i-lifetime_select_options" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-lifetime_select_options_source')" id="l_method-i-lifetime_select_options_source">show</a>
-                
-              </p>
-              <div id="method-i-lifetime_select_options_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/helpers/snippets_helper.rb, line 2</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">lifetime_select_options</span>
-  <span class="ruby-identifier">options</span> = [
-      [<span class="ruby-string">'forever'</span>, <span class="ruby-keyword">nil</span>],
-      [<span class="ruby-string">'1 day'</span>,   <span class="ruby-node">&quot;#{Date.current + 1.day}&quot;</span>],
-      [<span class="ruby-string">'1 week'</span>,  <span class="ruby-node">&quot;#{Date.current + 1.week}&quot;</span>],
-      [<span class="ruby-string">'1 month'</span>, <span class="ruby-node">&quot;#{Date.current + 1.month}&quot;</span>]
-  ]
-  <span class="ruby-identifier">options_for_select</span>(<span class="ruby-identifier">options</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/StaticModel.html b/doc/code/classes/StaticModel.html
deleted file mode 100644
index 46ead77607d1a0cabf9052494a36bc73ecdd51ab..0000000000000000000000000000000000000000
--- a/doc/code/classes/StaticModel.html
+++ /dev/null
@@ -1,377 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>StaticModel</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Module</span> 
-            StaticModel 
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/roles/static_model_rb.html">app/roles/static_model.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<p>Provides an ActiveRecord-like interface to a model whose data is not
-persisted to a database.</p>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="StaticModel/ClassMethods.html">StaticModel::ClassMethods</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>#</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-3D-3D">==</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-5B-5D">[]</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>D</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-destroyed-3F">destroyed?</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>N</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-new_record-3F">new_record?</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>P</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-persisted-3F">persisted?</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>T</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-to_param">to_param</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-3D-3D">
-            
-              <b>==</b>(other)
-            
-            <a href="../classes/StaticModel.html#method-i-3D-3D" name="method-i-3D-3D" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-3D-3D_source')" id="l_method-i-3D-3D_source">show</a>
-                
-              </p>
-              <div id="method-i-3D-3D_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/static_model.rb, line 40</span>
-<span class="ruby-keyword">def</span> <span class="ruby-operator">==</span>(<span class="ruby-keyword ruby-title">other</span>)
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">other</span>.<span class="ruby-identifier">is_a?</span> <span class="ruby-constant">StaticModel</span>
-    <span class="ruby-identifier">id</span> <span class="ruby-operator">==</span> <span class="ruby-identifier">other</span>.<span class="ruby-identifier">id</span>
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-keyword">super</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-5B-5D">
-            
-              <b>[]</b>(key)
-            
-            <a href="../classes/StaticModel.html#method-i-5B-5D" name="method-i-5B-5D" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Used by AR for fetching attributes</p>
-
-<p>Pass it along if we respond to it.</p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-5B-5D_source')" id="l_method-i-5B-5D_source">show</a>
-                
-              </p>
-              <div id="method-i-5B-5D_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/static_model.rb, line 20</span>
-<span class="ruby-keyword">def</span> <span class="ruby-operator">[]</span>(<span class="ruby-keyword ruby-title">key</span>)
-  <span class="ruby-identifier">send</span>(<span class="ruby-identifier">key</span>) <span class="ruby-keyword">if</span> <span class="ruby-identifier">respond_to?</span>(<span class="ruby-identifier">key</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-destroyed-3F">
-            
-              <b>destroyed?</b>()
-            
-            <a href="../classes/StaticModel.html#method-i-destroyed-3F" name="method-i-destroyed-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-destroyed-3F_source')" id="l_method-i-destroyed-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-destroyed-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/static_model.rb, line 36</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">destroyed?</span>
-  <span class="ruby-keyword">false</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-new_record-3F">
-            
-              <b>new_record?</b>()
-            
-            <a href="../classes/StaticModel.html#method-i-new_record-3F" name="method-i-new_record-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-new_record-3F_source')" id="l_method-i-new_record-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-new_record-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/static_model.rb, line 28</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">new_record?</span>
-  <span class="ruby-keyword">false</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-persisted-3F">
-            
-              <b>persisted?</b>()
-            
-            <a href="../classes/StaticModel.html#method-i-persisted-3F" name="method-i-persisted-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-persisted-3F_source')" id="l_method-i-persisted-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-persisted-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/static_model.rb, line 32</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">persisted?</span>
-  <span class="ruby-keyword">false</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-to_param">
-            
-              <b>to_param</b>()
-            
-            <a href="../classes/StaticModel.html#method-i-to_param" name="method-i-to_param" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-to_param_source')" id="l_method-i-to_param_source">show</a>
-                
-              </p>
-              <div id="method-i-to_param_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/static_model.rb, line 24</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">to_param</span>
-  <span class="ruby-identifier">id</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/StaticModel/ClassMethods.html b/doc/code/classes/StaticModel/ClassMethods.html
deleted file mode 100644
index 38508f6d91fdd59eed53a75610e7b5e70c527fd5..0000000000000000000000000000000000000000
--- a/doc/code/classes/StaticModel/ClassMethods.html
+++ /dev/null
@@ -1,172 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>StaticModel::ClassMethods</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/github.css" type="text/css" media="screen" />
-<script src="../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Module</span> 
-            StaticModel::ClassMethods 
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../../files/app/roles/static_model_rb.html">app/roles/static_model.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>B</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-base_class">base_class</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>P</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-primary_key">primary_key</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-base_class">
-            
-              <b>base_class</b>()
-            
-            <a href="../../classes/StaticModel/ClassMethods.html#method-i-base_class" name="method-i-base_class" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Used by ActiveRecord’s polymorphic association to set object_type</p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-base_class_source')" id="l_method-i-base_class_source">show</a>
-                
-              </p>
-              <div id="method-i-base_class_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/static_model.rb, line 12</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">base_class</span>
-  <span class="ruby-keyword">self</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-primary_key">
-            
-              <b>primary_key</b>()
-            
-            <a href="../../classes/StaticModel/ClassMethods.html#method-i-primary_key" name="method-i-primary_key" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Used by ActiveRecord’s polymorphic association to set object_id</p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-primary_key_source')" id="l_method-i-primary_key_source">show</a>
-                
-              </p>
-              <div id="method-i-primary_key_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/static_model.rb, line 7</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">primary_key</span>
-  <span class="ruby-string">'id'</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/SystemHook.html b/doc/code/classes/SystemHook.html
deleted file mode 100644
index 4f1ce71fbba8a1382e55441c1bac8a6b6163bc95..0000000000000000000000000000000000000000
--- a/doc/code/classes/SystemHook.html
+++ /dev/null
@@ -1,191 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>SystemHook</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            SystemHook 
-            
-                <span class="parent">&lt; 
-                    
-                    <a href="WebHook.html">WebHook</a>
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/models/system_hook_rb.html">app/models/system_hook.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<h2 id="label-Schema+Information">Schema Information</h2>
-
-<p>Table name: web_hooks</p>
-
-<pre>id         :integer          not null, primary key
-url        :string(255)
-project_id :integer
-created_at :datetime         not null
-updated_at :datetime         not null
-type       :string(255)      default(&quot;ProjectHook&quot;)
-service_id :integer</pre>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>A</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-c-all_hooks_fire">all_hooks_fire</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-async_execute">async_execute</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-    
-      <div class="sectiontitle">Class Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-c-all_hooks_fire">
-            
-              <b>all_hooks_fire</b>(data)
-            
-            <a href="../classes/SystemHook.html#method-c-all_hooks_fire" name="method-c-all_hooks_fire" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-all_hooks_fire_source')" id="l_method-c-all_hooks_fire_source">show</a>
-                
-              </p>
-              <div id="method-c-all_hooks_fire_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/system_hook.rb, line 15</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">self</span>.<span class="ruby-identifier">all_hooks_fire</span>(<span class="ruby-identifier">data</span>)
-  <span class="ruby-constant">SystemHook</span>.<span class="ruby-identifier">all</span>.<span class="ruby-identifier">each</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">sh</span><span class="ruby-operator">|</span>
-    <span class="ruby-identifier">sh</span>.<span class="ruby-identifier">async_execute</span> <span class="ruby-identifier">data</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                  
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-async_execute">
-            
-              <b>async_execute</b>(data)
-            
-            <a href="../classes/SystemHook.html#method-i-async_execute" name="method-i-async_execute" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-async_execute_source')" id="l_method-i-async_execute_source">show</a>
-                
-              </p>
-              <div id="method-i-async_execute_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/system_hook.rb, line 21</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">async_execute</span>(<span class="ruby-identifier">data</span>)
-  <span class="ruby-constant">Resque</span>.<span class="ruby-identifier">enqueue</span>(<span class="ruby-constant">SystemHookWorker</span>, <span class="ruby-identifier">id</span>, <span class="ruby-identifier">data</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/SystemHookObserver.html b/doc/code/classes/SystemHookObserver.html
deleted file mode 100644
index 24609a5c9166f2275d3664ba8a9eb2c51ee945dc..0000000000000000000000000000000000000000
--- a/doc/code/classes/SystemHookObserver.html
+++ /dev/null
@@ -1,227 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>SystemHookObserver</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            SystemHookObserver 
-            
-                <span class="parent">&lt; 
-                    
-                    ActiveRecord::Observer
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/observers/system_hook_observer_rb.html">app/observers/system_hook_observer.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>A</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-after_create">after_create</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-after_destroy">after_destroy</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-after_create">
-            
-              <b>after_create</b>(model)
-            
-            <a href="../classes/SystemHookObserver.html#method-i-after_create" name="method-i-after_create" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-after_create_source')" id="l_method-i-after_create_source">show</a>
-                
-              </p>
-              <div id="method-i-after_create_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/observers/system_hook_observer.rb, line 4</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">after_create</span>(<span class="ruby-identifier">model</span>)
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">model</span>.<span class="ruby-identifier">kind_of?</span> <span class="ruby-constant">Project</span>
-    <span class="ruby-constant">SystemHook</span>.<span class="ruby-identifier">all_hooks_fire</span>({
-      <span class="ruby-identifier">event_name</span><span class="ruby-operator">:</span> <span class="ruby-string">&quot;project_create&quot;</span>,
-      <span class="ruby-identifier">name</span><span class="ruby-operator">:</span> <span class="ruby-identifier">model</span>.<span class="ruby-identifier">name</span>,
-      <span class="ruby-identifier">path</span><span class="ruby-operator">:</span> <span class="ruby-identifier">model</span>.<span class="ruby-identifier">path</span>,
-      <span class="ruby-identifier">project_id</span><span class="ruby-operator">:</span> <span class="ruby-identifier">model</span>.<span class="ruby-identifier">id</span>,
-      <span class="ruby-identifier">owner_name</span><span class="ruby-operator">:</span> <span class="ruby-identifier">model</span>.<span class="ruby-identifier">owner</span>.<span class="ruby-identifier">name</span>,
-      <span class="ruby-identifier">owner_email</span><span class="ruby-operator">:</span> <span class="ruby-identifier">model</span>.<span class="ruby-identifier">owner</span>.<span class="ruby-identifier">email</span>,
-      <span class="ruby-identifier">created_at</span><span class="ruby-operator">:</span> <span class="ruby-identifier">model</span>.<span class="ruby-identifier">created_at</span>
-    })
-  <span class="ruby-keyword">elsif</span> <span class="ruby-identifier">model</span>.<span class="ruby-identifier">kind_of?</span> <span class="ruby-constant">User</span> 
-    <span class="ruby-constant">SystemHook</span>.<span class="ruby-identifier">all_hooks_fire</span>({
-      <span class="ruby-identifier">event_name</span><span class="ruby-operator">:</span> <span class="ruby-string">&quot;user_create&quot;</span>,
-      <span class="ruby-identifier">name</span><span class="ruby-operator">:</span> <span class="ruby-identifier">model</span>.<span class="ruby-identifier">name</span>,
-      <span class="ruby-identifier">email</span><span class="ruby-operator">:</span> <span class="ruby-identifier">model</span>.<span class="ruby-identifier">email</span>,
-      <span class="ruby-identifier">created_at</span><span class="ruby-operator">:</span> <span class="ruby-identifier">model</span>.<span class="ruby-identifier">created_at</span>
-    })
-
-  <span class="ruby-keyword">elsif</span> <span class="ruby-identifier">model</span>.<span class="ruby-identifier">kind_of?</span> <span class="ruby-constant">UsersProject</span>
-    <span class="ruby-constant">SystemHook</span>.<span class="ruby-identifier">all_hooks_fire</span>({
-      <span class="ruby-identifier">event_name</span><span class="ruby-operator">:</span> <span class="ruby-string">&quot;user_add_to_team&quot;</span>,
-      <span class="ruby-identifier">project_name</span><span class="ruby-operator">:</span> <span class="ruby-identifier">model</span>.<span class="ruby-identifier">project</span>.<span class="ruby-identifier">name</span>,
-      <span class="ruby-identifier">project_path</span><span class="ruby-operator">:</span> <span class="ruby-identifier">model</span>.<span class="ruby-identifier">project</span>.<span class="ruby-identifier">path</span>,
-      <span class="ruby-identifier">project_id</span><span class="ruby-operator">:</span> <span class="ruby-identifier">model</span>.<span class="ruby-identifier">project_id</span>,
-      <span class="ruby-identifier">user_name</span><span class="ruby-operator">:</span> <span class="ruby-identifier">model</span>.<span class="ruby-identifier">user</span>.<span class="ruby-identifier">name</span>,
-      <span class="ruby-identifier">user_email</span><span class="ruby-operator">:</span> <span class="ruby-identifier">model</span>.<span class="ruby-identifier">user</span>.<span class="ruby-identifier">email</span>,
-      <span class="ruby-identifier">project_access</span><span class="ruby-operator">:</span> <span class="ruby-identifier">model</span>.<span class="ruby-identifier">repo_access_human</span>,
-      <span class="ruby-identifier">created_at</span><span class="ruby-operator">:</span> <span class="ruby-identifier">model</span>.<span class="ruby-identifier">created_at</span>
-    })
-
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-after_destroy">
-            
-              <b>after_destroy</b>(model)
-            
-            <a href="../classes/SystemHookObserver.html#method-i-after_destroy" name="method-i-after_destroy" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-after_destroy_source')" id="l_method-i-after_destroy_source">show</a>
-                
-              </p>
-              <div id="method-i-after_destroy_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/observers/system_hook_observer.rb, line 38</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">after_destroy</span>(<span class="ruby-identifier">model</span>)
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">model</span>.<span class="ruby-identifier">kind_of?</span> <span class="ruby-constant">Project</span>
-    <span class="ruby-constant">SystemHook</span>.<span class="ruby-identifier">all_hooks_fire</span>({
-      <span class="ruby-identifier">event_name</span><span class="ruby-operator">:</span> <span class="ruby-string">&quot;project_destroy&quot;</span>,
-      <span class="ruby-identifier">name</span><span class="ruby-operator">:</span> <span class="ruby-identifier">model</span>.<span class="ruby-identifier">name</span>,
-      <span class="ruby-identifier">path</span><span class="ruby-operator">:</span> <span class="ruby-identifier">model</span>.<span class="ruby-identifier">path</span>,
-      <span class="ruby-identifier">project_id</span><span class="ruby-operator">:</span> <span class="ruby-identifier">model</span>.<span class="ruby-identifier">id</span>,
-      <span class="ruby-identifier">owner_name</span><span class="ruby-operator">:</span> <span class="ruby-identifier">model</span>.<span class="ruby-identifier">owner</span>.<span class="ruby-identifier">name</span>,
-      <span class="ruby-identifier">owner_email</span><span class="ruby-operator">:</span> <span class="ruby-identifier">model</span>.<span class="ruby-identifier">owner</span>.<span class="ruby-identifier">email</span>,
-    })
-  <span class="ruby-keyword">elsif</span> <span class="ruby-identifier">model</span>.<span class="ruby-identifier">kind_of?</span> <span class="ruby-constant">User</span>
-    <span class="ruby-constant">SystemHook</span>.<span class="ruby-identifier">all_hooks_fire</span>({
-      <span class="ruby-identifier">event_name</span><span class="ruby-operator">:</span> <span class="ruby-string">&quot;user_destroy&quot;</span>,
-      <span class="ruby-identifier">name</span><span class="ruby-operator">:</span> <span class="ruby-identifier">model</span>.<span class="ruby-identifier">name</span>,
-      <span class="ruby-identifier">email</span><span class="ruby-operator">:</span> <span class="ruby-identifier">model</span>.<span class="ruby-identifier">email</span>
-    })
-
-  <span class="ruby-keyword">elsif</span> <span class="ruby-identifier">model</span>.<span class="ruby-identifier">kind_of?</span> <span class="ruby-constant">UsersProject</span>
-    <span class="ruby-constant">SystemHook</span>.<span class="ruby-identifier">all_hooks_fire</span>({
-      <span class="ruby-identifier">event_name</span><span class="ruby-operator">:</span> <span class="ruby-string">&quot;user_remove_from_team&quot;</span>,
-      <span class="ruby-identifier">project_name</span><span class="ruby-operator">:</span> <span class="ruby-identifier">model</span>.<span class="ruby-identifier">project</span>.<span class="ruby-identifier">name</span>,
-      <span class="ruby-identifier">project_path</span><span class="ruby-operator">:</span> <span class="ruby-identifier">model</span>.<span class="ruby-identifier">project</span>.<span class="ruby-identifier">path</span>,
-      <span class="ruby-identifier">project_id</span><span class="ruby-operator">:</span> <span class="ruby-identifier">model</span>.<span class="ruby-identifier">project_id</span>,
-      <span class="ruby-identifier">user_name</span><span class="ruby-operator">:</span> <span class="ruby-identifier">model</span>.<span class="ruby-identifier">user</span>.<span class="ruby-identifier">name</span>,
-      <span class="ruby-identifier">user_email</span><span class="ruby-operator">:</span> <span class="ruby-identifier">model</span>.<span class="ruby-identifier">user</span>.<span class="ruby-identifier">email</span>,
-      <span class="ruby-identifier">project_access</span><span class="ruby-operator">:</span> <span class="ruby-identifier">model</span>.<span class="ruby-identifier">repo_access_human</span>
-    })
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/SystemHookWorker.html b/doc/code/classes/SystemHookWorker.html
deleted file mode 100644
index 9c114ba6261aa1745dd7def2d79cf594525e81c5..0000000000000000000000000000000000000000
--- a/doc/code/classes/SystemHookWorker.html
+++ /dev/null
@@ -1,131 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>SystemHookWorker</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            SystemHookWorker 
-            
-                <span class="parent">&lt; 
-                    
-                    Object
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/workers/system_hook_worker_rb.html">app/workers/system_hook_worker.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>P</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-c-perform">perform</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-    
-      <div class="sectiontitle">Class Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-c-perform">
-            
-              <b>perform</b>(hook_id, data)
-            
-            <a href="../classes/SystemHookWorker.html#method-c-perform" name="method-c-perform" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-perform_source')" id="l_method-c-perform_source">show</a>
-                
-              </p>
-              <div id="method-c-perform_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/workers/system_hook_worker.rb, line 4</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">self</span>.<span class="ruby-identifier">perform</span>(<span class="ruby-identifier">hook_id</span>, <span class="ruby-identifier">data</span>)
-  <span class="ruby-constant">SystemHook</span>.<span class="ruby-identifier">find</span>(<span class="ruby-identifier">hook_id</span>).<span class="ruby-identifier">execute</span> <span class="ruby-identifier">data</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                        </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/TabHelper.html b/doc/code/classes/TabHelper.html
deleted file mode 100644
index c7b4c7908aba9dcbf649cc052788f711310e3d2a..0000000000000000000000000000000000000000
--- a/doc/code/classes/TabHelper.html
+++ /dev/null
@@ -1,346 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>TabHelper</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Module</span> 
-            TabHelper 
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/helpers/tab_helper_rb.html">app/helpers/tab_helper.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>B</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-branches_tab_class">branches_tab_class</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>N</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-nav_link">nav_link</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-nav_tab">nav_tab</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>P</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-project_tab_class">project_tab_class</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-branches_tab_class">
-            
-              <b>branches_tab_class</b>()
-            
-            <a href="../classes/TabHelper.html#method-i-branches_tab_class" name="method-i-branches_tab_class" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-branches_tab_class_source')" id="l_method-i-branches_tab_class_source">show</a>
-                
-              </p>
-              <div id="method-i-branches_tab_class_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/helpers/tab_helper.rb, line 80</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">branches_tab_class</span>
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">current_page?</span>(<span class="ruby-identifier">branches_project_repository_path</span>(<span class="ruby-ivar">@project</span>)) <span class="ruby-operator">||</span>
-    <span class="ruby-identifier">current_controller?</span>(<span class="ruby-value">:protected_branches</span>) <span class="ruby-operator">||</span>
-    <span class="ruby-identifier">current_page?</span>(<span class="ruby-identifier">project_repository_path</span>(<span class="ruby-ivar">@project</span>))
-    <span class="ruby-string">'active'</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-nav_link">
-            
-              <b>nav_link</b>(options = {}, &amp;block)
-            
-            <a href="../classes/TabHelper.html#method-i-nav_link" name="method-i-nav_link" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Navigation link helper</p>
-
-<p>Returns an `li` element with an ‘active’ class if the supplied
-controller(s) and/or action(s) are currently active. The content of the
-element is the value passed to the block.</p>
-
-<p>options - The options hash used to determine if the element is “active”
-(default: {})</p>
-
-<pre>:controller   - One or more controller names to check (optional).
-:action       - One or more action names to check (optional).
-:path         - A shorthand path, such as 'dashboard#index', to check (optional).
-:html_options - Extra options to be passed to the list element (optional).</pre>
-
-<p>block   - An optional block that will become the contents of the returned</p>
-
-<pre>`li` element.</pre>
-
-<p>When both :controller and :action are specified, BOTH must match in order
-to be marked as active. When only one is given, either can match.</p>
-
-<p>Examples</p>
-
-<pre class="ruby"><span class="ruby-comment"># Assuming we're on TreeController#show</span>
-
-<span class="ruby-comment"># Controller matches, but action doesn't</span>
-<span class="ruby-identifier">nav_link</span>(<span class="ruby-identifier">controller</span><span class="ruby-operator">:</span> [:<span class="ruby-identifier">tree</span>, :<span class="ruby-identifier">refs</span>], <span class="ruby-identifier">action</span><span class="ruby-operator">:</span> :<span class="ruby-identifier">edit</span>) { <span class="ruby-string">&quot;Hello&quot;</span> }
-<span class="ruby-comment"># =&gt; '&lt;li&gt;Hello&lt;/li&gt;'</span>
-
-<span class="ruby-comment"># Controller matches</span>
-<span class="ruby-identifier">nav_link</span>(<span class="ruby-identifier">controller</span><span class="ruby-operator">:</span> [:<span class="ruby-identifier">tree</span>, :<span class="ruby-identifier">refs</span>]) { <span class="ruby-string">&quot;Hello&quot;</span> }
-<span class="ruby-comment"># =&gt; '&lt;li class=&quot;active&quot;&gt;Hello&lt;/li&gt;'</span>
-
-<span class="ruby-comment"># Shorthand path</span>
-<span class="ruby-identifier">nav_link</span>(<span class="ruby-identifier">path</span><span class="ruby-operator">:</span> <span class="ruby-string">'tree#show'</span>) { <span class="ruby-string">&quot;Hello&quot;</span> }
-<span class="ruby-comment"># =&gt; '&lt;li class=&quot;active&quot;&gt;Hello&lt;/li&gt;'</span>
-
-<span class="ruby-comment"># Supplying custom options for the list element</span>
-<span class="ruby-identifier">nav_link</span>(<span class="ruby-identifier">controller</span><span class="ruby-operator">:</span> :<span class="ruby-identifier">tree</span>, <span class="ruby-identifier">html_options</span><span class="ruby-operator">:</span> {<span class="ruby-keyword">class</span><span class="ruby-operator">:</span> <span class="ruby-string">'home'</span>}) { <span class="ruby-string">&quot;Hello&quot;</span> }
-<span class="ruby-comment"># =&gt; '&lt;li class=&quot;home active&quot;&gt;Hello&lt;/li&gt;'</span>
-</pre>
-
-<p>Returns a list item element String</p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-nav_link_source')" id="l_method-i-nav_link_source">show</a>
-                
-              </p>
-              <div id="method-i-nav_link_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/helpers/tab_helper.rb, line 40</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">nav_link</span>(<span class="ruby-identifier">options</span> = {}, &amp;<span class="ruby-identifier">block</span>)
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">path</span> = <span class="ruby-identifier">options</span>.<span class="ruby-identifier">delete</span>(<span class="ruby-value">:path</span>)
-    <span class="ruby-identifier">c</span>, <span class="ruby-identifier">a</span>, <span class="ruby-identifier">_</span> = <span class="ruby-identifier">path</span>.<span class="ruby-identifier">split</span>(<span class="ruby-string">'#'</span>)
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-identifier">c</span> = <span class="ruby-identifier">options</span>.<span class="ruby-identifier">delete</span>(<span class="ruby-value">:controller</span>)
-    <span class="ruby-identifier">a</span> = <span class="ruby-identifier">options</span>.<span class="ruby-identifier">delete</span>(<span class="ruby-value">:action</span>)
-  <span class="ruby-keyword">end</span>
-
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">c</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">a</span>
-    <span class="ruby-comment"># When given both options, make sure BOTH are active</span>
-    <span class="ruby-identifier">klass</span> = <span class="ruby-identifier">current_controller?</span>(*<span class="ruby-identifier">c</span>) <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">current_action?</span>(*<span class="ruby-identifier">a</span>) <span class="ruby-operator">?</span> <span class="ruby-string">'active'</span> <span class="ruby-operator">:</span> <span class="ruby-string">''</span>
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-comment"># Otherwise check EITHER option</span>
-    <span class="ruby-identifier">klass</span> = <span class="ruby-identifier">current_controller?</span>(*<span class="ruby-identifier">c</span>) <span class="ruby-operator">||</span> <span class="ruby-identifier">current_action?</span>(*<span class="ruby-identifier">a</span>) <span class="ruby-operator">?</span> <span class="ruby-string">'active'</span> <span class="ruby-operator">:</span> <span class="ruby-string">''</span>
-  <span class="ruby-keyword">end</span>
-
-  <span class="ruby-comment"># Add our custom class into the html_options, which may or may not exist</span>
-  <span class="ruby-comment"># and which may or may not already have a :class key</span>
-  <span class="ruby-identifier">o</span> = <span class="ruby-identifier">options</span>.<span class="ruby-identifier">delete</span>(<span class="ruby-value">:html_options</span>) <span class="ruby-operator">||</span> {}
-  <span class="ruby-identifier">o</span>[<span class="ruby-value">:class</span>] <span class="ruby-operator">||=</span> <span class="ruby-string">''</span>
-  <span class="ruby-identifier">o</span>[<span class="ruby-value">:class</span>] <span class="ruby-operator">+=</span> <span class="ruby-string">' '</span> <span class="ruby-operator">+</span> <span class="ruby-identifier">klass</span>
-  <span class="ruby-identifier">o</span>[<span class="ruby-value">:class</span>].<span class="ruby-identifier">strip!</span>
-
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">block_given?</span>
-    <span class="ruby-identifier">content_tag</span>(<span class="ruby-value">:li</span>, <span class="ruby-identifier">capture</span>(&amp;<span class="ruby-identifier">block</span>), <span class="ruby-identifier">o</span>)
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-identifier">content_tag</span>(<span class="ruby-value">:li</span>, <span class="ruby-keyword">nil</span>, <span class="ruby-identifier">o</span>)
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-nav_tab">
-            
-              <b>nav_tab</b>(key, value, &amp;block)
-            
-            <a href="../classes/TabHelper.html#method-i-nav_tab" name="method-i-nav_tab" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Use <a href="TabHelper.html#method-i-nav_tab">#nav_tab</a> for save
-controller/action  but different params</p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-nav_tab_source')" id="l_method-i-nav_tab_source">show</a>
-                
-              </p>
-              <div id="method-i-nav_tab_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/helpers/tab_helper.rb, line 89</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">nav_tab</span> <span class="ruby-identifier">key</span>, <span class="ruby-identifier">value</span>, &amp;<span class="ruby-identifier">block</span>
-  <span class="ruby-identifier">o</span> = {}
-  <span class="ruby-identifier">o</span>[<span class="ruby-value">:class</span>] = <span class="ruby-string">&quot;&quot;</span>
-  <span class="ruby-identifier">o</span>[<span class="ruby-value">:class</span>] <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-string">&quot; active&quot;</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">params</span>[<span class="ruby-identifier">key</span>] <span class="ruby-operator">==</span> <span class="ruby-identifier">value</span>
-
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">block_given?</span>
-    <span class="ruby-identifier">content_tag</span>(<span class="ruby-value">:li</span>, <span class="ruby-identifier">capture</span>(&amp;<span class="ruby-identifier">block</span>), <span class="ruby-identifier">o</span>)
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-identifier">content_tag</span>(<span class="ruby-value">:li</span>, <span class="ruby-keyword">nil</span>, <span class="ruby-identifier">o</span>)
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-project_tab_class">
-            
-              <b>project_tab_class</b>()
-            
-            <a href="../classes/TabHelper.html#method-i-project_tab_class" name="method-i-project_tab_class" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-project_tab_class_source')" id="l_method-i-project_tab_class_source">show</a>
-                
-              </p>
-              <div id="method-i-project_tab_class_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/helpers/tab_helper.rb, line 70</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">project_tab_class</span>
-  [<span class="ruby-value">:show</span>, <span class="ruby-value">:files</span>, <span class="ruby-value">:edit</span>, <span class="ruby-value">:update</span>].<span class="ruby-identifier">each</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">action</span><span class="ruby-operator">|</span>
-    <span class="ruby-keyword">return</span> <span class="ruby-string">&quot;active&quot;</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">current_page?</span>(<span class="ruby-identifier">controller</span><span class="ruby-operator">:</span> <span class="ruby-string">&quot;projects&quot;</span>, <span class="ruby-identifier">action</span><span class="ruby-operator">:</span> <span class="ruby-identifier">action</span>, <span class="ruby-identifier">id</span><span class="ruby-operator">:</span> <span class="ruby-ivar">@project</span>)
-  <span class="ruby-keyword">end</span>
-
-  <span class="ruby-keyword">if</span> [<span class="ruby-string">'snippets'</span>, <span class="ruby-string">'services'</span>, <span class="ruby-string">'hooks'</span>, <span class="ruby-string">'deploy_keys'</span>, <span class="ruby-string">'team_members'</span>].<span class="ruby-identifier">include?</span> <span class="ruby-identifier">controller</span>.<span class="ruby-identifier">controller_name</span>
-   <span class="ruby-string">&quot;active&quot;</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/TagsHelper.html b/doc/code/classes/TagsHelper.html
deleted file mode 100644
index cf30b011b4a47df3b60fd5cd066530cfd040cb73..0000000000000000000000000000000000000000
--- a/doc/code/classes/TagsHelper.html
+++ /dev/null
@@ -1,170 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>TagsHelper</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Module</span> 
-            TagsHelper 
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/helpers/tags_helper_rb.html">app/helpers/tags_helper.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>T</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-tag_list">tag_list</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-tag_path">tag_path</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-tag_list">
-            
-              <b>tag_list</b>(project)
-            
-            <a href="../classes/TagsHelper.html#method-i-tag_list" name="method-i-tag_list" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-tag_list_source')" id="l_method-i-tag_list_source">show</a>
-                
-              </p>
-              <div id="method-i-tag_list_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/helpers/tags_helper.rb, line 6</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">tag_list</span> <span class="ruby-identifier">project</span>
-  <span class="ruby-identifier">html</span> = <span class="ruby-string">''</span>
-  <span class="ruby-identifier">project</span>.<span class="ruby-identifier">tag_list</span>.<span class="ruby-identifier">each</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">tag</span><span class="ruby-operator">|</span>
-    <span class="ruby-identifier">html</span> <span class="ruby-operator">+=</span> <span class="ruby-identifier">link_to</span> <span class="ruby-identifier">tag</span>, <span class="ruby-identifier">tag_path</span>(<span class="ruby-identifier">tag</span>)
-  <span class="ruby-keyword">end</span>
-
-  <span class="ruby-identifier">html</span>.<span class="ruby-identifier">html_safe</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-tag_path">
-            
-              <b>tag_path</b>(tag)
-            
-            <a href="../classes/TagsHelper.html#method-i-tag_path" name="method-i-tag_path" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-tag_path_source')" id="l_method-i-tag_path_source">show</a>
-                
-              </p>
-              <div id="method-i-tag_path_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/helpers/tags_helper.rb, line 2</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">tag_path</span> <span class="ruby-identifier">tag</span>
-  <span class="ruby-node">&quot;/tags/#{tag}&quot;</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Team.html b/doc/code/classes/Team.html
deleted file mode 100644
index 08d2c07e3c692cbe55d1e4a6ca5b5db805f3fbea..0000000000000000000000000000000000000000
--- a/doc/code/classes/Team.html
+++ /dev/null
@@ -1,470 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Team</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Module</span> 
-            Team 
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/roles/team_rb.html">app/roles/team.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>A</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-add_user_id_to_team">add_user_id_to_team</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-add_user_to_team">add_user_to_team</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-add_users_ids_to_team">add_users_ids_to_team</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-add_users_to_team">add_users_to_team</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>D</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-delete_users_ids_from_team">delete_users_ids_from_team</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>T</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-team_member_by_id">team_member_by_id</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-team_member_by_name_or_email">team_member_by_name_or_email</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-truncate_team">truncate_team</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>U</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-update_users_ids_to_role">update_users_ids_to_role</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-add_user_id_to_team">
-            
-              <b>add_user_id_to_team</b>(user_id, access_role)
-            
-            <a href="../classes/Team.html#method-i-add_user_id_to_team" name="method-i-add_user_id_to_team" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Add user to project with passed access role by user id</p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-add_user_id_to_team_source')" id="l_method-i-add_user_id_to_team_source">show</a>
-                
-              </p>
-              <div id="method-i-add_user_id_to_team_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/team.rb, line 26</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">add_user_id_to_team</span>(<span class="ruby-identifier">user_id</span>, <span class="ruby-identifier">access_role</span>)
-  <span class="ruby-identifier">users_projects</span>.<span class="ruby-identifier">create</span>(
-    <span class="ruby-identifier">user_id</span><span class="ruby-operator">:</span> <span class="ruby-identifier">user_id</span>,
-    <span class="ruby-identifier">project_access</span><span class="ruby-operator">:</span> <span class="ruby-identifier">access_role</span>
-  )
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-add_user_to_team">
-            
-              <b>add_user_to_team</b>(user, access_role)
-            
-            <a href="../classes/Team.html#method-i-add_user_to_team" name="method-i-add_user_to_team" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Add user to project with passed access role</p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-add_user_to_team_source')" id="l_method-i-add_user_to_team_source">show</a>
-                
-              </p>
-              <div id="method-i-add_user_to_team_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/team.rb, line 14</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">add_user_to_team</span>(<span class="ruby-identifier">user</span>, <span class="ruby-identifier">access_role</span>)
-  <span class="ruby-identifier">add_user_id_to_team</span>(<span class="ruby-identifier">user</span>.<span class="ruby-identifier">id</span>, <span class="ruby-identifier">access_role</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-add_users_ids_to_team">
-            
-              <b>add_users_ids_to_team</b>(users_ids, access_role)
-            
-            <a href="../classes/Team.html#method-i-add_users_ids_to_team" name="method-i-add_users_ids_to_team" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Add multiple users to project with same access role by user ids</p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-add_users_ids_to_team_source')" id="l_method-i-add_users_ids_to_team_source">show</a>
-                
-              </p>
-              <div id="method-i-add_users_ids_to_team_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/team.rb, line 35</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">add_users_ids_to_team</span>(<span class="ruby-identifier">users_ids</span>, <span class="ruby-identifier">access_role</span>)
-  <span class="ruby-constant">UsersProject</span>.<span class="ruby-identifier">bulk_import</span>(<span class="ruby-keyword">self</span>, <span class="ruby-identifier">users_ids</span>, <span class="ruby-identifier">access_role</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-add_users_to_team">
-            
-              <b>add_users_to_team</b>(users, access_role)
-            
-            <a href="../classes/Team.html#method-i-add_users_to_team" name="method-i-add_users_to_team" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Add multiple users to project with same access role</p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-add_users_to_team_source')" id="l_method-i-add_users_to_team_source">show</a>
-                
-              </p>
-              <div id="method-i-add_users_to_team_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/team.rb, line 20</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">add_users_to_team</span>(<span class="ruby-identifier">users</span>, <span class="ruby-identifier">access_role</span>)
-  <span class="ruby-identifier">add_users_ids_to_team</span>(<span class="ruby-identifier">users</span>.<span class="ruby-identifier">map</span>(&amp;<span class="ruby-value">:id</span>), <span class="ruby-identifier">access_role</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-delete_users_ids_from_team">
-            
-              <b>delete_users_ids_from_team</b>(users_ids)
-            
-            <a href="../classes/Team.html#method-i-delete_users_ids_from_team" name="method-i-delete_users_ids_from_team" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Delete multiple users from project by user ids</p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-delete_users_ids_from_team_source')" id="l_method-i-delete_users_ids_from_team_source">show</a>
-                
-              </p>
-              <div id="method-i-delete_users_ids_from_team_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/team.rb, line 46</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">delete_users_ids_from_team</span>(<span class="ruby-identifier">users_ids</span>)
-  <span class="ruby-constant">UsersProject</span>.<span class="ruby-identifier">bulk_delete</span>(<span class="ruby-keyword">self</span>, <span class="ruby-identifier">users_ids</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-team_member_by_id">
-            
-              <b>team_member_by_id</b>(user_id)
-            
-            <a href="../classes/Team.html#method-i-team_member_by_id" name="method-i-team_member_by_id" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Get <a href="Team.html">Team</a> Member record by user id</p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-team_member_by_id_source')" id="l_method-i-team_member_by_id_source">show</a>
-                
-              </p>
-              <div id="method-i-team_member_by_id_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/team.rb, line 8</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">team_member_by_id</span>(<span class="ruby-identifier">user_id</span>)
-  <span class="ruby-identifier">users_projects</span>.<span class="ruby-identifier">find_by_user_id</span>(<span class="ruby-identifier">user_id</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-team_member_by_name_or_email">
-            
-              <b>team_member_by_name_or_email</b>(name = nil, email = nil)
-            
-            <a href="../classes/Team.html#method-i-team_member_by_name_or_email" name="method-i-team_member_by_name_or_email" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-team_member_by_name_or_email_source')" id="l_method-i-team_member_by_name_or_email_source">show</a>
-                
-              </p>
-              <div id="method-i-team_member_by_name_or_email_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/team.rb, line 2</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">team_member_by_name_or_email</span>(<span class="ruby-identifier">name</span> = <span class="ruby-keyword">nil</span>, <span class="ruby-identifier">email</span> = <span class="ruby-keyword">nil</span>)
-  <span class="ruby-identifier">user</span> = <span class="ruby-identifier">users</span>.<span class="ruby-identifier">where</span>(<span class="ruby-string">&quot;name like ? or email like ?&quot;</span>, <span class="ruby-identifier">name</span>, <span class="ruby-identifier">email</span>).<span class="ruby-identifier">first</span>
-  <span class="ruby-identifier">users_projects</span>.<span class="ruby-identifier">where</span>(<span class="ruby-identifier">user</span><span class="ruby-operator">:</span> <span class="ruby-identifier">user</span>) <span class="ruby-keyword">if</span> <span class="ruby-identifier">user</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-truncate_team">
-            
-              <b>truncate_team</b>()
-            
-            <a href="../classes/Team.html#method-i-truncate_team" name="method-i-truncate_team" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Remove all users from project team</p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-truncate_team_source')" id="l_method-i-truncate_team_source">show</a>
-                
-              </p>
-              <div id="method-i-truncate_team_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/team.rb, line 51</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">truncate_team</span>
-  <span class="ruby-constant">UsersProject</span>.<span class="ruby-identifier">truncate_team</span>(<span class="ruby-keyword">self</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-update_users_ids_to_role">
-            
-              <b>update_users_ids_to_role</b>(users_ids, access_role)
-            
-            <a href="../classes/Team.html#method-i-update_users_ids_to_role" name="method-i-update_users_ids_to_role" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Update multiple project users to same access role by user ids</p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-update_users_ids_to_role_source')" id="l_method-i-update_users_ids_to_role_source">show</a>
-                
-              </p>
-              <div id="method-i-update_users_ids_to_role_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/team.rb, line 41</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">update_users_ids_to_role</span>(<span class="ruby-identifier">users_ids</span>, <span class="ruby-identifier">access_role</span>)
-  <span class="ruby-constant">UsersProject</span>.<span class="ruby-identifier">bulk_update</span>(<span class="ruby-keyword">self</span>, <span class="ruby-identifier">users_ids</span>, <span class="ruby-identifier">access_role</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/TeamMembersController.html b/doc/code/classes/TeamMembersController.html
deleted file mode 100644
index f411dfd17ce2435a4131021f0a4c47174dc3b15d..0000000000000000000000000000000000000000
--- a/doc/code/classes/TeamMembersController.html
+++ /dev/null
@@ -1,438 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>TeamMembersController</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            TeamMembersController 
-            
-                <span class="parent">&lt; 
-                    
-                    <a href="ProjectResourceController.html">ProjectResourceController</a>
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/controllers/team_members_controller_rb.html">app/controllers/team_members_controller.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>A</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-apply_import">apply_import</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>C</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-create">create</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>D</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-destroy">destroy</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>I</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-index">index</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>N</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-new">new</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>S</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-show">show</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>U</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-update">update</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-apply_import">
-            
-              <b>apply_import</b>()
-            
-            <a href="../classes/TeamMembersController.html#method-i-apply_import" name="method-i-apply_import" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-apply_import_source')" id="l_method-i-apply_import_source">show</a>
-                
-              </p>
-              <div id="method-i-apply_import_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/team_members_controller.rb, line 51</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">apply_import</span>
-  <span class="ruby-identifier">giver</span> = <span class="ruby-constant">Project</span>.<span class="ruby-identifier">find</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:source_project_id</span>])
-  <span class="ruby-identifier">status</span> = <span class="ruby-constant">UsersProject</span>.<span class="ruby-identifier">import_team</span>(<span class="ruby-identifier">giver</span>, <span class="ruby-identifier">project</span>)
-  <span class="ruby-identifier">notice</span> = <span class="ruby-identifier">status</span> <span class="ruby-operator">?</span> <span class="ruby-string">&quot;Succesfully imported&quot;</span> <span class="ruby-operator">:</span> <span class="ruby-string">&quot;Import failed&quot;</span>
-
-  <span class="ruby-identifier">redirect_to</span> <span class="ruby-identifier">project_team_members_path</span>(<span class="ruby-identifier">project</span>), <span class="ruby-identifier">notice</span><span class="ruby-operator">:</span> <span class="ruby-identifier">notice</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-create">
-            
-              <b>create</b>()
-            
-            <a href="../classes/TeamMembersController.html#method-i-create" name="method-i-create" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-create_source')" id="l_method-i-create_source">show</a>
-                
-              </p>
-              <div id="method-i-create_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/team_members_controller.rb, line 18</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">create</span>
-  <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">add_users_ids_to_team</span>(
-    <span class="ruby-identifier">params</span>[<span class="ruby-value">:user_ids</span>],
-    <span class="ruby-identifier">params</span>[<span class="ruby-value">:project_access</span>]
-  )
-
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">params</span>[<span class="ruby-value">:redirect_to</span>]
-    <span class="ruby-identifier">redirect_to</span> <span class="ruby-identifier">params</span>[<span class="ruby-value">:redirect_to</span>]
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-identifier">redirect_to</span> <span class="ruby-identifier">project_team_index_path</span>(<span class="ruby-ivar">@project</span>)
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-destroy">
-            
-              <b>destroy</b>()
-            
-            <a href="../classes/TeamMembersController.html#method-i-destroy" name="method-i-destroy" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-destroy_source')" id="l_method-i-destroy_source">show</a>
-                
-              </p>
-              <div id="method-i-destroy_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/team_members_controller.rb, line 41</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">destroy</span>
-  <span class="ruby-ivar">@team_member</span> = <span class="ruby-identifier">project</span>.<span class="ruby-identifier">users_projects</span>.<span class="ruby-identifier">find</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:id</span>])
-  <span class="ruby-ivar">@team_member</span>.<span class="ruby-identifier">destroy</span>
-
-  <span class="ruby-identifier">respond_to</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">format</span><span class="ruby-operator">|</span>
-    <span class="ruby-identifier">format</span>.<span class="ruby-identifier">html</span> { <span class="ruby-identifier">redirect_to</span> <span class="ruby-identifier">project_team_index_path</span>(<span class="ruby-ivar">@project</span>) }
-    <span class="ruby-identifier">format</span>.<span class="ruby-identifier">js</span> { <span class="ruby-identifier">render</span> <span class="ruby-identifier">nothing</span><span class="ruby-operator">:</span> <span class="ruby-keyword">true</span> }
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-index">
-            
-              <b>index</b>()
-            
-            <a href="../classes/TeamMembersController.html#method-i-index" name="method-i-index" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-index_source')" id="l_method-i-index_source">show</a>
-                
-              </p>
-              <div id="method-i-index_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/team_members_controller.rb, line 6</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">index</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-new">
-            
-              <b>new</b>()
-            
-            <a href="../classes/TeamMembersController.html#method-i-new" name="method-i-new" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-new_source')" id="l_method-i-new_source">show</a>
-                
-              </p>
-              <div id="method-i-new_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/team_members_controller.rb, line 14</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">new</span>
-  <span class="ruby-ivar">@team_member</span> = <span class="ruby-identifier">project</span>.<span class="ruby-identifier">users_projects</span>.<span class="ruby-identifier">new</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-show">
-            
-              <b>show</b>()
-            
-            <a href="../classes/TeamMembersController.html#method-i-show" name="method-i-show" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-show_source')" id="l_method-i-show_source">show</a>
-                
-              </p>
-              <div id="method-i-show_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/team_members_controller.rb, line 9</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">show</span>
-  <span class="ruby-ivar">@team_member</span> = <span class="ruby-identifier">project</span>.<span class="ruby-identifier">users_projects</span>.<span class="ruby-identifier">find</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:id</span>])
-  <span class="ruby-ivar">@events</span> = <span class="ruby-ivar">@team_member</span>.<span class="ruby-identifier">user</span>.<span class="ruby-identifier">recent_events</span>.<span class="ruby-identifier">where</span>(<span class="ruby-value">:project_id</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">id</span>).<span class="ruby-identifier">limit</span>(<span class="ruby-number">7</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-update">
-            
-              <b>update</b>()
-            
-            <a href="../classes/TeamMembersController.html#method-i-update" name="method-i-update" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-update_source')" id="l_method-i-update_source">show</a>
-                
-              </p>
-              <div id="method-i-update_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/team_members_controller.rb, line 31</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">update</span>
-  <span class="ruby-ivar">@team_member</span> = <span class="ruby-identifier">project</span>.<span class="ruby-identifier">users_projects</span>.<span class="ruby-identifier">find</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:id</span>])
-  <span class="ruby-ivar">@team_member</span>.<span class="ruby-identifier">update_attributes</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:team_member</span>])
-
-  <span class="ruby-keyword">unless</span> <span class="ruby-ivar">@team_member</span>.<span class="ruby-identifier">valid?</span>
-    <span class="ruby-identifier">flash</span>[<span class="ruby-value">:alert</span>] = <span class="ruby-string">&quot;User should have at least one role&quot;</span>
-  <span class="ruby-keyword">end</span>
-  <span class="ruby-identifier">redirect_to</span> <span class="ruby-identifier">project_team_index_path</span>(<span class="ruby-ivar">@project</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/TestHookContext.html b/doc/code/classes/TestHookContext.html
deleted file mode 100644
index 5b9b647858bc831a25a28f88de87d416b47fb11f..0000000000000000000000000000000000000000
--- a/doc/code/classes/TestHookContext.html
+++ /dev/null
@@ -1,134 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>TestHookContext</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            TestHookContext 
-            
-                <span class="parent">&lt; 
-                    
-                    <a href="BaseContext.html">BaseContext</a>
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/contexts/test_hook_context_rb.html">app/contexts/test_hook_context.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>E</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-execute">execute</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-execute">
-            
-              <b>execute</b>()
-            
-            <a href="../classes/TestHookContext.html#method-i-execute" name="method-i-execute" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-execute_source')" id="l_method-i-execute_source">show</a>
-                
-              </p>
-              <div id="method-i-execute_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/contexts/test_hook_context.rb, line 2</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">execute</span>
-  <span class="ruby-identifier">hook</span> = <span class="ruby-identifier">project</span>.<span class="ruby-identifier">hooks</span>.<span class="ruby-identifier">find</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:id</span>])
-  <span class="ruby-identifier">commits</span> = <span class="ruby-identifier">project</span>.<span class="ruby-identifier">commits</span>(<span class="ruby-identifier">project</span>.<span class="ruby-identifier">default_branch</span>, <span class="ruby-keyword">nil</span>, <span class="ruby-number">3</span>)
-  <span class="ruby-identifier">data</span> = <span class="ruby-identifier">project</span>.<span class="ruby-identifier">post_receive_data</span>(<span class="ruby-identifier">commits</span>.<span class="ruby-identifier">last</span>.<span class="ruby-identifier">id</span>, <span class="ruby-identifier">commits</span>.<span class="ruby-identifier">first</span>.<span class="ruby-identifier">id</span>, <span class="ruby-node">&quot;refs/heads/#{project.default_branch}&quot;</span>, <span class="ruby-identifier">current_user</span>)
-  <span class="ruby-identifier">hook</span>.<span class="ruby-identifier">execute</span>(<span class="ruby-identifier">data</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Tree.html b/doc/code/classes/Tree.html
deleted file mode 100644
index e71dfa3ffc410aef54e940ccb9c8629c1d205c2c..0000000000000000000000000000000000000000
--- a/doc/code/classes/Tree.html
+++ /dev/null
@@ -1,322 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Tree</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Tree 
-            
-                <span class="parent">&lt; 
-                    
-                    Object
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/models/tree_rb.html">app/models/tree.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>E</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-empty-3F">empty?</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>I</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-invalid-3F">invalid?</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-is_blob-3F">is_blob?</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>N</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-c-new">new</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-    <!-- Includes -->
-    <div class="sectiontitle">Included Modules</div>
-    <ul>
-      
-        <li>
-          
-            Linguist::BlobHelper
-          
-        </li>
-      
-    </ul>
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-      <!-- Section attributes -->
-      <div class="sectiontitle">Attributes</div>
-      <table border='0' cellpadding='5'>
-        
-          <tr valign='top'>
-            <td class='attr-rw'>
-              [RW]
-            </td>
-            <td class='attr-name'>path</td>
-            <td class='attr-desc'></td>
-          </tr>
-        
-          <tr valign='top'>
-            <td class='attr-rw'>
-              [RW]
-            </td>
-            <td class='attr-name'>project</td>
-            <td class='attr-desc'></td>
-          </tr>
-        
-          <tr valign='top'>
-            <td class='attr-rw'>
-              [RW]
-            </td>
-            <td class='attr-name'>ref</td>
-            <td class='attr-desc'></td>
-          </tr>
-        
-          <tr valign='top'>
-            <td class='attr-rw'>
-              [RW]
-            </td>
-            <td class='attr-name'>tree</td>
-            <td class='attr-desc'></td>
-          </tr>
-        
-      </table>
-    
-
-
-    <!-- Methods -->
-    
-      <div class="sectiontitle">Class Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-c-new">
-            
-              <b>new</b>(raw_tree, project, ref = nil, path = nil)
-            
-            <a href="../classes/Tree.html#method-c-new" name="method-c-new" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-new_source')" id="l_method-c-new_source">show</a>
-                
-              </p>
-              <div id="method-c-new_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/tree.rb, line 8</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">initialize</span>(<span class="ruby-identifier">raw_tree</span>, <span class="ruby-identifier">project</span>, <span class="ruby-identifier">ref</span> = <span class="ruby-keyword">nil</span>, <span class="ruby-identifier">path</span> = <span class="ruby-keyword">nil</span>)
-  <span class="ruby-ivar">@project</span>, <span class="ruby-ivar">@ref</span>, <span class="ruby-ivar">@path</span> = <span class="ruby-identifier">project</span>, <span class="ruby-identifier">ref</span>, <span class="ruby-identifier">path</span>
-  <span class="ruby-ivar">@tree</span> = <span class="ruby-keyword">if</span> <span class="ruby-identifier">path</span>.<span class="ruby-identifier">present?</span>
-            <span class="ruby-identifier">raw_tree</span> <span class="ruby-operator">/</span> <span class="ruby-identifier">path</span>
-          <span class="ruby-keyword">else</span>
-            <span class="ruby-identifier">raw_tree</span>
-          <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                  
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-empty-3F">
-            
-              <b>empty?</b>()
-            
-            <a href="../classes/Tree.html#method-i-empty-3F" name="method-i-empty-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-empty-3F_source')" id="l_method-i-empty-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-empty-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/tree.rb, line 25</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">empty?</span>
-  <span class="ruby-identifier">data</span>.<span class="ruby-identifier">blank?</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-invalid-3F">
-            
-              <b>invalid?</b>()
-            
-            <a href="../classes/Tree.html#method-i-invalid-3F" name="method-i-invalid-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-invalid-3F_source')" id="l_method-i-invalid-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-invalid-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/tree.rb, line 21</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">invalid?</span>
-  <span class="ruby-identifier">tree</span>.<span class="ruby-identifier">nil?</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-is_blob-3F">
-            
-              <b>is_blob?</b>()
-            
-            <a href="../classes/Tree.html#method-i-is_blob-3F" name="method-i-is_blob-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-is_blob-3F_source')" id="l_method-i-is_blob-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-is_blob-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/tree.rb, line 17</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">is_blob?</span>
-  <span class="ruby-identifier">tree</span>.<span class="ruby-identifier">is_a?</span>(<span class="ruby-constant">Grit</span><span class="ruby-operator">::</span><span class="ruby-constant">Blob</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/TreeController.html b/doc/code/classes/TreeController.html
deleted file mode 100644
index 35c99bc09e41f89a087c72c8830cbcc6ae92e50b..0000000000000000000000000000000000000000
--- a/doc/code/classes/TreeController.html
+++ /dev/null
@@ -1,264 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>TreeController</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            TreeController 
-            
-                <span class="parent">&lt; 
-                    
-                    <a href="ProjectResourceController.html">ProjectResourceController</a>
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/controllers/tree_controller_rb.html">app/controllers/tree_controller.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<p>Controller for viewing a repository’s file structure</p>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>E</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-edit">edit</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>S</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-show">show</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>U</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-update">update</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-    <!-- Includes -->
-    <div class="sectiontitle">Included Modules</div>
-    <ul>
-      
-        <li>
-          
-            <a href="ExtractsPath.html">
-              ExtractsPath
-            </a>
-          
-        </li>
-      
-    </ul>
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-edit">
-            
-              <b>edit</b>()
-            
-            <a href="../classes/TreeController.html#method-i-edit" name="method-i-edit" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-edit_source')" id="l_method-i-edit_source">show</a>
-                
-              </p>
-              <div id="method-i-edit_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/tree_controller.rb, line 24</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">edit</span>
-  <span class="ruby-ivar">@last_commit</span> = <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">last_commit_for</span>(<span class="ruby-ivar">@ref</span>, <span class="ruby-ivar">@path</span>).<span class="ruby-identifier">sha</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-show">
-            
-              <b>show</b>()
-            
-            <a href="../classes/TreeController.html#method-i-show" name="method-i-show" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-show_source')" id="l_method-i-show_source">show</a>
-                
-              </p>
-              <div id="method-i-show_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/tree_controller.rb, line 13</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">show</span>
-  <span class="ruby-ivar">@hex_path</span>  = <span class="ruby-constant">Digest</span><span class="ruby-operator">::</span><span class="ruby-constant">SHA1</span>.<span class="ruby-identifier">hexdigest</span>(<span class="ruby-ivar">@path</span>)
-  <span class="ruby-ivar">@logs_path</span> = <span class="ruby-identifier">logs_file_project_ref_path</span>(<span class="ruby-ivar">@project</span>, <span class="ruby-ivar">@ref</span>, <span class="ruby-ivar">@path</span>)
-
-  <span class="ruby-identifier">respond_to</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">format</span><span class="ruby-operator">|</span>
-    <span class="ruby-identifier">format</span>.<span class="ruby-identifier">html</span>
-    <span class="ruby-comment"># Disable cache so browser history works</span>
-    <span class="ruby-identifier">format</span>.<span class="ruby-identifier">js</span> { <span class="ruby-identifier">no_cache_headers</span> }
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-update">
-            
-              <b>update</b>()
-            
-            <a href="../classes/TreeController.html#method-i-update" name="method-i-update" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-update_source')" id="l_method-i-update_source">show</a>
-                
-              </p>
-              <div id="method-i-update_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/tree_controller.rb, line 28</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">update</span>
-  <span class="ruby-identifier">edit_file_action</span> = <span class="ruby-constant">Gitlab</span><span class="ruby-operator">::</span><span class="ruby-constant">Satellite</span><span class="ruby-operator">::</span><span class="ruby-constant">EditFileAction</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">current_user</span>, <span class="ruby-ivar">@project</span>, <span class="ruby-ivar">@ref</span>, <span class="ruby-ivar">@path</span>)
-  <span class="ruby-identifier">updated_successfully</span> = <span class="ruby-identifier">edit_file_action</span>.<span class="ruby-identifier">commit!</span>(
-    <span class="ruby-identifier">params</span>[<span class="ruby-value">:content</span>],
-    <span class="ruby-identifier">params</span>[<span class="ruby-value">:commit_message</span>],
-    <span class="ruby-identifier">params</span>[<span class="ruby-value">:last_commit</span>]
-  )
-
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">updated_successfully</span>
-    <span class="ruby-identifier">redirect_to</span> <span class="ruby-identifier">project_tree_path</span>(<span class="ruby-ivar">@project</span>, <span class="ruby-ivar">@id</span>), <span class="ruby-identifier">notice</span><span class="ruby-operator">:</span> <span class="ruby-string">&quot;Your changes have been successfully commited&quot;</span>
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-identifier">flash</span>[<span class="ruby-value">:notice</span>] = <span class="ruby-string">&quot;Your changes could not be commited, because the file has been changed&quot;</span>
-    <span class="ruby-identifier">render</span> <span class="ruby-value">:edit</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/TreeDecorator.html b/doc/code/classes/TreeDecorator.html
deleted file mode 100644
index 9b32e1c938188c0ef213d069ee1879bc20d18cee..0000000000000000000000000000000000000000
--- a/doc/code/classes/TreeDecorator.html
+++ /dev/null
@@ -1,281 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>TreeDecorator</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            TreeDecorator 
-            
-                <span class="parent">&lt; 
-                    
-                    <a href="ApplicationDecorator.html">ApplicationDecorator</a>
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/decorators/tree_decorator_rb.html">app/decorators/tree_decorator.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>B</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-breadcrumbs">breadcrumbs</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>R</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-readme">readme</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>U</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-up_dir-3F">up_dir?</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-up_dir_path">up_dir_path</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-breadcrumbs">
-            
-              <b>breadcrumbs</b>(max_links = 2)
-            
-            <a href="../classes/TreeDecorator.html#method-i-breadcrumbs" name="method-i-breadcrumbs" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-breadcrumbs_source')" id="l_method-i-breadcrumbs_source">show</a>
-                
-              </p>
-              <div id="method-i-breadcrumbs_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/decorators/tree_decorator.rb, line 4</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">breadcrumbs</span>(<span class="ruby-identifier">max_links</span> = <span class="ruby-number">2</span>)
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">path</span>
-    <span class="ruby-identifier">part_path</span> = <span class="ruby-string">&quot;&quot;</span>
-    <span class="ruby-identifier">parts</span> = <span class="ruby-identifier">path</span>.<span class="ruby-identifier">split</span>(<span class="ruby-string">&quot;\/&quot;</span>)
-
-    <span class="ruby-comment">#parts = parts[0...-1] if is_blob?</span>
-
-    <span class="ruby-keyword">yield</span>(<span class="ruby-identifier">h</span>.<span class="ruby-identifier">link_to</span>(<span class="ruby-string">&quot;..&quot;</span>, <span class="ruby-node">&quot;#&quot;</span>)) <span class="ruby-keyword">if</span> <span class="ruby-identifier">parts</span>.<span class="ruby-identifier">count</span> <span class="ruby-operator">&gt;</span> <span class="ruby-identifier">max_links</span>
-
-    <span class="ruby-identifier">parts</span>.<span class="ruby-identifier">each</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">part</span><span class="ruby-operator">|</span>
-      <span class="ruby-identifier">part_path</span> = <span class="ruby-constant">File</span>.<span class="ruby-identifier">join</span>(<span class="ruby-identifier">part_path</span>, <span class="ruby-identifier">part</span>) <span class="ruby-keyword">unless</span> <span class="ruby-identifier">part_path</span>.<span class="ruby-identifier">empty?</span>
-      <span class="ruby-identifier">part_path</span> = <span class="ruby-identifier">part</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">part_path</span>.<span class="ruby-identifier">empty?</span>
-
-      <span class="ruby-keyword">next</span> <span class="ruby-keyword">unless</span> <span class="ruby-identifier">parts</span>.<span class="ruby-identifier">last</span>(<span class="ruby-number">2</span>).<span class="ruby-identifier">include?</span>(<span class="ruby-identifier">part</span>) <span class="ruby-keyword">if</span> <span class="ruby-identifier">parts</span>.<span class="ruby-identifier">count</span> <span class="ruby-operator">&gt;</span> <span class="ruby-identifier">max_links</span>
-      <span class="ruby-keyword">yield</span>(<span class="ruby-identifier">h</span>.<span class="ruby-identifier">link_to</span>(<span class="ruby-identifier">h</span>.<span class="ruby-identifier">truncate</span>(<span class="ruby-identifier">part</span>, <span class="ruby-identifier">length</span><span class="ruby-operator">:</span> <span class="ruby-number">40</span>), <span class="ruby-identifier">h</span>.<span class="ruby-identifier">project_tree_path</span>(<span class="ruby-identifier">project</span>, <span class="ruby-identifier">h</span>.<span class="ruby-identifier">tree_join</span>(<span class="ruby-identifier">ref</span>, <span class="ruby-identifier">part_path</span>))))
-    <span class="ruby-keyword">end</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-readme">
-            
-              <b>readme</b>()
-            
-            <a href="../classes/TreeDecorator.html#method-i-readme" name="method-i-readme" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-readme_source')" id="l_method-i-readme_source">show</a>
-                
-              </p>
-              <div id="method-i-readme_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/decorators/tree_decorator.rb, line 32</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">readme</span>
-  <span class="ruby-ivar">@readme</span> <span class="ruby-operator">||=</span> <span class="ruby-identifier">contents</span>.<span class="ruby-identifier">find</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">c</span><span class="ruby-operator">|</span> <span class="ruby-identifier">c</span>.<span class="ruby-identifier">is_a?</span>(<span class="ruby-constant">Grit</span><span class="ruby-operator">::</span><span class="ruby-constant">Blob</span>) <span class="ruby-keyword">and</span> <span class="ruby-identifier">c</span>.<span class="ruby-identifier">name</span> <span class="ruby-operator">=~</span> <span class="ruby-regexp">%r^readme/</span> }
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-up_dir-3F">
-            
-              <b>up_dir?</b>()
-            
-            <a href="../classes/TreeDecorator.html#method-i-up_dir-3F" name="method-i-up_dir-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-up_dir-3F_source')" id="l_method-i-up_dir-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-up_dir-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/decorators/tree_decorator.rb, line 23</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">up_dir?</span>
-  <span class="ruby-identifier">path</span>.<span class="ruby-identifier">present?</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-up_dir_path">
-            
-              <b>up_dir_path</b>()
-            
-            <a href="../classes/TreeDecorator.html#method-i-up_dir_path" name="method-i-up_dir_path" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-up_dir_path_source')" id="l_method-i-up_dir_path_source">show</a>
-                
-              </p>
-              <div id="method-i-up_dir_path_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/decorators/tree_decorator.rb, line 27</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">up_dir_path</span>
-  <span class="ruby-identifier">file</span> = <span class="ruby-constant">File</span>.<span class="ruby-identifier">join</span>(<span class="ruby-identifier">path</span>, <span class="ruby-string">&quot;..&quot;</span>)
-  <span class="ruby-identifier">h</span>.<span class="ruby-identifier">project_tree_path</span>(<span class="ruby-identifier">project</span>, <span class="ruby-identifier">h</span>.<span class="ruby-identifier">tree_join</span>(<span class="ruby-identifier">ref</span>, <span class="ruby-identifier">file</span>))
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/TreeHelper.html b/doc/code/classes/TreeHelper.html
deleted file mode 100644
index a9ca79494de507a3056418a9cd875069848bd079..0000000000000000000000000000000000000000
--- a/doc/code/classes/TreeHelper.html
+++ /dev/null
@@ -1,541 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>TreeHelper</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Module</span> 
-            TreeHelper 
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/helpers/tree_helper_rb.html">app/helpers/tree_helper.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>A</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-allowed_tree_edit-3F">allowed_tree_edit?</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>B</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-breadcrumbs">breadcrumbs</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>G</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-gitlab_markdown-3F">gitlab_markdown?</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>M</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-markup-3F">markup?</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>P</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-plain_text_readme-3F">plain_text_readme?</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>R</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-render_tree">render_tree</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>T</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-tree_hex_class">tree_hex_class</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-tree_icon">tree_icon</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-tree_join">tree_join</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-allowed_tree_edit-3F">
-            
-              <b>allowed_tree_edit?</b>()
-            
-            <a href="../classes/TreeHelper.html#method-i-allowed_tree_edit-3F" name="method-i-allowed_tree_edit-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-allowed_tree_edit-3F_source')" id="l_method-i-allowed_tree_edit-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-allowed_tree_edit-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/helpers/tree_helper.rb, line 63</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">allowed_tree_edit?</span>
-  <span class="ruby-keyword">if</span> <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">protected_branch?</span> <span class="ruby-ivar">@ref</span>
-    <span class="ruby-identifier">can?</span>(<span class="ruby-identifier">current_user</span>, <span class="ruby-value">:push_code_to_protected_branches</span>, <span class="ruby-ivar">@project</span>)
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-identifier">can?</span>(<span class="ruby-identifier">current_user</span>, <span class="ruby-value">:push_code</span>, <span class="ruby-ivar">@project</span>)
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-breadcrumbs">
-            
-              <b>breadcrumbs</b>()
-            
-            <a href="../classes/TreeHelper.html#method-i-breadcrumbs" name="method-i-breadcrumbs" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Breadcrumb links for a <a href="Project.html">Project</a> and, if
-applicable, a tree path</p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-breadcrumbs_source')" id="l_method-i-breadcrumbs_source">show</a>
-                
-              </p>
-              <div id="method-i-breadcrumbs_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/helpers/tree_helper.rb, line 72</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">breadcrumbs</span>
-  <span class="ruby-keyword">return</span> <span class="ruby-keyword">unless</span> <span class="ruby-ivar">@project</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-ivar">@ref</span>
-
-  <span class="ruby-comment"># Add the root project link and the arrow icon</span>
-  <span class="ruby-identifier">crumbs</span> = <span class="ruby-identifier">content_tag</span>(<span class="ruby-value">:li</span>) <span class="ruby-keyword">do</span>
-    <span class="ruby-identifier">content_tag</span>(<span class="ruby-value">:span</span>, <span class="ruby-keyword">nil</span>, <span class="ruby-keyword">class</span><span class="ruby-operator">:</span> <span class="ruby-string">'arrow'</span>) <span class="ruby-operator">+</span>
-    <span class="ruby-keyword ruby-title">link_to</span>(<span class="ruby-ivar">@project</span>.<span class="ruby-identifier">name</span>, <span class="ruby-identifier">project_commits_path</span>(<span class="ruby-ivar">@project</span>, <span class="ruby-ivar">@ref</span>))
-  <span class="ruby-keyword">end</span>
-
-  <span class="ruby-keyword">if</span> <span class="ruby-ivar">@path</span>
-    <span class="ruby-identifier">parts</span> = <span class="ruby-ivar">@path</span>.<span class="ruby-identifier">split</span>(<span class="ruby-string">'/'</span>)
-
-    <span class="ruby-identifier">parts</span>.<span class="ruby-identifier">each_with_index</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">part</span>, <span class="ruby-identifier">i</span><span class="ruby-operator">|</span>
-      <span class="ruby-identifier">crumbs</span> <span class="ruby-operator">+=</span> <span class="ruby-identifier">content_tag</span>(<span class="ruby-value">:span</span>, <span class="ruby-string">'/'</span>, <span class="ruby-keyword">class</span><span class="ruby-operator">:</span> <span class="ruby-string">'divider'</span>)
-      <span class="ruby-keyword ruby-title">crumbs</span> <span class="ruby-operator">+=</span> <span class="ruby-identifier">content_tag</span>(<span class="ruby-value">:li</span>) <span class="ruby-keyword">do</span>
-        <span class="ruby-comment"># The text is just the individual part, but the link needs all the parts before it</span>
-        <span class="ruby-identifier">link_to</span> <span class="ruby-identifier">part</span>, <span class="ruby-identifier">project_commits_path</span>(<span class="ruby-ivar">@project</span>, <span class="ruby-identifier">tree_join</span>(<span class="ruby-ivar">@ref</span>, <span class="ruby-identifier">parts</span>[<span class="ruby-number">0</span><span class="ruby-operator">..</span><span class="ruby-identifier">i</span>].<span class="ruby-identifier">join</span>(<span class="ruby-string">'/'</span>)))
-      <span class="ruby-keyword">end</span>
-    <span class="ruby-keyword">end</span>
-  <span class="ruby-keyword">end</span>
-
-  <span class="ruby-identifier">crumbs</span>.<span class="ruby-identifier">html_safe</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-gitlab_markdown-3F">
-            
-              <b>gitlab_markdown?</b>(filename)
-            
-            <a href="../classes/TreeHelper.html#method-i-gitlab_markdown-3F" name="method-i-gitlab_markdown-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-gitlab_markdown-3F_source')" id="l_method-i-gitlab_markdown-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-gitlab_markdown-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/helpers/tree_helper.rb, line 50</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">gitlab_markdown?</span>(<span class="ruby-identifier">filename</span>)
-  <span class="ruby-identifier">filename</span>.<span class="ruby-identifier">end_with?</span>(*<span class="ruby-node">%w(.mdown .md .markdown)</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-markup-3F">
-            
-              <b>markup?</b>(filename)
-            
-            <a href="../classes/TreeHelper.html#method-i-markup-3F" name="method-i-markup-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Public: Determines if a given filename is compatible with GitHub::Markup.</p>
-
-<p>filename - Filename string to check</p>
-
-<p>Returns boolean</p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-markup-3F_source')" id="l_method-i-markup-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-markup-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/helpers/tree_helper.rb, line 45</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">markup?</span>(<span class="ruby-identifier">filename</span>)
-  <span class="ruby-identifier">filename</span>.<span class="ruby-identifier">end_with?</span>(*<span class="ruby-node">%w(.textile .rdoc .org .creole
-                         .mediawiki .rst .asciidoc .pod)</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-plain_text_readme-3F">
-            
-              <b>plain_text_readme?</b>(filename)
-            
-            <a href="../classes/TreeHelper.html#method-i-plain_text_readme-3F" name="method-i-plain_text_readme-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-plain_text_readme-3F_source')" id="l_method-i-plain_text_readme-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-plain_text_readme-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/helpers/tree_helper.rb, line 54</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">plain_text_readme?</span> <span class="ruby-identifier">filename</span>
-  <span class="ruby-identifier">filename</span> <span class="ruby-operator">==</span> <span class="ruby-string">'README'</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-render_tree">
-            
-              <b>render_tree</b>(contents)
-            
-            <a href="../classes/TreeHelper.html#method-i-render_tree" name="method-i-render_tree" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Sorts a repository’s tree so that folders are before files and renders
-their corresponding partials</p>
-
-<p>contents - A Grit::Tree object for the current tree</p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-render_tree_source')" id="l_method-i-render_tree_source">show</a>
-                
-              </p>
-              <div id="method-i-render_tree_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/helpers/tree_helper.rb, line 6</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">render_tree</span>(<span class="ruby-identifier">contents</span>)
-  <span class="ruby-comment"># Render Folders before Files/Submodules</span>
-  <span class="ruby-identifier">folders</span>, <span class="ruby-identifier">files</span> = <span class="ruby-identifier">contents</span>.<span class="ruby-identifier">partition</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">v</span><span class="ruby-operator">|</span> <span class="ruby-identifier">v</span>.<span class="ruby-identifier">kind_of?</span>(<span class="ruby-constant">Grit</span><span class="ruby-operator">::</span><span class="ruby-constant">Tree</span>) }
-
-  <span class="ruby-identifier">tree</span> = <span class="ruby-string">&quot;&quot;</span>
-
-  <span class="ruby-comment"># Render folders if we have any</span>
-  <span class="ruby-identifier">tree</span> <span class="ruby-operator">+=</span> <span class="ruby-identifier">render</span> <span class="ruby-identifier">partial</span><span class="ruby-operator">:</span> <span class="ruby-string">'tree/tree_item'</span>, <span class="ruby-identifier">collection</span><span class="ruby-operator">:</span> <span class="ruby-identifier">folders</span>, <span class="ruby-identifier">locals</span><span class="ruby-operator">:</span> {<span class="ruby-identifier">type</span><span class="ruby-operator">:</span> <span class="ruby-string">'folder'</span>} <span class="ruby-keyword">if</span> <span class="ruby-identifier">folders</span>.<span class="ruby-identifier">present?</span>
-
-  <span class="ruby-identifier">files</span>.<span class="ruby-identifier">each</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">f</span><span class="ruby-operator">|</span>
-    <span class="ruby-keyword">if</span> <span class="ruby-identifier">f</span>.<span class="ruby-identifier">respond_to?</span>(<span class="ruby-value">:url</span>)
-      <span class="ruby-comment"># Object is a Submodule</span>
-      <span class="ruby-identifier">tree</span> <span class="ruby-operator">+=</span> <span class="ruby-identifier">render</span> <span class="ruby-identifier">partial</span><span class="ruby-operator">:</span> <span class="ruby-string">'tree/submodule_item'</span>, <span class="ruby-identifier">object</span><span class="ruby-operator">:</span> <span class="ruby-identifier">f</span>
-    <span class="ruby-keyword">else</span>
-      <span class="ruby-comment"># Object is a Blob</span>
-      <span class="ruby-identifier">tree</span> <span class="ruby-operator">+=</span> <span class="ruby-identifier">render</span> <span class="ruby-identifier">partial</span><span class="ruby-operator">:</span> <span class="ruby-string">'tree/tree_item'</span>, <span class="ruby-identifier">object</span><span class="ruby-operator">:</span> <span class="ruby-identifier">f</span>, <span class="ruby-identifier">locals</span><span class="ruby-operator">:</span> {<span class="ruby-identifier">type</span><span class="ruby-operator">:</span> <span class="ruby-string">'file'</span>}
-    <span class="ruby-keyword">end</span>
-  <span class="ruby-keyword">end</span>
-
-  <span class="ruby-identifier">tree</span>.<span class="ruby-identifier">html_safe</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-tree_hex_class">
-            
-              <b>tree_hex_class</b>(content)
-            
-            <a href="../classes/TreeHelper.html#method-i-tree_hex_class" name="method-i-tree_hex_class" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-tree_hex_class_source')" id="l_method-i-tree_hex_class_source">show</a>
-                
-              </p>
-              <div id="method-i-tree_hex_class_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/helpers/tree_helper.rb, line 36</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">tree_hex_class</span>(<span class="ruby-identifier">content</span>)
-  <span class="ruby-node">&quot;file_#{hexdigest(content.name)}&quot;</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-tree_icon">
-            
-              <b>tree_icon</b>(type)
-            
-            <a href="../classes/TreeHelper.html#method-i-tree_icon" name="method-i-tree_icon" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Return an image icon depending on the file type</p>
-
-<p>type - String type of the tree item; either ‘folder’ or ‘file’</p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-tree_icon_source')" id="l_method-i-tree_icon_source">show</a>
-                
-              </p>
-              <div id="method-i-tree_icon_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/helpers/tree_helper.rb, line 31</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">tree_icon</span>(<span class="ruby-identifier">type</span>)
-  <span class="ruby-identifier">image</span> = <span class="ruby-identifier">type</span> <span class="ruby-operator">==</span> <span class="ruby-string">'folder'</span> <span class="ruby-operator">?</span> <span class="ruby-string">'file_dir.png'</span> <span class="ruby-operator">:</span> <span class="ruby-string">'file_txt.png'</span>
-  <span class="ruby-identifier">image_tag</span>(<span class="ruby-identifier">image</span>, <span class="ruby-identifier">size</span><span class="ruby-operator">:</span> <span class="ruby-string">'16x16'</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-tree_join">
-            
-              <b>tree_join</b>(*args)
-            
-            <a href="../classes/TreeHelper.html#method-i-tree_join" name="method-i-tree_join" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Simple shortcut to File.join</p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-tree_join_source')" id="l_method-i-tree_join_source">show</a>
-                
-              </p>
-              <div id="method-i-tree_join_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/helpers/tree_helper.rb, line 59</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">tree_join</span>(*<span class="ruby-identifier">args</span>)
-  <span class="ruby-constant">File</span>.<span class="ruby-identifier">join</span>(*<span class="ruby-identifier">args</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/User.html b/doc/code/classes/User.html
deleted file mode 100644
index 661b143ebd16b838c2da411a460154d969d5aeac..0000000000000000000000000000000000000000
--- a/doc/code/classes/User.html
+++ /dev/null
@@ -1,566 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>User</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            User 
-            
-                <span class="parent">&lt; 
-                    
-                    ActiveRecord::Base
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/models/user_rb.html">app/models/user.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<h2 id="label-Schema+Information">Schema Information</h2>
-
-<p>Table name: users</p>
-
-<pre>id                     :integer          not null, primary key
-email                  :string(255)      default(&quot;&quot;), not null
-encrypted_password     :string(255)      default(&quot;&quot;), not null
-reset_password_token   :string(255)
-reset_password_sent_at :datetime
-remember_created_at    :datetime
-sign_in_count          :integer          default(0)
-current_sign_in_at     :datetime
-last_sign_in_at        :datetime
-current_sign_in_ip     :string(255)
-last_sign_in_ip        :string(255)
-created_at             :datetime         not null
-updated_at             :datetime         not null
-name                   :string(255)
-admin                  :boolean          default(FALSE), not null
-projects_limit         :integer          default(10)
-skype                  :string(255)      default(&quot;&quot;), not null
-linkedin               :string(255)      default(&quot;&quot;), not null
-twitter                :string(255)      default(&quot;&quot;), not null
-authentication_token   :string(255)
-dark_scheme            :boolean          default(FALSE), not null
-theme_id               :integer          default(1), not null
-bio                    :string(255)
-blocked                :boolean          default(FALSE), not null
-failed_attempts        :integer          default(0)
-locked_at              :datetime
-extern_uid             :string(255)
-provider               :string(255)
-username               :string(255)</pre>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>C</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-c-create_from_omniauth">create_from_omniauth</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>F</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-c-filter">filter</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-c-find_for_ldap_auth">find_for_ldap_auth</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-c-find_or_new_for_omniauth">find_or_new_for_omniauth</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>G</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-generate_password">generate_password</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-c-gitlab_auth">gitlab_auth</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>N</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-c-not_in_project">not_in_project</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>S</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-c-search">search</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>W</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-c-without_projects">without_projects</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-    <!-- Includes -->
-    <div class="sectiontitle">Included Modules</div>
-    <ul>
-      
-        <li>
-          
-            <a href="Account.html">
-              Account
-            </a>
-          
-        </li>
-      
-    </ul>
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-      <!-- Section attributes -->
-      <div class="sectiontitle">Attributes</div>
-      <table border='0' cellpadding='5'>
-        
-          <tr valign='top'>
-            <td class='attr-rw'>
-              [RW]
-            </td>
-            <td class='attr-name'>force_random_password</td>
-            <td class='attr-desc'></td>
-          </tr>
-        
-      </table>
-    
-
-
-    <!-- Methods -->
-    
-      <div class="sectiontitle">Class Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-c-create_from_omniauth">
-            
-              <b>create_from_omniauth</b>(auth, ldap = false)
-            
-            <a href="../classes/User.html#method-c-create_from_omniauth" name="method-c-create_from_omniauth" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-create_from_omniauth_source')" id="l_method-c-create_from_omniauth_source">show</a>
-                
-              </p>
-              <div id="method-c-create_from_omniauth_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/user.rb, line 108</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">create_from_omniauth</span>(<span class="ruby-identifier">auth</span>, <span class="ruby-identifier">ldap</span> = <span class="ruby-keyword">false</span>)
-  <span class="ruby-identifier">gitlab_auth</span>.<span class="ruby-identifier">create_from_omniauth</span>(<span class="ruby-identifier">auth</span>, <span class="ruby-identifier">ldap</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-c-filter">
-            
-              <b>filter</b>(filter_name)
-            
-            <a href="../classes/User.html#method-c-filter" name="method-c-filter" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-filter_source')" id="l_method-c-filter_source">show</a>
-                
-              </p>
-              <div id="method-c-filter_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/user.rb, line 86</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">filter</span> <span class="ruby-identifier">filter_name</span>
-  <span class="ruby-keyword">case</span> <span class="ruby-identifier">filter_name</span>
-  <span class="ruby-keyword">when</span> <span class="ruby-string">&quot;admins&quot;</span>; <span class="ruby-keyword">self</span>.<span class="ruby-identifier">admins</span>
-  <span class="ruby-keyword">when</span> <span class="ruby-string">&quot;blocked&quot;</span>; <span class="ruby-keyword">self</span>.<span class="ruby-identifier">blocked</span>
-  <span class="ruby-keyword">when</span> <span class="ruby-string">&quot;wop&quot;</span>; <span class="ruby-keyword">self</span>.<span class="ruby-identifier">without_projects</span>
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-keyword">self</span>.<span class="ruby-identifier">active</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-c-find_for_ldap_auth">
-            
-              <b>find_for_ldap_auth</b>(auth, signed_in_resource = nil)
-            
-            <a href="../classes/User.html#method-c-find_for_ldap_auth" name="method-c-find_for_ldap_auth" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-find_for_ldap_auth_source')" id="l_method-c-find_for_ldap_auth_source">show</a>
-                
-              </p>
-              <div id="method-c-find_for_ldap_auth_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/user.rb, line 116</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">find_for_ldap_auth</span>(<span class="ruby-identifier">auth</span>, <span class="ruby-identifier">signed_in_resource</span> = <span class="ruby-keyword">nil</span>)
-  <span class="ruby-identifier">gitlab_auth</span>.<span class="ruby-identifier">find_for_ldap_auth</span>(<span class="ruby-identifier">auth</span>, <span class="ruby-identifier">signed_in_resource</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-c-find_or_new_for_omniauth">
-            
-              <b>find_or_new_for_omniauth</b>(auth)
-            
-            <a href="../classes/User.html#method-c-find_or_new_for_omniauth" name="method-c-find_or_new_for_omniauth" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-find_or_new_for_omniauth_source')" id="l_method-c-find_or_new_for_omniauth_source">show</a>
-                
-              </p>
-              <div id="method-c-find_or_new_for_omniauth_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/user.rb, line 112</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">find_or_new_for_omniauth</span>(<span class="ruby-identifier">auth</span>)
-  <span class="ruby-identifier">gitlab_auth</span>.<span class="ruby-identifier">find_or_new_for_omniauth</span>(<span class="ruby-identifier">auth</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-c-gitlab_auth">
-            
-              <b>gitlab_auth</b>()
-            
-            <a href="../classes/User.html#method-c-gitlab_auth" name="method-c-gitlab_auth" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-gitlab_auth_source')" id="l_method-c-gitlab_auth_source">show</a>
-                
-              </p>
-              <div id="method-c-gitlab_auth_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/user.rb, line 120</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">gitlab_auth</span>
-  <span class="ruby-constant">Gitlab</span><span class="ruby-operator">::</span><span class="ruby-constant">Auth</span>.<span class="ruby-identifier">new</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-c-not_in_project">
-            
-              <b>not_in_project</b>(project)
-            
-            <a href="../classes/User.html#method-c-not_in_project" name="method-c-not_in_project" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-not_in_project_source')" id="l_method-c-not_in_project_source">show</a>
-                
-              </p>
-              <div id="method-c-not_in_project_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/user.rb, line 96</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">not_in_project</span>(<span class="ruby-identifier">project</span>)
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">project</span>.<span class="ruby-identifier">users</span>.<span class="ruby-identifier">present?</span>
-    <span class="ruby-identifier">where</span>(<span class="ruby-string">&quot;id not in (:ids)&quot;</span>, <span class="ruby-identifier">ids</span><span class="ruby-operator">:</span> <span class="ruby-identifier">project</span>.<span class="ruby-identifier">users</span>.<span class="ruby-identifier">map</span>(&amp;<span class="ruby-value">:id</span>) )
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-identifier">scoped</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-c-search">
-            
-              <b>search</b>(query)
-            
-            <a href="../classes/User.html#method-c-search" name="method-c-search" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-search_source')" id="l_method-c-search_source">show</a>
-                
-              </p>
-              <div id="method-c-search_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/user.rb, line 124</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">search</span> <span class="ruby-identifier">query</span>
-  <span class="ruby-identifier">where</span>(<span class="ruby-string">&quot;name LIKE :query or email LIKE :query&quot;</span>, <span class="ruby-identifier">query</span><span class="ruby-operator">:</span> <span class="ruby-node">&quot;%#{query}%&quot;</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-c-without_projects">
-            
-              <b>without_projects</b>()
-            
-            <a href="../classes/User.html#method-c-without_projects" name="method-c-without_projects" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-without_projects_source')" id="l_method-c-without_projects_source">show</a>
-                
-              </p>
-              <div id="method-c-without_projects_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/user.rb, line 104</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">without_projects</span>
-  <span class="ruby-identifier">where</span>(<span class="ruby-string">'id NOT IN (SELECT DISTINCT(user_id) FROM users_projects)'</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                  
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-generate_password">
-            
-              <b>generate_password</b>()
-            
-            <a href="../classes/User.html#method-i-generate_password" name="method-i-generate_password" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-generate_password_source')" id="l_method-i-generate_password_source">show</a>
-                
-              </p>
-              <div id="method-i-generate_password_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/user.rb, line 129</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">generate_password</span>
-  <span class="ruby-keyword">if</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">force_random_password</span>
-    <span class="ruby-keyword">self</span>.<span class="ruby-identifier">password</span> = <span class="ruby-keyword">self</span>.<span class="ruby-identifier">password_confirmation</span> = <span class="ruby-constant">Devise</span>.<span class="ruby-identifier">friendly_token</span>.<span class="ruby-identifier">first</span>(<span class="ruby-number">8</span>)
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/UserDecorator.html b/doc/code/classes/UserDecorator.html
deleted file mode 100644
index 24ce4b7635235cf609993c508ce8330e7534b451..0000000000000000000000000000000000000000
--- a/doc/code/classes/UserDecorator.html
+++ /dev/null
@@ -1,178 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>UserDecorator</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            UserDecorator 
-            
-                <span class="parent">&lt; 
-                    
-                    <a href="ApplicationDecorator.html">ApplicationDecorator</a>
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/decorators/user_decorator_rb.html">app/decorators/user_decorator.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>A</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-avatar_image">avatar_image</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>T</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-tm_of">tm_of</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-avatar_image">
-            
-              <b>avatar_image</b>(size = 16)
-            
-            <a href="../classes/UserDecorator.html#method-i-avatar_image" name="method-i-avatar_image" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-avatar_image_source')" id="l_method-i-avatar_image_source">show</a>
-                
-              </p>
-              <div id="method-i-avatar_image_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/decorators/user_decorator.rb, line 4</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">avatar_image</span> <span class="ruby-identifier">size</span> = <span class="ruby-number">16</span>
-  <span class="ruby-identifier">h</span>.<span class="ruby-identifier">image_tag</span> <span class="ruby-identifier">h</span>.<span class="ruby-identifier">gravatar_icon</span>(<span class="ruby-keyword">self</span>.<span class="ruby-identifier">email</span>, <span class="ruby-identifier">size</span>), <span class="ruby-keyword">class</span><span class="ruby-operator">:</span> <span class="ruby-node">&quot;avatar #{&quot;s#{size}&quot;}&quot;</span>, <span class="ruby-keyword ruby-title">width</span><span class="ruby-operator">:</span> <span class="ruby-identifier">size</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-tm_of">
-            
-              <b>tm_of</b>(project)
-            
-            <a href="../classes/UserDecorator.html#method-i-tm_of" name="method-i-tm_of" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-tm_of_source')" id="l_method-i-tm_of_source">show</a>
-                
-              </p>
-              <div id="method-i-tm_of_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/decorators/user_decorator.rb, line 8</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">tm_of</span>(<span class="ruby-identifier">project</span>)
-  <span class="ruby-identifier">project</span>.<span class="ruby-identifier">team_member_by_id</span>(<span class="ruby-keyword">self</span>.<span class="ruby-identifier">id</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/UserObserver.html b/doc/code/classes/UserObserver.html
deleted file mode 100644
index 6899937afb94029dfe86e1a745444bde818f5c3e..0000000000000000000000000000000000000000
--- a/doc/code/classes/UserObserver.html
+++ /dev/null
@@ -1,268 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>UserObserver</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            UserObserver 
-            
-                <span class="parent">&lt; 
-                    
-                    ActiveRecord::Observer
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/observers/user_observer_rb.html">app/observers/user_observer.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>A</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-after_create">after_create</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-after_destroy">after_destroy</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-after_save">after_save</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>L</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-log_info">log_info</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-after_create">
-            
-              <b>after_create</b>(user)
-            
-            <a href="../classes/UserObserver.html#method-i-after_create" name="method-i-after_create" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-after_create_source')" id="l_method-i-after_create_source">show</a>
-                
-              </p>
-              <div id="method-i-after_create_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/observers/user_observer.rb, line 2</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">after_create</span>(<span class="ruby-identifier">user</span>)
-  <span class="ruby-identifier">log_info</span>(<span class="ruby-node">&quot;User \&quot;#{user.name}\&quot; (#{user.email}) was created&quot;</span>)
-
-  <span class="ruby-constant">Notify</span>.<span class="ruby-identifier">new_user_email</span>(<span class="ruby-identifier">user</span>.<span class="ruby-identifier">id</span>, <span class="ruby-identifier">user</span>.<span class="ruby-identifier">password</span>).<span class="ruby-identifier">deliver</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-after_destroy">
-            
-              <b>after_destroy</b>(user)
-            
-            <a href="../classes/UserObserver.html#method-i-after_destroy" name="method-i-after_destroy" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-after_destroy_source')" id="l_method-i-after_destroy_source">show</a>
-                
-              </p>
-              <div id="method-i-after_destroy_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/observers/user_observer.rb, line 8</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">after_destroy</span> <span class="ruby-identifier">user</span>
-  <span class="ruby-identifier">log_info</span>(<span class="ruby-node">&quot;User \&quot;#{user.name}\&quot; (#{user.email})  was removed&quot;</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-after_save">
-            
-              <b>after_save</b>(user)
-            
-            <a href="../classes/UserObserver.html#method-i-after_save" name="method-i-after_save" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-after_save_source')" id="l_method-i-after_save_source">show</a>
-                
-              </p>
-              <div id="method-i-after_save_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/observers/user_observer.rb, line 12</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">after_save</span> <span class="ruby-identifier">user</span>
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">user</span>.<span class="ruby-identifier">username_changed?</span>
-    <span class="ruby-keyword">if</span> <span class="ruby-identifier">user</span>.<span class="ruby-identifier">namespace</span>
-      <span class="ruby-identifier">user</span>.<span class="ruby-identifier">namespace</span>.<span class="ruby-identifier">update_attributes</span>(<span class="ruby-identifier">path</span><span class="ruby-operator">:</span> <span class="ruby-identifier">user</span>.<span class="ruby-identifier">username</span>)
-    <span class="ruby-keyword">else</span>
-      <span class="ruby-identifier">user</span>.<span class="ruby-identifier">create_namespace!</span>(<span class="ruby-identifier">path</span><span class="ruby-operator">:</span> <span class="ruby-identifier">user</span>.<span class="ruby-identifier">username</span>, <span class="ruby-identifier">name</span><span class="ruby-operator">:</span> <span class="ruby-identifier">user</span>.<span class="ruby-identifier">username</span>)
-    <span class="ruby-keyword">end</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-              
-      <div class="sectiontitle">Instance Protected methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-log_info">
-            
-              <b>log_info</b>(message)
-            
-            <a href="../classes/UserObserver.html#method-i-log_info" name="method-i-log_info" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-log_info_source')" id="l_method-i-log_info_source">show</a>
-                
-              </p>
-              <div id="method-i-log_info_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/observers/user_observer.rb, line 24</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">log_info</span> <span class="ruby-identifier">message</span>
-  <span class="ruby-constant">Gitlab</span><span class="ruby-operator">::</span><span class="ruby-constant">AppLogger</span>.<span class="ruby-identifier">info</span> <span class="ruby-identifier">message</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/UsersProject.html b/doc/code/classes/UsersProject.html
deleted file mode 100644
index 76ae5125a1d441ef79850f1f37240c6c54c8a949..0000000000000000000000000000000000000000
--- a/doc/code/classes/UsersProject.html
+++ /dev/null
@@ -1,871 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>UsersProject</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            UsersProject 
-            
-                <span class="parent">&lt; 
-                    
-                    ActiveRecord::Base
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/models/users_project_rb.html">app/models/users_project.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<h2 id="label-Schema+Information">Schema Information</h2>
-
-<p>Table name: users_projects</p>
-
-<pre>id             :integer          not null, primary key
-user_id        :integer          not null
-project_id     :integer          not null
-created_at     :datetime         not null
-updated_at     :datetime         not null
-project_access :integer          default(0), not null</pre>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>A</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-c-access_roles">access_roles</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-c-add_users_into_projects">add_users_into_projects</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>B</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-c-bulk_delete">bulk_delete</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-c-bulk_import">bulk_import</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-c-bulk_update">bulk_update</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>I</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-c-import_team">import_team</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>P</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-project_access_human">project_access_human</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>R</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-repo_access_human">repo_access_human</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-role_access">role_access</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>S</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-skip_git-3F">skip_git?</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>T</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-c-truncate_team">truncate_team</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-c-truncate_teams">truncate_teams</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>U</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-update_repository">update_repository</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-c-user_bulk_import">user_bulk_import</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-    <!-- Includes -->
-    <div class="sectiontitle">Included Modules</div>
-    <ul>
-      
-        <li>
-          
-            <a href="GitHost.html">
-              GitHost
-            </a>
-          
-        </li>
-      
-    </ul>
-  
-
-
-
-  
-
-    
-
-    
-
-    
-      <!-- Section constants -->
-      <div class="sectiontitle">Constants</div>
-      <table border='0' cellpadding='5'>
-        
-          <tr valign='top'>
-            <td class="attr-name">GUEST</td>
-            <td>=</td>
-            <td class="attr-value">10</td>
-          </tr>
-          
-            <tr valign='top'>
-              <td>&nbsp;</td>
-              <td colspan="2" class="attr-desc"></td>
-            </tr>
-          
-        
-          <tr valign='top'>
-            <td class="attr-name">REPORTER</td>
-            <td>=</td>
-            <td class="attr-value">20</td>
-          </tr>
-          
-            <tr valign='top'>
-              <td>&nbsp;</td>
-              <td colspan="2" class="attr-desc"></td>
-            </tr>
-          
-        
-          <tr valign='top'>
-            <td class="attr-name">DEVELOPER</td>
-            <td>=</td>
-            <td class="attr-value">30</td>
-          </tr>
-          
-            <tr valign='top'>
-              <td>&nbsp;</td>
-              <td colspan="2" class="attr-desc"></td>
-            </tr>
-          
-        
-          <tr valign='top'>
-            <td class="attr-name">MASTER</td>
-            <td>=</td>
-            <td class="attr-value">40</td>
-          </tr>
-          
-            <tr valign='top'>
-              <td>&nbsp;</td>
-              <td colspan="2" class="attr-desc"></td>
-            </tr>
-          
-        
-      </table>
-    
-
-
-    
-      <!-- Section attributes -->
-      <div class="sectiontitle">Attributes</div>
-      <table border='0' cellpadding='5'>
-        
-          <tr valign='top'>
-            <td class='attr-rw'>
-              [RW]
-            </td>
-            <td class='attr-name'>skip_git</td>
-            <td class='attr-desc'></td>
-          </tr>
-        
-      </table>
-    
-
-
-    <!-- Methods -->
-    
-      <div class="sectiontitle">Class Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-c-access_roles">
-            
-              <b>access_roles</b>()
-            
-            <a href="../classes/UsersProject.html#method-c-access_roles" name="method-c-access_roles" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-access_roles_source')" id="l_method-c-access_roles_source">show</a>
-                
-              </p>
-              <div id="method-c-access_roles_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/users_project.rb, line 140</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">access_roles</span>
-  {
-    <span class="ruby-string">&quot;Guest&quot;</span>     =<span class="ruby-operator">&gt;</span> <span class="ruby-constant">GUEST</span>,
-    <span class="ruby-string">&quot;Reporter&quot;</span>  =<span class="ruby-operator">&gt;</span> <span class="ruby-constant">REPORTER</span>,
-    <span class="ruby-string">&quot;Developer&quot;</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-constant">DEVELOPER</span>,
-    <span class="ruby-string">&quot;Master&quot;</span>    =<span class="ruby-operator">&gt;</span> <span class="ruby-constant">MASTER</span>
-  }
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-c-add_users_into_projects">
-            
-              <b>add_users_into_projects</b>(project_ids, user_ids, project_access)
-            
-            <a href="../classes/UsersProject.html#method-c-add_users_into_projects" name="method-c-add_users_into_projects" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-add_users_into_projects_source')" id="l_method-c-add_users_into_projects_source">show</a>
-                
-              </p>
-              <div id="method-c-add_users_into_projects_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/users_project.rb, line 41</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">add_users_into_projects</span>(<span class="ruby-identifier">project_ids</span>, <span class="ruby-identifier">user_ids</span>, <span class="ruby-identifier">project_access</span>)
-  <span class="ruby-constant">UsersProject</span>.<span class="ruby-identifier">transaction</span> <span class="ruby-keyword">do</span>
-    <span class="ruby-identifier">project_ids</span>.<span class="ruby-identifier">each</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">project_id</span><span class="ruby-operator">|</span>
-      <span class="ruby-identifier">user_ids</span>.<span class="ruby-identifier">each</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">user_id</span><span class="ruby-operator">|</span>
-        <span class="ruby-identifier">users_project</span> = <span class="ruby-constant">UsersProject</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">project_access</span><span class="ruby-operator">:</span> <span class="ruby-identifier">project_access</span>, <span class="ruby-identifier">user_id</span><span class="ruby-operator">:</span> <span class="ruby-identifier">user_id</span>)
-        <span class="ruby-identifier">users_project</span>.<span class="ruby-identifier">project_id</span> = <span class="ruby-identifier">project_id</span>
-        <span class="ruby-identifier">users_project</span>.<span class="ruby-identifier">skip_git</span> = <span class="ruby-keyword">true</span>
-        <span class="ruby-identifier">users_project</span>.<span class="ruby-identifier">save</span>
-      <span class="ruby-keyword">end</span>
-    <span class="ruby-keyword">end</span>
-    <span class="ruby-constant">Gitlab</span><span class="ruby-operator">::</span><span class="ruby-constant">Gitolite</span>.<span class="ruby-identifier">new</span>.<span class="ruby-identifier">update_repositories</span>(<span class="ruby-constant">Project</span>.<span class="ruby-identifier">where</span>(<span class="ruby-identifier">id</span><span class="ruby-operator">:</span> <span class="ruby-identifier">project_ids</span>))
-  <span class="ruby-keyword">end</span>
-
-  <span class="ruby-keyword">true</span>
-<span class="ruby-keyword">rescue</span>
-  <span class="ruby-keyword">false</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-c-bulk_delete">
-            
-              <b>bulk_delete</b>(project, user_ids)
-            
-            <a href="../classes/UsersProject.html#method-c-bulk_delete" name="method-c-bulk_delete" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-bulk_delete_source')" id="l_method-c-bulk_delete_source">show</a>
-                
-              </p>
-              <div id="method-c-bulk_delete_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/users_project.rb, line 108</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">bulk_delete</span>(<span class="ruby-identifier">project</span>, <span class="ruby-identifier">user_ids</span>)
-  <span class="ruby-constant">UsersProject</span>.<span class="ruby-identifier">transaction</span> <span class="ruby-keyword">do</span>
-    <span class="ruby-constant">UsersProject</span>.<span class="ruby-identifier">where</span>(<span class="ruby-identifier">user_id</span><span class="ruby-operator">:</span> <span class="ruby-identifier">user_ids</span>, <span class="ruby-identifier">project_id</span><span class="ruby-operator">:</span> <span class="ruby-identifier">project</span>.<span class="ruby-identifier">id</span>).<span class="ruby-identifier">each</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">users_project</span><span class="ruby-operator">|</span>
-      <span class="ruby-identifier">users_project</span>.<span class="ruby-identifier">skip_git</span> = <span class="ruby-keyword">true</span>
-      <span class="ruby-identifier">users_project</span>.<span class="ruby-identifier">destroy</span>
-    <span class="ruby-keyword">end</span>
-
-    <span class="ruby-identifier">project</span>.<span class="ruby-identifier">update_repository</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-c-bulk_import">
-            
-              <b>bulk_import</b>(project, user_ids, project_access)
-            
-            <a href="../classes/UsersProject.html#method-c-bulk_import" name="method-c-bulk_import" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>TODO: depreceate in future in favor of <a
-href="UsersProject.html#method-c-add_users_into_projects">::add_users_into_projects</a></p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-bulk_import_source')" id="l_method-c-bulk_import_source">show</a>
-                
-              </p>
-              <div id="method-c-bulk_import_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/users_project.rb, line 131</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">bulk_import</span>(<span class="ruby-identifier">project</span>, <span class="ruby-identifier">user_ids</span>, <span class="ruby-identifier">project_access</span>)
-  <span class="ruby-identifier">add_users_into_projects</span>([<span class="ruby-identifier">project</span>.<span class="ruby-identifier">id</span>], <span class="ruby-identifier">user_ids</span>, <span class="ruby-identifier">project_access</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-c-bulk_update">
-            
-              <b>bulk_update</b>(project, user_ids, project_access)
-            
-            <a href="../classes/UsersProject.html#method-c-bulk_update" name="method-c-bulk_update" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-bulk_update_source')" id="l_method-c-bulk_update_source">show</a>
-                
-              </p>
-              <div id="method-c-bulk_update_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/users_project.rb, line 119</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">bulk_update</span>(<span class="ruby-identifier">project</span>, <span class="ruby-identifier">user_ids</span>, <span class="ruby-identifier">project_access</span>)
-  <span class="ruby-constant">UsersProject</span>.<span class="ruby-identifier">transaction</span> <span class="ruby-keyword">do</span>
-    <span class="ruby-constant">UsersProject</span>.<span class="ruby-identifier">where</span>(<span class="ruby-identifier">user_id</span><span class="ruby-operator">:</span> <span class="ruby-identifier">user_ids</span>, <span class="ruby-identifier">project_id</span><span class="ruby-operator">:</span> <span class="ruby-identifier">project</span>.<span class="ruby-identifier">id</span>).<span class="ruby-identifier">each</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">users_project</span><span class="ruby-operator">|</span>
-      <span class="ruby-identifier">users_project</span>.<span class="ruby-identifier">project_access</span> = <span class="ruby-identifier">project_access</span>
-      <span class="ruby-identifier">users_project</span>.<span class="ruby-identifier">skip_git</span> = <span class="ruby-keyword">true</span>
-      <span class="ruby-identifier">users_project</span>.<span class="ruby-identifier">save</span>
-    <span class="ruby-keyword">end</span>
-    <span class="ruby-identifier">project</span>.<span class="ruby-identifier">update_repository</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-c-import_team">
-            
-              <b>import_team</b>(source_project, target_project)
-            
-            <a href="../classes/UsersProject.html#method-c-import_team" name="method-c-import_team" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-import_team_source')" id="l_method-c-import_team_source">show</a>
-                
-              </p>
-              <div id="method-c-import_team_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/users_project.rb, line 78</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">import_team</span>(<span class="ruby-identifier">source_project</span>, <span class="ruby-identifier">target_project</span>)
-  <span class="ruby-identifier">source_team</span> = <span class="ruby-identifier">source_project</span>.<span class="ruby-identifier">users_projects</span>.<span class="ruby-identifier">all</span>
-  <span class="ruby-identifier">target_team</span> = <span class="ruby-identifier">target_project</span>.<span class="ruby-identifier">users_projects</span>.<span class="ruby-identifier">all</span>
-  <span class="ruby-identifier">target_user_ids</span> = <span class="ruby-identifier">target_team</span>.<span class="ruby-identifier">map</span>(&amp;<span class="ruby-value">:user_id</span>)
-
-  <span class="ruby-identifier">source_team</span>.<span class="ruby-identifier">reject!</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">tm</span><span class="ruby-operator">|</span>
-    <span class="ruby-comment"># Skip if user already present in team</span>
-    <span class="ruby-identifier">target_user_ids</span>.<span class="ruby-identifier">include?</span>(<span class="ruby-identifier">tm</span>.<span class="ruby-identifier">user_id</span>)
-  <span class="ruby-keyword">end</span>
-
-  <span class="ruby-identifier">source_team</span>.<span class="ruby-identifier">map!</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">tm</span><span class="ruby-operator">|</span>
-    <span class="ruby-identifier">new_tm</span> = <span class="ruby-identifier">tm</span>.<span class="ruby-identifier">dup</span>
-    <span class="ruby-identifier">new_tm</span>.<span class="ruby-identifier">id</span> = <span class="ruby-keyword">nil</span>
-    <span class="ruby-identifier">new_tm</span>.<span class="ruby-identifier">project_id</span> = <span class="ruby-identifier">target_project</span>.<span class="ruby-identifier">id</span>
-    <span class="ruby-identifier">new_tm</span>.<span class="ruby-identifier">skip_git</span> = <span class="ruby-keyword">true</span>
-    <span class="ruby-identifier">new_tm</span>
-  <span class="ruby-keyword">end</span>
-
-  <span class="ruby-constant">UsersProject</span>.<span class="ruby-identifier">transaction</span> <span class="ruby-keyword">do</span>
-    <span class="ruby-identifier">source_team</span>.<span class="ruby-identifier">each</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">tm</span><span class="ruby-operator">|</span>
-      <span class="ruby-identifier">tm</span>.<span class="ruby-identifier">save</span>
-    <span class="ruby-keyword">end</span>
-    <span class="ruby-identifier">target_project</span>.<span class="ruby-identifier">update_repository</span>
-  <span class="ruby-keyword">end</span>
-
-  <span class="ruby-keyword">true</span>
-<span class="ruby-keyword">rescue</span>
-  <span class="ruby-keyword">false</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-c-truncate_team">
-            
-              <b>truncate_team</b>(project)
-            
-            <a href="../classes/UsersProject.html#method-c-truncate_team" name="method-c-truncate_team" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-truncate_team_source')" id="l_method-c-truncate_team_source">show</a>
-                
-              </p>
-              <div id="method-c-truncate_team_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/users_project.rb, line 74</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">truncate_team</span> <span class="ruby-identifier">project</span>
-  <span class="ruby-identifier">truncate_teams</span> [<span class="ruby-identifier">project</span>.<span class="ruby-identifier">id</span>]
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-c-truncate_teams">
-            
-              <b>truncate_teams</b>(project_ids)
-            
-            <a href="../classes/UsersProject.html#method-c-truncate_teams" name="method-c-truncate_teams" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-truncate_teams_source')" id="l_method-c-truncate_teams_source">show</a>
-                
-              </p>
-              <div id="method-c-truncate_teams_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/users_project.rb, line 59</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">truncate_teams</span>(<span class="ruby-identifier">project_ids</span>)
-  <span class="ruby-constant">UsersProject</span>.<span class="ruby-identifier">transaction</span> <span class="ruby-keyword">do</span>
-    <span class="ruby-identifier">users_projects</span> = <span class="ruby-constant">UsersProject</span>.<span class="ruby-identifier">where</span>(<span class="ruby-identifier">project_id</span><span class="ruby-operator">:</span> <span class="ruby-identifier">project_ids</span>)
-    <span class="ruby-identifier">users_projects</span>.<span class="ruby-identifier">each</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">users_project</span><span class="ruby-operator">|</span>
-      <span class="ruby-identifier">users_project</span>.<span class="ruby-identifier">skip_git</span> = <span class="ruby-keyword">true</span>
-      <span class="ruby-identifier">users_project</span>.<span class="ruby-identifier">destroy</span>
-    <span class="ruby-keyword">end</span>
-    <span class="ruby-constant">Gitlab</span><span class="ruby-operator">::</span><span class="ruby-constant">Gitolite</span>.<span class="ruby-identifier">new</span>.<span class="ruby-identifier">update_repositories</span>(<span class="ruby-constant">Project</span>.<span class="ruby-identifier">where</span>(<span class="ruby-identifier">id</span><span class="ruby-operator">:</span> <span class="ruby-identifier">project_ids</span>))
-  <span class="ruby-keyword">end</span>
-
-  <span class="ruby-keyword">true</span>
-<span class="ruby-keyword">rescue</span>
-  <span class="ruby-keyword">false</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-c-user_bulk_import">
-            
-              <b>user_bulk_import</b>(user, project_ids, project_access)
-            
-            <a href="../classes/UsersProject.html#method-c-user_bulk_import" name="method-c-user_bulk_import" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>TODO: depreceate in future in favor of <a
-href="UsersProject.html#method-c-add_users_into_projects">::add_users_into_projects</a></p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-user_bulk_import_source')" id="l_method-c-user_bulk_import_source">show</a>
-                
-              </p>
-              <div id="method-c-user_bulk_import_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/users_project.rb, line 136</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">user_bulk_import</span>(<span class="ruby-identifier">user</span>, <span class="ruby-identifier">project_ids</span>, <span class="ruby-identifier">project_access</span>)
-  <span class="ruby-identifier">add_users_into_projects</span>(<span class="ruby-identifier">project_ids</span>, [<span class="ruby-identifier">user</span>.<span class="ruby-identifier">id</span>], <span class="ruby-identifier">project_access</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                  
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-project_access_human">
-            
-              <b>project_access_human</b>()
-            
-            <a href="../classes/UsersProject.html#method-i-project_access_human" name="method-i-project_access_human" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-project_access_human_source')" id="l_method-i-project_access_human_source">show</a>
-                
-              </p>
-              <div id="method-i-project_access_human_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/users_project.rb, line 158</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">project_access_human</span>
-  <span class="ruby-constant">Project</span>.<span class="ruby-identifier">access_options</span>.<span class="ruby-identifier">key</span>(<span class="ruby-keyword">self</span>.<span class="ruby-identifier">project_access</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-repo_access_human">
-            
-              <b>repo_access_human</b>()
-            
-            <a href="../classes/UsersProject.html#method-i-repo_access_human" name="method-i-repo_access_human" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-repo_access_human_source')" id="l_method-i-repo_access_human_source">show</a>
-                
-              </p>
-              <div id="method-i-repo_access_human_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/users_project.rb, line 162</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">repo_access_human</span>
-  <span class="ruby-keyword">self</span>.<span class="ruby-identifier">class</span>.<span class="ruby-identifier">access_roles</span>.<span class="ruby-identifier">invert</span>[<span class="ruby-keyword">self</span>.<span class="ruby-identifier">project_access</span>]
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-role_access">
-            
-              <b>role_access</b>()
-            
-            <a href="../classes/UsersProject.html#method-i-role_access" name="method-i-role_access" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-role_access_source')" id="l_method-i-role_access_source">show</a>
-                
-              </p>
-              <div id="method-i-role_access_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/users_project.rb, line 150</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">role_access</span>
-  <span class="ruby-identifier">project_access</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-skip_git-3F">
-            
-              <b>skip_git?</b>()
-            
-            <a href="../classes/UsersProject.html#method-i-skip_git-3F" name="method-i-skip_git-3F" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-skip_git-3F_source')" id="l_method-i-skip_git-3F_source">show</a>
-                
-              </p>
-              <div id="method-i-skip_git-3F_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/users_project.rb, line 166</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">skip_git?</span>
-  <span class="ruby-operator">!</span><span class="ruby-operator">!</span><span class="ruby-ivar">@skip_git</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-update_repository">
-            
-              <b>update_repository</b>()
-            
-            <a href="../classes/UsersProject.html#method-i-update_repository" name="method-i-update_repository" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-update_repository_source')" id="l_method-i-update_repository_source">show</a>
-                
-              </p>
-              <div id="method-i-update_repository_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/users_project.rb, line 154</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">update_repository</span>
-  <span class="ruby-identifier">git_host</span>.<span class="ruby-identifier">update_repository</span>(<span class="ruby-identifier">project</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/UsersProjectObserver.html b/doc/code/classes/UsersProjectObserver.html
deleted file mode 100644
index 50b02dc75f671d01b1d1f54e79cd55b35e93cc8f..0000000000000000000000000000000000000000
--- a/doc/code/classes/UsersProjectObserver.html
+++ /dev/null
@@ -1,220 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>UsersProjectObserver</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            UsersProjectObserver 
-            
-                <span class="parent">&lt; 
-                    
-                    ActiveRecord::Observer
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/observers/users_project_observer_rb.html">app/observers/users_project_observer.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>A</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-after_commit">after_commit</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-after_create">after_create</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-after_destroy">after_destroy</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-after_commit">
-            
-              <b>after_commit</b>(users_project)
-            
-            <a href="../classes/UsersProjectObserver.html#method-i-after_commit" name="method-i-after_commit" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-after_commit_source')" id="l_method-i-after_commit_source">show</a>
-                
-              </p>
-              <div id="method-i-after_commit_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/observers/users_project_observer.rb, line 2</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">after_commit</span>(<span class="ruby-identifier">users_project</span>)
-  <span class="ruby-keyword">return</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">users_project</span>.<span class="ruby-identifier">destroyed?</span>
-  <span class="ruby-constant">Notify</span>.<span class="ruby-identifier">project_access_granted_email</span>(<span class="ruby-identifier">users_project</span>.<span class="ruby-identifier">id</span>).<span class="ruby-identifier">deliver</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-after_create">
-            
-              <b>after_create</b>(users_project)
-            
-            <a href="../classes/UsersProjectObserver.html#method-i-after_create" name="method-i-after_create" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-after_create_source')" id="l_method-i-after_create_source">show</a>
-                
-              </p>
-              <div id="method-i-after_create_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/observers/users_project_observer.rb, line 7</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">after_create</span>(<span class="ruby-identifier">users_project</span>)
-  <span class="ruby-constant">Event</span>.<span class="ruby-identifier">create</span>(
-    <span class="ruby-identifier">project_id</span><span class="ruby-operator">:</span> <span class="ruby-identifier">users_project</span>.<span class="ruby-identifier">project</span>.<span class="ruby-identifier">id</span>,
-    <span class="ruby-identifier">action</span><span class="ruby-operator">:</span> <span class="ruby-constant">Event</span><span class="ruby-operator">::</span><span class="ruby-constant">Joined</span>,
-    <span class="ruby-identifier">author_id</span><span class="ruby-operator">:</span> <span class="ruby-identifier">users_project</span>.<span class="ruby-identifier">user</span>.<span class="ruby-identifier">id</span>
-  )
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-after_destroy">
-            
-              <b>after_destroy</b>(users_project)
-            
-            <a href="../classes/UsersProjectObserver.html#method-i-after_destroy" name="method-i-after_destroy" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-after_destroy_source')" id="l_method-i-after_destroy_source">show</a>
-                
-              </p>
-              <div id="method-i-after_destroy_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/observers/users_project_observer.rb, line 15</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">after_destroy</span>(<span class="ruby-identifier">users_project</span>)
-  <span class="ruby-constant">Event</span>.<span class="ruby-identifier">create</span>(
-    <span class="ruby-identifier">project_id</span><span class="ruby-operator">:</span> <span class="ruby-identifier">users_project</span>.<span class="ruby-identifier">project</span>.<span class="ruby-identifier">id</span>,
-    <span class="ruby-identifier">action</span><span class="ruby-operator">:</span> <span class="ruby-constant">Event</span><span class="ruby-operator">::</span><span class="ruby-constant">Left</span>,
-    <span class="ruby-identifier">author_id</span><span class="ruby-operator">:</span> <span class="ruby-identifier">users_project</span>.<span class="ruby-identifier">user</span>.<span class="ruby-identifier">id</span>
-  )
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Votes.html b/doc/code/classes/Votes.html
deleted file mode 100644
index bb786a79662166871f9fce6d4261458e1448ef88..0000000000000000000000000000000000000000
--- a/doc/code/classes/Votes.html
+++ /dev/null
@@ -1,307 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Votes</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Module</span> 
-            Votes 
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/roles/votes_rb.html">app/roles/votes.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>D</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-downvotes">downvotes</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-downvotes_in_percent">downvotes_in_percent</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>U</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-upvotes">upvotes</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-upvotes_in_percent">upvotes_in_percent</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>V</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-votes_count">votes_count</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-downvotes">
-            
-              <b>downvotes</b>()
-            
-            <a href="../classes/Votes.html#method-i-downvotes" name="method-i-downvotes" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Return the number of -1 comments (downvotes)</p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-downvotes_source')" id="l_method-i-downvotes_source">show</a>
-                
-              </p>
-              <div id="method-i-downvotes_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/votes.rb, line 16</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">downvotes</span>
-  <span class="ruby-identifier">notes</span>.<span class="ruby-identifier">select</span>(&amp;<span class="ruby-value">:downvote?</span>).<span class="ruby-identifier">size</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-downvotes_in_percent">
-            
-              <b>downvotes_in_percent</b>()
-            
-            <a href="../classes/Votes.html#method-i-downvotes_in_percent" name="method-i-downvotes_in_percent" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-downvotes_in_percent_source')" id="l_method-i-downvotes_in_percent_source">show</a>
-                
-              </p>
-              <div id="method-i-downvotes_in_percent_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/votes.rb, line 20</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">downvotes_in_percent</span>
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">votes_count</span>.<span class="ruby-identifier">zero?</span>
-    <span class="ruby-number">0</span>
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-number">100.0</span> <span class="ruby-operator">-</span> <span class="ruby-identifier">upvotes_in_percent</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-upvotes">
-            
-              <b>upvotes</b>()
-            
-            <a href="../classes/Votes.html#method-i-upvotes" name="method-i-upvotes" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Return the number of +1 comments (upvotes)</p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-upvotes_source')" id="l_method-i-upvotes_source">show</a>
-                
-              </p>
-              <div id="method-i-upvotes_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/votes.rb, line 3</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">upvotes</span>
-  <span class="ruby-identifier">notes</span>.<span class="ruby-identifier">select</span>(&amp;<span class="ruby-value">:upvote?</span>).<span class="ruby-identifier">size</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-upvotes_in_percent">
-            
-              <b>upvotes_in_percent</b>()
-            
-            <a href="../classes/Votes.html#method-i-upvotes_in_percent" name="method-i-upvotes_in_percent" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-upvotes_in_percent_source')" id="l_method-i-upvotes_in_percent_source">show</a>
-                
-              </p>
-              <div id="method-i-upvotes_in_percent_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/votes.rb, line 7</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">upvotes_in_percent</span>
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">votes_count</span>.<span class="ruby-identifier">zero?</span>
-    <span class="ruby-number">0</span>
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-number">100.0</span> <span class="ruby-operator">/</span> <span class="ruby-identifier">votes_count</span> * <span class="ruby-identifier">upvotes</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-votes_count">
-            
-              <b>votes_count</b>()
-            
-            <a href="../classes/Votes.html#method-i-votes_count" name="method-i-votes_count" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              <p>Return the total number of votes</p>
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-votes_count_source')" id="l_method-i-votes_count_source">show</a>
-                
-              </p>
-              <div id="method-i-votes_count_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/roles/votes.rb, line 29</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">votes_count</span>
-  <span class="ruby-identifier">upvotes</span> <span class="ruby-operator">+</span> <span class="ruby-identifier">downvotes</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/WebHook.html b/doc/code/classes/WebHook.html
deleted file mode 100644
index 54097dd30e5f1a85b964b713d4eee09268e34392..0000000000000000000000000000000000000000
--- a/doc/code/classes/WebHook.html
+++ /dev/null
@@ -1,168 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>WebHook</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            WebHook 
-            
-                <span class="parent">&lt; 
-                    
-                    ActiveRecord::Base
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/models/web_hook_rb.html">app/models/web_hook.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<h2 id="label-Schema+Information">Schema Information</h2>
-
-<p>Table name: web_hooks</p>
-
-<pre>id         :integer          not null, primary key
-url        :string(255)
-project_id :integer
-created_at :datetime         not null
-updated_at :datetime         not null
-type       :string(255)      default(&quot;ProjectHook&quot;)
-service_id :integer</pre>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>E</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-execute">execute</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-    <!-- Includes -->
-    <div class="sectiontitle">Included Modules</div>
-    <ul>
-      
-        <li>
-          
-            HTTParty
-          
-        </li>
-      
-    </ul>
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-execute">
-            
-              <b>execute</b>(data)
-            
-            <a href="../classes/WebHook.html#method-i-execute" name="method-i-execute" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-execute_source')" id="l_method-i-execute_source">show</a>
-                
-              </p>
-              <div id="method-i-execute_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/web_hook.rb, line 25</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">execute</span>(<span class="ruby-identifier">data</span>)
-  <span class="ruby-identifier">parsed_url</span> = <span class="ruby-constant">URI</span>.<span class="ruby-identifier">parse</span>(<span class="ruby-identifier">url</span>)
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">parsed_url</span>.<span class="ruby-identifier">userinfo</span>.<span class="ruby-identifier">blank?</span>
-    <span class="ruby-constant">WebHook</span>.<span class="ruby-identifier">post</span>(<span class="ruby-identifier">url</span>, <span class="ruby-identifier">body</span><span class="ruby-operator">:</span> <span class="ruby-identifier">data</span>.<span class="ruby-identifier">to_json</span>, <span class="ruby-identifier">headers</span><span class="ruby-operator">:</span> { <span class="ruby-string">&quot;Content-Type&quot;</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-string">&quot;application/json&quot;</span> })
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-identifier">post_url</span> = <span class="ruby-identifier">url</span>.<span class="ruby-identifier">gsub</span>(<span class="ruby-node">&quot;#{parsed_url.userinfo}@&quot;</span>, <span class="ruby-string">&quot;&quot;</span>)
-    <span class="ruby-constant">WebHook</span>.<span class="ruby-identifier">post</span>(<span class="ruby-identifier">post_url</span>,
-                 <span class="ruby-identifier">body</span><span class="ruby-operator">:</span> <span class="ruby-identifier">data</span>.<span class="ruby-identifier">to_json</span>,
-                 <span class="ruby-identifier">headers</span><span class="ruby-operator">:</span> {<span class="ruby-string">&quot;Content-Type&quot;</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-string">&quot;application/json&quot;</span>},
-                 <span class="ruby-identifier">basic_auth</span><span class="ruby-operator">:</span> {<span class="ruby-identifier">username</span><span class="ruby-operator">:</span> <span class="ruby-identifier">parsed_url</span>.<span class="ruby-identifier">user</span>, <span class="ruby-identifier">password</span><span class="ruby-operator">:</span> <span class="ruby-identifier">parsed_url</span>.<span class="ruby-identifier">password</span>})
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/Wiki.html b/doc/code/classes/Wiki.html
deleted file mode 100644
index ab0fe9b24445969411fd955f6c696ad46ae9701c..0000000000000000000000000000000000000000
--- a/doc/code/classes/Wiki.html
+++ /dev/null
@@ -1,294 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>Wiki</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            Wiki 
-            
-                <span class="parent">&lt; 
-                    
-                    ActiveRecord::Base
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/models/wiki_rb.html">app/models/wiki.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<h2 id="label-Schema+Information">Schema Information</h2>
-
-<p>Table name: wikis</p>
-
-<pre>id         :integer          not null, primary key
-title      :string(255)
-content    :text
-project_id :integer
-created_at :datetime         not null
-updated_at :datetime         not null
-slug       :string(255)
-user_id    :integer</pre>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>R</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-c-regenerate_from">regenerate_from</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>S</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-c-search">search</a>,
-              </li>
-            
-              
-              <li>
-                <a href="#method-i-set_slug">set_slug</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>T</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-to_param">to_param</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-    
-      <div class="sectiontitle">Class Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-c-search">
-            
-              <b>search</b>(query)
-            
-            <a href="../classes/Wiki.html#method-c-search" name="method-c-search" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-search_source')" id="l_method-c-search_source">show</a>
-                
-              </p>
-              <div id="method-c-search_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/wiki.rb, line 33</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">search</span>(<span class="ruby-identifier">query</span>)
-  <span class="ruby-identifier">where</span>(<span class="ruby-string">&quot;title like :query OR content like :query&quot;</span>, <span class="ruby-identifier">query</span><span class="ruby-operator">:</span> <span class="ruby-node">&quot;%#{query}%&quot;</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-              
-      <div class="sectiontitle">Class Protected methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-c-regenerate_from">
-            
-              <b>regenerate_from</b>(wiki)
-            
-            <a href="../classes/Wiki.html#method-c-regenerate_from" name="method-c-regenerate_from" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-c-regenerate_from_source')" id="l_method-c-regenerate_from_source">show</a>
-                
-              </p>
-              <div id="method-c-regenerate_from_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/wiki.rb, line 40</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">self</span>.<span class="ruby-identifier">regenerate_from</span> <span class="ruby-identifier">wiki</span>
-  <span class="ruby-identifier">regenerated_field</span> = [<span class="ruby-value">:slug</span>, <span class="ruby-value">:content</span>, <span class="ruby-value">:title</span>]
-
-  <span class="ruby-identifier">new_wiki</span> = <span class="ruby-constant">Wiki</span>.<span class="ruby-identifier">new</span>
-  <span class="ruby-identifier">regenerated_field</span>.<span class="ruby-identifier">each</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">field</span><span class="ruby-operator">|</span>
-    <span class="ruby-identifier">new_wiki</span>.<span class="ruby-identifier">send</span>(<span class="ruby-node">&quot;#{field}=&quot;</span>, <span class="ruby-identifier">wiki</span>.<span class="ruby-identifier">send</span>(<span class="ruby-identifier">field</span>))
-  <span class="ruby-keyword">end</span>
-  <span class="ruby-identifier">new_wiki</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                  
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-to_param">
-            
-              <b>to_param</b>()
-            
-            <a href="../classes/Wiki.html#method-i-to_param" name="method-i-to_param" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-to_param_source')" id="l_method-i-to_param_source">show</a>
-                
-              </p>
-              <div id="method-i-to_param_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/wiki.rb, line 28</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">to_param</span>
-  <span class="ruby-identifier">slug</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-              
-      <div class="sectiontitle">Instance Protected methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-set_slug">
-            
-              <b>set_slug</b>()
-            
-            <a href="../classes/Wiki.html#method-i-set_slug" name="method-i-set_slug" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-set_slug_source')" id="l_method-i-set_slug_source">show</a>
-                
-              </p>
-              <div id="method-i-set_slug_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/models/wiki.rb, line 50</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">set_slug</span>
-  <span class="ruby-keyword">self</span>.<span class="ruby-identifier">slug</span> = <span class="ruby-keyword">self</span>.<span class="ruby-identifier">title</span>.<span class="ruby-identifier">parameterize</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/classes/WikisController.html b/doc/code/classes/WikisController.html
deleted file mode 100644
index 3247d4f0fd9ecde528c4d179a317c282caee0bc4..0000000000000000000000000000000000000000
--- a/doc/code/classes/WikisController.html
+++ /dev/null
@@ -1,397 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>WikisController</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />
-<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            <span class="type">Class</span> 
-            WikisController 
-            
-                <span class="parent">&lt; 
-                    
-                    <a href="ProjectResourceController.html">ProjectResourceController</a>
-                    
-                </span>
-            
-        </h1>
-        <ul class="files">
-            
-            <li><a href="../files/app/controllers/wikis_controller_rb.html">app/controllers/wikis_controller.rb</a></li>
-            
-        </ul>
-    </div>
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-    <!-- Method ref -->
-    <div class="sectiontitle">Methods</div>
-    <dl class="methods">
-      
-        <dt>C</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-create">create</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>D</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-destroy">destroy</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>E</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-edit">edit</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>H</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-history">history</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>P</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-pages">pages</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-        <dt>S</dt>
-        <dd>
-          <ul>
-            
-              
-              <li>
-                <a href="#method-i-show">show</a>
-              </li>
-            
-          </ul>
-        </dd>
-      
-    </dl>
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-        
-      <div class="sectiontitle">Instance Public methods</div>
-      
-        <div class="method">
-          <div class="title method-title" id="method-i-create">
-            
-              <b>create</b>()
-            
-            <a href="../classes/WikisController.html#method-i-create" name="method-i-create" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-create_source')" id="l_method-i-create_source">show</a>
-                
-              </p>
-              <div id="method-i-create_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/wikis_controller.rb, line 36</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">create</span>
-  <span class="ruby-ivar">@wiki</span> = <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">wikis</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:wiki</span>])
-  <span class="ruby-ivar">@wiki</span>.<span class="ruby-identifier">user</span> = <span class="ruby-identifier">current_user</span>
-
-  <span class="ruby-identifier">respond_to</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">format</span><span class="ruby-operator">|</span>
-    <span class="ruby-keyword">if</span> <span class="ruby-ivar">@wiki</span>.<span class="ruby-identifier">save</span>
-      <span class="ruby-identifier">format</span>.<span class="ruby-identifier">html</span> { <span class="ruby-identifier">redirect_to</span> [<span class="ruby-ivar">@project</span>, <span class="ruby-ivar">@wiki</span>], <span class="ruby-identifier">notice</span><span class="ruby-operator">:</span> <span class="ruby-string">'Wiki was successfully updated.'</span> }
-    <span class="ruby-keyword">else</span>
-      <span class="ruby-identifier">format</span>.<span class="ruby-identifier">html</span> { <span class="ruby-identifier">render</span> <span class="ruby-identifier">action</span><span class="ruby-operator">:</span> <span class="ruby-string">&quot;edit&quot;</span> }
-    <span class="ruby-keyword">end</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-destroy">
-            
-              <b>destroy</b>()
-            
-            <a href="../classes/WikisController.html#method-i-destroy" name="method-i-destroy" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-destroy_source')" id="l_method-i-destroy_source">show</a>
-                
-              </p>
-              <div id="method-i-destroy_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/wikis_controller.rb, line 53</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">destroy</span>
-  <span class="ruby-ivar">@wikis</span> = <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">wikis</span>.<span class="ruby-identifier">where</span>(<span class="ruby-identifier">slug</span><span class="ruby-operator">:</span> <span class="ruby-identifier">params</span>[<span class="ruby-value">:id</span>]).<span class="ruby-identifier">delete_all</span>
-
-  <span class="ruby-identifier">respond_to</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">format</span><span class="ruby-operator">|</span>
-    <span class="ruby-identifier">format</span>.<span class="ruby-identifier">html</span> { <span class="ruby-identifier">redirect_to</span> <span class="ruby-identifier">project_wiki_path</span>(<span class="ruby-ivar">@project</span>, <span class="ruby-value">:index</span>), <span class="ruby-identifier">notice</span><span class="ruby-operator">:</span> <span class="ruby-string">&quot;Page was successfully deleted&quot;</span> }
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-edit">
-            
-              <b>edit</b>()
-            
-            <a href="../classes/WikisController.html#method-i-edit" name="method-i-edit" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-edit_source')" id="l_method-i-edit_source">show</a>
-                
-              </p>
-              <div id="method-i-edit_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/wikis_controller.rb, line 31</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">edit</span>
-  <span class="ruby-ivar">@wiki</span> = <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">wikis</span>.<span class="ruby-identifier">where</span>(<span class="ruby-identifier">slug</span><span class="ruby-operator">:</span> <span class="ruby-identifier">params</span>[<span class="ruby-value">:id</span>]).<span class="ruby-identifier">order</span>(<span class="ruby-string">&quot;created_at&quot;</span>).<span class="ruby-identifier">last</span>
-  <span class="ruby-ivar">@wiki</span> = <span class="ruby-constant">Wiki</span>.<span class="ruby-identifier">regenerate_from</span> <span class="ruby-ivar">@wiki</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-history">
-            
-              <b>history</b>()
-            
-            <a href="../classes/WikisController.html#method-i-history" name="method-i-history" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-history_source')" id="l_method-i-history_source">show</a>
-                
-              </p>
-              <div id="method-i-history_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/wikis_controller.rb, line 49</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">history</span>
-  <span class="ruby-ivar">@wikis</span> = <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">wikis</span>.<span class="ruby-identifier">where</span>(<span class="ruby-identifier">slug</span><span class="ruby-operator">:</span> <span class="ruby-identifier">params</span>[<span class="ruby-value">:id</span>]).<span class="ruby-identifier">order</span>(<span class="ruby-string">&quot;created_at&quot;</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-pages">
-            
-              <b>pages</b>()
-            
-            <a href="../classes/WikisController.html#method-i-pages" name="method-i-pages" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-pages_source')" id="l_method-i-pages_source">show</a>
-                
-              </p>
-              <div id="method-i-pages_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/wikis_controller.rb, line 6</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">pages</span>
-  <span class="ruby-ivar">@wikis</span> = <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">wikis</span>.<span class="ruby-identifier">group</span>(<span class="ruby-value">:slug</span>).<span class="ruby-identifier">order</span>(<span class="ruby-string">&quot;created_at&quot;</span>)
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-        
-        <div class="method">
-          <div class="title method-title" id="method-i-show">
-            
-              <b>show</b>()
-            
-            <a href="../classes/WikisController.html#method-i-show" name="method-i-show" class="permalink">Link</a>
-          </div>
-          
-          
-            <div class="description">
-              
-            </div>
-          
-          
-          
-          
-          
-            
-            <div class="sourcecode">
-              
-              <p class="source-link">
-                Source: 
-                <a href="javascript:toggleSource('method-i-show_source')" id="l_method-i-show_source">show</a>
-                
-              </p>
-              <div id="method-i-show_source" class="dyn-source">
-                <pre><span class="ruby-comment"># File app/controllers/wikis_controller.rb, line 10</span>
-<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">show</span>
-  <span class="ruby-keyword">if</span> <span class="ruby-identifier">params</span>[<span class="ruby-value">:old_page_id</span>]
-    <span class="ruby-ivar">@wiki</span> = <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">wikis</span>.<span class="ruby-identifier">find</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:old_page_id</span>])
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-ivar">@wiki</span> = <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">wikis</span>.<span class="ruby-identifier">where</span>(<span class="ruby-identifier">slug</span><span class="ruby-operator">:</span> <span class="ruby-identifier">params</span>[<span class="ruby-value">:id</span>]).<span class="ruby-identifier">order</span>(<span class="ruby-string">&quot;created_at&quot;</span>).<span class="ruby-identifier">last</span>
-  <span class="ruby-keyword">end</span>
-
-  <span class="ruby-ivar">@note</span> = <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">notes</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">noteable</span><span class="ruby-operator">:</span> <span class="ruby-ivar">@wiki</span>)
-
-  <span class="ruby-keyword">if</span> <span class="ruby-ivar">@wiki</span>
-    <span class="ruby-identifier">render</span> <span class="ruby-string">'show'</span>
-  <span class="ruby-keyword">else</span>
-    <span class="ruby-keyword">if</span> <span class="ruby-identifier">can?</span>(<span class="ruby-identifier">current_user</span>, <span class="ruby-value">:write_wiki</span>, <span class="ruby-ivar">@project</span>)
-      <span class="ruby-ivar">@wiki</span> = <span class="ruby-ivar">@project</span>.<span class="ruby-identifier">wikis</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">slug</span><span class="ruby-operator">:</span> <span class="ruby-identifier">params</span>[<span class="ruby-value">:id</span>])
-      <span class="ruby-identifier">render</span> <span class="ruby-string">'edit'</span>
-    <span class="ruby-keyword">else</span>
-      <span class="ruby-identifier">render</span> <span class="ruby-string">'empty'</span>
-    <span class="ruby-keyword">end</span>
-  <span class="ruby-keyword">end</span>
-<span class="ruby-keyword">end</span></pre>
-              </div>
-            </div>
-            
-          </div>
-                    </div>
-
-    </div>
-  </body>
-</html>    
\ No newline at end of file
diff --git a/doc/code/created.rid b/doc/code/created.rid
deleted file mode 100644
index 3177c0b3b2ed2ea2fb3a179207d3f49c71cd19a6..0000000000000000000000000000000000000000
--- a/doc/code/created.rid
+++ /dev/null
@@ -1,155 +0,0 @@
-Sun, 30 Dec 2012 14:41:56 +0200
-app/models/namespace.rb	Sun, 30 Dec 2012 12:06:28 +0200
-app/models/ability.rb	Sun, 23 Dec 2012 14:02:47 +0200
-app/models/commit.rb	Sun, 23 Dec 2012 14:02:47 +0200
-app/models/gitlab_ci_service.rb	Sun, 23 Dec 2012 14:02:47 +0200
-app/models/system_hook.rb	Sun, 23 Dec 2012 12:16:43 +0200
-app/models/key.rb	Thu, 27 Dec 2012 12:10:59 +0200
-app/models/note.rb	Sun, 23 Dec 2012 14:02:47 +0200
-app/models/project.rb	Fri, 28 Dec 2012 09:30:09 +0200
-app/models/tree.rb	Sun, 23 Dec 2012 12:16:43 +0200
-app/models/milestone.rb	Thu, 27 Dec 2012 11:32:29 +0200
-app/models/web_hook.rb	Sun, 23 Dec 2012 12:16:43 +0200
-app/models/protected_branch.rb	Sun, 23 Dec 2012 12:16:43 +0200
-app/models/project_hook.rb	Sun, 23 Dec 2012 12:16:43 +0200
-app/models/event.rb	Sun, 23 Dec 2012 14:02:47 +0200
-app/models/service_hook.rb	Sun, 23 Dec 2012 12:16:43 +0200
-app/models/service.rb	Sun, 23 Dec 2012 12:16:43 +0200
-app/models/snippet.rb	Sun, 23 Dec 2012 14:02:47 +0200
-app/models/merge_request.rb	Sun, 23 Dec 2012 14:02:47 +0200
-app/models/user.rb	Sun, 30 Dec 2012 13:40:45 +0200
-app/models/group.rb	Sun, 30 Dec 2012 14:25:46 +0200
-app/models/wiki.rb	Sun, 23 Dec 2012 12:16:43 +0200
-app/models/users_project.rb	Sun, 30 Dec 2012 14:27:12 +0200
-app/models/issue.rb	Sun, 23 Dec 2012 12:16:43 +0200
-app/observers/system_hook_observer.rb	Mon, 30 Jul 2012 09:40:22 +0300
-app/observers/note_observer.rb	Sun, 23 Dec 2012 14:02:47 +0200
-app/observers/users_project_observer.rb	Mon, 29 Oct 2012 21:33:47 +0200
-app/observers/project_observer.rb	Sun, 23 Dec 2012 14:02:47 +0200
-app/observers/user_observer.rb	Sun, 30 Dec 2012 12:06:28 +0200
-app/observers/merge_request_observer.rb	Mon, 29 Oct 2012 21:33:47 +0200
-app/observers/activity_observer.rb	Sun, 23 Dec 2012 14:02:47 +0200
-app/observers/key_observer.rb	Mon, 29 Oct 2012 21:33:47 +0200
-app/observers/issue_observer.rb	Sun, 23 Dec 2012 14:02:47 +0200
-app/controllers/labels_controller.rb	Mon, 29 Oct 2012 21:33:47 +0200
-app/controllers/projects_controller.rb	Sun, 30 Dec 2012 13:33:32 +0200
-app/controllers/application_controller.rb	Sun, 23 Dec 2012 14:02:47 +0200
-app/controllers/keys_controller.rb	Mon, 29 Oct 2012 21:33:47 +0200
-app/controllers/repositories_controller.rb	Sun, 23 Dec 2012 12:16:43 +0200
-app/controllers/services_controller.rb	Sun, 23 Dec 2012 12:16:43 +0200
-app/controllers/hooks_controller.rb	Mon, 29 Oct 2012 21:33:47 +0200
-app/controllers/compare_controller.rb	Mon, 29 Oct 2012 21:33:47 +0200
-app/controllers/merge_requests_controller.rb	Sun, 23 Dec 2012 14:02:47 +0200
-app/controllers/snippets_controller.rb	Sun, 23 Dec 2012 14:02:47 +0200
-app/controllers/help_controller.rb	Wed, 29 Feb 2012 23:28:38 +0200
-app/controllers/omniauth_callbacks_controller.rb	Sun, 23 Dec 2012 14:02:47 +0200
-app/controllers/errors_controller.rb	Mon, 29 Oct 2012 21:33:47 +0200
-app/controllers/blob_controller.rb	Sun, 23 Dec 2012 12:16:43 +0200
-app/controllers/wikis_controller.rb	Mon, 29 Oct 2012 21:33:47 +0200
-app/controllers/refs_controller.rb	Sun, 23 Dec 2012 12:16:43 +0200
-app/controllers/notes_controller.rb	Mon, 29 Oct 2012 21:33:47 +0200
-app/controllers/milestones_controller.rb	Sun, 23 Dec 2012 14:02:47 +0200
-app/controllers/search_controller.rb	Sun, 23 Dec 2012 12:16:43 +0200
-app/controllers/admin_controller.rb	Mon, 29 Oct 2012 21:33:47 +0200
-app/controllers/team_members_controller.rb	Sun, 23 Dec 2012 14:02:47 +0200
-app/controllers/profiles_controller.rb	Sun, 23 Dec 2012 14:02:47 +0200
-app/controllers/dashboard_controller.rb	Sun, 23 Dec 2012 14:02:47 +0200
-app/controllers/admin/projects_controller.rb	Sun, 30 Dec 2012 14:08:40 +0200
-app/controllers/admin/hooks_controller.rb	Mon, 29 Oct 2012 21:33:47 +0200
-app/controllers/admin/resque_controller.rb	Mon, 29 Oct 2012 21:33:47 +0200
-app/controllers/admin/logs_controller.rb	Mon, 29 Oct 2012 21:33:47 +0200
-app/controllers/admin/team_members_controller.rb	Mon, 29 Oct 2012 21:33:47 +0200
-app/controllers/admin/dashboard_controller.rb	Sun, 23 Dec 2012 12:16:43 +0200
-app/controllers/admin/users_controller.rb	Sun, 30 Dec 2012 13:42:44 +0200
-app/controllers/admin/groups_controller.rb	Sun, 30 Dec 2012 14:11:24 +0200
-app/controllers/commits_controller.rb	Mon, 29 Oct 2012 21:33:47 +0200
-app/controllers/tree_controller.rb	Sun, 23 Dec 2012 12:16:43 +0200
-app/controllers/deploy_keys_controller.rb	Mon, 29 Oct 2012 21:33:47 +0200
-app/controllers/blame_controller.rb	Mon, 29 Oct 2012 21:33:47 +0200
-app/controllers/protected_branches_controller.rb	Mon, 29 Oct 2012 21:33:47 +0200
-app/controllers/commit_controller.rb	Sun, 23 Dec 2012 14:02:47 +0200
-app/controllers/groups_controller.rb	Sun, 30 Dec 2012 12:42:35 +0200
-app/controllers/project_resource_controller.rb	Sun, 23 Dec 2012 14:02:47 +0200
-app/controllers/issues_controller.rb	Sun, 23 Dec 2012 14:02:47 +0200
-app/mailers/notify.rb	Sun, 30 Dec 2012 12:06:28 +0200
-app/uploaders/attachment_uploader.rb	Mon, 29 Oct 2012 21:33:47 +0200
-app/helpers/snippets_helper.rb	Fri, 02 Dec 2011 02:40:22 +0200
-app/helpers/events_helper.rb	Sun, 23 Dec 2012 12:16:43 +0200
-app/helpers/merge_requests_helper.rb	Sun, 23 Dec 2012 14:02:47 +0200
-app/helpers/tree_helper.rb	Sun, 23 Dec 2012 12:16:43 +0200
-app/helpers/namespaces_helper.rb	Sun, 23 Dec 2012 14:02:47 +0200
-app/helpers/projects_helper.rb	Sun, 23 Dec 2012 14:02:47 +0200
-app/helpers/tags_helper.rb	Fri, 02 Dec 2011 02:40:22 +0200
-app/helpers/gitlab_markdown_helper.rb	Mon, 29 Oct 2012 21:33:47 +0200
-app/helpers/dashboard_helper.rb	Sun, 23 Dec 2012 14:02:47 +0200
-app/helpers/commits_helper.rb	Thu, 27 Dec 2012 11:32:29 +0200
-app/helpers/application_helper.rb	Sun, 30 Dec 2012 13:49:26 +0200
-app/helpers/issues_helper.rb	Sun, 23 Dec 2012 14:02:47 +0200
-app/helpers/tab_helper.rb	Sun, 23 Dec 2012 14:02:47 +0200
-app/helpers/profile_helper.rb	Mon, 29 Oct 2012 21:33:47 +0200
-app/helpers/notes_helper.rb	Mon, 29 Oct 2012 21:33:47 +0200
-app/contexts/project_update_context.rb	Sun, 23 Dec 2012 14:02:47 +0200
-app/contexts/test_hook_context.rb	Mon, 29 Oct 2012 21:33:47 +0200
-app/contexts/merge_requests_load_context.rb	Sun, 23 Dec 2012 12:16:43 +0200
-app/contexts/notes/create_context.rb	Mon, 29 Oct 2012 21:33:47 +0200
-app/contexts/notes/load_context.rb	Sun, 23 Dec 2012 14:02:47 +0200
-app/contexts/issues_bulk_update_context.rb	Mon, 29 Oct 2012 21:33:47 +0200
-app/contexts/issues_list_context.rb	Mon, 29 Oct 2012 21:33:47 +0200
-app/contexts/base_context.rb	Mon, 29 Oct 2012 21:33:47 +0200
-app/contexts/search_context.rb	Sun, 23 Dec 2012 12:16:43 +0200
-app/contexts/commit_load_context.rb	Sun, 23 Dec 2012 12:16:43 +0200
-app/roles/note_event.rb	Sun, 23 Dec 2012 14:02:47 +0200
-app/roles/push_observer.rb	Sun, 23 Dec 2012 14:02:47 +0200
-app/roles/account.rb	Sun, 23 Dec 2012 14:02:47 +0200
-app/roles/votes.rb	Mon, 29 Oct 2012 21:33:47 +0200
-app/roles/repository.rb	Sun, 30 Dec 2012 12:24:50 +0200
-app/roles/git_host.rb	Mon, 29 Oct 2012 21:33:47 +0200
-app/roles/team.rb	Sun, 30 Dec 2012 14:26:37 +0200
-app/roles/namespaced_project.rb	Wed, 26 Dec 2012 10:56:36 +0200
-app/roles/authority.rb	Mon, 29 Oct 2012 21:33:47 +0200
-app/roles/push_event.rb	Mon, 29 Oct 2012 21:33:47 +0200
-app/roles/static_model.rb	Mon, 29 Oct 2012 21:44:39 +0200
-app/roles/issue_commonality.rb	Sun, 23 Dec 2012 12:16:43 +0200
-app/decorators/commit_decorator.rb	Sun, 23 Dec 2012 14:02:47 +0200
-app/decorators/application_decorator.rb	Mon, 29 Oct 2012 21:33:47 +0200
-app/decorators/tree_decorator.rb	Sun, 23 Dec 2012 12:16:43 +0200
-app/decorators/event_decorator.rb	Mon, 29 Oct 2012 21:33:47 +0200
-app/decorators/user_decorator.rb	Sun, 23 Dec 2012 12:16:43 +0200
-app/assets/fonts/OFL.txt	Thu, 27 Dec 2012 11:32:29 +0200
-app/workers/post_receive.rb	Sun, 23 Dec 2012 14:02:47 +0200
-app/workers/system_hook_worker.rb	Mon, 30 Jul 2012 09:40:23 +0300
-lib/extracts_path.rb	Thu, 27 Dec 2012 11:32:29 +0200
-lib/file_size_validator.rb	Mon, 29 Oct 2012 21:33:47 +0200
-lib/redcarpet/render/gitlab_html.rb	Sun, 23 Dec 2012 14:02:47 +0200
-lib/gitlab/auth.rb	Sun, 23 Dec 2012 14:02:47 +0200
-lib/gitlab/regex.rb	Fri, 28 Dec 2012 09:30:09 +0200
-lib/gitlab/git_logger.rb	Mon, 29 Oct 2012 21:33:47 +0200
-lib/gitlab/satellite/merge_action.rb	Sun, 23 Dec 2012 12:16:43 +0200
-lib/gitlab/satellite/satellite.rb	Sun, 23 Dec 2012 14:02:47 +0200
-lib/gitlab/satellite/edit_file_action.rb	Sun, 23 Dec 2012 12:16:43 +0200
-lib/gitlab/satellite/action.rb	Sun, 23 Dec 2012 12:16:43 +0200
-lib/gitlab/backend/grack_auth.rb	Sun, 30 Dec 2012 12:06:28 +0200
-lib/gitlab/backend/gitolite_config.rb	Sun, 23 Dec 2012 14:02:47 +0200
-lib/gitlab/backend/gitolite.rb	Sun, 23 Dec 2012 14:02:47 +0200
-lib/gitlab/logger.rb	Sun, 23 Dec 2012 14:02:47 +0200
-lib/gitlab/markdown.rb	Sun, 23 Dec 2012 14:02:47 +0200
-lib/gitlab/app_logger.rb	Mon, 29 Oct 2012 21:33:47 +0200
-lib/gitlab/seeder.rb	Sun, 23 Dec 2012 12:16:43 +0200
-lib/gitlab/git_stats.rb	Sun, 23 Dec 2012 12:16:43 +0200
-lib/gitlab/project_mover.rb	Sun, 23 Dec 2012 14:02:47 +0200
-lib/gitlab/graph/commit.rb	Sun, 23 Dec 2012 14:02:47 +0200
-lib/gitlab/graph/json_builder.rb	Thu, 27 Dec 2012 11:32:29 +0200
-lib/gitlab/theme.rb	Sun, 23 Dec 2012 12:16:43 +0200
-lib/gitlab/inline_diff.rb	Mon, 29 Oct 2012 21:33:47 +0200
-lib/hooks/post-receive	Sun, 23 Dec 2012 14:02:47 +0200
-lib/api/projects.rb	Sun, 23 Dec 2012 14:02:47 +0200
-lib/api/merge_requests.rb	Sun, 23 Dec 2012 14:02:47 +0200
-lib/api/users.rb	Sun, 23 Dec 2012 14:02:47 +0200
-lib/api/session.rb	Mon, 29 Oct 2012 21:33:47 +0200
-lib/api/notes.rb	Sun, 23 Dec 2012 14:02:47 +0200
-lib/api/helpers.rb	Sun, 23 Dec 2012 14:02:47 +0200
-lib/api/entities.rb	Sun, 23 Dec 2012 14:02:47 +0200
-lib/api/milestones.rb	Sun, 23 Dec 2012 14:02:47 +0200
-lib/api/issues.rb	Sun, 23 Dec 2012 14:02:47 +0200
-lib/event_filter.rb	Sun, 23 Dec 2012 12:16:43 +0200
-lib/api.rb	Sun, 23 Dec 2012 14:02:47 +0200
diff --git a/doc/code/css/github.css b/doc/code/css/github.css
deleted file mode 100644
index bd778a76d7165924a451e5faa530c5013c801793..0000000000000000000000000000000000000000
--- a/doc/code/css/github.css
+++ /dev/null
@@ -1,129 +0,0 @@
-/*
-
-github.com style (c) Vasily Polovnyov <vast@whiteants.net>
-
-*/
-
-pre code {
-  display: block; padding: 0.5em;
-  color: #000;
-  background: #f8f8ff
-}
-
-pre .comment,
-pre .template_comment,
-pre .diff .header,
-pre .javadoc {
-  color: #998;
-  font-style: italic
-}
-
-pre .keyword,
-pre .css .rule .keyword,
-pre .winutils,
-pre .javascript .title,
-pre .lisp .title,
-pre .subst {
-  color: #000;
-  font-weight: bold
-}
-
-pre .number,
-pre .hexcolor {
-  color: #40a070
-}
-
-pre .string,
-pre .tag .value,
-pre .phpdoc,
-pre .tex .formula {
-  color: #d14
-}
-
-pre .title,
-pre .id {
-  color: #900;
-  font-weight: bold
-}
-
-pre .javascript .title,
-pre .lisp .title,
-pre .subst {
-  font-weight: normal
-}
-
-pre .class .title,
-pre .haskell .label,
-pre .tex .command {
-  color: #458;
-  font-weight: bold
-}
-
-pre .tag,
-pre .tag .title,
-pre .rules .property,
-pre .django .tag .keyword {
-  color: #000080;
-  font-weight: normal
-}
-
-pre .attribute,
-pre .variable,
-pre .instancevar,
-pre .lisp .body {
-  color: #008080
-}
-
-pre .regexp {
-  color: #009926
-}
-
-pre .class {
-  color: #458;
-  font-weight: bold
-}
-
-pre .symbol,
-pre .ruby .symbol .string,
-pre .ruby .symbol .keyword,
-pre .ruby .symbol .keymethods,
-pre .lisp .keyword,
-pre .tex .special,
-pre .input_number {
-  color: #990073
-}
-
-pre .builtin,
-pre .built_in,
-pre .lisp .title {
-  color: #0086b3
-}
-
-pre .preprocessor,
-pre .pi,
-pre .doctype,
-pre .shebang,
-pre .cdata {
-  color: #999;
-  font-weight: bold
-}
-
-pre .deletion {
-  background: #fdd
-}
-
-pre .addition {
-  background: #dfd
-}
-
-pre .diff .change {
-  background: #0086b3
-}
-
-pre .chunk {
-  color: #aaa
-}
-
-pre .tex .formula {
-  opacity: 0.5;
-}
diff --git a/doc/code/css/main.css b/doc/code/css/main.css
deleted file mode 100755
index 7d5a913a150b84ecb3d935fe6b71991f19d66c94..0000000000000000000000000000000000000000
--- a/doc/code/css/main.css
+++ /dev/null
@@ -1,333 +0,0 @@
-body {
-  font-family: "Helvetica Neue", Arial, sans-serif;
-  background: #FFF;
-  color: #000;
-  margin: 0px;
-  font-size: 0.82em;
-  line-height: 1.25em;
-}
-
-a {
-  color: #00F;
-  text-decoration: none;
-}
-
-a:hover {
-  color: #333;
-  background: #FE8;
-}
-
-p {
-  margin-bottom: 1em;
-}
-
-h1 {
-    font-size: 2.1em;
-    font-weight: normal;
-    line-height: 1.2em;
-    margin: 1.4em 0 0.7em 0;
-}
-
-h2 {
-    font-size: 1.6em;
-    margin: 1.8em 0 0.8em 0;
-    font-weight: normal;
-    line-height: 1.2em;
-}
-
-h3 {
-    font-size: 1.4em;
-    color:#555;
-    margin: 1.4em 0 0.7em 0;
-    font-weight: normal;
-}
-
-h4 {
-    margin: 1.4em 0 0.5em 0;
-    font-size: 1em;
-}
-
-table
-{
-    margin-bottom: 1em;
-}
-
-td, th
-{
-    padding: 0 0.7em 0.3em 0;
-}
-
-th
-{
-    font-weight: bold;
-}
-
-.clear
-{
-    clear: both;
-    width: 0; height: 0;
-}
-
-dt
-{
-    margin-bottom: 0.3em;
-    font-weight: bold;
-}
-
-dd
-{
-    margin-left: 2em;
-    margin-bottom: 1em;
-}
-
-dd p
-{
-    margin-top: 0.6em;
-}
-
-li
-{
-    margin: 0 0 0.5em 2em;
-}
-
-ul li
-{
-    list-style: disc;
-}
-
-ol li
-{
-    list-style: decimal;
-}
-
-.banner
-{
-    background: #EDF3FE;
-    border-bottom: 1px solid #ccc;
-    padding: 1em 2em 0.5em 2em;
-}
-.banner h1
-{
-    font-size: 1.2em;
-    margin: 0;
-}
-
-.banner h1 .type
-{
-    font-size: 0.833em;
-    display:block;
-}
-
-.banner h1 .type,
-.banner h1 .parent
-{
-    color: #666;
-}
-
-.banner ul
-{
-    margin-top: 0.3em;
-    margin-bottom: 0;
-    font-size: 0.85em;
-}
-
-.banner li
-{
-    list-style: none;
-    margin-left: 0;
-    margin-bottom: 0;
-}
-
-pre 
-{
-    margin-bottom: 1em;
-}
-
-.methods dt
-{
-    width: 1em;
-    font-size: 1.5em;
-    color:#AAA;
-    position: absolute;
-    font-weight: normal;
-    margin: 0;
-}
-
-.methods dd
-{
-    margin-left: 2.5em;
-    min-height: 1.8em;
-    -height: 1.8em;
-    padding-bottom: 0.8em;
-}
-
-
-.methods ul li
-{
-    margin-right: 0.7em;
-    margin-left: 0;
-    list-style: none;
-    display: inline;
-}
-
-#content {
-  margin: 2em;
-  margin-left: 3.5em;
-  margin-right: 3.5em;
-}
-
-
-.sectiontitle {
-  margin-top: 2em;
-  margin-bottom: 1.3em;
-  margin-left: -1.2em;
-  font-size: 1.2em;
-  padding: 0 0 0.25em 0;
-  font-weight: bold;
-  border-bottom: 1px solid #000;
-}
-
-.contenttitle {
-  margin-top: 4em;
-  margin-bottom: 1.3em;
-  margin-left: -0.9em;
-  font-size: 1.6em;
-  padding: 0 0 0.25em 0;
-  font-weight: bold;
-}
-
-.attr-rw {
-  padding-right: 1em;
-  text-align: center;
-  color: #055;
-}
-
-.attr-name {
-  font-weight: bold;
-  padding-right: 1em;
-}
-
-.attr-desc {
-}
-
-tt {
-  font-size: 1.15em;
-}
-
-.attr-value {
-  font-family: monospace;
-  padding-left: 1em;
-  font-size: 1.15em;
-}
-
-.dyn-source {
-  display: none;
-  background: #fffde8;
-  color: #000;
-  border: #ffe0bb dotted 1px;
-  margin: 0.5em 2em 0.5em 0;
-  padding: 0.5em;
-}
-
-.dyn-source .cmt {
-  color: #00F;
-  font-style: italic;
-}
-
-.dyn-source .kw {
-  color: #070;
-  font-weight: bold;
-}
-
-.description pre {
-  padding: 0.5em;
-  border: #ffe0bb dotted 1px;
-  background: #fffde8;
-}
-
-.method {
-    margin-bottom: 2em;
-}
-.method .description,
-.method .sourcecode
-{
-    margin-left: 1.2em;
-}
-.method h4
-{
-    border-bottom: 1px dotted #999;
-    padding: 0 0 0.2em 0;
-    margin-bottom: 0.8em;
-    font-size: 1.1em;
-    color:#333;
-}
-.method .method-title {
-    border-bottom: 1px dotted #666;
-    padding: 0 0 0.15em 0;
-    margin: 0 0 0.5em 0;
-    font-size: 1.2em;
-    line-height: 1.25em;
-    position: relative;
-}
-
-.method .method-title a.permalink {
-  position: absolute;
-  font-size: 0.75em;
-  right: 0;
-}
-
-.method .sourcecode p.source-link {
-  text-indent: 0em;
-  margin-top: 0.5em;
-}
-
-.method .aka {
-  margin-top: 0.3em;
-  margin-left: 1em;
-  font-style: italic;
-  text-indent: 2em;
-}
-
-.method .source-link
-{
-    font-size: 0.85em;
-}
-
-.ruby-constant {
-  color: teal;
-}
-.ruby-keyword {
-  color: #000;
-  font-weight: bold
-}
-.ruby-title {
-  color: #900;
-  font-weight: bold;
-}
-.ruby-ivar {
-  color: teal;
-}
-.ruby-operator {
-  color: #000;
-  font-weight: bold
-}
-.ruby-identifier {
-  color: #000;
-}
-.ruby-string,
-.ruby-node {
-  color: #D14;
-}
-.ruby-comment {
-  color: #998;
-  font-style: italic;
-}
-.ruby-regexp {
-  color: #009926;
-}
-.ruby-value {
-  color: #990073;
-}
-.ruby-number {
-  color: #40A070;
-}
diff --git a/doc/code/css/panel.css b/doc/code/css/panel.css
deleted file mode 100755
index 9bd8027b7393c9645aeb4fa407d9c01c6100407d..0000000000000000000000000000000000000000
--- a/doc/code/css/panel.css
+++ /dev/null
@@ -1,384 +0,0 @@
-/* Panel (begin) */
-    .panel
-    {
-        position: absolute;
-        width: 100%;
-        height: 100%;
-        top: 0;
-        left: 0;
-        background: #FFF;
-        z-index: 2;
-        font-family: "Helvetica Neue", "Arial", sans-serif;
-        //zoom: 1;
-    }
-    
-    .panel_tree .results, 
-    .panel_results .tree 
-    {
-        display: none;
-    }
-    
-    /* Header with search box (begin) */
-        .panel .header
-        {
-            width: 100%;
-            height: 29px;
-            border-bottom: 1px solid #666;
-            position: relative;
-            left: 0; top: 0;
-            background: #e8e8e8;
-        }
-
-        .panel .header div
-        {
-            margin: 0 7px;
-        }
-        .panel .header table
-        {
-            height: 29px;
-            width: 100%;
-        }
-
-        .panel .header table td
-        {
-            vertical-align: middle;
-            text-align: middle;
-        }
-
-        .panel .header label
-        {
-            position: absolute;
-            font-size: 12px;
-            line-height: 29px;
-            margin-left: 3px;
-            color: #999;
-            cursor: text;
-        }
-
-        .panel .header table input
-        {
-            width: 100%;
-            box-sizing: border-box;
-            -moz-box-sizing: border-box;
-            -webkit-box-sizing: border-box;
-            display: inline-block;
-            -webkit-appearance: searchfield;
-            height: 22px;
-            //height: auto;
-        }
-        
-    /* Header with search box (end) */
-    
-        
-    /* Results (begin) */
-        .panel .result
-        {
-            position: absolute;
-            top: 30px;
-            bottom: 0;
-            left: 0;
-            width: 100%;
-            //height: expression((this.parentNode.offsetHeight - 31));
-            overflow-y: scroll;
-            overflow-x: hidden;
-            -overflow-y: hidden;
-            background: #EDF3FE url(../i/results_bg.png);
-            z-index: 2;
-            //zoom:1;
-        }
-
-        .panel .result ul
-        {
-            font-size: 0.8em;
-            width: 100%;
-            background: #EDF3FE url(../i/results_bg.png);
-            //zoom:1;
-        }
-
-        .panel .result ul li
-        {
-            height: 46px;
-            -height: 50px;
-            //display: inline;
-            //width: 100%;
-            //zoom: 1;
-            overflow: hidden;
-            padding: 4px 10px 0 10px;
-            cursor: pointer;
-        }
-
-        .panel .result ul li h1
-        {
-            font-size: 13px;
-            font-weight: normal;
-            color: #333;
-            margin-bottom: 2px;
-            white-space: nowrap;
-        }
-
-        .panel .result ul li p
-        {
-            font-size: 11px;
-            color: #333;
-            margin-bottom: 2px;
-            white-space: nowrap;
-        }
-
-        .panel .result ul li h1 i,
-        .panel .result ul li p.snippet
-        {
-            color: #999;
-        }
-
-        .panel .result ul li b
-        {
-            color: #000;
-        }
-
-        .panel .result ul li.current
-        {
-            background: #3875D7;
-        }
-
-        .panel .result ul li.current h1,
-        .panel .result ul li.current p
-        {
-            color: #DDD;
-        }
-
-        .panel .result ul li.current h1 i,
-        .panel .result ul li.current p.snippet
-        {
-            color: #AAA;
-        }
-
-        .panel .result ul li.current b
-        {
-            color: #FFF;
-        }
-
-
-        .panel .result ul li:hover,
-        .panel .result ul li.selected
-        {
-            background: #d0d0d0;
-        }
-
-        .panel .result ul li.current:hover
-        {
-            background: #2965C0;
-        }      
-        
-        .panel .result ul li .badge
-        {
-            margin-right: 0.4em;
-            margin-left: -0.2em;
-            padding: 0 0.2em;
-            color: #000;
-            border-radius: 3px;
-        }
-        
-        .panel .result ul li .badge_1
-        {
-            background: #ACDBF4;
-        }
-        
-        .panel .result ul li.current .badge_1
-        {
-            background: #97BFD7;
-        }
-        
-        .panel .result ul li .badge_2
-        {
-            background: #ACF3C3;
-        }
-        
-        .panel .result ul li.current .badge_2
-        {
-            background: #98D7AC;
-        }
-        
-        .panel .result ul li .badge_3
-        {
-            background: #E0F3AC;
-        }
-        
-        .panel .result ul li.current .badge_3
-        {
-            background: #C4D798;
-        }
-        
-        .panel .result ul li .badge_4
-        {
-            background: #D7CA98;
-        }
-        
-        .panel .result ul li.current .badge_4
-        {
-            background: #A6B0AC;
-        }
-        
-        .panel .result ul li .badge_5
-        {
-            background: #F3C8AC;
-        }
-        
-        .panel .result ul li.current .badge_5
-        {
-            background: #D7B198;
-        }
-        
-        .panel .result ul li .badge_6
-        {
-            background: #F3ACC3;
-        }
-        
-        .panel .result ul li.current .badge_6
-        {
-            background: #D798AB;
-        }
-        
-    /* Results (end) */
-    
-    /* Tree (begin) */ /**/
-        .panel .tree 
-        {
-            position: absolute;
-            top: 30px;
-            bottom: 0;
-            left: 0;
-            width: 100%;
-            //zoom: 1;
-            //height: expression((this.parentNode.offsetHeight - 31));
-            overflow-y: scroll;
-            overflow-x: hidden;
-            -overflow-y: hidden;
-            background: #EDF3FE url(../i/tree_bg.png);
-            z-index: 30;
-        }
-        
-        .panel .tree ul
-        {
-            background: #EDF3FE url(../i/tree_bg.png);
-        }          
-        
-        .panel .tree li
-        {
-            cursor: pointer;
-            overflow: hidden;
-            //height: 23px;
-            //display: inline;
-            //zoom: 1;
-            //width: 100%;
-        }
-        
-        
-        .panel .tree li .content
-        {
-            padding-left: 18px;
-            padding-top: 5px;
-            height: 18px;
-            overflow: hidden;
-            position: relative;
-        }
-        
-        .panel .tree li .icon
-        {
-            width: 10px;
-            height: 9px;
-            background: url(../i/arrows.png);
-            background-position: 0 -9px;
-            position: absolute;
-            left: 1px;
-            top: 8px;
-            cursor: default;
-        }
-        
-        .panel .tree li.closed .icon
-        {
-            background-position: 0 0;
-        }
-        
-        .panel .tree ul li h1
-        {
-            font-size: 13px;
-            font-weight: normal;
-            color: #000;
-            margin-bottom: 2px;
-            white-space: nowrap;
-        }
-
-        .panel .tree ul li p
-        {
-            font-size: 11px;
-            color: #666;
-            margin-bottom: 2px;
-            white-space: nowrap;
-        }
-        
-        .panel .tree ul li h1 i
-        {
-            color: #999;
-            font-style: normal;
-        }
-        
-        .panel .tree ul li.empty
-        {
-            cursor: text;
-        }   
-        
-        .panel .tree ul li.empty h1,
-        .panel .tree ul li.empty p
-        {
-            color: #666;
-            font-style: italic;
-        }
-        
-        .panel .tree ul li.current
-        {
-            background: #3875D7;
-        }
-        
-        .panel .tree ul li.current .icon
-        {
-            background-position: -10px -9px;
-        }
-        
-        .panel .tree ul li.current.closed .icon
-        {
-            background-position: -10px 0;
-        }
-
-        .panel .tree ul li.current h1
-        {
-            color: #FFF;
-        }
-
-        .panel .tree ul li.current p
-        {
-            color: #CCC;
-        }
-
-        .panel .tree ul li.current.empty h1,
-        .panel .tree ul li.current.empty p
-        {
-            color: #999;
-        }
-        
-        .panel .tree ul li:hover
-        {
-            background: #d0d0d0;
-        }
-
-        .panel .tree ul li.current:hover
-        {
-            background: #2965C0;
-        }
-        
-        .panel .tree .stopper
-        {
-            display: none;
-        }
-    /* Tree (end) */ /**/
-    
-/* Panel (end) */
\ No newline at end of file
diff --git a/doc/code/css/reset.css b/doc/code/css/reset.css
deleted file mode 100755
index da4a2394a861c39b934ea8c0152513f71e85c591..0000000000000000000000000000000000000000
--- a/doc/code/css/reset.css
+++ /dev/null
@@ -1,48 +0,0 @@
-/* http://meyerweb.com/eric/tools/css/reset/ */
-/* v1.0 | 20080212 */
-
-html, body, div, span, applet, object, iframe,
-h1, h2, h3, h4, h5, h6, p, blockquote, pre,
-a, abbr, acronym, address, big, cite, code,
-del, dfn, em, font, img, ins, kbd, q, s, samp,
-small, strike, strong, sub, sup, tt, var,
-b, u, i, center,
-dl, dt, dd, ol, ul, li,
-fieldset, form, label, legend,
-table, caption, tbody, tfoot, thead, tr, th, td {
-	margin: 0;
-	padding: 0;
-	border: 0;
-	outline: 0;
-	font-size: 100%;
-	vertical-align: baseline;
-	background: transparent;
-}
-body {
-	line-height: 1;
-}
-ol, ul {
-	list-style: none;
-}
-blockquote, q {
-	quotes: none;
-}
-blockquote:before, blockquote:after,
-q:before, q:after {
-	content: '';
-	content: none;
-}
-
-/* remember to highlight inserts somehow! */
-ins {
-	text-decoration: none;
-}
-del {
-	text-decoration: line-through;
-}
-
-/* tables still need 'cellspacing="0"' in the markup */
-table {
-	border-collapse: collapse;
-	border-spacing: 0;
-}
\ No newline at end of file
diff --git a/doc/code/favicon.ico b/doc/code/favicon.ico
deleted file mode 100644
index e0e80cf8f15fa622499bd8879479cbbe1dcd9ba9..0000000000000000000000000000000000000000
Binary files a/doc/code/favicon.ico and /dev/null differ
diff --git a/doc/code/files/app/assets/fonts/OFL_txt.html b/doc/code/files/app/assets/fonts/OFL_txt.html
deleted file mode 100644
index f873d9b2d41d87c67ba004cb2207c6b75b39c9af..0000000000000000000000000000000000000000
--- a/doc/code/files/app/assets/fonts/OFL_txt.html
+++ /dev/null
@@ -1,158 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>OFL.txt</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            OFL.txt
-        </h1>
-        <ul class="files">
-            <li>app/assets/fonts/OFL.txt</li>
-            <li>Last modified: 2012-12-27 11:32:29 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<p>Copyright © 2010, Jan Gerner (post@yanone.de) This Font Software is
-licensed under the SIL Open Font License, Version 1.1. This license is
-copied below, and is also available with a FAQ at: <a
-href="http://scripts.sil.org/OFL">scripts.sil.org/OFL</a></p>
-<hr style="height: 10px">
-
-<p>SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007</p>
-<hr style="height: 10px">
-
-<p>PREAMBLE The goals of the Open Font License (<a
-href="OFL_txt.html">OFL</a>) are to stimulate worldwide development of
-collaborative font projects, to support the font creation efforts of
-academic and linguistic communities, and to provide a free and open
-framework in which fonts may be shared and improved in partnership with
-others.</p>
-
-<p>The <a href="OFL_txt.html">OFL</a> allows the licensed fonts to be used,
-studied, modified and redistributed freely as long as they are not sold by
-themselves. The fonts, including any derivative works, can be bundled,
-embedded,  redistributed and/or sold with any software provided that any
-reserved names are not used by derivative works. The fonts and derivatives,
-however, cannot be released under any other type of license. The
-requirement for fonts to remain under this license does not apply to any
-document created using the fonts or their derivatives.</p>
-
-<p>DEFINITIONS “Font Software” refers to the set of files released by the
-Copyright Holder(s) under this license and clearly marked as such. This may
-include source files, build scripts and documentation.</p>
-
-<p>“Reserved Font Name” refers to any names specified as such after the
-copyright statement(s).</p>
-
-<p>“Original Version” refers to the collection of Font Software components as
-distributed by the Copyright Holder(s).</p>
-
-<p>“Modified Version” refers to any derivative made by adding to, deleting, or
-substituting – in part or in whole – any of the components of the Original
-Version, by changing formats or by porting the Font Software to a new
-environment.</p>
-
-<p>“Author” refers to any designer, engineer, programmer, technical writer or
-other person who contributed to the Font Software.</p>
-
-<p>PERMISSION &amp; CONDITIONS Permission is hereby granted, free of charge,
-to any person obtaining a copy of the Font Software, to use, study, copy,
-merge, embed, modify, redistribute, and sell modified and unmodified copies
-of the Font Software, subject to the following conditions:</p>
-
-<p>1) Neither the Font Software nor any of its individual components, in
-Original or Modified Versions, may be sold by itself.</p>
-
-<p>2) Original or Modified Versions of the Font Software may be bundled,
-redistributed and/or sold with any software, provided that each copy
-contains the above copyright notice and this license. These can be included
-either as stand-alone text files, human-readable headers or in the
-appropriate machine-readable metadata fields within text or binary files as
-long as those fields can be easily viewed by the user.</p>
-
-<p>3) No Modified Version of the Font Software may use the Reserved Font
-Name(s) unless explicit written permission is granted by the corresponding
-Copyright Holder. This restriction only applies to the primary font name as
-presented to the users.</p>
-
-<p>4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
-Software shall not be used to promote, endorse or advertise any Modified
-Version, except to acknowledge the contribution(s) of the Copyright
-Holder(s) and the Author(s) or with their explicit written permission.</p>
-
-<p>5) The Font Software, modified or unmodified, in part or in whole, must be
-distributed entirely under this license, and must not be distributed under
-any other license. The requirement for fonts to remain under this license
-does not apply to any document created using the Font Software.</p>
-
-<p>TERMINATION This license becomes null and void if any of the above
-conditions are not met.</p>
-
-<p>DISCLAIMER THE FONT SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY
-KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
-COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS
-IN THE FONT SOFTWARE.</p>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/contexts/base_context_rb.html b/doc/code/files/app/contexts/base_context_rb.html
deleted file mode 100644
index 214164305c23dc596a89a177fea9b9abb9b1cefb..0000000000000000000000000000000000000000
--- a/doc/code/files/app/contexts/base_context_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>base_context.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            base_context.rb
-        </h1>
-        <ul class="files">
-            <li>app/contexts/base_context.rb</li>
-            <li>Last modified: 2012-10-29 21:33:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/BaseContext.html">BaseContext</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/contexts/commit_load_context_rb.html b/doc/code/files/app/contexts/commit_load_context_rb.html
deleted file mode 100644
index c21f5e1b752cc56ec4f362411e0dce6505314541..0000000000000000000000000000000000000000
--- a/doc/code/files/app/contexts/commit_load_context_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>commit_load_context.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            commit_load_context.rb
-        </h1>
-        <ul class="files">
-            <li>app/contexts/commit_load_context.rb</li>
-            <li>Last modified: 2012-12-23 12:16:43 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/CommitLoadContext.html">CommitLoadContext</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/contexts/issues_bulk_update_context_rb.html b/doc/code/files/app/contexts/issues_bulk_update_context_rb.html
deleted file mode 100644
index 18b89d585c72250cab3aaaf6656ea07b7a7da544..0000000000000000000000000000000000000000
--- a/doc/code/files/app/contexts/issues_bulk_update_context_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>issues_bulk_update_context.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            issues_bulk_update_context.rb
-        </h1>
-        <ul class="files">
-            <li>app/contexts/issues_bulk_update_context.rb</li>
-            <li>Last modified: 2012-10-29 21:33:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/IssuesBulkUpdateContext.html">IssuesBulkUpdateContext</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/contexts/issues_list_context_rb.html b/doc/code/files/app/contexts/issues_list_context_rb.html
deleted file mode 100644
index 6d83a6b4bb0846dd22ee467532c366bc186cd295..0000000000000000000000000000000000000000
--- a/doc/code/files/app/contexts/issues_list_context_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>issues_list_context.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            issues_list_context.rb
-        </h1>
-        <ul class="files">
-            <li>app/contexts/issues_list_context.rb</li>
-            <li>Last modified: 2012-10-29 21:33:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/IssuesListContext.html">IssuesListContext</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/contexts/merge_requests_load_context_rb.html b/doc/code/files/app/contexts/merge_requests_load_context_rb.html
deleted file mode 100644
index 5f9c54623fd54ba761ac185fa3aa4b17f00f77c3..0000000000000000000000000000000000000000
--- a/doc/code/files/app/contexts/merge_requests_load_context_rb.html
+++ /dev/null
@@ -1,86 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>merge_requests_load_context.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            merge_requests_load_context.rb
-        </h1>
-        <ul class="files">
-            <li>app/contexts/merge_requests_load_context.rb</li>
-            <li>Last modified: 2012-12-23 12:16:43 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<p>Build collection of Merge Requests based on filtering passed via params for
-@project</p>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/MergeRequestsLoadContext.html">MergeRequestsLoadContext</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/contexts/notes/create_context_rb.html b/doc/code/files/app/contexts/notes/create_context_rb.html
deleted file mode 100644
index 7cf9a67c1049dd8fe4e28509bbe6a701b53eafc0..0000000000000000000000000000000000000000
--- a/doc/code/files/app/contexts/notes/create_context_rb.html
+++ /dev/null
@@ -1,84 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>create_context.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            create_context.rb
-        </h1>
-        <ul class="files">
-            <li>app/contexts/notes/create_context.rb</li>
-            <li>Last modified: 2012-10-29 21:33:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../../../classes/Notes.html">Notes</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../../classes/Notes/CreateContext.html">Notes::CreateContext</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/contexts/notes/load_context_rb.html b/doc/code/files/app/contexts/notes/load_context_rb.html
deleted file mode 100644
index 84c7f1435aa4838d499a2e660bae0b19b461b33e..0000000000000000000000000000000000000000
--- a/doc/code/files/app/contexts/notes/load_context_rb.html
+++ /dev/null
@@ -1,84 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>load_context.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            load_context.rb
-        </h1>
-        <ul class="files">
-            <li>app/contexts/notes/load_context.rb</li>
-            <li>Last modified: 2012-12-23 14:02:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../../../classes/Notes.html">Notes</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../../classes/Notes/LoadContext.html">Notes::LoadContext</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/contexts/project_update_context_rb.html b/doc/code/files/app/contexts/project_update_context_rb.html
deleted file mode 100644
index 2712b358f1b31ccfb0ff4889daf1ed2ed5de6e4a..0000000000000000000000000000000000000000
--- a/doc/code/files/app/contexts/project_update_context_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>project_update_context.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            project_update_context.rb
-        </h1>
-        <ul class="files">
-            <li>app/contexts/project_update_context.rb</li>
-            <li>Last modified: 2012-12-23 14:02:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/ProjectUpdateContext.html">ProjectUpdateContext</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/contexts/search_context_rb.html b/doc/code/files/app/contexts/search_context_rb.html
deleted file mode 100644
index 85d7cc3060da03d19bb637219001c829fd364771..0000000000000000000000000000000000000000
--- a/doc/code/files/app/contexts/search_context_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>search_context.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            search_context.rb
-        </h1>
-        <ul class="files">
-            <li>app/contexts/search_context.rb</li>
-            <li>Last modified: 2012-12-23 12:16:43 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/SearchContext.html">SearchContext</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/contexts/test_hook_context_rb.html b/doc/code/files/app/contexts/test_hook_context_rb.html
deleted file mode 100644
index ebb88998908f64e70306987747b9b60d302bf283..0000000000000000000000000000000000000000
--- a/doc/code/files/app/contexts/test_hook_context_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>test_hook_context.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            test_hook_context.rb
-        </h1>
-        <ul class="files">
-            <li>app/contexts/test_hook_context.rb</li>
-            <li>Last modified: 2012-10-29 21:33:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/TestHookContext.html">TestHookContext</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/controllers/admin/dashboard_controller_rb.html b/doc/code/files/app/controllers/admin/dashboard_controller_rb.html
deleted file mode 100644
index 1fd4edd0be5d5556fd2e1ba431f3794a956be21c..0000000000000000000000000000000000000000
--- a/doc/code/files/app/controllers/admin/dashboard_controller_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>dashboard_controller.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            dashboard_controller.rb
-        </h1>
-        <ul class="files">
-            <li>app/controllers/admin/dashboard_controller.rb</li>
-            <li>Last modified: 2012-12-23 12:16:43 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../../classes/Admin/DashboardController.html">Admin::DashboardController</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/controllers/admin/groups_controller_rb.html b/doc/code/files/app/controllers/admin/groups_controller_rb.html
deleted file mode 100644
index 8fe6fc90a785d22d4c25d21d9fffeaa07282a765..0000000000000000000000000000000000000000
--- a/doc/code/files/app/controllers/admin/groups_controller_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>groups_controller.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            groups_controller.rb
-        </h1>
-        <ul class="files">
-            <li>app/controllers/admin/groups_controller.rb</li>
-            <li>Last modified: 2012-12-30 14:11:24 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../../classes/Admin/GroupsController.html">Admin::GroupsController</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/controllers/admin/hooks_controller_rb.html b/doc/code/files/app/controllers/admin/hooks_controller_rb.html
deleted file mode 100644
index 221091a2c08307a4ed3b8ec83d2ec44639e8c66a..0000000000000000000000000000000000000000
--- a/doc/code/files/app/controllers/admin/hooks_controller_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>hooks_controller.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            hooks_controller.rb
-        </h1>
-        <ul class="files">
-            <li>app/controllers/admin/hooks_controller.rb</li>
-            <li>Last modified: 2012-10-29 21:33:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../../classes/Admin/HooksController.html">Admin::HooksController</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/controllers/admin/logs_controller_rb.html b/doc/code/files/app/controllers/admin/logs_controller_rb.html
deleted file mode 100644
index 27957990e9552984aaa6ce564957ddb16b7aeddb..0000000000000000000000000000000000000000
--- a/doc/code/files/app/controllers/admin/logs_controller_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>logs_controller.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            logs_controller.rb
-        </h1>
-        <ul class="files">
-            <li>app/controllers/admin/logs_controller.rb</li>
-            <li>Last modified: 2012-10-29 21:33:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../../classes/Admin/LogsController.html">Admin::LogsController</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/controllers/admin/projects_controller_rb.html b/doc/code/files/app/controllers/admin/projects_controller_rb.html
deleted file mode 100644
index 2d611510991801db400f74122b4adcefd5dac77e..0000000000000000000000000000000000000000
--- a/doc/code/files/app/controllers/admin/projects_controller_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>projects_controller.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            projects_controller.rb
-        </h1>
-        <ul class="files">
-            <li>app/controllers/admin/projects_controller.rb</li>
-            <li>Last modified: 2012-12-30 14:08:40 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../../classes/Admin/ProjectsController.html">Admin::ProjectsController</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/controllers/admin/resque_controller_rb.html b/doc/code/files/app/controllers/admin/resque_controller_rb.html
deleted file mode 100644
index 742a9c7d96a3f6f5f42bfadc11a1461f163d800f..0000000000000000000000000000000000000000
--- a/doc/code/files/app/controllers/admin/resque_controller_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>resque_controller.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            resque_controller.rb
-        </h1>
-        <ul class="files">
-            <li>app/controllers/admin/resque_controller.rb</li>
-            <li>Last modified: 2012-10-29 21:33:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../../classes/Admin/ResqueController.html">Admin::ResqueController</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/controllers/admin/team_members_controller_rb.html b/doc/code/files/app/controllers/admin/team_members_controller_rb.html
deleted file mode 100644
index b821baffe2843969210c9ac39a682d742556ddca..0000000000000000000000000000000000000000
--- a/doc/code/files/app/controllers/admin/team_members_controller_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>team_members_controller.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            team_members_controller.rb
-        </h1>
-        <ul class="files">
-            <li>app/controllers/admin/team_members_controller.rb</li>
-            <li>Last modified: 2012-10-29 21:33:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../../classes/Admin/TeamMembersController.html">Admin::TeamMembersController</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/controllers/admin/users_controller_rb.html b/doc/code/files/app/controllers/admin/users_controller_rb.html
deleted file mode 100644
index c8188f7e19217939f8ab797c5ae0f44cd2a5bd0f..0000000000000000000000000000000000000000
--- a/doc/code/files/app/controllers/admin/users_controller_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>users_controller.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            users_controller.rb
-        </h1>
-        <ul class="files">
-            <li>app/controllers/admin/users_controller.rb</li>
-            <li>Last modified: 2012-12-30 13:42:44 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../../classes/Admin/UsersController.html">Admin::UsersController</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/controllers/admin_controller_rb.html b/doc/code/files/app/controllers/admin_controller_rb.html
deleted file mode 100644
index 7837559263fddc2fa1706d100957b080cb78b2fb..0000000000000000000000000000000000000000
--- a/doc/code/files/app/controllers/admin_controller_rb.html
+++ /dev/null
@@ -1,88 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>admin_controller.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            admin_controller.rb
-        </h1>
-        <ul class="files">
-            <li>app/controllers/admin_controller.rb</li>
-            <li>Last modified: 2012-10-29 21:33:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<p>Provides a base class for <a href="../../../classes/Admin.html">Admin</a>
-controllers to subclass</p>
-
-<p>Automatically sets the layout and ensures an administrator is logged in</p>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/AdminController.html">AdminController</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/controllers/application_controller_rb.html b/doc/code/files/app/controllers/application_controller_rb.html
deleted file mode 100644
index f13dba25f5e06b699e4d5079f667ccba02e80c9e..0000000000000000000000000000000000000000
--- a/doc/code/files/app/controllers/application_controller_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>application_controller.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            application_controller.rb
-        </h1>
-        <ul class="files">
-            <li>app/controllers/application_controller.rb</li>
-            <li>Last modified: 2012-12-23 14:02:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/ApplicationController.html">ApplicationController</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/controllers/blame_controller_rb.html b/doc/code/files/app/controllers/blame_controller_rb.html
deleted file mode 100644
index f0c34244ee13ece212b0b647359a760ea4471042..0000000000000000000000000000000000000000
--- a/doc/code/files/app/controllers/blame_controller_rb.html
+++ /dev/null
@@ -1,85 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>blame_controller.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            blame_controller.rb
-        </h1>
-        <ul class="files">
-            <li>app/controllers/blame_controller.rb</li>
-            <li>Last modified: 2012-10-29 21:33:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<p>Controller for viewing a file’s blame</p>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/BlameController.html">BlameController</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/controllers/blob_controller_rb.html b/doc/code/files/app/controllers/blob_controller_rb.html
deleted file mode 100644
index a5bdfad1a3f6daba9385f932fbcbe72d87562c9f..0000000000000000000000000000000000000000
--- a/doc/code/files/app/controllers/blob_controller_rb.html
+++ /dev/null
@@ -1,85 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>blob_controller.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            blob_controller.rb
-        </h1>
-        <ul class="files">
-            <li>app/controllers/blob_controller.rb</li>
-            <li>Last modified: 2012-12-23 12:16:43 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<p>Controller for viewing a file’s blame</p>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/BlobController.html">BlobController</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/controllers/commit_controller_rb.html b/doc/code/files/app/controllers/commit_controller_rb.html
deleted file mode 100644
index a7189c8604bffd125ff168b6c5cb3d8a8f5903f5..0000000000000000000000000000000000000000
--- a/doc/code/files/app/controllers/commit_controller_rb.html
+++ /dev/null
@@ -1,89 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>commit_controller.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            commit_controller.rb
-        </h1>
-        <ul class="files">
-            <li>app/controllers/commit_controller.rb</li>
-            <li>Last modified: 2012-12-23 14:02:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<p>Controller for a specific <a href="../../../classes/Commit.html">Commit</a></p>
-
-<p>Not to be confused with <a
-href="../../../classes/CommitsController.html">CommitsController</a>,
-plural.</p>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/CommitController.html">CommitController</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/controllers/commits_controller_rb.html b/doc/code/files/app/controllers/commits_controller_rb.html
deleted file mode 100644
index 989e4cd8639ec51d027e13197054e89ccb544fe4..0000000000000000000000000000000000000000
--- a/doc/code/files/app/controllers/commits_controller_rb.html
+++ /dev/null
@@ -1,87 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>commits_controller.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            commits_controller.rb
-        </h1>
-        <ul class="files">
-            <li>app/controllers/commits_controller.rb</li>
-            <li>Last modified: 2012-10-29 21:33:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-    <!-- File only: requires -->
-    <div class="sectiontitle">Required Files</div>
-    <ul>
-      
-        <li>base64</li>
-      
-    </ul>
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/CommitsController.html">CommitsController</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/controllers/compare_controller_rb.html b/doc/code/files/app/controllers/compare_controller_rb.html
deleted file mode 100644
index 479fa86925beb043611adb1027ad98a42dae1729..0000000000000000000000000000000000000000
--- a/doc/code/files/app/controllers/compare_controller_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>compare_controller.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            compare_controller.rb
-        </h1>
-        <ul class="files">
-            <li>app/controllers/compare_controller.rb</li>
-            <li>Last modified: 2012-10-29 21:33:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/CompareController.html">CompareController</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/controllers/dashboard_controller_rb.html b/doc/code/files/app/controllers/dashboard_controller_rb.html
deleted file mode 100644
index ac7012f4c1d49041933958f5d3b4794dc8711e99..0000000000000000000000000000000000000000
--- a/doc/code/files/app/controllers/dashboard_controller_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>dashboard_controller.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            dashboard_controller.rb
-        </h1>
-        <ul class="files">
-            <li>app/controllers/dashboard_controller.rb</li>
-            <li>Last modified: 2012-12-23 14:02:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/DashboardController.html">DashboardController</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/controllers/deploy_keys_controller_rb.html b/doc/code/files/app/controllers/deploy_keys_controller_rb.html
deleted file mode 100644
index c0c598a24939274a635b6155eb0054a3c2478fdd..0000000000000000000000000000000000000000
--- a/doc/code/files/app/controllers/deploy_keys_controller_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>deploy_keys_controller.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            deploy_keys_controller.rb
-        </h1>
-        <ul class="files">
-            <li>app/controllers/deploy_keys_controller.rb</li>
-            <li>Last modified: 2012-10-29 21:33:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/DeployKeysController.html">DeployKeysController</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/controllers/errors_controller_rb.html b/doc/code/files/app/controllers/errors_controller_rb.html
deleted file mode 100644
index bd2da28be6f6c4c3d7c8f67a88f36dca5a5c68bd..0000000000000000000000000000000000000000
--- a/doc/code/files/app/controllers/errors_controller_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>errors_controller.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            errors_controller.rb
-        </h1>
-        <ul class="files">
-            <li>app/controllers/errors_controller.rb</li>
-            <li>Last modified: 2012-10-29 21:33:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/ErrorsController.html">ErrorsController</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/controllers/groups_controller_rb.html b/doc/code/files/app/controllers/groups_controller_rb.html
deleted file mode 100644
index 905f17b39c95a79cf6da8f8915d61fb1f6bd96c9..0000000000000000000000000000000000000000
--- a/doc/code/files/app/controllers/groups_controller_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>groups_controller.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            groups_controller.rb
-        </h1>
-        <ul class="files">
-            <li>app/controllers/groups_controller.rb</li>
-            <li>Last modified: 2012-12-30 12:42:35 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/GroupsController.html">GroupsController</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/controllers/help_controller_rb.html b/doc/code/files/app/controllers/help_controller_rb.html
deleted file mode 100644
index 0c41c81ee0554a98314e6717c367f61366de7aaf..0000000000000000000000000000000000000000
--- a/doc/code/files/app/controllers/help_controller_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>help_controller.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            help_controller.rb
-        </h1>
-        <ul class="files">
-            <li>app/controllers/help_controller.rb</li>
-            <li>Last modified: 2012-02-29 23:28:38 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/HelpController.html">HelpController</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/controllers/hooks_controller_rb.html b/doc/code/files/app/controllers/hooks_controller_rb.html
deleted file mode 100644
index 8182569b8ce449093a4d4b8cacac379aa1df2129..0000000000000000000000000000000000000000
--- a/doc/code/files/app/controllers/hooks_controller_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>hooks_controller.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            hooks_controller.rb
-        </h1>
-        <ul class="files">
-            <li>app/controllers/hooks_controller.rb</li>
-            <li>Last modified: 2012-10-29 21:33:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/HooksController.html">HooksController</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/controllers/issues_controller_rb.html b/doc/code/files/app/controllers/issues_controller_rb.html
deleted file mode 100644
index 1c1986952cc482164a8c4ebb632a2007e77d41b9..0000000000000000000000000000000000000000
--- a/doc/code/files/app/controllers/issues_controller_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>issues_controller.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            issues_controller.rb
-        </h1>
-        <ul class="files">
-            <li>app/controllers/issues_controller.rb</li>
-            <li>Last modified: 2012-12-23 14:02:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/IssuesController.html">IssuesController</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/controllers/keys_controller_rb.html b/doc/code/files/app/controllers/keys_controller_rb.html
deleted file mode 100644
index d88ed459a6200bad8bfa662ab40ba025926cb492..0000000000000000000000000000000000000000
--- a/doc/code/files/app/controllers/keys_controller_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>keys_controller.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            keys_controller.rb
-        </h1>
-        <ul class="files">
-            <li>app/controllers/keys_controller.rb</li>
-            <li>Last modified: 2012-10-29 21:33:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/KeysController.html">KeysController</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/controllers/labels_controller_rb.html b/doc/code/files/app/controllers/labels_controller_rb.html
deleted file mode 100644
index 6b22a0569286f9ee9d1330bf143534df5e61fcaf..0000000000000000000000000000000000000000
--- a/doc/code/files/app/controllers/labels_controller_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>labels_controller.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            labels_controller.rb
-        </h1>
-        <ul class="files">
-            <li>app/controllers/labels_controller.rb</li>
-            <li>Last modified: 2012-10-29 21:33:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/LabelsController.html">LabelsController</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/controllers/merge_requests_controller_rb.html b/doc/code/files/app/controllers/merge_requests_controller_rb.html
deleted file mode 100644
index 5dd462cc37a6c72b009d095851f4c5ffad6b1286..0000000000000000000000000000000000000000
--- a/doc/code/files/app/controllers/merge_requests_controller_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>merge_requests_controller.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            merge_requests_controller.rb
-        </h1>
-        <ul class="files">
-            <li>app/controllers/merge_requests_controller.rb</li>
-            <li>Last modified: 2012-12-23 14:02:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/MergeRequestsController.html">MergeRequestsController</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/controllers/milestones_controller_rb.html b/doc/code/files/app/controllers/milestones_controller_rb.html
deleted file mode 100644
index 70eb9de76532fb9cb0ef5eba8a2ca6b21643050d..0000000000000000000000000000000000000000
--- a/doc/code/files/app/controllers/milestones_controller_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>milestones_controller.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            milestones_controller.rb
-        </h1>
-        <ul class="files">
-            <li>app/controllers/milestones_controller.rb</li>
-            <li>Last modified: 2012-12-23 14:02:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/MilestonesController.html">MilestonesController</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/controllers/notes_controller_rb.html b/doc/code/files/app/controllers/notes_controller_rb.html
deleted file mode 100644
index 67e846be25f74b7317a9d3284977cab5bd50fc29..0000000000000000000000000000000000000000
--- a/doc/code/files/app/controllers/notes_controller_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>notes_controller.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            notes_controller.rb
-        </h1>
-        <ul class="files">
-            <li>app/controllers/notes_controller.rb</li>
-            <li>Last modified: 2012-10-29 21:33:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/NotesController.html">NotesController</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/controllers/omniauth_callbacks_controller_rb.html b/doc/code/files/app/controllers/omniauth_callbacks_controller_rb.html
deleted file mode 100644
index 1b5e8fa0d1fa61f51d5680060be71590128e06fa..0000000000000000000000000000000000000000
--- a/doc/code/files/app/controllers/omniauth_callbacks_controller_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>omniauth_callbacks_controller.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            omniauth_callbacks_controller.rb
-        </h1>
-        <ul class="files">
-            <li>app/controllers/omniauth_callbacks_controller.rb</li>
-            <li>Last modified: 2012-12-23 14:02:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/OmniauthCallbacksController.html">OmniauthCallbacksController</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/controllers/profiles_controller_rb.html b/doc/code/files/app/controllers/profiles_controller_rb.html
deleted file mode 100644
index 0b085838a32816e5f0d25700103d56475b99eeff..0000000000000000000000000000000000000000
--- a/doc/code/files/app/controllers/profiles_controller_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>profiles_controller.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            profiles_controller.rb
-        </h1>
-        <ul class="files">
-            <li>app/controllers/profiles_controller.rb</li>
-            <li>Last modified: 2012-12-23 14:02:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/ProfilesController.html">ProfilesController</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/controllers/project_resource_controller_rb.html b/doc/code/files/app/controllers/project_resource_controller_rb.html
deleted file mode 100644
index e17be7ab22ef6a0ff2abd7e029d81226f164f861..0000000000000000000000000000000000000000
--- a/doc/code/files/app/controllers/project_resource_controller_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>project_resource_controller.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            project_resource_controller.rb
-        </h1>
-        <ul class="files">
-            <li>app/controllers/project_resource_controller.rb</li>
-            <li>Last modified: 2012-12-23 14:02:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/ProjectResourceController.html">ProjectResourceController</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/controllers/projects_controller_rb.html b/doc/code/files/app/controllers/projects_controller_rb.html
deleted file mode 100644
index 939eb71e0d893e750072c37dafd905745ea5a19b..0000000000000000000000000000000000000000
--- a/doc/code/files/app/controllers/projects_controller_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>projects_controller.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            projects_controller.rb
-        </h1>
-        <ul class="files">
-            <li>app/controllers/projects_controller.rb</li>
-            <li>Last modified: 2012-12-30 13:33:32 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/ProjectsController.html">ProjectsController</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/controllers/protected_branches_controller_rb.html b/doc/code/files/app/controllers/protected_branches_controller_rb.html
deleted file mode 100644
index 1fca71347e374d99ac1da658428e61eb4cfe33d7..0000000000000000000000000000000000000000
--- a/doc/code/files/app/controllers/protected_branches_controller_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>protected_branches_controller.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            protected_branches_controller.rb
-        </h1>
-        <ul class="files">
-            <li>app/controllers/protected_branches_controller.rb</li>
-            <li>Last modified: 2012-10-29 21:33:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/ProtectedBranchesController.html">ProtectedBranchesController</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/controllers/refs_controller_rb.html b/doc/code/files/app/controllers/refs_controller_rb.html
deleted file mode 100644
index 207441f161d3eacc780e74d75c639106caa04d41..0000000000000000000000000000000000000000
--- a/doc/code/files/app/controllers/refs_controller_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>refs_controller.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            refs_controller.rb
-        </h1>
-        <ul class="files">
-            <li>app/controllers/refs_controller.rb</li>
-            <li>Last modified: 2012-12-23 12:16:43 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/RefsController.html">RefsController</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/controllers/repositories_controller_rb.html b/doc/code/files/app/controllers/repositories_controller_rb.html
deleted file mode 100644
index eab4dd4de8be3c60cbbb1393cdf30d169452cb17..0000000000000000000000000000000000000000
--- a/doc/code/files/app/controllers/repositories_controller_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>repositories_controller.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            repositories_controller.rb
-        </h1>
-        <ul class="files">
-            <li>app/controllers/repositories_controller.rb</li>
-            <li>Last modified: 2012-12-23 12:16:43 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/RepositoriesController.html">RepositoriesController</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/controllers/search_controller_rb.html b/doc/code/files/app/controllers/search_controller_rb.html
deleted file mode 100644
index f47c36644d21ea5b918338c55a721edd9ca155ec..0000000000000000000000000000000000000000
--- a/doc/code/files/app/controllers/search_controller_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>search_controller.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            search_controller.rb
-        </h1>
-        <ul class="files">
-            <li>app/controllers/search_controller.rb</li>
-            <li>Last modified: 2012-12-23 12:16:43 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/SearchController.html">SearchController</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/controllers/services_controller_rb.html b/doc/code/files/app/controllers/services_controller_rb.html
deleted file mode 100644
index de836e79e0a8ae444a968cec29132c9a1bfca6ab..0000000000000000000000000000000000000000
--- a/doc/code/files/app/controllers/services_controller_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>services_controller.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            services_controller.rb
-        </h1>
-        <ul class="files">
-            <li>app/controllers/services_controller.rb</li>
-            <li>Last modified: 2012-12-23 12:16:43 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/ServicesController.html">ServicesController</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/controllers/snippets_controller_rb.html b/doc/code/files/app/controllers/snippets_controller_rb.html
deleted file mode 100644
index 662aef9100c2b7b3474c0f49614ddecc1d2a21e8..0000000000000000000000000000000000000000
--- a/doc/code/files/app/controllers/snippets_controller_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>snippets_controller.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            snippets_controller.rb
-        </h1>
-        <ul class="files">
-            <li>app/controllers/snippets_controller.rb</li>
-            <li>Last modified: 2012-12-23 14:02:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/SnippetsController.html">SnippetsController</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/controllers/team_members_controller_rb.html b/doc/code/files/app/controllers/team_members_controller_rb.html
deleted file mode 100644
index c4784ecce49ed54ec124fb57f5add7ee3076ea01..0000000000000000000000000000000000000000
--- a/doc/code/files/app/controllers/team_members_controller_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>team_members_controller.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            team_members_controller.rb
-        </h1>
-        <ul class="files">
-            <li>app/controllers/team_members_controller.rb</li>
-            <li>Last modified: 2012-12-23 14:02:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/TeamMembersController.html">TeamMembersController</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/controllers/tree_controller_rb.html b/doc/code/files/app/controllers/tree_controller_rb.html
deleted file mode 100644
index 1a21f186f19afd891f9299653ca30db7c8bde351..0000000000000000000000000000000000000000
--- a/doc/code/files/app/controllers/tree_controller_rb.html
+++ /dev/null
@@ -1,85 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>tree_controller.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            tree_controller.rb
-        </h1>
-        <ul class="files">
-            <li>app/controllers/tree_controller.rb</li>
-            <li>Last modified: 2012-12-23 12:16:43 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<p>Controller for viewing a repository’s file structure</p>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/TreeController.html">TreeController</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/controllers/wikis_controller_rb.html b/doc/code/files/app/controllers/wikis_controller_rb.html
deleted file mode 100644
index bbebf05fe7b6c5abb8fd98873140aa1669c70423..0000000000000000000000000000000000000000
--- a/doc/code/files/app/controllers/wikis_controller_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>wikis_controller.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            wikis_controller.rb
-        </h1>
-        <ul class="files">
-            <li>app/controllers/wikis_controller.rb</li>
-            <li>Last modified: 2012-10-29 21:33:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/WikisController.html">WikisController</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/decorators/application_decorator_rb.html b/doc/code/files/app/decorators/application_decorator_rb.html
deleted file mode 100644
index 5998d46d215f67f645952dc8aa72bfb9382c743f..0000000000000000000000000000000000000000
--- a/doc/code/files/app/decorators/application_decorator_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>application_decorator.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            application_decorator.rb
-        </h1>
-        <ul class="files">
-            <li>app/decorators/application_decorator.rb</li>
-            <li>Last modified: 2012-10-29 21:33:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/ApplicationDecorator.html">ApplicationDecorator</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/decorators/commit_decorator_rb.html b/doc/code/files/app/decorators/commit_decorator_rb.html
deleted file mode 100644
index ef09e71875cf0cd4609bb2ccd6c0482c42a48adf..0000000000000000000000000000000000000000
--- a/doc/code/files/app/decorators/commit_decorator_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>commit_decorator.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            commit_decorator.rb
-        </h1>
-        <ul class="files">
-            <li>app/decorators/commit_decorator.rb</li>
-            <li>Last modified: 2012-12-23 14:02:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/CommitDecorator.html">CommitDecorator</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/decorators/event_decorator_rb.html b/doc/code/files/app/decorators/event_decorator_rb.html
deleted file mode 100644
index 156d6008ee90f2f7dd7dc6bac9775155a4547707..0000000000000000000000000000000000000000
--- a/doc/code/files/app/decorators/event_decorator_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>event_decorator.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            event_decorator.rb
-        </h1>
-        <ul class="files">
-            <li>app/decorators/event_decorator.rb</li>
-            <li>Last modified: 2012-10-29 21:33:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/EventDecorator.html">EventDecorator</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/decorators/tree_decorator_rb.html b/doc/code/files/app/decorators/tree_decorator_rb.html
deleted file mode 100644
index 0ca1f9ee6edd9e7dd085a5dc985790301d17d078..0000000000000000000000000000000000000000
--- a/doc/code/files/app/decorators/tree_decorator_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>tree_decorator.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            tree_decorator.rb
-        </h1>
-        <ul class="files">
-            <li>app/decorators/tree_decorator.rb</li>
-            <li>Last modified: 2012-12-23 12:16:43 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/TreeDecorator.html">TreeDecorator</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/decorators/user_decorator_rb.html b/doc/code/files/app/decorators/user_decorator_rb.html
deleted file mode 100644
index ab659f66ff330e4d71375c1f71e52038997f8c14..0000000000000000000000000000000000000000
--- a/doc/code/files/app/decorators/user_decorator_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>user_decorator.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            user_decorator.rb
-        </h1>
-        <ul class="files">
-            <li>app/decorators/user_decorator.rb</li>
-            <li>Last modified: 2012-12-23 12:16:43 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/UserDecorator.html">UserDecorator</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/helpers/application_helper_rb.html b/doc/code/files/app/helpers/application_helper_rb.html
deleted file mode 100644
index 72447215cb7594d4bed54c298534bf1367c0b4a2..0000000000000000000000000000000000000000
--- a/doc/code/files/app/helpers/application_helper_rb.html
+++ /dev/null
@@ -1,89 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>application_helper.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            application_helper.rb
-        </h1>
-        <ul class="files">
-            <li>app/helpers/application_helper.rb</li>
-            <li>Last modified: 2012-12-30 13:49:26 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-    <!-- File only: requires -->
-    <div class="sectiontitle">Required Files</div>
-    <ul>
-      
-        <li>digest/md5</li>
-      
-        <li>uri</li>
-      
-    </ul>
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../../classes/ApplicationHelper.html">ApplicationHelper</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/helpers/commits_helper_rb.html b/doc/code/files/app/helpers/commits_helper_rb.html
deleted file mode 100644
index 4d78fca9263cabe09b57eadabb3363cfee17765e..0000000000000000000000000000000000000000
--- a/doc/code/files/app/helpers/commits_helper_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>commits_helper.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            commits_helper.rb
-        </h1>
-        <ul class="files">
-            <li>app/helpers/commits_helper.rb</li>
-            <li>Last modified: 2012-12-27 11:32:29 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../../classes/CommitsHelper.html">CommitsHelper</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/helpers/dashboard_helper_rb.html b/doc/code/files/app/helpers/dashboard_helper_rb.html
deleted file mode 100644
index 3138932805708b96140046c478fc568eb6100465..0000000000000000000000000000000000000000
--- a/doc/code/files/app/helpers/dashboard_helper_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>dashboard_helper.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            dashboard_helper.rb
-        </h1>
-        <ul class="files">
-            <li>app/helpers/dashboard_helper.rb</li>
-            <li>Last modified: 2012-12-23 14:02:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../../classes/DashboardHelper.html">DashboardHelper</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/helpers/events_helper_rb.html b/doc/code/files/app/helpers/events_helper_rb.html
deleted file mode 100644
index 63903ce07a8a74535a5f95ef15dad5a0bf88b540..0000000000000000000000000000000000000000
--- a/doc/code/files/app/helpers/events_helper_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>events_helper.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            events_helper.rb
-        </h1>
-        <ul class="files">
-            <li>app/helpers/events_helper.rb</li>
-            <li>Last modified: 2012-12-23 12:16:43 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../../classes/EventsHelper.html">EventsHelper</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/helpers/gitlab_markdown_helper_rb.html b/doc/code/files/app/helpers/gitlab_markdown_helper_rb.html
deleted file mode 100644
index 9aada0e731d042a1368db10f5da6cc0b4f64bb52..0000000000000000000000000000000000000000
--- a/doc/code/files/app/helpers/gitlab_markdown_helper_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>gitlab_markdown_helper.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            gitlab_markdown_helper.rb
-        </h1>
-        <ul class="files">
-            <li>app/helpers/gitlab_markdown_helper.rb</li>
-            <li>Last modified: 2012-10-29 21:33:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../../classes/GitlabMarkdownHelper.html">GitlabMarkdownHelper</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/helpers/issues_helper_rb.html b/doc/code/files/app/helpers/issues_helper_rb.html
deleted file mode 100644
index 1e107ebf56dd779f3a5c44827d21553e2cd2abe1..0000000000000000000000000000000000000000
--- a/doc/code/files/app/helpers/issues_helper_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>issues_helper.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            issues_helper.rb
-        </h1>
-        <ul class="files">
-            <li>app/helpers/issues_helper.rb</li>
-            <li>Last modified: 2012-12-23 14:02:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../../classes/IssuesHelper.html">IssuesHelper</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/helpers/merge_requests_helper_rb.html b/doc/code/files/app/helpers/merge_requests_helper_rb.html
deleted file mode 100644
index 556caad984857714609565340cfd52e2853684fe..0000000000000000000000000000000000000000
--- a/doc/code/files/app/helpers/merge_requests_helper_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>merge_requests_helper.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            merge_requests_helper.rb
-        </h1>
-        <ul class="files">
-            <li>app/helpers/merge_requests_helper.rb</li>
-            <li>Last modified: 2012-12-23 14:02:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../../classes/MergeRequestsHelper.html">MergeRequestsHelper</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/helpers/namespaces_helper_rb.html b/doc/code/files/app/helpers/namespaces_helper_rb.html
deleted file mode 100644
index 2fb5aa1dcd25bf818d25ec6ead3431380f6d1352..0000000000000000000000000000000000000000
--- a/doc/code/files/app/helpers/namespaces_helper_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>namespaces_helper.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            namespaces_helper.rb
-        </h1>
-        <ul class="files">
-            <li>app/helpers/namespaces_helper.rb</li>
-            <li>Last modified: 2012-12-23 14:02:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../../classes/NamespacesHelper.html">NamespacesHelper</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/helpers/notes_helper_rb.html b/doc/code/files/app/helpers/notes_helper_rb.html
deleted file mode 100644
index a21a80fe9d7d70acebbf0fd80e5a4c5eb065a7b4..0000000000000000000000000000000000000000
--- a/doc/code/files/app/helpers/notes_helper_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>notes_helper.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            notes_helper.rb
-        </h1>
-        <ul class="files">
-            <li>app/helpers/notes_helper.rb</li>
-            <li>Last modified: 2012-10-29 21:33:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../../classes/NotesHelper.html">NotesHelper</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/helpers/profile_helper_rb.html b/doc/code/files/app/helpers/profile_helper_rb.html
deleted file mode 100644
index d87776b949ec4bea4fe28c078d2861ae1daea2a4..0000000000000000000000000000000000000000
--- a/doc/code/files/app/helpers/profile_helper_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>profile_helper.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            profile_helper.rb
-        </h1>
-        <ul class="files">
-            <li>app/helpers/profile_helper.rb</li>
-            <li>Last modified: 2012-10-29 21:33:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../../classes/ProfileHelper.html">ProfileHelper</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/helpers/projects_helper_rb.html b/doc/code/files/app/helpers/projects_helper_rb.html
deleted file mode 100644
index c388a481cf778dfc7a6690c02552ecb79d779847..0000000000000000000000000000000000000000
--- a/doc/code/files/app/helpers/projects_helper_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>projects_helper.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            projects_helper.rb
-        </h1>
-        <ul class="files">
-            <li>app/helpers/projects_helper.rb</li>
-            <li>Last modified: 2012-12-23 14:02:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../../classes/ProjectsHelper.html">ProjectsHelper</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/helpers/snippets_helper_rb.html b/doc/code/files/app/helpers/snippets_helper_rb.html
deleted file mode 100644
index 697e590e474cd795eb5350ef5ec11374c5b4be8e..0000000000000000000000000000000000000000
--- a/doc/code/files/app/helpers/snippets_helper_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>snippets_helper.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            snippets_helper.rb
-        </h1>
-        <ul class="files">
-            <li>app/helpers/snippets_helper.rb</li>
-            <li>Last modified: 2011-12-02 02:40:22 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../../classes/SnippetsHelper.html">SnippetsHelper</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/helpers/tab_helper_rb.html b/doc/code/files/app/helpers/tab_helper_rb.html
deleted file mode 100644
index 5bb3d6295a9132db1849582b5e0b9d1b3462587e..0000000000000000000000000000000000000000
--- a/doc/code/files/app/helpers/tab_helper_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>tab_helper.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            tab_helper.rb
-        </h1>
-        <ul class="files">
-            <li>app/helpers/tab_helper.rb</li>
-            <li>Last modified: 2012-12-23 14:02:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../../classes/TabHelper.html">TabHelper</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/helpers/tags_helper_rb.html b/doc/code/files/app/helpers/tags_helper_rb.html
deleted file mode 100644
index 074e404cdcfd8499024c23d2135dffd01c1a8456..0000000000000000000000000000000000000000
--- a/doc/code/files/app/helpers/tags_helper_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>tags_helper.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            tags_helper.rb
-        </h1>
-        <ul class="files">
-            <li>app/helpers/tags_helper.rb</li>
-            <li>Last modified: 2011-12-02 02:40:22 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../../classes/TagsHelper.html">TagsHelper</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/helpers/tree_helper_rb.html b/doc/code/files/app/helpers/tree_helper_rb.html
deleted file mode 100644
index 2d7bac33343b6375ea6d5797fa165d77d8b24683..0000000000000000000000000000000000000000
--- a/doc/code/files/app/helpers/tree_helper_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>tree_helper.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            tree_helper.rb
-        </h1>
-        <ul class="files">
-            <li>app/helpers/tree_helper.rb</li>
-            <li>Last modified: 2012-12-23 12:16:43 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../../classes/TreeHelper.html">TreeHelper</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/mailers/notify_rb.html b/doc/code/files/app/mailers/notify_rb.html
deleted file mode 100644
index 86e17f0f5169486e3bea3c37536dab72417afd40..0000000000000000000000000000000000000000
--- a/doc/code/files/app/mailers/notify_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>notify.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            notify.rb
-        </h1>
-        <ul class="files">
-            <li>app/mailers/notify.rb</li>
-            <li>Last modified: 2012-12-30 12:06:28 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/Notify.html">Notify</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/models/ability_rb.html b/doc/code/files/app/models/ability_rb.html
deleted file mode 100644
index cf22c56a8291b3715a0c311e589178cf52c091fd..0000000000000000000000000000000000000000
--- a/doc/code/files/app/models/ability_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>ability.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            ability.rb
-        </h1>
-        <ul class="files">
-            <li>app/models/ability.rb</li>
-            <li>Last modified: 2012-12-23 14:02:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/Ability.html">Ability</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/models/commit_rb.html b/doc/code/files/app/models/commit_rb.html
deleted file mode 100644
index f48c8a6cd01734cf92870c1e1d18778f74a715b8..0000000000000000000000000000000000000000
--- a/doc/code/files/app/models/commit_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>commit.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            commit.rb
-        </h1>
-        <ul class="files">
-            <li>app/models/commit.rb</li>
-            <li>Last modified: 2012-12-23 14:02:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/Commit.html">Commit</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/models/event_rb.html b/doc/code/files/app/models/event_rb.html
deleted file mode 100644
index 0409518cbec302f496aa95583a3b3cc0943fa8b0..0000000000000000000000000000000000000000
--- a/doc/code/files/app/models/event_rb.html
+++ /dev/null
@@ -1,98 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>event.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            event.rb
-        </h1>
-        <ul class="files">
-            <li>app/models/event.rb</li>
-            <li>Last modified: 2012-12-23 14:02:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<h2 id="label-Schema+Information">Schema Information</h2>
-
-<p>Table name: events</p>
-
-<pre>id          :integer          not null, primary key
-target_type :string(255)
-target_id   :integer
-title       :string(255)
-data        :text
-project_id  :integer
-created_at  :datetime         not null
-updated_at  :datetime         not null
-action      :integer
-author_id   :integer</pre>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/Event.html">Event</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/models/gitlab_ci_service_rb.html b/doc/code/files/app/models/gitlab_ci_service_rb.html
deleted file mode 100644
index 698495295102ea161e86a6981fedb575eebc393c..0000000000000000000000000000000000000000
--- a/doc/code/files/app/models/gitlab_ci_service_rb.html
+++ /dev/null
@@ -1,97 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>gitlab_ci_service.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            gitlab_ci_service.rb
-        </h1>
-        <ul class="files">
-            <li>app/models/gitlab_ci_service.rb</li>
-            <li>Last modified: 2012-12-23 14:02:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<h2 id="label-Schema+Information">Schema Information</h2>
-
-<p>Table name: services</p>
-
-<pre>id          :integer          not null, primary key
-type        :string(255)
-title       :string(255)
-token       :string(255)
-project_id  :integer          not null
-created_at  :datetime         not null
-updated_at  :datetime         not null
-active      :boolean          default(FALSE), not null
-project_url :string(255)</pre>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/GitlabCiService.html">GitlabCiService</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/models/group_rb.html b/doc/code/files/app/models/group_rb.html
deleted file mode 100644
index 9606ee7b5b6b149c780356e6d98272e66cf5e031..0000000000000000000000000000000000000000
--- a/doc/code/files/app/models/group_rb.html
+++ /dev/null
@@ -1,95 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>group.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            group.rb
-        </h1>
-        <ul class="files">
-            <li>app/models/group.rb</li>
-            <li>Last modified: 2012-12-30 14:25:46 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<h2 id="label-Schema+Information">Schema Information</h2>
-
-<p>Table name: namespaces</p>
-
-<pre>id         :integer          not null, primary key
-name       :string(255)      not null
-path       :string(255)      not null
-owner_id   :integer          not null
-created_at :datetime         not null
-updated_at :datetime         not null
-type       :string(255)</pre>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/Group.html">Group</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/models/issue_rb.html b/doc/code/files/app/models/issue_rb.html
deleted file mode 100644
index 1cf1727ca6fab39f568b7f4da8fc99d100a4110f..0000000000000000000000000000000000000000
--- a/doc/code/files/app/models/issue_rb.html
+++ /dev/null
@@ -1,100 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>issue.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            issue.rb
-        </h1>
-        <ul class="files">
-            <li>app/models/issue.rb</li>
-            <li>Last modified: 2012-12-23 12:16:43 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<h2 id="label-Schema+Information">Schema Information</h2>
-
-<p>Table name: issues</p>
-
-<pre>id           :integer          not null, primary key
-title        :string(255)
-assignee_id  :integer
-author_id    :integer
-project_id   :integer
-created_at   :datetime         not null
-updated_at   :datetime         not null
-closed       :boolean          default(FALSE), not null
-position     :integer          default(0)
-branch_name  :string(255)
-description  :text
-milestone_id :integer</pre>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/Issue.html">Issue</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/models/key_rb.html b/doc/code/files/app/models/key_rb.html
deleted file mode 100644
index 8b703afe855031b0232c4093dd87d73e4676e09c..0000000000000000000000000000000000000000
--- a/doc/code/files/app/models/key_rb.html
+++ /dev/null
@@ -1,104 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>key.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            key.rb
-        </h1>
-        <ul class="files">
-            <li>app/models/key.rb</li>
-            <li>Last modified: 2012-12-27 12:10:59 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<h2 id="label-Schema+Information">Schema Information</h2>
-
-<p>Table name: keys</p>
-
-<pre>id         :integer          not null, primary key
-user_id    :integer
-created_at :datetime         not null
-updated_at :datetime         not null
-key        :text
-title      :string(255)
-identifier :string(255)
-project_id :integer</pre>
-
-    </div>
-  
-
-
-  
-    <!-- File only: requires -->
-    <div class="sectiontitle">Required Files</div>
-    <ul>
-      
-        <li>digest/md5</li>
-      
-    </ul>
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/Key.html">Key</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/models/merge_request_rb.html b/doc/code/files/app/models/merge_request_rb.html
deleted file mode 100644
index 11fbed2e7f89e9f8ec1db0ab3c1bf81134eb8d36..0000000000000000000000000000000000000000
--- a/doc/code/files/app/models/merge_request_rb.html
+++ /dev/null
@@ -1,103 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>merge_request.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            merge_request.rb
-        </h1>
-        <ul class="files">
-            <li>app/models/merge_request.rb</li>
-            <li>Last modified: 2012-12-23 14:02:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<h2 id="label-Schema+Information">Schema Information</h2>
-
-<p>Table name: merge_requests</p>
-
-<pre>id            :integer          not null, primary key
-target_branch :string(255)      not null
-source_branch :string(255)      not null
-project_id    :integer          not null
-author_id     :integer
-assignee_id   :integer
-title         :string(255)
-closed        :boolean          default(FALSE), not null
-created_at    :datetime         not null
-updated_at    :datetime         not null
-st_commits    :text(2147483647)
-st_diffs      :text(2147483647)
-merged        :boolean          default(FALSE), not null
-state         :integer          default(1), not null
-milestone_id  :integer</pre>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/MergeRequest.html">MergeRequest</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/models/milestone_rb.html b/doc/code/files/app/models/milestone_rb.html
deleted file mode 100644
index 38ec8298c88fa9bfec9a168e56c19a4f32c4e46d..0000000000000000000000000000000000000000
--- a/doc/code/files/app/models/milestone_rb.html
+++ /dev/null
@@ -1,96 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>milestone.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            milestone.rb
-        </h1>
-        <ul class="files">
-            <li>app/models/milestone.rb</li>
-            <li>Last modified: 2012-12-27 11:32:29 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<h2 id="label-Schema+Information">Schema Information</h2>
-
-<p>Table name: milestones</p>
-
-<pre>id          :integer          not null, primary key
-title       :string(255)      not null
-project_id  :integer          not null
-description :text
-due_date    :date
-closed      :boolean          default(FALSE), not null
-created_at  :datetime         not null
-updated_at  :datetime         not null</pre>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/Milestone.html">Milestone</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/models/namespace_rb.html b/doc/code/files/app/models/namespace_rb.html
deleted file mode 100644
index d0e97db615b7f7183799363b634367c2e7cde998..0000000000000000000000000000000000000000
--- a/doc/code/files/app/models/namespace_rb.html
+++ /dev/null
@@ -1,95 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>namespace.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            namespace.rb
-        </h1>
-        <ul class="files">
-            <li>app/models/namespace.rb</li>
-            <li>Last modified: 2012-12-30 12:06:28 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<h2 id="label-Schema+Information">Schema Information</h2>
-
-<p>Table name: namespaces</p>
-
-<pre>id         :integer          not null, primary key
-name       :string(255)      not null
-path       :string(255)      not null
-owner_id   :integer          not null
-created_at :datetime         not null
-updated_at :datetime         not null
-type       :string(255)</pre>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/Namespace.html">Namespace</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/models/note_rb.html b/doc/code/files/app/models/note_rb.html
deleted file mode 100644
index 6c7a6e21487247c99264555c471fd86e16b86880..0000000000000000000000000000000000000000
--- a/doc/code/files/app/models/note_rb.html
+++ /dev/null
@@ -1,108 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>note.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            note.rb
-        </h1>
-        <ul class="files">
-            <li>app/models/note.rb</li>
-            <li>Last modified: 2012-12-23 14:02:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<h2 id="label-Schema+Information">Schema Information</h2>
-
-<p>Table name: notes</p>
-
-<pre>id            :integer          not null, primary key
-note          :text
-noteable_id   :string(255)
-noteable_type :string(255)
-author_id     :integer
-created_at    :datetime         not null
-updated_at    :datetime         not null
-project_id    :integer
-attachment    :string(255)
-line_code     :string(255)</pre>
-
-    </div>
-  
-
-
-  
-    <!-- File only: requires -->
-    <div class="sectiontitle">Required Files</div>
-    <ul>
-      
-        <li>carrierwave/orm/activerecord</li>
-      
-        <li>file_size_validator</li>
-      
-    </ul>
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/Note.html">Note</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/models/project_hook_rb.html b/doc/code/files/app/models/project_hook_rb.html
deleted file mode 100644
index 8756e2a337a5e78459daa98fc10c95ed5d4e2e4c..0000000000000000000000000000000000000000
--- a/doc/code/files/app/models/project_hook_rb.html
+++ /dev/null
@@ -1,95 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>project_hook.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            project_hook.rb
-        </h1>
-        <ul class="files">
-            <li>app/models/project_hook.rb</li>
-            <li>Last modified: 2012-12-23 12:16:43 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<h2 id="label-Schema+Information">Schema Information</h2>
-
-<p>Table name: web_hooks</p>
-
-<pre>id         :integer          not null, primary key
-url        :string(255)
-project_id :integer
-created_at :datetime         not null
-updated_at :datetime         not null
-type       :string(255)      default(&quot;ProjectHook&quot;)
-service_id :integer</pre>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/ProjectHook.html">ProjectHook</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/models/project_rb.html b/doc/code/files/app/models/project_rb.html
deleted file mode 100644
index 739bb5c71ce1ab8a8581ff86d031f9e6da883676..0000000000000000000000000000000000000000
--- a/doc/code/files/app/models/project_rb.html
+++ /dev/null
@@ -1,115 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>project.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            project.rb
-        </h1>
-        <ul class="files">
-            <li>app/models/project.rb</li>
-            <li>Last modified: 2012-12-28 09:30:09 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<h2 id="label-Schema+Information">Schema Information</h2>
-
-<p>Table name: projects</p>
-
-<pre>id                     :integer          not null, primary key
-name                   :string(255)
-path                   :string(255)
-description            :text
-created_at             :datetime         not null
-updated_at             :datetime         not null
-private_flag           :boolean          default(TRUE), not null
-owner_id               :integer
-default_branch         :string(255)
-issues_enabled         :boolean          default(TRUE), not null
-wall_enabled           :boolean          default(TRUE), not null
-merge_requests_enabled :boolean          default(TRUE), not null
-wiki_enabled           :boolean          default(TRUE), not null
-namespace_id           :integer</pre>
-
-    </div>
-  
-
-
-  
-    <!-- File only: requires -->
-    <div class="sectiontitle">Required Files</div>
-    <ul>
-      
-        <li>grit</li>
-      
-    </ul>
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/Project.html">Project</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/Project/TransferError.html">Project::TransferError</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/models/protected_branch_rb.html b/doc/code/files/app/models/protected_branch_rb.html
deleted file mode 100644
index 496b4d21f1263b6422db94b9a5f0068b66632447..0000000000000000000000000000000000000000
--- a/doc/code/files/app/models/protected_branch_rb.html
+++ /dev/null
@@ -1,93 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>protected_branch.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            protected_branch.rb
-        </h1>
-        <ul class="files">
-            <li>app/models/protected_branch.rb</li>
-            <li>Last modified: 2012-12-23 12:16:43 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<h2 id="label-Schema+Information">Schema Information</h2>
-
-<p>Table name: protected_branches</p>
-
-<pre>id         :integer          not null, primary key
-project_id :integer          not null
-name       :string(255)      not null
-created_at :datetime         not null
-updated_at :datetime         not null</pre>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/ProtectedBranch.html">ProtectedBranch</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/models/service_hook_rb.html b/doc/code/files/app/models/service_hook_rb.html
deleted file mode 100644
index 7fa375a26ebd9623abefba22c708ebd0660fe889..0000000000000000000000000000000000000000
--- a/doc/code/files/app/models/service_hook_rb.html
+++ /dev/null
@@ -1,95 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>service_hook.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            service_hook.rb
-        </h1>
-        <ul class="files">
-            <li>app/models/service_hook.rb</li>
-            <li>Last modified: 2012-12-23 12:16:43 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<h2 id="label-Schema+Information">Schema Information</h2>
-
-<p>Table name: web_hooks</p>
-
-<pre>id         :integer          not null, primary key
-url        :string(255)
-project_id :integer
-created_at :datetime         not null
-updated_at :datetime         not null
-type       :string(255)      default(&quot;ProjectHook&quot;)
-service_id :integer</pre>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/ServiceHook.html">ServiceHook</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/models/service_rb.html b/doc/code/files/app/models/service_rb.html
deleted file mode 100644
index 47b0f7fca8f99bf38748bcf6fb17aac558ad715f..0000000000000000000000000000000000000000
--- a/doc/code/files/app/models/service_rb.html
+++ /dev/null
@@ -1,97 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>service.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            service.rb
-        </h1>
-        <ul class="files">
-            <li>app/models/service.rb</li>
-            <li>Last modified: 2012-12-23 12:16:43 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<h2 id="label-Schema+Information">Schema Information</h2>
-
-<p>Table name: services</p>
-
-<pre>id          :integer          not null, primary key
-type        :string(255)
-title       :string(255)
-token       :string(255)
-project_id  :integer          not null
-created_at  :datetime         not null
-updated_at  :datetime         not null
-active      :boolean          default(FALSE), not null
-project_url :string(255)</pre>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/Service.html">Service</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/models/snippet_rb.html b/doc/code/files/app/models/snippet_rb.html
deleted file mode 100644
index 96016354a1f031722ca5531a139599d09413ee5b..0000000000000000000000000000000000000000
--- a/doc/code/files/app/models/snippet_rb.html
+++ /dev/null
@@ -1,97 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>snippet.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            snippet.rb
-        </h1>
-        <ul class="files">
-            <li>app/models/snippet.rb</li>
-            <li>Last modified: 2012-12-23 14:02:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<h2 id="label-Schema+Information">Schema Information</h2>
-
-<p>Table name: snippets</p>
-
-<pre>id         :integer          not null, primary key
-title      :string(255)
-content    :text
-author_id  :integer          not null
-project_id :integer          not null
-created_at :datetime         not null
-updated_at :datetime         not null
-file_name  :string(255)
-expires_at :datetime</pre>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/Snippet.html">Snippet</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/models/system_hook_rb.html b/doc/code/files/app/models/system_hook_rb.html
deleted file mode 100644
index edccffd9adb1c4bec0645796729aab04c388124d..0000000000000000000000000000000000000000
--- a/doc/code/files/app/models/system_hook_rb.html
+++ /dev/null
@@ -1,95 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>system_hook.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            system_hook.rb
-        </h1>
-        <ul class="files">
-            <li>app/models/system_hook.rb</li>
-            <li>Last modified: 2012-12-23 12:16:43 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<h2 id="label-Schema+Information">Schema Information</h2>
-
-<p>Table name: web_hooks</p>
-
-<pre>id         :integer          not null, primary key
-url        :string(255)
-project_id :integer
-created_at :datetime         not null
-updated_at :datetime         not null
-type       :string(255)      default(&quot;ProjectHook&quot;)
-service_id :integer</pre>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/SystemHook.html">SystemHook</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/models/tree_rb.html b/doc/code/files/app/models/tree_rb.html
deleted file mode 100644
index 89ca7611f1501a0b82f2ac29fbce43ee45bcd63a..0000000000000000000000000000000000000000
--- a/doc/code/files/app/models/tree_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>tree.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            tree.rb
-        </h1>
-        <ul class="files">
-            <li>app/models/tree.rb</li>
-            <li>Last modified: 2012-12-23 12:16:43 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/Tree.html">Tree</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/models/user_rb.html b/doc/code/files/app/models/user_rb.html
deleted file mode 100644
index 18a35e06b1ed58dd7a0022301f0e9373788db38b..0000000000000000000000000000000000000000
--- a/doc/code/files/app/models/user_rb.html
+++ /dev/null
@@ -1,117 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>user.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            user.rb
-        </h1>
-        <ul class="files">
-            <li>app/models/user.rb</li>
-            <li>Last modified: 2012-12-30 13:40:45 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<h2 id="label-Schema+Information">Schema Information</h2>
-
-<p>Table name: users</p>
-
-<pre>id                     :integer          not null, primary key
-email                  :string(255)      default(&quot;&quot;), not null
-encrypted_password     :string(255)      default(&quot;&quot;), not null
-reset_password_token   :string(255)
-reset_password_sent_at :datetime
-remember_created_at    :datetime
-sign_in_count          :integer          default(0)
-current_sign_in_at     :datetime
-last_sign_in_at        :datetime
-current_sign_in_ip     :string(255)
-last_sign_in_ip        :string(255)
-created_at             :datetime         not null
-updated_at             :datetime         not null
-name                   :string(255)
-admin                  :boolean          default(FALSE), not null
-projects_limit         :integer          default(10)
-skype                  :string(255)      default(&quot;&quot;), not null
-linkedin               :string(255)      default(&quot;&quot;), not null
-twitter                :string(255)      default(&quot;&quot;), not null
-authentication_token   :string(255)
-dark_scheme            :boolean          default(FALSE), not null
-theme_id               :integer          default(1), not null
-bio                    :string(255)
-blocked                :boolean          default(FALSE), not null
-failed_attempts        :integer          default(0)
-locked_at              :datetime
-extern_uid             :string(255)
-provider               :string(255)
-username               :string(255)</pre>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/User.html">User</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/models/users_project_rb.html b/doc/code/files/app/models/users_project_rb.html
deleted file mode 100644
index 072ae9050d9b8870cdefd8baf813ae3608901a09..0000000000000000000000000000000000000000
--- a/doc/code/files/app/models/users_project_rb.html
+++ /dev/null
@@ -1,94 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>users_project.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            users_project.rb
-        </h1>
-        <ul class="files">
-            <li>app/models/users_project.rb</li>
-            <li>Last modified: 2012-12-30 14:27:12 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<h2 id="label-Schema+Information">Schema Information</h2>
-
-<p>Table name: users_projects</p>
-
-<pre>id             :integer          not null, primary key
-user_id        :integer          not null
-project_id     :integer          not null
-created_at     :datetime         not null
-updated_at     :datetime         not null
-project_access :integer          default(0), not null</pre>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/UsersProject.html">UsersProject</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/models/web_hook_rb.html b/doc/code/files/app/models/web_hook_rb.html
deleted file mode 100644
index 0fc974233dcf8f1aa0926641cfd90984429f4cae..0000000000000000000000000000000000000000
--- a/doc/code/files/app/models/web_hook_rb.html
+++ /dev/null
@@ -1,95 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>web_hook.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            web_hook.rb
-        </h1>
-        <ul class="files">
-            <li>app/models/web_hook.rb</li>
-            <li>Last modified: 2012-12-23 12:16:43 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<h2 id="label-Schema+Information">Schema Information</h2>
-
-<p>Table name: web_hooks</p>
-
-<pre>id         :integer          not null, primary key
-url        :string(255)
-project_id :integer
-created_at :datetime         not null
-updated_at :datetime         not null
-type       :string(255)      default(&quot;ProjectHook&quot;)
-service_id :integer</pre>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/WebHook.html">WebHook</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/models/wiki_rb.html b/doc/code/files/app/models/wiki_rb.html
deleted file mode 100644
index 57d5a2a24987e5082fa0e0963838a0d9305ec787..0000000000000000000000000000000000000000
--- a/doc/code/files/app/models/wiki_rb.html
+++ /dev/null
@@ -1,96 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>wiki.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            wiki.rb
-        </h1>
-        <ul class="files">
-            <li>app/models/wiki.rb</li>
-            <li>Last modified: 2012-12-23 12:16:43 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<h2 id="label-Schema+Information">Schema Information</h2>
-
-<p>Table name: wikis</p>
-
-<pre>id         :integer          not null, primary key
-title      :string(255)
-content    :text
-project_id :integer
-created_at :datetime         not null
-updated_at :datetime         not null
-slug       :string(255)
-user_id    :integer</pre>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/Wiki.html">Wiki</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/observers/activity_observer_rb.html b/doc/code/files/app/observers/activity_observer_rb.html
deleted file mode 100644
index 2a78e1ab52003ee9875fef2a06a113ee3f22706c..0000000000000000000000000000000000000000
--- a/doc/code/files/app/observers/activity_observer_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>activity_observer.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            activity_observer.rb
-        </h1>
-        <ul class="files">
-            <li>app/observers/activity_observer.rb</li>
-            <li>Last modified: 2012-12-23 14:02:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/ActivityObserver.html">ActivityObserver</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/observers/issue_observer_rb.html b/doc/code/files/app/observers/issue_observer_rb.html
deleted file mode 100644
index 7f373bac24cc31900312f01fe46b45e6361f59d3..0000000000000000000000000000000000000000
--- a/doc/code/files/app/observers/issue_observer_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>issue_observer.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            issue_observer.rb
-        </h1>
-        <ul class="files">
-            <li>app/observers/issue_observer.rb</li>
-            <li>Last modified: 2012-12-23 14:02:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/IssueObserver.html">IssueObserver</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/observers/key_observer_rb.html b/doc/code/files/app/observers/key_observer_rb.html
deleted file mode 100644
index 9834dfc4cb2b4fe16c7b4a6e782d1aee782959ac..0000000000000000000000000000000000000000
--- a/doc/code/files/app/observers/key_observer_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>key_observer.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            key_observer.rb
-        </h1>
-        <ul class="files">
-            <li>app/observers/key_observer.rb</li>
-            <li>Last modified: 2012-10-29 21:33:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/KeyObserver.html">KeyObserver</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/observers/merge_request_observer_rb.html b/doc/code/files/app/observers/merge_request_observer_rb.html
deleted file mode 100644
index 5b779474b424b3a28daac4bf2a13599b841839ad..0000000000000000000000000000000000000000
--- a/doc/code/files/app/observers/merge_request_observer_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>merge_request_observer.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            merge_request_observer.rb
-        </h1>
-        <ul class="files">
-            <li>app/observers/merge_request_observer.rb</li>
-            <li>Last modified: 2012-10-29 21:33:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/MergeRequestObserver.html">MergeRequestObserver</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/observers/note_observer_rb.html b/doc/code/files/app/observers/note_observer_rb.html
deleted file mode 100644
index e5a0e03cc39a16ee9fed269e44eaf655004e4f57..0000000000000000000000000000000000000000
--- a/doc/code/files/app/observers/note_observer_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>note_observer.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            note_observer.rb
-        </h1>
-        <ul class="files">
-            <li>app/observers/note_observer.rb</li>
-            <li>Last modified: 2012-12-23 14:02:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/NoteObserver.html">NoteObserver</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/observers/project_observer_rb.html b/doc/code/files/app/observers/project_observer_rb.html
deleted file mode 100644
index 0a4b2b511c02f966e20ef260c48c3dfcd57150a7..0000000000000000000000000000000000000000
--- a/doc/code/files/app/observers/project_observer_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>project_observer.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            project_observer.rb
-        </h1>
-        <ul class="files">
-            <li>app/observers/project_observer.rb</li>
-            <li>Last modified: 2012-12-23 14:02:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/ProjectObserver.html">ProjectObserver</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/observers/system_hook_observer_rb.html b/doc/code/files/app/observers/system_hook_observer_rb.html
deleted file mode 100644
index 53e351efe7b586b0ef97ac2f607ee637eccead23..0000000000000000000000000000000000000000
--- a/doc/code/files/app/observers/system_hook_observer_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>system_hook_observer.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            system_hook_observer.rb
-        </h1>
-        <ul class="files">
-            <li>app/observers/system_hook_observer.rb</li>
-            <li>Last modified: 2012-07-30 09:40:22 +0300</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/SystemHookObserver.html">SystemHookObserver</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/observers/user_observer_rb.html b/doc/code/files/app/observers/user_observer_rb.html
deleted file mode 100644
index d17f24099d302eec8f4b625408529590d31005d7..0000000000000000000000000000000000000000
--- a/doc/code/files/app/observers/user_observer_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>user_observer.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            user_observer.rb
-        </h1>
-        <ul class="files">
-            <li>app/observers/user_observer.rb</li>
-            <li>Last modified: 2012-12-30 12:06:28 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/UserObserver.html">UserObserver</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/observers/users_project_observer_rb.html b/doc/code/files/app/observers/users_project_observer_rb.html
deleted file mode 100644
index e427fc5b7dc671693a6a588927771033e52f3dd8..0000000000000000000000000000000000000000
--- a/doc/code/files/app/observers/users_project_observer_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>users_project_observer.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            users_project_observer.rb
-        </h1>
-        <ul class="files">
-            <li>app/observers/users_project_observer.rb</li>
-            <li>Last modified: 2012-10-29 21:33:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/UsersProjectObserver.html">UsersProjectObserver</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/roles/account_rb.html b/doc/code/files/app/roles/account_rb.html
deleted file mode 100644
index 9d8821be487e4e03bbdf0636e406ccd7bead4980..0000000000000000000000000000000000000000
--- a/doc/code/files/app/roles/account_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>account.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            account.rb
-        </h1>
-        <ul class="files">
-            <li>app/roles/account.rb</li>
-            <li>Last modified: 2012-12-23 14:02:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../../classes/Account.html">Account</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/roles/authority_rb.html b/doc/code/files/app/roles/authority_rb.html
deleted file mode 100644
index d6d0437d90078b3bb92872df27ed41a02876fcde..0000000000000000000000000000000000000000
--- a/doc/code/files/app/roles/authority_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>authority.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            authority.rb
-        </h1>
-        <ul class="files">
-            <li>app/roles/authority.rb</li>
-            <li>Last modified: 2012-10-29 21:33:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../../classes/Authority.html">Authority</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/roles/git_host_rb.html b/doc/code/files/app/roles/git_host_rb.html
deleted file mode 100644
index 5a878fc0d696ae876eec47ed950f438e6664ff2f..0000000000000000000000000000000000000000
--- a/doc/code/files/app/roles/git_host_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>git_host.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            git_host.rb
-        </h1>
-        <ul class="files">
-            <li>app/roles/git_host.rb</li>
-            <li>Last modified: 2012-10-29 21:33:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../../classes/GitHost.html">GitHost</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/roles/issue_commonality_rb.html b/doc/code/files/app/roles/issue_commonality_rb.html
deleted file mode 100644
index bb7879143e6b8317eb3c6c34ca694027a7a4479d..0000000000000000000000000000000000000000
--- a/doc/code/files/app/roles/issue_commonality_rb.html
+++ /dev/null
@@ -1,90 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>issue_commonality.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            issue_commonality.rb
-        </h1>
-        <ul class="files">
-            <li>app/roles/issue_commonality.rb</li>
-            <li>Last modified: 2012-12-23 12:16:43 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<p>Contains common functionality shared between Issues and MergeRequests</p>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../../classes/IssueCommonality.html">IssueCommonality</a>
-        </li>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../../classes/IssueCommonality/ClassMethods.html">IssueCommonality::ClassMethods</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/roles/namespaced_project_rb.html b/doc/code/files/app/roles/namespaced_project_rb.html
deleted file mode 100644
index d15014b9a6b8d22e0729e510b932d15f279b407c..0000000000000000000000000000000000000000
--- a/doc/code/files/app/roles/namespaced_project_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>namespaced_project.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            namespaced_project.rb
-        </h1>
-        <ul class="files">
-            <li>app/roles/namespaced_project.rb</li>
-            <li>Last modified: 2012-12-26 10:56:36 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../../classes/NamespacedProject.html">NamespacedProject</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/roles/note_event_rb.html b/doc/code/files/app/roles/note_event_rb.html
deleted file mode 100644
index a32a7c94634460de0aac13336aa14585d328d0d9..0000000000000000000000000000000000000000
--- a/doc/code/files/app/roles/note_event_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>note_event.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            note_event.rb
-        </h1>
-        <ul class="files">
-            <li>app/roles/note_event.rb</li>
-            <li>Last modified: 2012-12-23 14:02:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../../classes/NoteEvent.html">NoteEvent</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/roles/push_event_rb.html b/doc/code/files/app/roles/push_event_rb.html
deleted file mode 100644
index 6b0d320d3a2a74703eef307548da8742e647699c..0000000000000000000000000000000000000000
--- a/doc/code/files/app/roles/push_event_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>push_event.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            push_event.rb
-        </h1>
-        <ul class="files">
-            <li>app/roles/push_event.rb</li>
-            <li>Last modified: 2012-10-29 21:33:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../../classes/PushEvent.html">PushEvent</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/roles/push_observer_rb.html b/doc/code/files/app/roles/push_observer_rb.html
deleted file mode 100644
index 62203df10b862029fb17a631de35f12575ffb0fa..0000000000000000000000000000000000000000
--- a/doc/code/files/app/roles/push_observer_rb.html
+++ /dev/null
@@ -1,88 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>push_observer.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            push_observer.rb
-        </h1>
-        <ul class="files">
-            <li>app/roles/push_observer.rb</li>
-            <li>Last modified: 2012-12-23 14:02:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<p>Includes methods for handling Git Push events</p>
-
-<p>Triggered by <a href="../../../classes/PostReceive.html">PostReceive</a>
-job</p>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../../classes/PushObserver.html">PushObserver</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/roles/repository_rb.html b/doc/code/files/app/roles/repository_rb.html
deleted file mode 100644
index f9a847d68c71af40c8d13d4e46baa9f4dbd98447..0000000000000000000000000000000000000000
--- a/doc/code/files/app/roles/repository_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>repository.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            repository.rb
-        </h1>
-        <ul class="files">
-            <li>app/roles/repository.rb</li>
-            <li>Last modified: 2012-12-30 12:24:50 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../../classes/Repository.html">Repository</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/roles/static_model_rb.html b/doc/code/files/app/roles/static_model_rb.html
deleted file mode 100644
index c2355819c5b2485240e784220200715cfa7d9bbc..0000000000000000000000000000000000000000
--- a/doc/code/files/app/roles/static_model_rb.html
+++ /dev/null
@@ -1,91 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>static_model.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            static_model.rb
-        </h1>
-        <ul class="files">
-            <li>app/roles/static_model.rb</li>
-            <li>Last modified: 2012-10-29 21:44:39 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<p>Provides an ActiveRecord-like interface to a model whose data is not
-persisted to a database.</p>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../../classes/StaticModel.html">StaticModel</a>
-        </li>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../../classes/StaticModel/ClassMethods.html">StaticModel::ClassMethods</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/roles/team_rb.html b/doc/code/files/app/roles/team_rb.html
deleted file mode 100644
index 5517f98dcee557fdf6164050769b01bd7fadc87f..0000000000000000000000000000000000000000
--- a/doc/code/files/app/roles/team_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>team.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            team.rb
-        </h1>
-        <ul class="files">
-            <li>app/roles/team.rb</li>
-            <li>Last modified: 2012-12-30 14:26:37 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../../classes/Team.html">Team</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/roles/votes_rb.html b/doc/code/files/app/roles/votes_rb.html
deleted file mode 100644
index a11bf5069fbed68bb6e36e95a0726804389ddaa9..0000000000000000000000000000000000000000
--- a/doc/code/files/app/roles/votes_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>votes.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            votes.rb
-        </h1>
-        <ul class="files">
-            <li>app/roles/votes.rb</li>
-            <li>Last modified: 2012-10-29 21:33:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../../classes/Votes.html">Votes</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/uploaders/attachment_uploader_rb.html b/doc/code/files/app/uploaders/attachment_uploader_rb.html
deleted file mode 100644
index 27680fa158e4d328eb90fefdf42d0c0df68bd15d..0000000000000000000000000000000000000000
--- a/doc/code/files/app/uploaders/attachment_uploader_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>attachment_uploader.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            attachment_uploader.rb
-        </h1>
-        <ul class="files">
-            <li>app/uploaders/attachment_uploader.rb</li>
-            <li>Last modified: 2012-10-29 21:33:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/AttachmentUploader.html">AttachmentUploader</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/workers/post_receive_rb.html b/doc/code/files/app/workers/post_receive_rb.html
deleted file mode 100644
index fd4e73bfd37213180bafbfd7cd0c2aca157697d0..0000000000000000000000000000000000000000
--- a/doc/code/files/app/workers/post_receive_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>post_receive.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            post_receive.rb
-        </h1>
-        <ul class="files">
-            <li>app/workers/post_receive.rb</li>
-            <li>Last modified: 2012-12-23 14:02:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/PostReceive.html">PostReceive</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/app/workers/system_hook_worker_rb.html b/doc/code/files/app/workers/system_hook_worker_rb.html
deleted file mode 100644
index e62abde00897b248e800b3c771637ad6ef40158b..0000000000000000000000000000000000000000
--- a/doc/code/files/app/workers/system_hook_worker_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>system_hook_worker.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            system_hook_worker.rb
-        </h1>
-        <ul class="files">
-            <li>app/workers/system_hook_worker.rb</li>
-            <li>Last modified: 2012-07-30 09:40:23 +0300</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/SystemHookWorker.html">SystemHookWorker</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/config/application_rb.html b/doc/code/files/config/application_rb.html
deleted file mode 100644
index 385b7b2f0406297d4e3116e5a752161ca7eb4897..0000000000000000000000000000000000000000
--- a/doc/code/files/config/application_rb.html
+++ /dev/null
@@ -1,92 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>application.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/github.css" type="text/css" media="screen" />
-<script src="../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            application.rb
-        </h1>
-        <ul class="files">
-            <li>config/application.rb</li>
-            <li>Last modified: 2012-12-23 12:16:43 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-    <!-- File only: requires -->
-    <div class="sectiontitle">Required Files</div>
-    <ul>
-      
-        <li>rails/all</li>
-      
-    </ul>
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../classes/Gitlab.html">Gitlab</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../classes/Gitlab/Application.html">Gitlab::Application</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/config/boot_rb.html b/doc/code/files/config/boot_rb.html
deleted file mode 100644
index 94a4a723a71e1c9a82799765a962f45d47c2d44a..0000000000000000000000000000000000000000
--- a/doc/code/files/config/boot_rb.html
+++ /dev/null
@@ -1,78 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>boot.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/github.css" type="text/css" media="screen" />
-<script src="../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            boot.rb
-        </h1>
-        <ul class="files">
-            <li>config/boot.rb</li>
-            <li>Last modified: 2012-04-04 02:04:00 +0300</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-    <!-- File only: requires -->
-    <div class="sectiontitle">Required Files</div>
-    <ul>
-      
-        <li>rubygems</li>
-      
-        <li>bundler/setup</li>
-      
-    </ul>
-  
-
-
-  
-  
-
-
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/config/environment_rb.html b/doc/code/files/config/environment_rb.html
deleted file mode 100644
index 2085b87ab110ca7115ebdbb9443c7c7ee7ccec2b..0000000000000000000000000000000000000000
--- a/doc/code/files/config/environment_rb.html
+++ /dev/null
@@ -1,74 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>environment.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/github.css" type="text/css" media="screen" />
-<script src="../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            environment.rb
-        </h1>
-        <ul class="files">
-            <li>config/environment.rb</li>
-            <li>Last modified: 2012-10-29 21:33:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<p>Load the rails application</p>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/config/environments/development_rb.html b/doc/code/files/config/environments/development_rb.html
deleted file mode 100644
index 392c8250928f97ed6d2e89bb63e190b2ebc57f06..0000000000000000000000000000000000000000
--- a/doc/code/files/config/environments/development_rb.html
+++ /dev/null
@@ -1,68 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>development.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            development.rb
-        </h1>
-        <ul class="files">
-            <li>config/environments/development.rb</li>
-            <li>Last modified: 2012-12-23 12:16:43 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/config/environments/production_rb.html b/doc/code/files/config/environments/production_rb.html
deleted file mode 100644
index 6911c7235d05be137b1498b0ff73941c291d8f57..0000000000000000000000000000000000000000
--- a/doc/code/files/config/environments/production_rb.html
+++ /dev/null
@@ -1,68 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>production.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            production.rb
-        </h1>
-        <ul class="files">
-            <li>config/environments/production.rb</li>
-            <li>Last modified: 2012-12-23 12:16:43 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/config/environments/test_rb.html b/doc/code/files/config/environments/test_rb.html
deleted file mode 100644
index cfd579333f0d3d43c37c9aa8cf9176eeabb3fe33..0000000000000000000000000000000000000000
--- a/doc/code/files/config/environments/test_rb.html
+++ /dev/null
@@ -1,68 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>test.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            test.rb
-        </h1>
-        <ul class="files">
-            <li>config/environments/test.rb</li>
-            <li>Last modified: 2012-12-23 12:16:43 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/config/initializers/1_settings_rb.html b/doc/code/files/config/initializers/1_settings_rb.html
deleted file mode 100644
index 3e007ff6dd778796d6361839ae25e968e095411b..0000000000000000000000000000000000000000
--- a/doc/code/files/config/initializers/1_settings_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>1_settings.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            1_settings.rb
-        </h1>
-        <ul class="files">
-            <li>config/initializers/1_settings.rb</li>
-            <li>Last modified: 2012-12-30 12:06:28 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/Settings.html">Settings</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/config/initializers/2_app_rb.html b/doc/code/files/config/initializers/2_app_rb.html
deleted file mode 100644
index de7914157005af2d7de7f95ff8777bb787341e9a..0000000000000000000000000000000000000000
--- a/doc/code/files/config/initializers/2_app_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>2_app.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            2_app.rb
-        </h1>
-        <ul class="files">
-            <li>config/initializers/2_app.rb</li>
-            <li>Last modified: 2012-07-30 09:40:23 +0300</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../../classes/Gitlab.html">Gitlab</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/config/initializers/3_grit_ext_rb.html b/doc/code/files/config/initializers/3_grit_ext_rb.html
deleted file mode 100644
index 6b42df4cf47c9e3102f7973866cd1151406b1730..0000000000000000000000000000000000000000
--- a/doc/code/files/config/initializers/3_grit_ext_rb.html
+++ /dev/null
@@ -1,78 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>3_grit_ext.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            3_grit_ext.rb
-        </h1>
-        <ul class="files">
-            <li>config/initializers/3_grit_ext.rb</li>
-            <li>Last modified: 2012-12-23 14:02:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-    <!-- File only: requires -->
-    <div class="sectiontitle">Required Files</div>
-    <ul>
-      
-        <li>grit</li>
-      
-        <li>pygments</li>
-      
-    </ul>
-  
-
-
-  
-  
-
-
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/config/initializers/4_resque_rb.html b/doc/code/files/config/initializers/4_resque_rb.html
deleted file mode 100644
index a96dd91f4ad8e727b46024efc867f3bacae31cc6..0000000000000000000000000000000000000000
--- a/doc/code/files/config/initializers/4_resque_rb.html
+++ /dev/null
@@ -1,93 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>4_resque.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            4_resque.rb
-        </h1>
-        <ul class="files">
-            <li>config/initializers/4_resque.rb</li>
-            <li>Last modified: 2012-12-27 11:32:29 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<p>Custom Redis configuration</p>
-
-    </div>
-  
-
-
-  
-    <!-- File only: requires -->
-    <div class="sectiontitle">Required Files</div>
-    <ul>
-      
-        <li>resque/server</li>
-      
-    </ul>
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/ResqueAuthentication.html">ResqueAuthentication</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/config/initializers/5_backend_rb.html b/doc/code/files/config/initializers/5_backend_rb.html
deleted file mode 100644
index caaaf0dbb02176f3d6c6b2249d4e16b8bdb2c367..0000000000000000000000000000000000000000
--- a/doc/code/files/config/initializers/5_backend_rb.html
+++ /dev/null
@@ -1,74 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>5_backend.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            5_backend.rb
-        </h1>
-        <ul class="files">
-            <li>config/initializers/5_backend.rb</li>
-            <li>Last modified: 2012-10-29 21:33:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<p>GIT over HTTP</p>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/config/initializers/backtrace_silencers_rb.html b/doc/code/files/config/initializers/backtrace_silencers_rb.html
deleted file mode 100644
index 65215d384d11b2788b349ca7ab36ef036a9a6be5..0000000000000000000000000000000000000000
--- a/doc/code/files/config/initializers/backtrace_silencers_rb.html
+++ /dev/null
@@ -1,74 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>backtrace_silencers.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            backtrace_silencers.rb
-        </h1>
-        <ul class="files">
-            <li>config/initializers/backtrace_silencers.rb</li>
-            <li>Last modified: 2011-12-02 02:40:22 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<p>Be sure to restart your server when you modify this file.</p>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/config/initializers/carrierwave_rb.html b/doc/code/files/config/initializers/carrierwave_rb.html
deleted file mode 100644
index 88aa2eece393e496d561dc916bfafa6e034da1a7..0000000000000000000000000000000000000000
--- a/doc/code/files/config/initializers/carrierwave_rb.html
+++ /dev/null
@@ -1,68 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>carrierwave.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            carrierwave.rb
-        </h1>
-        <ul class="files">
-            <li>config/initializers/carrierwave.rb</li>
-            <li>Last modified: 2012-02-29 23:28:39 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/config/initializers/connection_fix_rb.html b/doc/code/files/config/initializers/connection_fix_rb.html
deleted file mode 100644
index 936db6d6f18b2ce9c5e0397a05723420d4c1537e..0000000000000000000000000000000000000000
--- a/doc/code/files/config/initializers/connection_fix_rb.html
+++ /dev/null
@@ -1,103 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>connection_fix.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            connection_fix.rb
-        </h1>
-        <ul class="files">
-            <li>config/initializers/connection_fix.rb</li>
-            <li>Last modified: 2012-07-02 23:07:19 +0300</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<p>from <a href="http://gist.github.com/238999">gist.github.com/238999</a></p>
-
-<p>If your workers are inactive for a long period of time, they’ll lose their
-MySQL connection.</p>
-
-<p>This hack ensures we re-connect whenever a connection is lost. Because,
-really. why not?</p>
-
-<p>Stick this in RAILS_ROOT/config/initializers/connection_fix.rb (or
-somewhere similar)</p>
-
-<p>From:</p>
-
-<pre>http://coderrr.wordpress.com/2009/01/08/activerecord-threading-issues-and-resolutions/</pre>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../../classes/ActiveRecord/ConnectionAdapters.html">ActiveRecord::ConnectionAdapters</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/ActiveRecord/ConnectionAdapters/Mysql2Adapter.html">ActiveRecord::ConnectionAdapters::Mysql2Adapter</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/config/initializers/devise_rb.html b/doc/code/files/config/initializers/devise_rb.html
deleted file mode 100644
index 596c954eb84568200ea52d49a4640e9bb864afdf..0000000000000000000000000000000000000000
--- a/doc/code/files/config/initializers/devise_rb.html
+++ /dev/null
@@ -1,83 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>devise.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            devise.rb
-        </h1>
-        <ul class="files">
-            <li>config/initializers/devise.rb</li>
-            <li>Last modified: 2012-12-23 14:02:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<p>Use this hook to configure devise mailer, warden hooks and so forth. The
-first four configuration values can also be set straight in your models.</p>
-
-    </div>
-  
-
-
-  
-    <!-- File only: requires -->
-    <div class="sectiontitle">Required Files</div>
-    <ul>
-      
-        <li>devise/orm/active_record</li>
-      
-    </ul>
-  
-
-
-  
-  
-
-
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/config/initializers/gemoji_rb.html b/doc/code/files/config/initializers/gemoji_rb.html
deleted file mode 100644
index 0a015fb70bce204ecad6e9b478e2f50e95fea774..0000000000000000000000000000000000000000
--- a/doc/code/files/config/initializers/gemoji_rb.html
+++ /dev/null
@@ -1,75 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>gemoji.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            gemoji.rb
-        </h1>
-        <ul class="files">
-            <li>config/initializers/gemoji.rb</li>
-            <li>Last modified: 2012-12-23 12:16:43 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<p>Workaround for <a
-href="https://github.com/github/gemoji/pull/18">github.com/github/gemoji/pull/18</a></p>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/config/initializers/inflections_rb.html b/doc/code/files/config/initializers/inflections_rb.html
deleted file mode 100644
index 7e3e29a5fbbb453303ac3555157e43f424661402..0000000000000000000000000000000000000000
--- a/doc/code/files/config/initializers/inflections_rb.html
+++ /dev/null
@@ -1,74 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>inflections.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            inflections.rb
-        </h1>
-        <ul class="files">
-            <li>config/initializers/inflections.rb</li>
-            <li>Last modified: 2012-10-29 21:33:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<p>Be sure to restart your server when you modify this file.</p>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/config/initializers/kaminari_config_rb.html b/doc/code/files/config/initializers/kaminari_config_rb.html
deleted file mode 100644
index 6160d25e74cbdedf33d8bd9502a23034e25b8317..0000000000000000000000000000000000000000
--- a/doc/code/files/config/initializers/kaminari_config_rb.html
+++ /dev/null
@@ -1,68 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>kaminari_config.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            kaminari_config.rb
-        </h1>
-        <ul class="files">
-            <li>config/initializers/kaminari_config.rb</li>
-            <li>Last modified: 2012-10-29 21:33:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/config/initializers/mime_types_rb.html b/doc/code/files/config/initializers/mime_types_rb.html
deleted file mode 100644
index 5853380f95ec45a8c9e49754dc4013cb2d345302..0000000000000000000000000000000000000000
--- a/doc/code/files/config/initializers/mime_types_rb.html
+++ /dev/null
@@ -1,74 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>mime_types.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            mime_types.rb
-        </h1>
-        <ul class="files">
-            <li>config/initializers/mime_types.rb</li>
-            <li>Last modified: 2012-12-23 14:02:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<p>Be sure to restart your server when you modify this file.</p>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/config/initializers/passenger_fix_rb.html b/doc/code/files/config/initializers/passenger_fix_rb.html
deleted file mode 100644
index de812d9334d8edaf0b9ce554304d83f42332e40b..0000000000000000000000000000000000000000
--- a/doc/code/files/config/initializers/passenger_fix_rb.html
+++ /dev/null
@@ -1,68 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>passenger_fix.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            passenger_fix.rb
-        </h1>
-        <ul class="files">
-            <li>config/initializers/passenger_fix.rb</li>
-            <li>Last modified: 2012-12-27 12:08:52 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/config/initializers/postgresql_limit_fix_rb.html b/doc/code/files/config/initializers/postgresql_limit_fix_rb.html
deleted file mode 100644
index e205ecf04c85b2e3469e56b277319e28e74509fb..0000000000000000000000000000000000000000
--- a/doc/code/files/config/initializers/postgresql_limit_fix_rb.html
+++ /dev/null
@@ -1,84 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>postgresql_limit_fix.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            postgresql_limit_fix.rb
-        </h1>
-        <ul class="files">
-            <li>config/initializers/postgresql_limit_fix.rb</li>
-            <li>Last modified: 2012-10-29 21:33:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/ActiveRecord/ConnectionAdapters/PostgreSQLAdapter.html">ActiveRecord::ConnectionAdapters::PostgreSQLAdapter</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/ActiveRecord/ConnectionAdapters/PostgreSQLAdapter/TableDefinition.html">ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::TableDefinition</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/config/initializers/secret_token_rb.html b/doc/code/files/config/initializers/secret_token_rb.html
deleted file mode 100644
index 8e4ed0709258696c812f474eed0673719e3e57ea..0000000000000000000000000000000000000000
--- a/doc/code/files/config/initializers/secret_token_rb.html
+++ /dev/null
@@ -1,74 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>secret_token.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            secret_token.rb
-        </h1>
-        <ul class="files">
-            <li>config/initializers/secret_token.rb</li>
-            <li>Last modified: 2011-12-02 02:40:22 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<p>Be sure to restart your server when you modify this file.</p>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/config/initializers/session_store_rb.html b/doc/code/files/config/initializers/session_store_rb.html
deleted file mode 100644
index 7105222d3018ac1fa4b836be3e7a57a83ff25d4b..0000000000000000000000000000000000000000
--- a/doc/code/files/config/initializers/session_store_rb.html
+++ /dev/null
@@ -1,74 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>session_store.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            session_store.rb
-        </h1>
-        <ul class="files">
-            <li>config/initializers/session_store.rb</li>
-            <li>Last modified: 2012-10-29 21:33:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<p>Be sure to restart your server when you modify this file.</p>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/config/initializers/wrap_parameters_rb.html b/doc/code/files/config/initializers/wrap_parameters_rb.html
deleted file mode 100644
index 704f6f0235e105765c752f4b70d9bedb08dd9772..0000000000000000000000000000000000000000
--- a/doc/code/files/config/initializers/wrap_parameters_rb.html
+++ /dev/null
@@ -1,77 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>wrap_parameters.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            wrap_parameters.rb
-        </h1>
-        <ul class="files">
-            <li>config/initializers/wrap_parameters.rb</li>
-            <li>Last modified: 2011-12-02 02:40:22 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<p>Be sure to restart your server when you modify this file.</p>
-
-<p>This file contains settings for ActionController::ParamsWrapper which is
-enabled by default.</p>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/config/routes_rb.html b/doc/code/files/config/routes_rb.html
deleted file mode 100644
index df59e4d7aab60802927271566677b5a70b801934..0000000000000000000000000000000000000000
--- a/doc/code/files/config/routes_rb.html
+++ /dev/null
@@ -1,78 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>routes.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/github.css" type="text/css" media="screen" />
-<script src="../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            routes.rb
-        </h1>
-        <ul class="files">
-            <li>config/routes.rb</li>
-            <li>Last modified: 2012-12-30 12:06:28 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-    <!-- File only: requires -->
-    <div class="sectiontitle">Required Files</div>
-    <ul>
-      
-        <li>api</li>
-      
-        <li>resque/server</li>
-      
-    </ul>
-  
-
-
-  
-  
-
-
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/config/unicorn_rb.html b/doc/code/files/config/unicorn_rb.html
deleted file mode 100644
index 14da5f0ebfee5cd4641100680b6bebfb4795dadc..0000000000000000000000000000000000000000
--- a/doc/code/files/config/unicorn_rb.html
+++ /dev/null
@@ -1,68 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>unicorn.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/github.css" type="text/css" media="screen" />
-<script src="../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            unicorn.rb
-        </h1>
-        <ul class="files">
-            <li>config/unicorn.rb</li>
-            <li>Last modified: 2012-03-31 15:35:21 +0300</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/lib/api/entities_rb.html b/doc/code/files/lib/api/entities_rb.html
deleted file mode 100644
index da20f2d3bf0fce597e53985cfcd7037a41ad00cc..0000000000000000000000000000000000000000
--- a/doc/code/files/lib/api/entities_rb.html
+++ /dev/null
@@ -1,159 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>entities.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            entities.rb
-        </h1>
-        <ul class="files">
-            <li>lib/api/entities.rb</li>
-            <li>Last modified: 2012-12-23 14:02:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../../classes/Gitlab.html">Gitlab</a>
-        </li>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../../classes/Gitlab/Entities.html">Gitlab::Entities</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/Gitlab/Entities/Hook.html">Gitlab::Entities::Hook</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/Gitlab/Entities/Issue.html">Gitlab::Entities::Issue</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/Gitlab/Entities/MRNote.html">Gitlab::Entities::MRNote</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/Gitlab/Entities/MergeRequest.html">Gitlab::Entities::MergeRequest</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/Gitlab/Entities/Milestone.html">Gitlab::Entities::Milestone</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/Gitlab/Entities/Note.html">Gitlab::Entities::Note</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/Gitlab/Entities/Project.html">Gitlab::Entities::Project</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/Gitlab/Entities/ProjectMember.html">Gitlab::Entities::ProjectMember</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/Gitlab/Entities/ProjectSnippet.html">Gitlab::Entities::ProjectSnippet</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/Gitlab/Entities/RepoCommit.html">Gitlab::Entities::RepoCommit</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/Gitlab/Entities/RepoObject.html">Gitlab::Entities::RepoObject</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/Gitlab/Entities/SSHKey.html">Gitlab::Entities::SSHKey</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/Gitlab/Entities/User.html">Gitlab::Entities::User</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/Gitlab/Entities/UserBasic.html">Gitlab::Entities::UserBasic</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/Gitlab/Entities/UserLogin.html">Gitlab::Entities::UserLogin</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/lib/api/helpers_rb.html b/doc/code/files/lib/api/helpers_rb.html
deleted file mode 100644
index e8d05b928ee7c2958a2ef5e057e304c3796c0828..0000000000000000000000000000000000000000
--- a/doc/code/files/lib/api/helpers_rb.html
+++ /dev/null
@@ -1,84 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>helpers.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            helpers.rb
-        </h1>
-        <ul class="files">
-            <li>lib/api/helpers.rb</li>
-            <li>Last modified: 2012-12-23 14:02:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../../classes/Gitlab.html">Gitlab</a>
-        </li>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../../classes/Gitlab/APIHelpers.html">Gitlab::APIHelpers</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/lib/api/issues_rb.html b/doc/code/files/lib/api/issues_rb.html
deleted file mode 100644
index 5aac1d3f7cec9e6d664f5e79bb1b3bcc52acbc54..0000000000000000000000000000000000000000
--- a/doc/code/files/lib/api/issues_rb.html
+++ /dev/null
@@ -1,84 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>issues.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            issues.rb
-        </h1>
-        <ul class="files">
-            <li>lib/api/issues.rb</li>
-            <li>Last modified: 2012-12-23 14:02:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../../classes/Gitlab.html">Gitlab</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/Gitlab/Issues.html">Gitlab::Issues</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/lib/api/merge_requests_rb.html b/doc/code/files/lib/api/merge_requests_rb.html
deleted file mode 100644
index 3fdcf0084835c289f41f97489919e3d1d2fb0f61..0000000000000000000000000000000000000000
--- a/doc/code/files/lib/api/merge_requests_rb.html
+++ /dev/null
@@ -1,84 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>merge_requests.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            merge_requests.rb
-        </h1>
-        <ul class="files">
-            <li>lib/api/merge_requests.rb</li>
-            <li>Last modified: 2012-12-23 14:02:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../../classes/Gitlab.html">Gitlab</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/Gitlab/MergeRequests.html">Gitlab::MergeRequests</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/lib/api/milestones_rb.html b/doc/code/files/lib/api/milestones_rb.html
deleted file mode 100644
index a37be49c9b35bf68266d332371ebee0b3f01c460..0000000000000000000000000000000000000000
--- a/doc/code/files/lib/api/milestones_rb.html
+++ /dev/null
@@ -1,84 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>milestones.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            milestones.rb
-        </h1>
-        <ul class="files">
-            <li>lib/api/milestones.rb</li>
-            <li>Last modified: 2012-12-23 14:02:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../../classes/Gitlab.html">Gitlab</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/Gitlab/Milestones.html">Gitlab::Milestones</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/lib/api/notes_rb.html b/doc/code/files/lib/api/notes_rb.html
deleted file mode 100644
index 3c540290b576b6e83944a7451ad5ad87aaa0ba6f..0000000000000000000000000000000000000000
--- a/doc/code/files/lib/api/notes_rb.html
+++ /dev/null
@@ -1,84 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>notes.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            notes.rb
-        </h1>
-        <ul class="files">
-            <li>lib/api/notes.rb</li>
-            <li>Last modified: 2012-12-23 14:02:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../../classes/Gitlab.html">Gitlab</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/Gitlab/Notes.html">Gitlab::Notes</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/lib/api/projects_rb.html b/doc/code/files/lib/api/projects_rb.html
deleted file mode 100644
index 70af8a348246c0f4d8760e0ed397621ebe3bdf85..0000000000000000000000000000000000000000
--- a/doc/code/files/lib/api/projects_rb.html
+++ /dev/null
@@ -1,84 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>projects.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            projects.rb
-        </h1>
-        <ul class="files">
-            <li>lib/api/projects.rb</li>
-            <li>Last modified: 2012-12-23 14:02:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../../classes/Gitlab.html">Gitlab</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/Gitlab/Projects.html">Gitlab::Projects</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/lib/api/session_rb.html b/doc/code/files/lib/api/session_rb.html
deleted file mode 100644
index 8faa1a5316573e9b4d766a8152ca25216d79e53d..0000000000000000000000000000000000000000
--- a/doc/code/files/lib/api/session_rb.html
+++ /dev/null
@@ -1,84 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>session.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            session.rb
-        </h1>
-        <ul class="files">
-            <li>lib/api/session.rb</li>
-            <li>Last modified: 2012-10-29 21:33:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../../classes/Gitlab.html">Gitlab</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/Gitlab/Session.html">Gitlab::Session</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/lib/api/users_rb.html b/doc/code/files/lib/api/users_rb.html
deleted file mode 100644
index 7bf16c733f088c72fbdecb7af62267aaf5bebf86..0000000000000000000000000000000000000000
--- a/doc/code/files/lib/api/users_rb.html
+++ /dev/null
@@ -1,84 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>users.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            users.rb
-        </h1>
-        <ul class="files">
-            <li>lib/api/users.rb</li>
-            <li>Last modified: 2012-12-23 14:02:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../../classes/Gitlab.html">Gitlab</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/Gitlab/Users.html">Gitlab::Users</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/lib/api_rb.html b/doc/code/files/lib/api_rb.html
deleted file mode 100644
index 48b1b65c0bafb6feb276e095863e3a0fdf8b8b7b..0000000000000000000000000000000000000000
--- a/doc/code/files/lib/api_rb.html
+++ /dev/null
@@ -1,84 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>api.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/github.css" type="text/css" media="screen" />
-<script src="../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            api.rb
-        </h1>
-        <ul class="files">
-            <li>lib/api.rb</li>
-            <li>Last modified: 2012-12-23 14:02:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../classes/Gitlab.html">Gitlab</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../classes/Gitlab/API.html">Gitlab::API</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/lib/event_filter_rb.html b/doc/code/files/lib/event_filter_rb.html
deleted file mode 100644
index 7f54400a4ce607b0e41b44a9deea2ca0a949f2e7..0000000000000000000000000000000000000000
--- a/doc/code/files/lib/event_filter_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>event_filter.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/github.css" type="text/css" media="screen" />
-<script src="../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            event_filter.rb
-        </h1>
-        <ul class="files">
-            <li>lib/event_filter.rb</li>
-            <li>Last modified: 2012-12-23 12:16:43 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../classes/EventFilter.html">EventFilter</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/lib/extracts_path_rb.html b/doc/code/files/lib/extracts_path_rb.html
deleted file mode 100644
index 11a0dd2d99979ea1c19d0901c6d7ebc663a75d35..0000000000000000000000000000000000000000
--- a/doc/code/files/lib/extracts_path_rb.html
+++ /dev/null
@@ -1,91 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>extracts_path.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/github.css" type="text/css" media="screen" />
-<script src="../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            extracts_path.rb
-        </h1>
-        <ul class="files">
-            <li>lib/extracts_path.rb</li>
-            <li>Last modified: 2012-12-27 11:32:29 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<p>Module providing methods for dealing with separating a tree-ish string and
-a file path string when combined in a request parameter</p>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../classes/ExtractsPath.html">ExtractsPath</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../classes/ExtractsPath/InvalidPathError.html">ExtractsPath::InvalidPathError</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/lib/file_size_validator_rb.html b/doc/code/files/lib/file_size_validator_rb.html
deleted file mode 100644
index 985c23a5628699a0168075bce05b4cb76643381e..0000000000000000000000000000000000000000
--- a/doc/code/files/lib/file_size_validator_rb.html
+++ /dev/null
@@ -1,84 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>file_size_validator.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../css/github.css" type="text/css" media="screen" />
-<script src="../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            file_size_validator.rb
-        </h1>
-        <ul class="files">
-            <li>lib/file_size_validator.rb</li>
-            <li>Last modified: 2012-10-29 21:33:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../classes/FileSizeValidator.html">FileSizeValidator</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../classes/FileSizeValidator/Helper.html">FileSizeValidator::Helper</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/lib/gitlab/app_logger_rb.html b/doc/code/files/lib/gitlab/app_logger_rb.html
deleted file mode 100644
index c53c4e86e5210fe74fa8e210a5d90d15aa0b3e8b..0000000000000000000000000000000000000000
--- a/doc/code/files/lib/gitlab/app_logger_rb.html
+++ /dev/null
@@ -1,84 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>app_logger.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            app_logger.rb
-        </h1>
-        <ul class="files">
-            <li>lib/gitlab/app_logger.rb</li>
-            <li>Last modified: 2012-10-29 21:33:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../../classes/Gitlab.html">Gitlab</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/Gitlab/AppLogger.html">Gitlab::AppLogger</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/lib/gitlab/auth_rb.html b/doc/code/files/lib/gitlab/auth_rb.html
deleted file mode 100644
index 651a1268e28e30f585ea02ad53c8054e04aacf72..0000000000000000000000000000000000000000
--- a/doc/code/files/lib/gitlab/auth_rb.html
+++ /dev/null
@@ -1,84 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>auth.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            auth.rb
-        </h1>
-        <ul class="files">
-            <li>lib/gitlab/auth.rb</li>
-            <li>Last modified: 2012-12-23 14:02:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../../classes/Gitlab.html">Gitlab</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/Gitlab/Auth.html">Gitlab::Auth</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/lib/gitlab/backend/gitolite_config_rb.html b/doc/code/files/lib/gitlab/backend/gitolite_config_rb.html
deleted file mode 100644
index b66613c3cd27441c18212ae37293d1e34280fbf5..0000000000000000000000000000000000000000
--- a/doc/code/files/lib/gitlab/backend/gitolite_config_rb.html
+++ /dev/null
@@ -1,106 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>gitolite_config.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            gitolite_config.rb
-        </h1>
-        <ul class="files">
-            <li>lib/gitlab/backend/gitolite_config.rb</li>
-            <li>Last modified: 2012-12-23 14:02:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-    <!-- File only: requires -->
-    <div class="sectiontitle">Required Files</div>
-    <ul>
-      
-        <li>gitolite</li>
-      
-        <li>timeout</li>
-      
-        <li>fileutils</li>
-      
-    </ul>
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../../../classes/Gitlab.html">Gitlab</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../../classes/Gitlab/GitoliteConfig.html">Gitlab::GitoliteConfig</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../../classes/Gitlab/GitoliteConfig/PullError.html">Gitlab::GitoliteConfig::PullError</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../../classes/Gitlab/GitoliteConfig/PushError.html">Gitlab::GitoliteConfig::PushError</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/lib/gitlab/backend/gitolite_rb.html b/doc/code/files/lib/gitlab/backend/gitolite_rb.html
deleted file mode 100644
index d1743456a9490bbc3e7b3c30fbd35564be91da1b..0000000000000000000000000000000000000000
--- a/doc/code/files/lib/gitlab/backend/gitolite_rb.html
+++ /dev/null
@@ -1,89 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>gitolite.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            gitolite.rb
-        </h1>
-        <ul class="files">
-            <li>lib/gitlab/backend/gitolite.rb</li>
-            <li>Last modified: 2012-12-23 14:02:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../../../classes/Gitlab.html">Gitlab</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../../classes/Gitlab/Gitolite.html">Gitlab::Gitolite</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../../classes/Gitlab/Gitolite/AccessDenied.html">Gitlab::Gitolite::AccessDenied</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/lib/gitlab/backend/grack_auth_rb.html b/doc/code/files/lib/gitlab/backend/grack_auth_rb.html
deleted file mode 100644
index db7541dd7c6de2f259d38a1ce674ed80d4a8b9f5..0000000000000000000000000000000000000000
--- a/doc/code/files/lib/gitlab/backend/grack_auth_rb.html
+++ /dev/null
@@ -1,84 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>grack_auth.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            grack_auth.rb
-        </h1>
-        <ul class="files">
-            <li>lib/gitlab/backend/grack_auth.rb</li>
-            <li>Last modified: 2012-12-30 12:06:28 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../../../classes/Grack.html">Grack</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../../classes/Grack/Auth.html">Grack::Auth</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/lib/gitlab/git_logger_rb.html b/doc/code/files/lib/gitlab/git_logger_rb.html
deleted file mode 100644
index 0e8e013f85f7dff316fd2db6698f36b4095227c7..0000000000000000000000000000000000000000
--- a/doc/code/files/lib/gitlab/git_logger_rb.html
+++ /dev/null
@@ -1,84 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>git_logger.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            git_logger.rb
-        </h1>
-        <ul class="files">
-            <li>lib/gitlab/git_logger.rb</li>
-            <li>Last modified: 2012-10-29 21:33:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../../classes/Gitlab.html">Gitlab</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/Gitlab/GitLogger.html">Gitlab::GitLogger</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/lib/gitlab/git_stats_rb.html b/doc/code/files/lib/gitlab/git_stats_rb.html
deleted file mode 100644
index 405a2c755ec18d411152cdd57219619281bc6c31..0000000000000000000000000000000000000000
--- a/doc/code/files/lib/gitlab/git_stats_rb.html
+++ /dev/null
@@ -1,84 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>git_stats.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            git_stats.rb
-        </h1>
-        <ul class="files">
-            <li>lib/gitlab/git_stats.rb</li>
-            <li>Last modified: 2012-12-23 12:16:43 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../../classes/Gitlab.html">Gitlab</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/Gitlab/GitStats.html">Gitlab::GitStats</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/lib/gitlab/graph/commit_rb.html b/doc/code/files/lib/gitlab/graph/commit_rb.html
deleted file mode 100644
index 1df6b794debf665849c9b97dd81967cd353ef7e0..0000000000000000000000000000000000000000
--- a/doc/code/files/lib/gitlab/graph/commit_rb.html
+++ /dev/null
@@ -1,97 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>commit.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            commit.rb
-        </h1>
-        <ul class="files">
-            <li>lib/gitlab/graph/commit.rb</li>
-            <li>Last modified: 2012-12-23 14:02:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-    <!-- File only: requires -->
-    <div class="sectiontitle">Required Files</div>
-    <ul>
-      
-        <li>grit</li>
-      
-    </ul>
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../../../classes/Gitlab.html">Gitlab</a>
-        </li>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../../../classes/Gitlab/Graph.html">Gitlab::Graph</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../../classes/Gitlab/Graph/Commit.html">Gitlab::Graph::Commit</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/lib/gitlab/graph/json_builder_rb.html b/doc/code/files/lib/gitlab/graph/json_builder_rb.html
deleted file mode 100644
index 848bb0a12ebcc69e3e5157b87bc11824e586107c..0000000000000000000000000000000000000000
--- a/doc/code/files/lib/gitlab/graph/json_builder_rb.html
+++ /dev/null
@@ -1,97 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>json_builder.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            json_builder.rb
-        </h1>
-        <ul class="files">
-            <li>lib/gitlab/graph/json_builder.rb</li>
-            <li>Last modified: 2012-12-27 11:32:29 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-    <!-- File only: requires -->
-    <div class="sectiontitle">Required Files</div>
-    <ul>
-      
-        <li>grit</li>
-      
-    </ul>
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../../../classes/Gitlab.html">Gitlab</a>
-        </li>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../../../classes/Gitlab/Graph.html">Gitlab::Graph</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../../classes/Gitlab/Graph/JsonBuilder.html">Gitlab::Graph::JsonBuilder</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/lib/gitlab/inline_diff_rb.html b/doc/code/files/lib/gitlab/inline_diff_rb.html
deleted file mode 100644
index 708dcefc97421e273b360b72777e94f016d839b0..0000000000000000000000000000000000000000
--- a/doc/code/files/lib/gitlab/inline_diff_rb.html
+++ /dev/null
@@ -1,84 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>inline_diff.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            inline_diff.rb
-        </h1>
-        <ul class="files">
-            <li>lib/gitlab/inline_diff.rb</li>
-            <li>Last modified: 2012-10-29 21:33:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../../classes/Gitlab.html">Gitlab</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/Gitlab/InlineDiff.html">Gitlab::InlineDiff</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/lib/gitlab/logger_rb.html b/doc/code/files/lib/gitlab/logger_rb.html
deleted file mode 100644
index 8924ca8a1700a64859bff04821bf001ad0b680ec..0000000000000000000000000000000000000000
--- a/doc/code/files/lib/gitlab/logger_rb.html
+++ /dev/null
@@ -1,84 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>logger.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            logger.rb
-        </h1>
-        <ul class="files">
-            <li>lib/gitlab/logger.rb</li>
-            <li>Last modified: 2012-12-23 14:02:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../../classes/Gitlab.html">Gitlab</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/Gitlab/Logger.html">Gitlab::Logger</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/lib/gitlab/markdown_rb.html b/doc/code/files/lib/gitlab/markdown_rb.html
deleted file mode 100644
index bd5f5e2ec92a5c7b51baaf72760cd9a79f00e9f7..0000000000000000000000000000000000000000
--- a/doc/code/files/lib/gitlab/markdown_rb.html
+++ /dev/null
@@ -1,84 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>markdown.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            markdown.rb
-        </h1>
-        <ul class="files">
-            <li>lib/gitlab/markdown.rb</li>
-            <li>Last modified: 2012-12-23 14:02:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../../classes/Gitlab.html">Gitlab</a>
-        </li>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../../classes/Gitlab/Markdown.html">Gitlab::Markdown</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/lib/gitlab/project_mover_rb.html b/doc/code/files/lib/gitlab/project_mover_rb.html
deleted file mode 100644
index 6acee13f91cd9795f405a9eed44b0ebc66fcd401..0000000000000000000000000000000000000000
--- a/doc/code/files/lib/gitlab/project_mover_rb.html
+++ /dev/null
@@ -1,97 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>project_mover.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            project_mover.rb
-        </h1>
-        <ul class="files">
-            <li>lib/gitlab/project_mover.rb</li>
-            <li>Last modified: 2012-12-23 14:02:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<p>ProjectMover class</p>
-
-<p>Used for moving project repositories from one subdir to another</p>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../../classes/Gitlab.html">Gitlab</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/Gitlab/ProjectMover.html">Gitlab::ProjectMover</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/Gitlab/ProjectMover/ProjectMoveError.html">Gitlab::ProjectMover::ProjectMoveError</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/lib/gitlab/regex_rb.html b/doc/code/files/lib/gitlab/regex_rb.html
deleted file mode 100644
index dfdab455fef7451fc6babd452ac364c2272a3022..0000000000000000000000000000000000000000
--- a/doc/code/files/lib/gitlab/regex_rb.html
+++ /dev/null
@@ -1,84 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>regex.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            regex.rb
-        </h1>
-        <ul class="files">
-            <li>lib/gitlab/regex.rb</li>
-            <li>Last modified: 2012-12-28 09:30:09 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../../classes/Gitlab.html">Gitlab</a>
-        </li>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../../classes/Gitlab/Regex.html">Gitlab::Regex</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/lib/gitlab/satellite/action_rb.html b/doc/code/files/lib/gitlab/satellite/action_rb.html
deleted file mode 100644
index 3c1e84487b7c218a5a83ad60be059df0f472336c..0000000000000000000000000000000000000000
--- a/doc/code/files/lib/gitlab/satellite/action_rb.html
+++ /dev/null
@@ -1,89 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>action.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            action.rb
-        </h1>
-        <ul class="files">
-            <li>lib/gitlab/satellite/action.rb</li>
-            <li>Last modified: 2012-12-23 12:16:43 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../../../classes/Gitlab.html">Gitlab</a>
-        </li>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../../../classes/Gitlab/Satellite.html">Gitlab::Satellite</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../../classes/Gitlab/Satellite/Action.html">Gitlab::Satellite::Action</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/lib/gitlab/satellite/edit_file_action_rb.html b/doc/code/files/lib/gitlab/satellite/edit_file_action_rb.html
deleted file mode 100644
index e4a473ec76c9c2f2f643b5a6c920e19db28e87ea..0000000000000000000000000000000000000000
--- a/doc/code/files/lib/gitlab/satellite/edit_file_action_rb.html
+++ /dev/null
@@ -1,89 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>edit_file_action.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            edit_file_action.rb
-        </h1>
-        <ul class="files">
-            <li>lib/gitlab/satellite/edit_file_action.rb</li>
-            <li>Last modified: 2012-12-23 12:16:43 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../../../classes/Gitlab.html">Gitlab</a>
-        </li>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../../../classes/Gitlab/Satellite.html">Gitlab::Satellite</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../../classes/Gitlab/Satellite/EditFileAction.html">Gitlab::Satellite::EditFileAction</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/lib/gitlab/satellite/merge_action_rb.html b/doc/code/files/lib/gitlab/satellite/merge_action_rb.html
deleted file mode 100644
index 6bbc8483203eba29b340b1b4f43592cf14f838a3..0000000000000000000000000000000000000000
--- a/doc/code/files/lib/gitlab/satellite/merge_action_rb.html
+++ /dev/null
@@ -1,89 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>merge_action.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            merge_action.rb
-        </h1>
-        <ul class="files">
-            <li>lib/gitlab/satellite/merge_action.rb</li>
-            <li>Last modified: 2012-12-23 12:16:43 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../../../classes/Gitlab.html">Gitlab</a>
-        </li>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../../../classes/Gitlab/Satellite.html">Gitlab::Satellite</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../../classes/Gitlab/Satellite/MergeAction.html">Gitlab::Satellite::MergeAction</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/lib/gitlab/satellite/satellite_rb.html b/doc/code/files/lib/gitlab/satellite/satellite_rb.html
deleted file mode 100644
index 54c513f7d6fa6b588238f23e7147fe20f9848a62..0000000000000000000000000000000000000000
--- a/doc/code/files/lib/gitlab/satellite/satellite_rb.html
+++ /dev/null
@@ -1,89 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>satellite.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            satellite.rb
-        </h1>
-        <ul class="files">
-            <li>lib/gitlab/satellite/satellite.rb</li>
-            <li>Last modified: 2012-12-23 14:02:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../../../classes/Gitlab.html">Gitlab</a>
-        </li>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../../../classes/Gitlab/Satellite.html">Gitlab::Satellite</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../../classes/Gitlab/Satellite/Satellite.html">Gitlab::Satellite::Satellite</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/lib/gitlab/seeder_rb.html b/doc/code/files/lib/gitlab/seeder_rb.html
deleted file mode 100644
index f02fde65f846ea77656f0b74e45e86a4f65eb852..0000000000000000000000000000000000000000
--- a/doc/code/files/lib/gitlab/seeder_rb.html
+++ /dev/null
@@ -1,84 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>seeder.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            seeder.rb
-        </h1>
-        <ul class="files">
-            <li>lib/gitlab/seeder.rb</li>
-            <li>Last modified: 2012-12-23 12:16:43 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../../classes/Gitlab.html">Gitlab</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/Gitlab/Seeder.html">Gitlab::Seeder</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/lib/gitlab/theme_rb.html b/doc/code/files/lib/gitlab/theme_rb.html
deleted file mode 100644
index 97dccfd71103980b7e403da381c07513f974a629..0000000000000000000000000000000000000000
--- a/doc/code/files/lib/gitlab/theme_rb.html
+++ /dev/null
@@ -1,84 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>theme.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            theme.rb
-        </h1>
-        <ul class="files">
-            <li>lib/gitlab/theme.rb</li>
-            <li>Last modified: 2012-12-23 12:16:43 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">MODULE</span>
-          <a href="../../../classes/Gitlab.html">Gitlab</a>
-        </li>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../classes/Gitlab/Theme.html">Gitlab::Theme</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/lib/hooks/post-receive.html b/doc/code/files/lib/hooks/post-receive.html
deleted file mode 100644
index a99c19fac1709fab20ac3717a308cdb14186a754..0000000000000000000000000000000000000000
--- a/doc/code/files/lib/hooks/post-receive.html
+++ /dev/null
@@ -1,86 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>post-receive</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            post-receive
-        </h1>
-        <ul class="files">
-            <li>lib/hooks/post-receive</li>
-            <li>Last modified: 2012-12-23 14:02:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-    <div class="description">
-      
-<p>#!/usr/bin/env bash</p>
-
-<p># This file was placed here by GitLab. It makes sure that your pushed
-commits # will be processed properly.</p>
-
-<p>while read oldrev newrev ref do</p>
-
-<pre class="ruby"><span class="ruby-comment"># For every branch or tag that was pushed, create a Resque job in redis.</span>
-<span class="ruby-identifier">repo_path</span>=<span class="ruby-value">%xpwd`</span>
-<span class="ruby-identifier">env</span> <span class="ruby-operator">-</span><span class="ruby-identifier">i</span> <span class="ruby-identifier">redis</span><span class="ruby-operator">-</span><span class="ruby-identifier">cli</span> <span class="ruby-identifier">rpush</span> <span class="ruby-string">&quot;resque:gitlab:queue:post_receive&quot;</span> <span class="ruby-string">&quot;{\&quot;class\&quot;:\&quot;PostReceive\&quot;,\&quot;args\&quot;:[\&quot;$repo_path\&quot;,\&quot;$oldrev\&quot;,\&quot;$newrev\&quot;,\&quot;$ref\&quot;,\&quot;$GL_USER\&quot;]}&quot;</span> <span class="ruby-operator">&gt;</span> <span class="ruby-regexp">%rdev/</span><span class="ruby-identifier">ull</span> <span class="ruby-value">2</span><span class="ruby-operator">&gt;</span>&amp;<span class="ruby-value">1</span>
-</pre>
-
-<p>done</p>
-
-    </div>
-  
-
-
-  
-
-
-  
-  
-
-
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/files/lib/redcarpet/render/gitlab_html_rb.html b/doc/code/files/lib/redcarpet/render/gitlab_html_rb.html
deleted file mode 100644
index 33bb541b3a25b6f10852dde86b55586128ea778d..0000000000000000000000000000000000000000
--- a/doc/code/files/lib/redcarpet/render/gitlab_html_rb.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>gitlab_html.rb</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet" href="../../../../css/reset.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../../css/main.css" type="text/css" media="screen" />
-<link rel="stylesheet" href="../../../../css/github.css" type="text/css" media="screen" />
-<script src="../../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../../js/main.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
-
-</head>
-
-<body>     
-    <div class="banner">
-        
-        <h1>
-            gitlab_html.rb
-        </h1>
-        <ul class="files">
-            <li>lib/redcarpet/render/gitlab_html.rb</li>
-            <li>Last modified: 2012-12-23 14:02:47 +0200</li>
-        </ul>
-    </div>
-
-    <div id="bodyContent">
-        <div id="content">
-  
-
-
-  
-
-
-  
-  
-
-
-  
-    <!-- Namespace -->
-    <div class="sectiontitle">Namespace</div>
-    <ul>
-      
-        <li>
-          <span class="type">CLASS</span>
-          <a href="../../../../classes/Redcarpet/Render/GitlabHTML.html">Redcarpet::Render::GitlabHTML</a>
-        </li>
-      
-    </ul>
-  
-
-
-  
-
-  
-
-
-
-  
-
-    
-
-    
-
-    
-
-
-    
-
-
-    <!-- Methods -->
-              </div>
-
-    </div>
-  </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/i/arrows.png b/doc/code/i/arrows.png
deleted file mode 100755
index e54060f44ce73e7acfb92725eabea5440a0f9f24..0000000000000000000000000000000000000000
Binary files a/doc/code/i/arrows.png and /dev/null differ
diff --git a/doc/code/i/results_bg.png b/doc/code/i/results_bg.png
deleted file mode 100755
index 199ba692349c83b68ac3479f107cdf2f79c39509..0000000000000000000000000000000000000000
Binary files a/doc/code/i/results_bg.png and /dev/null differ
diff --git a/doc/code/i/tree_bg.png b/doc/code/i/tree_bg.png
deleted file mode 100755
index 7d236633d723288991f4cafe4ee2908c6746d0e7..0000000000000000000000000000000000000000
Binary files a/doc/code/i/tree_bg.png and /dev/null differ
diff --git a/doc/code/index.html b/doc/code/index.html
deleted file mode 100644
index c7011386dd7ece1f6e45e0d1b0582d65f3dfd05c..0000000000000000000000000000000000000000
--- a/doc/code/index.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<!DOCTYPE html
-     PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
-     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">    
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <title>RDoc Documentation</title>
-</head>
-<frameset cols="300,*" frameborder="1" border="1" bordercolor="#999999" framespacing="1">
-    <frame src="panel/index.html" title="Search" name="panel" />
-    <frame src="files/app/assets/fonts/OFL_txt.html" name="docwin" />
-</frameset>
-</html>
diff --git a/doc/code/js/highlight.pack.js b/doc/code/js/highlight.pack.js
deleted file mode 100755
index 01b592734644678ed5ce8a2646bba06417af0e66..0000000000000000000000000000000000000000
--- a/doc/code/js/highlight.pack.js
+++ /dev/null
@@ -1 +0,0 @@
-var hljs=new function(){function l(o){return o.replace(/&/gm,"&amp;").replace(/</gm,"&lt;")}function c(q,p,o){return RegExp(p,"m"+(q.cI?"i":"")+(o?"g":""))}function i(q){for(var o=0;o<q.childNodes.length;o++){var p=q.childNodes[o];if(p.nodeName=="CODE"){return p}if(!(p.nodeType==3&&p.nodeValue.match(/\s+/))){break}}}function g(s,r){var q="";for(var p=0;p<s.childNodes.length;p++){if(s.childNodes[p].nodeType==3){var o=s.childNodes[p].nodeValue;if(r){o=o.replace(/\n/g,"")}q+=o}else{if(s.childNodes[p].nodeName=="BR"){q+="\n"}else{q+=g(s.childNodes[p])}}}if(/MSIE [678]/.test(navigator.userAgent)){q=q.replace(/\r/g,"\n")}return q}function a(r){var p=r.className.split(/\s+/);p=p.concat(r.parentNode.className.split(/\s+/));for(var o=0;o<p.length;o++){var q=p[o].replace(/^language-/,"");if(d[q]||q=="no-highlight"){return q}}}function b(o){var p=[];(function(r,s){for(var q=0;q<r.childNodes.length;q++){if(r.childNodes[q].nodeType==3){s+=r.childNodes[q].nodeValue.length}else{if(r.childNodes[q].nodeName=="BR"){s+=1}else{p.push({event:"start",offset:s,node:r.childNodes[q]});s=arguments.callee(r.childNodes[q],s);p.push({event:"stop",offset:s,node:r.childNodes[q]})}}}return s})(o,0);return p}function k(x,y,w){var q=0;var v="";var s=[];function t(){if(x.length&&y.length){if(x[0].offset!=y[0].offset){return(x[0].offset<y[0].offset)?x:y}else{return y[0].event=="start"?x:y}}else{return x.length?x:y}}function r(B){var C="<"+B.nodeName.toLowerCase();for(var z=0;z<B.attributes.length;z++){var A=B.attributes[z];C+=" "+A.nodeName.toLowerCase();if(A.nodeValue!=undefined){C+='="'+l(A.nodeValue)+'"'}}return C+">"}while(x.length||y.length){var u=t().splice(0,1)[0];v+=l(w.substr(q,u.offset-q));q=u.offset;if(u.event=="start"){v+=r(u.node);s.push(u.node)}else{if(u.event=="stop"){var p=s.length;do{p--;var o=s[p];v+=("</"+o.nodeName.toLowerCase()+">")}while(o!=u.node);s.splice(p,1);while(p<s.length){v+=r(s[p]);p++}}}}v+=w.substr(q);return v}function f(I,C){function y(r,L){for(var K=0;K<L.c.length;K++){if(L.c[K].bR.test(r)){return L.c[K]}}}function v(K,r){if(B[K].e&&B[K].eR.test(r)){return 1}if(B[K].eW){var L=v(K-1,r);return L?L+1:0}return 0}function w(r,K){return K.iR&&K.iR.test(r)}function z(N,M){var L=[];for(var K=0;K<N.c.length;K++){L.push(N.c[K].b)}var r=B.length-1;do{if(B[r].e){L.push(B[r].e)}r--}while(B[r+1].eW);if(N.i){L.push(N.i)}return c(M,"("+L.join("|")+")",true)}function q(L,K){var M=B[B.length-1];if(!M.t){M.t=z(M,G)}M.t.lastIndex=K;var r=M.t.exec(L);if(r){return[L.substr(K,r.index-K),r[0],false]}else{return[L.substr(K),"",true]}}function o(N,r){var K=G.cI?r[0].toLowerCase():r[0];for(var M in N.kG){if(!N.kG.hasOwnProperty(M)){continue}var L=N.kG[M].hasOwnProperty(K);if(L){return[M,L]}}return false}function E(L,N){if(!N.k){return l(L)}var M="";var O=0;N.lR.lastIndex=0;var K=N.lR.exec(L);while(K){M+=l(L.substr(O,K.index-O));var r=o(N,K);if(r){s+=r[1];M+='<span class="'+r[0]+'">'+l(K[0])+"</span>"}else{M+=l(K[0])}O=N.lR.lastIndex;K=N.lR.exec(L)}M+=l(L.substr(O,L.length-O));return M}function J(r,L){if(L.sL&&d[L.sL]){var K=f(L.sL,r);s+=K.keyword_count;return K.value}else{return E(r,L)}}function H(L,r){var K=L.cN?'<span class="'+L.cN+'">':"";if(L.rB){p+=K;L.buffer=""}else{if(L.eB){p+=l(r)+K;L.buffer=""}else{p+=K;L.buffer=r}}B.push(L);A+=L.r}function D(N,K,P){var Q=B[B.length-1];if(P){p+=J(Q.buffer+N,Q);return false}var L=y(K,Q);if(L){p+=J(Q.buffer+N,Q);H(L,K);return L.rB}var r=v(B.length-1,K);if(r){var M=Q.cN?"</span>":"";if(Q.rE){p+=J(Q.buffer+N,Q)+M}else{if(Q.eE){p+=J(Q.buffer+N,Q)+M+l(K)}else{p+=J(Q.buffer+N+K,Q)+M}}while(r>1){M=B[B.length-2].cN?"</span>":"";p+=M;r--;B.length--}var O=B[B.length-1];B.length--;B[B.length-1].buffer="";if(O.starts){H(O.starts,"")}return Q.rE}if(w(K,Q)){throw"Illegal"}}var G=d[I];var B=[G.dM];var A=0;var s=0;var p="";try{var u=0;G.dM.buffer="";do{var x=q(C,u);var t=D(x[0],x[1],x[2]);u+=x[0].length;if(!t){u+=x[1].length}}while(!x[2]);if(B.length>1){throw"Illegal"}return{language:I,r:A,keyword_count:s,value:p}}catch(F){if(F=="Illegal"){return{language:null,r:0,keyword_count:0,value:l(C)}}else{throw F}}}function h(){function o(t,s,u){if(t.compiled){return}if(!u){t.bR=c(s,t.b?t.b:"\\B|\\b");if(!t.e&&!t.eW){t.e="\\B|\\b"}if(t.e){t.eR=c(s,t.e)}}if(t.i){t.iR=c(s,t.i)}if(t.r==undefined){t.r=1}if(t.k){t.lR=c(s,t.l||hljs.IR,true)}for(var r in t.k){if(!t.k.hasOwnProperty(r)){continue}if(t.k[r] instanceof Object){t.kG=t.k}else{t.kG={keyword:t.k}}break}if(!t.c){t.c=[]}t.compiled=true;for(var q=0;q<t.c.length;q++){o(t.c[q],s,false)}if(t.starts){o(t.starts,s,false)}}for(var p in d){if(!d.hasOwnProperty(p)){continue}o(d[p].dM,d[p],true)}}function e(){if(e.called){return}e.called=true;h()}function n(t,y,p){e();var A=g(t,p);var r=a(t);if(r=="no-highlight"){return}if(r){var w=f(r,A)}else{var w={language:"",keyword_count:0,r:0,value:l(A)};var x=w;for(var z in d){if(!d.hasOwnProperty(z)){continue}var u=f(z,A);if(u.keyword_count+u.r>x.keyword_count+x.r){x=u}if(u.keyword_count+u.r>w.keyword_count+w.r){x=w;w=u}}}var s=t.className;if(!s.match(w.language)){s=s?(s+" "+w.language):w.language}var o=b(t);if(o.length){var q=document.createElement("pre");q.innerHTML=w.value;w.value=k(o,b(q),A)}if(y){w.value=w.value.replace(/^((<[^>]+>|\t)+)/gm,function(B,E,D,C){return E.replace(/\t/g,y)})}if(p){w.value=w.value.replace(/\n/g,"<br>")}if(/MSIE [678]/.test(navigator.userAgent)&&t.tagName=="CODE"&&t.parentNode.tagName=="PRE"){var q=t.parentNode;var v=document.createElement("div");v.innerHTML="<pre><code>"+w.value+"</code></pre>";t=v.firstChild.firstChild;v.firstChild.cN=q.cN;q.parentNode.replaceChild(v.firstChild,q)}else{t.innerHTML=w.value}t.className=s;t.dataset={};t.dataset.result={language:w.language,kw:w.keyword_count,re:w.r};if(x&&x.language){t.dataset.second_best={language:x.language,kw:x.keyword_count,re:x.r}}}function j(){if(j.called){return}j.called=true;e();var q=document.getElementsByTagName("pre");for(var o=0;o<q.length;o++){var p=i(q[o]);if(p){n(p,hljs.tabReplace)}}}function m(){var o=arguments;var p=function(){j.apply(null,o)};if(window.addEventListener){window.addEventListener("DOMContentLoaded",p,false);window.addEventListener("load",p,false)}else{if(window.attachEvent){window.attachEvent("onload",p)}else{window.onload=p}}}var d={};this.LANGUAGES=d;this.initHighlightingOnLoad=m;this.highlightBlock=n;this.initHighlighting=j;this.IR="[a-zA-Z][a-zA-Z0-9_]*";this.UIR="[a-zA-Z_][a-zA-Z0-9_]*";this.NR="\\b\\d+(\\.\\d+)?";this.CNR="\\b(0x[A-Za-z0-9]+|\\d+(\\.\\d+)?)";this.RSR="!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|\\.|-|-=|/|/=|:|;|<|<<|<<=|<=|=|==|===|>|>=|>>|>>=|>>>|>>>=|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~";this.BE={b:"\\\\.",r:0};this.ASM={cN:"string",b:"'",e:"'",i:"\\n",c:[this.BE],r:0};this.QSM={cN:"string",b:'"',e:'"',i:"\\n",c:[this.BE],r:0};this.CLCM={cN:"comment",b:"//",e:"$"};this.CBLCLM={cN:"comment",b:"/\\*",e:"\\*/"};this.HCM={cN:"comment",b:"#",e:"$"};this.NM={cN:"number",b:this.NR,r:0};this.CNM={cN:"number",b:this.CNR,r:0};this.inherit=function(o,r){var q={};for(var p in o){q[p]=o[p]}if(r){for(var p in r){q[p]=r[p]}}return q}}();hljs.LANGUAGES.ruby=function(){var g="[a-zA-Z_][a-zA-Z0-9_]*(\\!|\\?)?";var a="[a-zA-Z_]\\w*[!?=]?|[-+~]\\@|<<|>>|=~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~`|]|\\[\\]=?";var n={keyword:{and:1,"false":1,then:1,defined:1,module:1,"in":1,"return":1,redo:1,"if":1,BEGIN:1,retry:1,end:1,"for":1,"true":1,self:1,when:1,next:1,until:1,"do":1,begin:1,unless:1,END:1,rescue:1,nil:1,"else":1,"break":1,undef:1,not:1,"super":1,"class":1,"case":1,require:1,yield:1,alias:1,"while":1,ensure:1,elsif:1,or:1,def:1},keymethods:{__id__:1,__send__:1,abort:1,abs:1,"all?":1,allocate:1,ancestors:1,"any?":1,arity:1,assoc:1,at:1,at_exit:1,autoload:1,"autoload?":1,"between?":1,binding:1,binmode:1,"block_given?":1,call:1,callcc:1,caller:1,capitalize:1,"capitalize!":1,casecmp:1,"catch":1,ceil:1,center:1,chomp:1,"chomp!":1,chop:1,"chop!":1,chr:1,"class":1,class_eval:1,"class_variable_defined?":1,class_variables:1,clear:1,clone:1,close:1,close_read:1,close_write:1,"closed?":1,coerce:1,collect:1,"collect!":1,compact:1,"compact!":1,concat:1,"const_defined?":1,const_get:1,const_missing:1,const_set:1,constants:1,count:1,crypt:1,"default":1,default_proc:1,"delete":1,"delete!":1,delete_at:1,delete_if:1,detect:1,display:1,div:1,divmod:1,downcase:1,"downcase!":1,downto:1,dump:1,dup:1,each:1,each_byte:1,each_index:1,each_key:1,each_line:1,each_pair:1,each_value:1,each_with_index:1,"empty?":1,entries:1,eof:1,"eof?":1,"eql?":1,"equal?":1,"eval":1,exec:1,exit:1,"exit!":1,extend:1,fail:1,fcntl:1,fetch:1,fileno:1,fill:1,find:1,find_all:1,first:1,flatten:1,"flatten!":1,floor:1,flush:1,for_fd:1,foreach:1,fork:1,format:1,freeze:1,"frozen?":1,fsync:1,getc:1,gets:1,global_variables:1,grep:1,gsub:1,"gsub!":1,"has_key?":1,"has_value?":1,hash:1,hex:1,id:1,include:1,"include?":1,included_modules:1,index:1,indexes:1,indices:1,induced_from:1,inject:1,insert:1,inspect:1,instance_eval:1,instance_method:1,instance_methods:1,"instance_of?":1,"instance_variable_defined?":1,instance_variable_get:1,instance_variable_set:1,instance_variables:1,"integer?":1,intern:1,invert:1,ioctl:1,"is_a?":1,isatty:1,"iterator?":1,join:1,"key?":1,keys:1,"kind_of?":1,lambda:1,last:1,length:1,lineno:1,ljust:1,load:1,local_variables:1,loop:1,lstrip:1,"lstrip!":1,map:1,"map!":1,match:1,max:1,"member?":1,merge:1,"merge!":1,method:1,"method_defined?":1,method_missing:1,methods:1,min:1,module_eval:1,modulo:1,name:1,nesting:1,"new":1,next:1,"next!":1,"nil?":1,nitems:1,"nonzero?":1,object_id:1,oct:1,open:1,pack:1,partition:1,pid:1,pipe:1,pop:1,popen:1,pos:1,prec:1,prec_f:1,prec_i:1,print:1,printf:1,private_class_method:1,private_instance_methods:1,"private_method_defined?":1,private_methods:1,proc:1,protected_instance_methods:1,"protected_method_defined?":1,protected_methods:1,public_class_method:1,public_instance_methods:1,"public_method_defined?":1,public_methods:1,push:1,putc:1,puts:1,quo:1,raise:1,rand:1,rassoc:1,read:1,read_nonblock:1,readchar:1,readline:1,readlines:1,readpartial:1,rehash:1,reject:1,"reject!":1,remainder:1,reopen:1,replace:1,require:1,"respond_to?":1,reverse:1,"reverse!":1,reverse_each:1,rewind:1,rindex:1,rjust:1,round:1,rstrip:1,"rstrip!":1,scan:1,seek:1,select:1,send:1,set_trace_func:1,shift:1,singleton_method_added:1,singleton_methods:1,size:1,sleep:1,slice:1,"slice!":1,sort:1,"sort!":1,sort_by:1,split:1,sprintf:1,squeeze:1,"squeeze!":1,srand:1,stat:1,step:1,store:1,strip:1,"strip!":1,sub:1,"sub!":1,succ:1,"succ!":1,sum:1,superclass:1,swapcase:1,"swapcase!":1,sync:1,syscall:1,sysopen:1,sysread:1,sysseek:1,system:1,syswrite:1,taint:1,"tainted?":1,tell:1,test:1,"throw":1,times:1,to_a:1,to_ary:1,to_f:1,to_hash:1,to_i:1,to_int:1,to_io:1,to_proc:1,to_s:1,to_str:1,to_sym:1,tr:1,"tr!":1,tr_s:1,"tr_s!":1,trace_var:1,transpose:1,trap:1,truncate:1,"tty?":1,type:1,ungetc:1,uniq:1,"uniq!":1,unpack:1,unshift:1,untaint:1,untrace_var:1,upcase:1,"upcase!":1,update:1,upto:1,"value?":1,values:1,values_at:1,warn:1,write:1,write_nonblock:1,"zero?":1,zip:1}};var h={cN:"yardoctag",b:"@[A-Za-z]+"};var d={cN:"comment",b:"#",e:"$",c:[h]};var c={cN:"comment",b:"^\\=begin",e:"^\\=end",c:[h],r:10};var b={cN:"comment",b:"^__END__",e:"\\n$"};var u={cN:"subst",b:"#\\{",e:"}",l:g,k:n};var p=[hljs.BE,u];var s={cN:"string",b:"'",e:"'",c:p,r:0};var r={cN:"string",b:'"',e:'"',c:p,r:0};var q={cN:"string",b:"%[qw]?\\(",e:"\\)",c:p,r:10};var o={cN:"string",b:"%[qw]?\\[",e:"\\]",c:p,r:10};var m={cN:"string",b:"%[qw]?{",e:"}",c:p,r:10};var l={cN:"string",b:"%[qw]?<",e:">",c:p,r:10};var k={cN:"string",b:"%[qw]?/",e:"/",c:p,r:10};var j={cN:"string",b:"%[qw]?%",e:"%",c:p,r:10};var i={cN:"string",b:"%[qw]?-",e:"-",c:p,r:10};var t={cN:"string",b:"%[qw]?\\|",e:"\\|",c:p,r:10};var e={cN:"function",b:"\\bdef\\s+",e:" |$|;",l:g,k:n,c:[{cN:"title",b:a,l:g,k:n},{cN:"params",b:"\\(",e:"\\)",l:g,k:n},d,c,b]};var f={cN:"identifier",b:g,l:g,k:n,r:0};var v=[d,c,b,s,r,q,o,m,l,k,j,i,t,{cN:"class",b:"\\b(class|module)\\b",e:"$|;",k:{"class":1,module:1},c:[{cN:"title",b:"[A-Za-z_]\\w*(::\\w+)*(\\?|\\!)?",r:0},{cN:"inheritance",b:"<\\s*",c:[{cN:"parent",b:"("+hljs.IR+"::)?"+hljs.IR}]},d,c,b]},e,{cN:"constant",b:"(::)?([A-Z]\\w*(::)?)+",r:0},{cN:"symbol",b:":",c:[s,r,q,o,m,l,k,j,i,t,f],r:0},{cN:"number",b:"(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b",r:0},{cN:"number",b:"\\?\\w"},{cN:"variable",b:"(\\$\\W)|((\\$|\\@\\@?)(\\w+))"},f,{b:"("+hljs.RSR+")\\s*",c:[d,c,b,{cN:"regexp",b:"/",e:"/[a-z]*",i:"\\n",c:[hljs.BE]}],r:0}];u.c=v;e.c[1].c=v;return{dM:{l:g,k:n,c:v}}}();hljs.LANGUAGES.javascript={dM:{k:{keyword:{"in":1,"if":1,"for":1,"while":1,"finally":1,"var":1,"new":1,"function":1,"do":1,"return":1,"void":1,"else":1,"break":1,"catch":1,"instanceof":1,"with":1,"throw":1,"case":1,"default":1,"try":1,"this":1,"switch":1,"continue":1,"typeof":1,"delete":1},literal:{"true":1,"false":1,"null":1}},c:[hljs.ASM,hljs.QSM,hljs.CLCM,hljs.CBLCLM,hljs.CNM,{b:"("+hljs.RSR+"|case|return|throw)\\s*",k:{"return":1,"throw":1,"case":1},c:[hljs.CLCM,hljs.CBLCLM,{cN:"regexp",b:"/.*?[^\\\\/]/[gim]*"}],r:0},{cN:"function",b:"\\bfunction\\b",e:"{",k:{"function":1},c:[{cN:"title",b:"[A-Za-z$_][0-9A-Za-z$_]*"},{cN:"params",b:"\\(",e:"\\)",c:[hljs.ASM,hljs.QSM,hljs.CLCM,hljs.CBLCLM]}]}]}};hljs.LANGUAGES.css=function(){var a={cN:"function",b:hljs.IR+"\\(",e:"\\)",c:[{eW:true,eE:true,c:[hljs.NM,hljs.ASM,hljs.QSM]}]};return{cI:true,dM:{i:"[=/|']",c:[hljs.CBLCLM,{cN:"id",b:"\\#[A-Za-z0-9_-]+"},{cN:"class",b:"\\.[A-Za-z0-9_-]+",r:0},{cN:"attr_selector",b:"\\[",e:"\\]",i:"$"},{cN:"pseudo",b:":(:)?[a-zA-Z0-9\\_\\-\\+\\(\\)\\\"\\']+"},{cN:"at_rule",b:"@font-face",l:"[a-z-]+",k:{"font-face":1}},{cN:"at_rule",b:"@",e:"[{;]",eE:true,k:{"import":1,page:1,media:1,charset:1},c:[a,hljs.ASM,hljs.QSM,hljs.NM]},{cN:"tag",b:hljs.IR,r:0},{cN:"rules",b:"{",e:"}",i:"[^\\s]",r:0,c:[hljs.CBLCLM,{cN:"rule",b:"[^\\s]",rB:true,e:";",eW:true,c:[{cN:"attribute",b:"[A-Z\\_\\.\\-]+",e:":",eE:true,i:"[^\\s]",starts:{cN:"value",eW:true,eE:true,c:[a,hljs.NM,hljs.QSM,hljs.ASM,hljs.CBLCLM,{cN:"hexcolor",b:"\\#[0-9A-F]+"},{cN:"important",b:"!important"}]}}]}]}]}}}();hljs.LANGUAGES.xml=function(){var b="[A-Za-z0-9\\._:-]+";var a={eW:true,c:[{cN:"attribute",b:b,r:0},{b:'="',rB:true,e:'"',c:[{cN:"value",b:'"',eW:true}]},{b:"='",rB:true,e:"'",c:[{cN:"value",b:"'",eW:true}]},{b:"=",c:[{cN:"value",b:"[^\\s/>]+"}]}]};return{cI:true,dM:{c:[{cN:"pi",b:"<\\?",e:"\\?>",r:10},{cN:"doctype",b:"<!DOCTYPE",e:">",r:10},{cN:"comment",b:"<!--",e:"-->",r:10},{cN:"cdata",b:"<\\!\\[CDATA\\[",e:"\\]\\]>",r:10},{cN:"tag",b:"<style",e:">",k:{title:{style:1}},c:[a],starts:{cN:"css",e:"</style>",rE:true,sL:"css"}},{cN:"tag",b:"<script",e:">",k:{title:{script:1}},c:[a],starts:{cN:"javascript",e:"<\/script>",rE:true,sL:"javascript"}},{cN:"vbscript",b:"<%",e:"%>",sL:"vbscript"},{cN:"tag",b:"</?",e:"/?>",c:[{cN:"title",b:"[^ />]+"},a]}]}}}();hljs.LANGUAGES.cpp=function(){var b={keyword:{"false":1,"int":1,"float":1,"while":1,"private":1,"char":1,"catch":1,"export":1,virtual:1,operator:2,sizeof:2,dynamic_cast:2,typedef:2,const_cast:2,"const":1,struct:1,"for":1,static_cast:2,union:1,namespace:1,unsigned:1,"long":1,"throw":1,"volatile":2,"static":1,"protected":1,bool:1,template:1,mutable:1,"if":1,"public":1,friend:2,"do":1,"return":1,"goto":1,auto:1,"void":2,"enum":1,"else":1,"break":1,"new":1,extern:1,using:1,"true":1,"class":1,asm:1,"case":1,typeid:1,"short":1,reinterpret_cast:2,"default":1,"double":1,register:1,explicit:1,signed:1,typename:1,"try":1,"this":1,"switch":1,"continue":1,wchar_t:1,inline:1,"delete":1,alignof:1,char16_t:1,char32_t:1,constexpr:1,decltype:1,noexcept:1,nullptr:1,static_assert:1,thread_local:1},built_in:{std:1,string:1,cin:1,cout:1,cerr:1,clog:1,stringstream:1,istringstream:1,ostringstream:1,auto_ptr:1,deque:1,list:1,queue:1,stack:1,vector:1,map:1,set:1,bitset:1,multiset:1,multimap:1,unordered_set:1,unordered_map:1,unordered_multiset:1,unordered_multimap:1,array:1,shared_ptr:1}};var a={cN:"stl_container",b:"\\b(deque|list|queue|stack|vector|map|set|bitset|multiset|multimap|unordered_map|unordered_set|unordered_multiset|unordered_multimap|array)\\s*<",e:">",k:b.built_in,r:10};a.c=[a];return{dM:{k:b,i:"</",c:[hljs.CLCM,hljs.CBLCLM,hljs.QSM,{cN:"string",b:"'",e:"[^\\\\]'",i:"[^\\\\][^']"},hljs.CNM,{cN:"preprocessor",b:"#",e:"$"},a]}}}();
\ No newline at end of file
diff --git a/doc/code/js/jquery-1.3.2.min.js b/doc/code/js/jquery-1.3.2.min.js
deleted file mode 100755
index b1ae21d8b23f25359f21b6c69f0eb2dd29016466..0000000000000000000000000000000000000000
--- a/doc/code/js/jquery-1.3.2.min.js
+++ /dev/null
@@ -1,19 +0,0 @@
-/*
- * jQuery JavaScript Library v1.3.2
- * http://jquery.com/
- *
- * Copyright (c) 2009 John Resig
- * Dual licensed under the MIT and GPL licenses.
- * http://docs.jquery.com/License
- *
- * Date: 2009-02-19 17:34:21 -0500 (Thu, 19 Feb 2009)
- * Revision: 6246
- */
-(function(){var l=this,g,y=l.jQuery,p=l.$,o=l.jQuery=l.$=function(E,F){return new o.fn.init(E,F)},D=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,f=/^.[^:#\[\.,]*$/;o.fn=o.prototype={init:function(E,H){E=E||document;if(E.nodeType){this[0]=E;this.length=1;this.context=E;return this}if(typeof E==="string"){var G=D.exec(E);if(G&&(G[1]||!H)){if(G[1]){E=o.clean([G[1]],H)}else{var I=document.getElementById(G[3]);if(I&&I.id!=G[3]){return o().find(E)}var F=o(I||[]);F.context=document;F.selector=E;return F}}else{return o(H).find(E)}}else{if(o.isFunction(E)){return o(document).ready(E)}}if(E.selector&&E.context){this.selector=E.selector;this.context=E.context}return this.setArray(o.isArray(E)?E:o.makeArray(E))},selector:"",jquery:"1.3.2",size:function(){return this.length},get:function(E){return E===g?Array.prototype.slice.call(this):this[E]},pushStack:function(F,H,E){var G=o(F);G.prevObject=this;G.context=this.context;if(H==="find"){G.selector=this.selector+(this.selector?" ":"")+E}else{if(H){G.selector=this.selector+"."+H+"("+E+")"}}return G},setArray:function(E){this.length=0;Array.prototype.push.apply(this,E);return this},each:function(F,E){return o.each(this,F,E)},index:function(E){return o.inArray(E&&E.jquery?E[0]:E,this)},attr:function(F,H,G){var E=F;if(typeof F==="string"){if(H===g){return this[0]&&o[G||"attr"](this[0],F)}else{E={};E[F]=H}}return this.each(function(I){for(F in E){o.attr(G?this.style:this,F,o.prop(this,E[F],G,I,F))}})},css:function(E,F){if((E=="width"||E=="height")&&parseFloat(F)<0){F=g}return this.attr(E,F,"curCSS")},text:function(F){if(typeof F!=="object"&&F!=null){return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(F))}var E="";o.each(F||this,function(){o.each(this.childNodes,function(){if(this.nodeType!=8){E+=this.nodeType!=1?this.nodeValue:o.fn.text([this])}})});return E},wrapAll:function(E){if(this[0]){var F=o(E,this[0].ownerDocument).clone();if(this[0].parentNode){F.insertBefore(this[0])}F.map(function(){var G=this;while(G.firstChild){G=G.firstChild}return G}).append(this)}return this},wrapInner:function(E){return this.each(function(){o(this).contents().wrapAll(E)})},wrap:function(E){return this.each(function(){o(this).wrapAll(E)})},append:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.appendChild(E)}})},prepend:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.insertBefore(E,this.firstChild)}})},before:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this)})},after:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this.nextSibling)})},end:function(){return this.prevObject||o([])},push:[].push,sort:[].sort,splice:[].splice,find:function(E){if(this.length===1){var F=this.pushStack([],"find",E);F.length=0;o.find(E,this[0],F);return F}else{return this.pushStack(o.unique(o.map(this,function(G){return o.find(E,G)})),"find",E)}},clone:function(G){var E=this.map(function(){if(!o.support.noCloneEvent&&!o.isXMLDoc(this)){var I=this.outerHTML;if(!I){var J=this.ownerDocument.createElement("div");J.appendChild(this.cloneNode(true));I=J.innerHTML}return o.clean([I.replace(/ jQuery\d+="(?:\d+|null)"/g,"").replace(/^\s*/,"")])[0]}else{return this.cloneNode(true)}});if(G===true){var H=this.find("*").andSelf(),F=0;E.find("*").andSelf().each(function(){if(this.nodeName!==H[F].nodeName){return}var I=o.data(H[F],"events");for(var K in I){for(var J in I[K]){o.event.add(this,K,I[K][J],I[K][J].data)}}F++})}return E},filter:function(E){return this.pushStack(o.isFunction(E)&&o.grep(this,function(G,F){return E.call(G,F)})||o.multiFilter(E,o.grep(this,function(F){return F.nodeType===1})),"filter",E)},closest:function(E){var G=o.expr.match.POS.test(E)?o(E):null,F=0;return this.map(function(){var H=this;while(H&&H.ownerDocument){if(G?G.index(H)>-1:o(H).is(E)){o.data(H,"closest",F);return H}H=H.parentNode;F++}})},not:function(E){if(typeof E==="string"){if(f.test(E)){return this.pushStack(o.multiFilter(E,this,true),"not",E)}else{E=o.multiFilter(E,this)}}var F=E.length&&E[E.length-1]!==g&&!E.nodeType;return this.filter(function(){return F?o.inArray(this,E)<0:this!=E})},add:function(E){return this.pushStack(o.unique(o.merge(this.get(),typeof E==="string"?o(E):o.makeArray(E))))},is:function(E){return !!E&&o.multiFilter(E,this).length>0},hasClass:function(E){return !!E&&this.is("."+E)},val:function(K){if(K===g){var E=this[0];if(E){if(o.nodeName(E,"option")){return(E.attributes.value||{}).specified?E.value:E.text}if(o.nodeName(E,"select")){var I=E.selectedIndex,L=[],M=E.options,H=E.type=="select-one";if(I<0){return null}for(var F=H?I:0,J=H?I+1:M.length;F<J;F++){var G=M[F];if(G.selected){K=o(G).val();if(H){return K}L.push(K)}}return L}return(E.value||"").replace(/\r/g,"")}return g}if(typeof K==="number"){K+=""}return this.each(function(){if(this.nodeType!=1){return}if(o.isArray(K)&&/radio|checkbox/.test(this.type)){this.checked=(o.inArray(this.value,K)>=0||o.inArray(this.name,K)>=0)}else{if(o.nodeName(this,"select")){var N=o.makeArray(K);o("option",this).each(function(){this.selected=(o.inArray(this.value,N)>=0||o.inArray(this.text,N)>=0)});if(!N.length){this.selectedIndex=-1}}else{this.value=K}}})},html:function(E){return E===g?(this[0]?this[0].innerHTML.replace(/ jQuery\d+="(?:\d+|null)"/g,""):null):this.empty().append(E)},replaceWith:function(E){return this.after(E).remove()},eq:function(E){return this.slice(E,+E+1)},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments),"slice",Array.prototype.slice.call(arguments).join(","))},map:function(E){return this.pushStack(o.map(this,function(G,F){return E.call(G,F,G)}))},andSelf:function(){return this.add(this.prevObject)},domManip:function(J,M,L){if(this[0]){var I=(this[0].ownerDocument||this[0]).createDocumentFragment(),F=o.clean(J,(this[0].ownerDocument||this[0]),I),H=I.firstChild;if(H){for(var G=0,E=this.length;G<E;G++){L.call(K(this[G],H),this.length>1||G>0?I.cloneNode(true):I)}}if(F){o.each(F,z)}}return this;function K(N,O){return M&&o.nodeName(N,"table")&&o.nodeName(O,"tr")?(N.getElementsByTagName("tbody")[0]||N.appendChild(N.ownerDocument.createElement("tbody"))):N}}};o.fn.init.prototype=o.fn;function z(E,F){if(F.src){o.ajax({url:F.src,async:false,dataType:"script"})}else{o.globalEval(F.text||F.textContent||F.innerHTML||"")}if(F.parentNode){F.parentNode.removeChild(F)}}function e(){return +new Date}o.extend=o.fn.extend=function(){var J=arguments[0]||{},H=1,I=arguments.length,E=false,G;if(typeof J==="boolean"){E=J;J=arguments[1]||{};H=2}if(typeof J!=="object"&&!o.isFunction(J)){J={}}if(I==H){J=this;--H}for(;H<I;H++){if((G=arguments[H])!=null){for(var F in G){var K=J[F],L=G[F];if(J===L){continue}if(E&&L&&typeof L==="object"&&!L.nodeType){J[F]=o.extend(E,K||(L.length!=null?[]:{}),L)}else{if(L!==g){J[F]=L}}}}}return J};var b=/z-?index|font-?weight|opacity|zoom|line-?height/i,q=document.defaultView||{},s=Object.prototype.toString;o.extend({noConflict:function(E){l.$=p;if(E){l.jQuery=y}return o},isFunction:function(E){return s.call(E)==="[object Function]"},isArray:function(E){return s.call(E)==="[object Array]"},isXMLDoc:function(E){return E.nodeType===9&&E.documentElement.nodeName!=="HTML"||!!E.ownerDocument&&o.isXMLDoc(E.ownerDocument)},globalEval:function(G){if(G&&/\S/.test(G)){var F=document.getElementsByTagName("head")[0]||document.documentElement,E=document.createElement("script");E.type="text/javascript";if(o.support.scriptEval){E.appendChild(document.createTextNode(G))}else{E.text=G}F.insertBefore(E,F.firstChild);F.removeChild(E)}},nodeName:function(F,E){return F.nodeName&&F.nodeName.toUpperCase()==E.toUpperCase()},each:function(G,K,F){var E,H=0,I=G.length;if(F){if(I===g){for(E in G){if(K.apply(G[E],F)===false){break}}}else{for(;H<I;){if(K.apply(G[H++],F)===false){break}}}}else{if(I===g){for(E in G){if(K.call(G[E],E,G[E])===false){break}}}else{for(var J=G[0];H<I&&K.call(J,H,J)!==false;J=G[++H]){}}}return G},prop:function(H,I,G,F,E){if(o.isFunction(I)){I=I.call(H,F)}return typeof I==="number"&&G=="curCSS"&&!b.test(E)?I+"px":I},className:{add:function(E,F){o.each((F||"").split(/\s+/),function(G,H){if(E.nodeType==1&&!o.className.has(E.className,H)){E.className+=(E.className?" ":"")+H}})},remove:function(E,F){if(E.nodeType==1){E.className=F!==g?o.grep(E.className.split(/\s+/),function(G){return !o.className.has(F,G)}).join(" "):""}},has:function(F,E){return F&&o.inArray(E,(F.className||F).toString().split(/\s+/))>-1}},swap:function(H,G,I){var E={};for(var F in G){E[F]=H.style[F];H.style[F]=G[F]}I.call(H);for(var F in G){H.style[F]=E[F]}},css:function(H,F,J,E){if(F=="width"||F=="height"){var L,G={position:"absolute",visibility:"hidden",display:"block"},K=F=="width"?["Left","Right"]:["Top","Bottom"];function I(){L=F=="width"?H.offsetWidth:H.offsetHeight;if(E==="border"){return}o.each(K,function(){if(!E){L-=parseFloat(o.curCSS(H,"padding"+this,true))||0}if(E==="margin"){L+=parseFloat(o.curCSS(H,"margin"+this,true))||0}else{L-=parseFloat(o.curCSS(H,"border"+this+"Width",true))||0}})}if(H.offsetWidth!==0){I()}else{o.swap(H,G,I)}return Math.max(0,Math.round(L))}return o.curCSS(H,F,J)},curCSS:function(I,F,G){var L,E=I.style;if(F=="opacity"&&!o.support.opacity){L=o.attr(E,"opacity");return L==""?"1":L}if(F.match(/float/i)){F=w}if(!G&&E&&E[F]){L=E[F]}else{if(q.getComputedStyle){if(F.match(/float/i)){F="float"}F=F.replace(/([A-Z])/g,"-$1").toLowerCase();var M=q.getComputedStyle(I,null);if(M){L=M.getPropertyValue(F)}if(F=="opacity"&&L==""){L="1"}}else{if(I.currentStyle){var J=F.replace(/\-(\w)/g,function(N,O){return O.toUpperCase()});L=I.currentStyle[F]||I.currentStyle[J];if(!/^\d+(px)?$/i.test(L)&&/^\d/.test(L)){var H=E.left,K=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;E.left=L||0;L=E.pixelLeft+"px";E.left=H;I.runtimeStyle.left=K}}}}return L},clean:function(F,K,I){K=K||document;if(typeof K.createElement==="undefined"){K=K.ownerDocument||K[0]&&K[0].ownerDocument||document}if(!I&&F.length===1&&typeof F[0]==="string"){var H=/^<(\w+)\s*\/?>$/.exec(F[0]);if(H){return[K.createElement(H[1])]}}var G=[],E=[],L=K.createElement("div");o.each(F,function(P,S){if(typeof S==="number"){S+=""}if(!S){return}if(typeof S==="string"){S=S.replace(/(<(\w+)[^>]*?)\/>/g,function(U,V,T){return T.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?U:V+"></"+T+">"});var O=S.replace(/^\s+/,"").substring(0,10).toLowerCase();var Q=!O.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!O.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||O.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!O.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!O.indexOf("<td")||!O.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!O.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||!o.support.htmlSerialize&&[1,"div<div>","</div>"]||[0,"",""];L.innerHTML=Q[1]+S+Q[2];while(Q[0]--){L=L.lastChild}if(!o.support.tbody){var R=/<tbody/i.test(S),N=!O.indexOf("<table")&&!R?L.firstChild&&L.firstChild.childNodes:Q[1]=="<table>"&&!R?L.childNodes:[];for(var M=N.length-1;M>=0;--M){if(o.nodeName(N[M],"tbody")&&!N[M].childNodes.length){N[M].parentNode.removeChild(N[M])}}}if(!o.support.leadingWhitespace&&/^\s/.test(S)){L.insertBefore(K.createTextNode(S.match(/^\s*/)[0]),L.firstChild)}S=o.makeArray(L.childNodes)}if(S.nodeType){G.push(S)}else{G=o.merge(G,S)}});if(I){for(var J=0;G[J];J++){if(o.nodeName(G[J],"script")&&(!G[J].type||G[J].type.toLowerCase()==="text/javascript")){E.push(G[J].parentNode?G[J].parentNode.removeChild(G[J]):G[J])}else{if(G[J].nodeType===1){G.splice.apply(G,[J+1,0].concat(o.makeArray(G[J].getElementsByTagName("script"))))}I.appendChild(G[J])}}return E}return G},attr:function(J,G,K){if(!J||J.nodeType==3||J.nodeType==8){return g}var H=!o.isXMLDoc(J),L=K!==g;G=H&&o.props[G]||G;if(J.tagName){var F=/href|src|style/.test(G);if(G=="selected"&&J.parentNode){J.parentNode.selectedIndex}if(G in J&&H&&!F){if(L){if(G=="type"&&o.nodeName(J,"input")&&J.parentNode){throw"type property can't be changed"}J[G]=K}if(o.nodeName(J,"form")&&J.getAttributeNode(G)){return J.getAttributeNode(G).nodeValue}if(G=="tabIndex"){var I=J.getAttributeNode("tabIndex");return I&&I.specified?I.value:J.nodeName.match(/(button|input|object|select|textarea)/i)?0:J.nodeName.match(/^(a|area)$/i)&&J.href?0:g}return J[G]}if(!o.support.style&&H&&G=="style"){return o.attr(J.style,"cssText",K)}if(L){J.setAttribute(G,""+K)}var E=!o.support.hrefNormalized&&H&&F?J.getAttribute(G,2):J.getAttribute(G);return E===null?g:E}if(!o.support.opacity&&G=="opacity"){if(L){J.zoom=1;J.filter=(J.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(K)+""=="NaN"?"":"alpha(opacity="+K*100+")")}return J.filter&&J.filter.indexOf("opacity=")>=0?(parseFloat(J.filter.match(/opacity=([^)]*)/)[1])/100)+"":""}G=G.replace(/-([a-z])/ig,function(M,N){return N.toUpperCase()});if(L){J[G]=K}return J[G]},trim:function(E){return(E||"").replace(/^\s+|\s+$/g,"")},makeArray:function(G){var E=[];if(G!=null){var F=G.length;if(F==null||typeof G==="string"||o.isFunction(G)||G.setInterval){E[0]=G}else{while(F){E[--F]=G[F]}}}return E},inArray:function(G,H){for(var E=0,F=H.length;E<F;E++){if(H[E]===G){return E}}return -1},merge:function(H,E){var F=0,G,I=H.length;if(!o.support.getAll){while((G=E[F++])!=null){if(G.nodeType!=8){H[I++]=G}}}else{while((G=E[F++])!=null){H[I++]=G}}return H},unique:function(K){var F=[],E={};try{for(var G=0,H=K.length;G<H;G++){var J=o.data(K[G]);if(!E[J]){E[J]=true;F.push(K[G])}}}catch(I){F=K}return F},grep:function(F,J,E){var G=[];for(var H=0,I=F.length;H<I;H++){if(!E!=!J(F[H],H)){G.push(F[H])}}return G},map:function(E,J){var F=[];for(var G=0,H=E.length;G<H;G++){var I=J(E[G],G);if(I!=null){F[F.length]=I}}return F.concat.apply([],F)}});var C=navigator.userAgent.toLowerCase();o.browser={version:(C.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,"0"])[1],safari:/webkit/.test(C),opera:/opera/.test(C),msie:/msie/.test(C)&&!/opera/.test(C),mozilla:/mozilla/.test(C)&&!/(compatible|webkit)/.test(C)};o.each({parent:function(E){return E.parentNode},parents:function(E){return o.dir(E,"parentNode")},next:function(E){return o.nth(E,2,"nextSibling")},prev:function(E){return o.nth(E,2,"previousSibling")},nextAll:function(E){return o.dir(E,"nextSibling")},prevAll:function(E){return o.dir(E,"previousSibling")},siblings:function(E){return o.sibling(E.parentNode.firstChild,E)},children:function(E){return o.sibling(E.firstChild)},contents:function(E){return o.nodeName(E,"iframe")?E.contentDocument||E.contentWindow.document:o.makeArray(E.childNodes)}},function(E,F){o.fn[E]=function(G){var H=o.map(this,F);if(G&&typeof G=="string"){H=o.multiFilter(G,H)}return this.pushStack(o.unique(H),E,G)}});o.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(E,F){o.fn[E]=function(G){var J=[],L=o(G);for(var K=0,H=L.length;K<H;K++){var I=(K>0?this.clone(true):this).get();o.fn[F].apply(o(L[K]),I);J=J.concat(I)}return this.pushStack(J,E,G)}});o.each({removeAttr:function(E){o.attr(this,E,"");if(this.nodeType==1){this.removeAttribute(E)}},addClass:function(E){o.className.add(this,E)},removeClass:function(E){o.className.remove(this,E)},toggleClass:function(F,E){if(typeof E!=="boolean"){E=!o.className.has(this,F)}o.className[E?"add":"remove"](this,F)},remove:function(E){if(!E||o.filter(E,[this]).length){o("*",this).add([this]).each(function(){o.event.remove(this);o.removeData(this)});if(this.parentNode){this.parentNode.removeChild(this)}}},empty:function(){o(this).children().remove();while(this.firstChild){this.removeChild(this.firstChild)}}},function(E,F){o.fn[E]=function(){return this.each(F,arguments)}});function j(E,F){return E[0]&&parseInt(o.curCSS(E[0],F,true),10)||0}var h="jQuery"+e(),v=0,A={};o.extend({cache:{},data:function(F,E,G){F=F==l?A:F;var H=F[h];if(!H){H=F[h]=++v}if(E&&!o.cache[H]){o.cache[H]={}}if(G!==g){o.cache[H][E]=G}return E?o.cache[H][E]:H},removeData:function(F,E){F=F==l?A:F;var H=F[h];if(E){if(o.cache[H]){delete o.cache[H][E];E="";for(E in o.cache[H]){break}if(!E){o.removeData(F)}}}else{try{delete F[h]}catch(G){if(F.removeAttribute){F.removeAttribute(h)}}delete o.cache[H]}},queue:function(F,E,H){if(F){E=(E||"fx")+"queue";var G=o.data(F,E);if(!G||o.isArray(H)){G=o.data(F,E,o.makeArray(H))}else{if(H){G.push(H)}}}return G},dequeue:function(H,G){var E=o.queue(H,G),F=E.shift();if(!G||G==="fx"){F=E[0]}if(F!==g){F.call(H)}}});o.fn.extend({data:function(E,G){var H=E.split(".");H[1]=H[1]?"."+H[1]:"";if(G===g){var F=this.triggerHandler("getData"+H[1]+"!",[H[0]]);if(F===g&&this.length){F=o.data(this[0],E)}return F===g&&H[1]?this.data(H[0]):F}else{return this.trigger("setData"+H[1]+"!",[H[0],G]).each(function(){o.data(this,E,G)})}},removeData:function(E){return this.each(function(){o.removeData(this,E)})},queue:function(E,F){if(typeof E!=="string"){F=E;E="fx"}if(F===g){return o.queue(this[0],E)}return this.each(function(){var G=o.queue(this,E,F);if(E=="fx"&&G.length==1){G[0].call(this)}})},dequeue:function(E){return this.each(function(){o.dequeue(this,E)})}});
-/*
- * Sizzle CSS Selector Engine - v0.9.3
- *  Copyright 2009, The Dojo Foundation
- *  Released under the MIT, BSD, and GPL Licenses.
- *  More information: http://sizzlejs.com/
- */
-(function(){var R=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?/g,L=0,H=Object.prototype.toString;var F=function(Y,U,ab,ac){ab=ab||[];U=U||document;if(U.nodeType!==1&&U.nodeType!==9){return[]}if(!Y||typeof Y!=="string"){return ab}var Z=[],W,af,ai,T,ad,V,X=true;R.lastIndex=0;while((W=R.exec(Y))!==null){Z.push(W[1]);if(W[2]){V=RegExp.rightContext;break}}if(Z.length>1&&M.exec(Y)){if(Z.length===2&&I.relative[Z[0]]){af=J(Z[0]+Z[1],U)}else{af=I.relative[Z[0]]?[U]:F(Z.shift(),U);while(Z.length){Y=Z.shift();if(I.relative[Y]){Y+=Z.shift()}af=J(Y,af)}}}else{var ae=ac?{expr:Z.pop(),set:E(ac)}:F.find(Z.pop(),Z.length===1&&U.parentNode?U.parentNode:U,Q(U));af=F.filter(ae.expr,ae.set);if(Z.length>0){ai=E(af)}else{X=false}while(Z.length){var ah=Z.pop(),ag=ah;if(!I.relative[ah]){ah=""}else{ag=Z.pop()}if(ag==null){ag=U}I.relative[ah](ai,ag,Q(U))}}if(!ai){ai=af}if(!ai){throw"Syntax error, unrecognized expression: "+(ah||Y)}if(H.call(ai)==="[object Array]"){if(!X){ab.push.apply(ab,ai)}else{if(U.nodeType===1){for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&(ai[aa]===true||ai[aa].nodeType===1&&K(U,ai[aa]))){ab.push(af[aa])}}}else{for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&ai[aa].nodeType===1){ab.push(af[aa])}}}}}else{E(ai,ab)}if(V){F(V,U,ab,ac);if(G){hasDuplicate=false;ab.sort(G);if(hasDuplicate){for(var aa=1;aa<ab.length;aa++){if(ab[aa]===ab[aa-1]){ab.splice(aa--,1)}}}}}return ab};F.matches=function(T,U){return F(T,null,null,U)};F.find=function(aa,T,ab){var Z,X;if(!aa){return[]}for(var W=0,V=I.order.length;W<V;W++){var Y=I.order[W],X;if((X=I.match[Y].exec(aa))){var U=RegExp.leftContext;if(U.substr(U.length-1)!=="\\"){X[1]=(X[1]||"").replace(/\\/g,"");Z=I.find[Y](X,T,ab);if(Z!=null){aa=aa.replace(I.match[Y],"");break}}}}if(!Z){Z=T.getElementsByTagName("*")}return{set:Z,expr:aa}};F.filter=function(ad,ac,ag,W){var V=ad,ai=[],aa=ac,Y,T,Z=ac&&ac[0]&&Q(ac[0]);while(ad&&ac.length){for(var ab in I.filter){if((Y=I.match[ab].exec(ad))!=null){var U=I.filter[ab],ah,af;T=false;if(aa==ai){ai=[]}if(I.preFilter[ab]){Y=I.preFilter[ab](Y,aa,ag,ai,W,Z);if(!Y){T=ah=true}else{if(Y===true){continue}}}if(Y){for(var X=0;(af=aa[X])!=null;X++){if(af){ah=U(af,Y,X,aa);var ae=W^!!ah;if(ag&&ah!=null){if(ae){T=true}else{aa[X]=false}}else{if(ae){ai.push(af);T=true}}}}}if(ah!==g){if(!ag){aa=ai}ad=ad.replace(I.match[ab],"");if(!T){return[]}break}}}if(ad==V){if(T==null){throw"Syntax error, unrecognized expression: "+ad}else{break}}V=ad}return aa};var I=F.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF_-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF_-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*_-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF_-]|\\.)+)(?:\((['"]*)((?:\([^\)]+\)|[^\2\(\)]*)+)\2\))?/},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(T){return T.getAttribute("href")}},relative:{"+":function(aa,T,Z){var X=typeof T==="string",ab=X&&!/\W/.test(T),Y=X&&!ab;if(ab&&!Z){T=T.toUpperCase()}for(var W=0,V=aa.length,U;W<V;W++){if((U=aa[W])){while((U=U.previousSibling)&&U.nodeType!==1){}aa[W]=Y||U&&U.nodeName===T?U||false:U===T}}if(Y){F.filter(T,aa,true)}},">":function(Z,U,aa){var X=typeof U==="string";if(X&&!/\W/.test(U)){U=aa?U:U.toUpperCase();for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){var W=Y.parentNode;Z[V]=W.nodeName===U?W:false}}}else{for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){Z[V]=X?Y.parentNode:Y.parentNode===U}}if(X){F.filter(U,Z,true)}}},"":function(W,U,Y){var V=L++,T=S;if(!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("parentNode",U,V,W,X,Y)},"~":function(W,U,Y){var V=L++,T=S;if(typeof U==="string"&&!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("previousSibling",U,V,W,X,Y)}},find:{ID:function(U,V,W){if(typeof V.getElementById!=="undefined"&&!W){var T=V.getElementById(U[1]);return T?[T]:[]}},NAME:function(V,Y,Z){if(typeof Y.getElementsByName!=="undefined"){var U=[],X=Y.getElementsByName(V[1]);for(var W=0,T=X.length;W<T;W++){if(X[W].getAttribute("name")===V[1]){U.push(X[W])}}return U.length===0?null:U}},TAG:function(T,U){return U.getElementsByTagName(T[1])}},preFilter:{CLASS:function(W,U,V,T,Z,aa){W=" "+W[1].replace(/\\/g,"")+" ";if(aa){return W}for(var X=0,Y;(Y=U[X])!=null;X++){if(Y){if(Z^(Y.className&&(" "+Y.className+" ").indexOf(W)>=0)){if(!V){T.push(Y)}}else{if(V){U[X]=false}}}}return false},ID:function(T){return T[1].replace(/\\/g,"")},TAG:function(U,T){for(var V=0;T[V]===false;V++){}return T[V]&&Q(T[V])?U[1]:U[1].toUpperCase()},CHILD:function(T){if(T[1]=="nth"){var U=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(T[2]=="even"&&"2n"||T[2]=="odd"&&"2n+1"||!/\D/.test(T[2])&&"0n+"+T[2]||T[2]);T[2]=(U[1]+(U[2]||1))-0;T[3]=U[3]-0}T[0]=L++;return T},ATTR:function(X,U,V,T,Y,Z){var W=X[1].replace(/\\/g,"");if(!Z&&I.attrMap[W]){X[1]=I.attrMap[W]}if(X[2]==="~="){X[4]=" "+X[4]+" "}return X},PSEUDO:function(X,U,V,T,Y){if(X[1]==="not"){if(X[3].match(R).length>1||/^\w/.test(X[3])){X[3]=F(X[3],null,null,U)}else{var W=F.filter(X[3],U,V,true^Y);if(!V){T.push.apply(T,W)}return false}}else{if(I.match.POS.test(X[0])||I.match.CHILD.test(X[0])){return true}}return X},POS:function(T){T.unshift(true);return T}},filters:{enabled:function(T){return T.disabled===false&&T.type!=="hidden"},disabled:function(T){return T.disabled===true},checked:function(T){return T.checked===true},selected:function(T){T.parentNode.selectedIndex;return T.selected===true},parent:function(T){return !!T.firstChild},empty:function(T){return !T.firstChild},has:function(V,U,T){return !!F(T[3],V).length},header:function(T){return/h\d/i.test(T.nodeName)},text:function(T){return"text"===T.type},radio:function(T){return"radio"===T.type},checkbox:function(T){return"checkbox"===T.type},file:function(T){return"file"===T.type},password:function(T){return"password"===T.type},submit:function(T){return"submit"===T.type},image:function(T){return"image"===T.type},reset:function(T){return"reset"===T.type},button:function(T){return"button"===T.type||T.nodeName.toUpperCase()==="BUTTON"},input:function(T){return/input|select|textarea|button/i.test(T.nodeName)}},setFilters:{first:function(U,T){return T===0},last:function(V,U,T,W){return U===W.length-1},even:function(U,T){return T%2===0},odd:function(U,T){return T%2===1},lt:function(V,U,T){return U<T[3]-0},gt:function(V,U,T){return U>T[3]-0},nth:function(V,U,T){return T[3]-0==U},eq:function(V,U,T){return T[3]-0==U}},filter:{PSEUDO:function(Z,V,W,aa){var U=V[1],X=I.filters[U];if(X){return X(Z,W,V,aa)}else{if(U==="contains"){return(Z.textContent||Z.innerText||"").indexOf(V[3])>=0}else{if(U==="not"){var Y=V[3];for(var W=0,T=Y.length;W<T;W++){if(Y[W]===Z){return false}}return true}}}},CHILD:function(T,W){var Z=W[1],U=T;switch(Z){case"only":case"first":while(U=U.previousSibling){if(U.nodeType===1){return false}}if(Z=="first"){return true}U=T;case"last":while(U=U.nextSibling){if(U.nodeType===1){return false}}return true;case"nth":var V=W[2],ac=W[3];if(V==1&&ac==0){return true}var Y=W[0],ab=T.parentNode;if(ab&&(ab.sizcache!==Y||!T.nodeIndex)){var X=0;for(U=ab.firstChild;U;U=U.nextSibling){if(U.nodeType===1){U.nodeIndex=++X}}ab.sizcache=Y}var aa=T.nodeIndex-ac;if(V==0){return aa==0}else{return(aa%V==0&&aa/V>=0)}}},ID:function(U,T){return U.nodeType===1&&U.getAttribute("id")===T},TAG:function(U,T){return(T==="*"&&U.nodeType===1)||U.nodeName===T},CLASS:function(U,T){return(" "+(U.className||U.getAttribute("class"))+" ").indexOf(T)>-1},ATTR:function(Y,W){var V=W[1],T=I.attrHandle[V]?I.attrHandle[V](Y):Y[V]!=null?Y[V]:Y.getAttribute(V),Z=T+"",X=W[2],U=W[4];return T==null?X==="!=":X==="="?Z===U:X==="*="?Z.indexOf(U)>=0:X==="~="?(" "+Z+" ").indexOf(U)>=0:!U?Z&&T!==false:X==="!="?Z!=U:X==="^="?Z.indexOf(U)===0:X==="$="?Z.substr(Z.length-U.length)===U:X==="|="?Z===U||Z.substr(0,U.length+1)===U+"-":false},POS:function(X,U,V,Y){var T=U[2],W=I.setFilters[T];if(W){return W(X,V,U,Y)}}}};var M=I.match.POS;for(var O in I.match){I.match[O]=RegExp(I.match[O].source+/(?![^\[]*\])(?![^\(]*\))/.source)}var E=function(U,T){U=Array.prototype.slice.call(U);if(T){T.push.apply(T,U);return T}return U};try{Array.prototype.slice.call(document.documentElement.childNodes)}catch(N){E=function(X,W){var U=W||[];if(H.call(X)==="[object Array]"){Array.prototype.push.apply(U,X)}else{if(typeof X.length==="number"){for(var V=0,T=X.length;V<T;V++){U.push(X[V])}}else{for(var V=0;X[V];V++){U.push(X[V])}}}return U}}var G;if(document.documentElement.compareDocumentPosition){G=function(U,T){var V=U.compareDocumentPosition(T)&4?-1:U===T?0:1;if(V===0){hasDuplicate=true}return V}}else{if("sourceIndex" in document.documentElement){G=function(U,T){var V=U.sourceIndex-T.sourceIndex;if(V===0){hasDuplicate=true}return V}}else{if(document.createRange){G=function(W,U){var V=W.ownerDocument.createRange(),T=U.ownerDocument.createRange();V.selectNode(W);V.collapse(true);T.selectNode(U);T.collapse(true);var X=V.compareBoundaryPoints(Range.START_TO_END,T);if(X===0){hasDuplicate=true}return X}}}}(function(){var U=document.createElement("form"),V="script"+(new Date).getTime();U.innerHTML="<input name='"+V+"'/>";var T=document.documentElement;T.insertBefore(U,T.firstChild);if(!!document.getElementById(V)){I.find.ID=function(X,Y,Z){if(typeof Y.getElementById!=="undefined"&&!Z){var W=Y.getElementById(X[1]);return W?W.id===X[1]||typeof W.getAttributeNode!=="undefined"&&W.getAttributeNode("id").nodeValue===X[1]?[W]:g:[]}};I.filter.ID=function(Y,W){var X=typeof Y.getAttributeNode!=="undefined"&&Y.getAttributeNode("id");return Y.nodeType===1&&X&&X.nodeValue===W}}T.removeChild(U)})();(function(){var T=document.createElement("div");T.appendChild(document.createComment(""));if(T.getElementsByTagName("*").length>0){I.find.TAG=function(U,Y){var X=Y.getElementsByTagName(U[1]);if(U[1]==="*"){var W=[];for(var V=0;X[V];V++){if(X[V].nodeType===1){W.push(X[V])}}X=W}return X}}T.innerHTML="<a href='#'></a>";if(T.firstChild&&typeof T.firstChild.getAttribute!=="undefined"&&T.firstChild.getAttribute("href")!=="#"){I.attrHandle.href=function(U){return U.getAttribute("href",2)}}})();if(document.querySelectorAll){(function(){var T=F,U=document.createElement("div");U.innerHTML="<p class='TEST'></p>";if(U.querySelectorAll&&U.querySelectorAll(".TEST").length===0){return}F=function(Y,X,V,W){X=X||document;if(!W&&X.nodeType===9&&!Q(X)){try{return E(X.querySelectorAll(Y),V)}catch(Z){}}return T(Y,X,V,W)};F.find=T.find;F.filter=T.filter;F.selectors=T.selectors;F.matches=T.matches})()}if(document.getElementsByClassName&&document.documentElement.getElementsByClassName){(function(){var T=document.createElement("div");T.innerHTML="<div class='test e'></div><div class='test'></div>";if(T.getElementsByClassName("e").length===0){return}T.lastChild.className="e";if(T.getElementsByClassName("e").length===1){return}I.order.splice(1,0,"CLASS");I.find.CLASS=function(U,V,W){if(typeof V.getElementsByClassName!=="undefined"&&!W){return V.getElementsByClassName(U[1])}}})()}function P(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1&&!ac){T.sizcache=Y;T.sizset=W}if(T.nodeName===Z){X=T;break}T=T[U]}ad[W]=X}}}function S(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1){if(!ac){T.sizcache=Y;T.sizset=W}if(typeof Z!=="string"){if(T===Z){X=true;break}}else{if(F.filter(Z,[T]).length>0){X=T;break}}}T=T[U]}ad[W]=X}}}var K=document.compareDocumentPosition?function(U,T){return U.compareDocumentPosition(T)&16}:function(U,T){return U!==T&&(U.contains?U.contains(T):true)};var Q=function(T){return T.nodeType===9&&T.documentElement.nodeName!=="HTML"||!!T.ownerDocument&&Q(T.ownerDocument)};var J=function(T,aa){var W=[],X="",Y,V=aa.nodeType?[aa]:aa;while((Y=I.match.PSEUDO.exec(T))){X+=Y[0];T=T.replace(I.match.PSEUDO,"")}T=I.relative[T]?T+"*":T;for(var Z=0,U=V.length;Z<U;Z++){F(T,V[Z],W)}return F.filter(X,W)};o.find=F;o.filter=F.filter;o.expr=F.selectors;o.expr[":"]=o.expr.filters;F.selectors.filters.hidden=function(T){return T.offsetWidth===0||T.offsetHeight===0};F.selectors.filters.visible=function(T){return T.offsetWidth>0||T.offsetHeight>0};F.selectors.filters.animated=function(T){return o.grep(o.timers,function(U){return T===U.elem}).length};o.multiFilter=function(V,T,U){if(U){V=":not("+V+")"}return F.matches(V,T)};o.dir=function(V,U){var T=[],W=V[U];while(W&&W!=document){if(W.nodeType==1){T.push(W)}W=W[U]}return T};o.nth=function(X,T,V,W){T=T||1;var U=0;for(;X;X=X[V]){if(X.nodeType==1&&++U==T){break}}return X};o.sibling=function(V,U){var T=[];for(;V;V=V.nextSibling){if(V.nodeType==1&&V!=U){T.push(V)}}return T};return;l.Sizzle=F})();o.event={add:function(I,F,H,K){if(I.nodeType==3||I.nodeType==8){return}if(I.setInterval&&I!=l){I=l}if(!H.guid){H.guid=this.guid++}if(K!==g){var G=H;H=this.proxy(G);H.data=K}var E=o.data(I,"events")||o.data(I,"events",{}),J=o.data(I,"handle")||o.data(I,"handle",function(){return typeof o!=="undefined"&&!o.event.triggered?o.event.handle.apply(arguments.callee.elem,arguments):g});J.elem=I;o.each(F.split(/\s+/),function(M,N){var O=N.split(".");N=O.shift();H.type=O.slice().sort().join(".");var L=E[N];if(o.event.specialAll[N]){o.event.specialAll[N].setup.call(I,K,O)}if(!L){L=E[N]={};if(!o.event.special[N]||o.event.special[N].setup.call(I,K,O)===false){if(I.addEventListener){I.addEventListener(N,J,false)}else{if(I.attachEvent){I.attachEvent("on"+N,J)}}}}L[H.guid]=H;o.event.global[N]=true});I=null},guid:1,global:{},remove:function(K,H,J){if(K.nodeType==3||K.nodeType==8){return}var G=o.data(K,"events"),F,E;if(G){if(H===g||(typeof H==="string"&&H.charAt(0)==".")){for(var I in G){this.remove(K,I+(H||""))}}else{if(H.type){J=H.handler;H=H.type}o.each(H.split(/\s+/),function(M,O){var Q=O.split(".");O=Q.shift();var N=RegExp("(^|\\.)"+Q.slice().sort().join(".*\\.")+"(\\.|$)");if(G[O]){if(J){delete G[O][J.guid]}else{for(var P in G[O]){if(N.test(G[O][P].type)){delete G[O][P]}}}if(o.event.specialAll[O]){o.event.specialAll[O].teardown.call(K,Q)}for(F in G[O]){break}if(!F){if(!o.event.special[O]||o.event.special[O].teardown.call(K,Q)===false){if(K.removeEventListener){K.removeEventListener(O,o.data(K,"handle"),false)}else{if(K.detachEvent){K.detachEvent("on"+O,o.data(K,"handle"))}}}F=null;delete G[O]}}})}for(F in G){break}if(!F){var L=o.data(K,"handle");if(L){L.elem=null}o.removeData(K,"events");o.removeData(K,"handle")}}},trigger:function(I,K,H,E){var G=I.type||I;if(!E){I=typeof I==="object"?I[h]?I:o.extend(o.Event(G),I):o.Event(G);if(G.indexOf("!")>=0){I.type=G=G.slice(0,-1);I.exclusive=true}if(!H){I.stopPropagation();if(this.global[G]){o.each(o.cache,function(){if(this.events&&this.events[G]){o.event.trigger(I,K,this.handle.elem)}})}}if(!H||H.nodeType==3||H.nodeType==8){return g}I.result=g;I.target=H;K=o.makeArray(K);K.unshift(I)}I.currentTarget=H;var J=o.data(H,"handle");if(J){J.apply(H,K)}if((!H[G]||(o.nodeName(H,"a")&&G=="click"))&&H["on"+G]&&H["on"+G].apply(H,K)===false){I.result=false}if(!E&&H[G]&&!I.isDefaultPrevented()&&!(o.nodeName(H,"a")&&G=="click")){this.triggered=true;try{H[G]()}catch(L){}}this.triggered=false;if(!I.isPropagationStopped()){var F=H.parentNode||H.ownerDocument;if(F){o.event.trigger(I,K,F,true)}}},handle:function(K){var J,E;K=arguments[0]=o.event.fix(K||l.event);K.currentTarget=this;var L=K.type.split(".");K.type=L.shift();J=!L.length&&!K.exclusive;var I=RegExp("(^|\\.)"+L.slice().sort().join(".*\\.")+"(\\.|$)");E=(o.data(this,"events")||{})[K.type];for(var G in E){var H=E[G];if(J||I.test(H.type)){K.handler=H;K.data=H.data;var F=H.apply(this,arguments);if(F!==g){K.result=F;if(F===false){K.preventDefault();K.stopPropagation()}}if(K.isImmediatePropagationStopped()){break}}}},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode metaKey newValue originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(H){if(H[h]){return H}var F=H;H=o.Event(F);for(var G=this.props.length,J;G;){J=this.props[--G];H[J]=F[J]}if(!H.target){H.target=H.srcElement||document}if(H.target.nodeType==3){H.target=H.target.parentNode}if(!H.relatedTarget&&H.fromElement){H.relatedTarget=H.fromElement==H.target?H.toElement:H.fromElement}if(H.pageX==null&&H.clientX!=null){var I=document.documentElement,E=document.body;H.pageX=H.clientX+(I&&I.scrollLeft||E&&E.scrollLeft||0)-(I.clientLeft||0);H.pageY=H.clientY+(I&&I.scrollTop||E&&E.scrollTop||0)-(I.clientTop||0)}if(!H.which&&((H.charCode||H.charCode===0)?H.charCode:H.keyCode)){H.which=H.charCode||H.keyCode}if(!H.metaKey&&H.ctrlKey){H.metaKey=H.ctrlKey}if(!H.which&&H.button){H.which=(H.button&1?1:(H.button&2?3:(H.button&4?2:0)))}return H},proxy:function(F,E){E=E||function(){return F.apply(this,arguments)};E.guid=F.guid=F.guid||E.guid||this.guid++;return E},special:{ready:{setup:B,teardown:function(){}}},specialAll:{live:{setup:function(E,F){o.event.add(this,F[0],c)},teardown:function(G){if(G.length){var E=0,F=RegExp("(^|\\.)"+G[0]+"(\\.|$)");o.each((o.data(this,"events").live||{}),function(){if(F.test(this.type)){E++}});if(E<1){o.event.remove(this,G[0],c)}}}}}};o.Event=function(E){if(!this.preventDefault){return new o.Event(E)}if(E&&E.type){this.originalEvent=E;this.type=E.type}else{this.type=E}this.timeStamp=e();this[h]=true};function k(){return false}function u(){return true}o.Event.prototype={preventDefault:function(){this.isDefaultPrevented=u;var E=this.originalEvent;if(!E){return}if(E.preventDefault){E.preventDefault()}E.returnValue=false},stopPropagation:function(){this.isPropagationStopped=u;var E=this.originalEvent;if(!E){return}if(E.stopPropagation){E.stopPropagation()}E.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=u;this.stopPropagation()},isDefaultPrevented:k,isPropagationStopped:k,isImmediatePropagationStopped:k};var a=function(F){var E=F.relatedTarget;while(E&&E!=this){try{E=E.parentNode}catch(G){E=this}}if(E!=this){F.type=F.data;o.event.handle.apply(this,arguments)}};o.each({mouseover:"mouseenter",mouseout:"mouseleave"},function(F,E){o.event.special[E]={setup:function(){o.event.add(this,F,a,E)},teardown:function(){o.event.remove(this,F,a)}}});o.fn.extend({bind:function(F,G,E){return F=="unload"?this.one(F,G,E):this.each(function(){o.event.add(this,F,E||G,E&&G)})},one:function(G,H,F){var E=o.event.proxy(F||H,function(I){o(this).unbind(I,E);return(F||H).apply(this,arguments)});return this.each(function(){o.event.add(this,G,E,F&&H)})},unbind:function(F,E){return this.each(function(){o.event.remove(this,F,E)})},trigger:function(E,F){return this.each(function(){o.event.trigger(E,F,this)})},triggerHandler:function(E,G){if(this[0]){var F=o.Event(E);F.preventDefault();F.stopPropagation();o.event.trigger(F,G,this[0]);return F.result}},toggle:function(G){var E=arguments,F=1;while(F<E.length){o.event.proxy(G,E[F++])}return this.click(o.event.proxy(G,function(H){this.lastToggle=(this.lastToggle||0)%F;H.preventDefault();return E[this.lastToggle++].apply(this,arguments)||false}))},hover:function(E,F){return this.mouseenter(E).mouseleave(F)},ready:function(E){B();if(o.isReady){E.call(document,o)}else{o.readyList.push(E)}return this},live:function(G,F){var E=o.event.proxy(F);E.guid+=this.selector+G;o(document).bind(i(G,this.selector),this.selector,E);return this},die:function(F,E){o(document).unbind(i(F,this.selector),E?{guid:E.guid+this.selector+F}:null);return this}});function c(H){var E=RegExp("(^|\\.)"+H.type+"(\\.|$)"),G=true,F=[];o.each(o.data(this,"events").live||[],function(I,J){if(E.test(J.type)){var K=o(H.target).closest(J.data)[0];if(K){F.push({elem:K,fn:J})}}});F.sort(function(J,I){return o.data(J.elem,"closest")-o.data(I.elem,"closest")});o.each(F,function(){if(this.fn.call(this.elem,H,this.fn.data)===false){return(G=false)}});return G}function i(F,E){return["live",F,E.replace(/\./g,"`").replace(/ /g,"|")].join(".")}o.extend({isReady:false,readyList:[],ready:function(){if(!o.isReady){o.isReady=true;if(o.readyList){o.each(o.readyList,function(){this.call(document,o)});o.readyList=null}o(document).triggerHandler("ready")}}});var x=false;function B(){if(x){return}x=true;if(document.addEventListener){document.addEventListener("DOMContentLoaded",function(){document.removeEventListener("DOMContentLoaded",arguments.callee,false);o.ready()},false)}else{if(document.attachEvent){document.attachEvent("onreadystatechange",function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",arguments.callee);o.ready()}});if(document.documentElement.doScroll&&l==l.top){(function(){if(o.isReady){return}try{document.documentElement.doScroll("left")}catch(E){setTimeout(arguments.callee,0);return}o.ready()})()}}}o.event.add(l,"load",o.ready)}o.each(("blur,focus,load,resize,scroll,unload,click,dblclick,mousedown,mouseup,mousemove,mouseover,mouseout,mouseenter,mouseleave,change,select,submit,keydown,keypress,keyup,error").split(","),function(F,E){o.fn[E]=function(G){return G?this.bind(E,G):this.trigger(E)}});o(l).bind("unload",function(){for(var E in o.cache){if(E!=1&&o.cache[E].handle){o.event.remove(o.cache[E].handle.elem)}}});(function(){o.support={};var F=document.documentElement,G=document.createElement("script"),K=document.createElement("div"),J="script"+(new Date).getTime();K.style.display="none";K.innerHTML='   <link/><table></table><a href="/a" style="color:red;float:left;opacity:.5;">a</a><select><option>text</option></select><object><param/></object>';var H=K.getElementsByTagName("*"),E=K.getElementsByTagName("a")[0];if(!H||!H.length||!E){return}o.support={leadingWhitespace:K.firstChild.nodeType==3,tbody:!K.getElementsByTagName("tbody").length,objectAll:!!K.getElementsByTagName("object")[0].getElementsByTagName("*").length,htmlSerialize:!!K.getElementsByTagName("link").length,style:/red/.test(E.getAttribute("style")),hrefNormalized:E.getAttribute("href")==="/a",opacity:E.style.opacity==="0.5",cssFloat:!!E.style.cssFloat,scriptEval:false,noCloneEvent:true,boxModel:null};G.type="text/javascript";try{G.appendChild(document.createTextNode("window."+J+"=1;"))}catch(I){}F.insertBefore(G,F.firstChild);if(l[J]){o.support.scriptEval=true;delete l[J]}F.removeChild(G);if(K.attachEvent&&K.fireEvent){K.attachEvent("onclick",function(){o.support.noCloneEvent=false;K.detachEvent("onclick",arguments.callee)});K.cloneNode(true).fireEvent("onclick")}o(function(){var L=document.createElement("div");L.style.width=L.style.paddingLeft="1px";document.body.appendChild(L);o.boxModel=o.support.boxModel=L.offsetWidth===2;document.body.removeChild(L).style.display="none"})})();var w=o.support.cssFloat?"cssFloat":"styleFloat";o.props={"for":"htmlFor","class":"className","float":w,cssFloat:w,styleFloat:w,readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",tabindex:"tabIndex"};o.fn.extend({_load:o.fn.load,load:function(G,J,K){if(typeof G!=="string"){return this._load(G)}var I=G.indexOf(" ");if(I>=0){var E=G.slice(I,G.length);G=G.slice(0,I)}var H="GET";if(J){if(o.isFunction(J)){K=J;J=null}else{if(typeof J==="object"){J=o.param(J);H="POST"}}}var F=this;o.ajax({url:G,type:H,dataType:"html",data:J,complete:function(M,L){if(L=="success"||L=="notmodified"){F.html(E?o("<div/>").append(M.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(E):M.responseText)}if(K){F.each(K,[M.responseText,L,M])}}});return this},serialize:function(){return o.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?o.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||/select|textarea/i.test(this.nodeName)||/text|hidden|password|search/i.test(this.type))}).map(function(E,F){var G=o(this).val();return G==null?null:o.isArray(G)?o.map(G,function(I,H){return{name:F.name,value:I}}):{name:F.name,value:G}}).get()}});o.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(E,F){o.fn[F]=function(G){return this.bind(F,G)}});var r=e();o.extend({get:function(E,G,H,F){if(o.isFunction(G)){H=G;G=null}return o.ajax({type:"GET",url:E,data:G,success:H,dataType:F})},getScript:function(E,F){return o.get(E,null,F,"script")},getJSON:function(E,F,G){return o.get(E,F,G,"json")},post:function(E,G,H,F){if(o.isFunction(G)){H=G;G={}}return o.ajax({type:"POST",url:E,data:G,success:H,dataType:F})},ajaxSetup:function(E){o.extend(o.ajaxSettings,E)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return l.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest()},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},ajax:function(M){M=o.extend(true,M,o.extend(true,{},o.ajaxSettings,M));var W,F=/=\?(&|$)/g,R,V,G=M.type.toUpperCase();if(M.data&&M.processData&&typeof M.data!=="string"){M.data=o.param(M.data)}if(M.dataType=="jsonp"){if(G=="GET"){if(!M.url.match(F)){M.url+=(M.url.match(/\?/)?"&":"?")+(M.jsonp||"callback")+"=?"}}else{if(!M.data||!M.data.match(F)){M.data=(M.data?M.data+"&":"")+(M.jsonp||"callback")+"=?"}}M.dataType="json"}if(M.dataType=="json"&&(M.data&&M.data.match(F)||M.url.match(F))){W="jsonp"+r++;if(M.data){M.data=(M.data+"").replace(F,"="+W+"$1")}M.url=M.url.replace(F,"="+W+"$1");M.dataType="script";l[W]=function(X){V=X;I();L();l[W]=g;try{delete l[W]}catch(Y){}if(H){H.removeChild(T)}}}if(M.dataType=="script"&&M.cache==null){M.cache=false}if(M.cache===false&&G=="GET"){var E=e();var U=M.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+E+"$2");M.url=U+((U==M.url)?(M.url.match(/\?/)?"&":"?")+"_="+E:"")}if(M.data&&G=="GET"){M.url+=(M.url.match(/\?/)?"&":"?")+M.data;M.data=null}if(M.global&&!o.active++){o.event.trigger("ajaxStart")}var Q=/^(\w+:)?\/\/([^\/?#]+)/.exec(M.url);if(M.dataType=="script"&&G=="GET"&&Q&&(Q[1]&&Q[1]!=location.protocol||Q[2]!=location.host)){var H=document.getElementsByTagName("head")[0];var T=document.createElement("script");T.src=M.url;if(M.scriptCharset){T.charset=M.scriptCharset}if(!W){var O=false;T.onload=T.onreadystatechange=function(){if(!O&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){O=true;I();L();T.onload=T.onreadystatechange=null;H.removeChild(T)}}}H.appendChild(T);return g}var K=false;var J=M.xhr();if(M.username){J.open(G,M.url,M.async,M.username,M.password)}else{J.open(G,M.url,M.async)}try{if(M.data){J.setRequestHeader("Content-Type",M.contentType)}if(M.ifModified){J.setRequestHeader("If-Modified-Since",o.lastModified[M.url]||"Thu, 01 Jan 1970 00:00:00 GMT")}J.setRequestHeader("X-Requested-With","XMLHttpRequest");J.setRequestHeader("Accept",M.dataType&&M.accepts[M.dataType]?M.accepts[M.dataType]+", */*":M.accepts._default)}catch(S){}if(M.beforeSend&&M.beforeSend(J,M)===false){if(M.global&&!--o.active){o.event.trigger("ajaxStop")}J.abort();return false}if(M.global){o.event.trigger("ajaxSend",[J,M])}var N=function(X){if(J.readyState==0){if(P){clearInterval(P);P=null;if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}}else{if(!K&&J&&(J.readyState==4||X=="timeout")){K=true;if(P){clearInterval(P);P=null}R=X=="timeout"?"timeout":!o.httpSuccess(J)?"error":M.ifModified&&o.httpNotModified(J,M.url)?"notmodified":"success";if(R=="success"){try{V=o.httpData(J,M.dataType,M)}catch(Z){R="parsererror"}}if(R=="success"){var Y;try{Y=J.getResponseHeader("Last-Modified")}catch(Z){}if(M.ifModified&&Y){o.lastModified[M.url]=Y}if(!W){I()}}else{o.handleError(M,J,R)}L();if(X){J.abort()}if(M.async){J=null}}}};if(M.async){var P=setInterval(N,13);if(M.timeout>0){setTimeout(function(){if(J&&!K){N("timeout")}},M.timeout)}}try{J.send(M.data)}catch(S){o.handleError(M,J,null,S)}if(!M.async){N()}function I(){if(M.success){M.success(V,R)}if(M.global){o.event.trigger("ajaxSuccess",[J,M])}}function L(){if(M.complete){M.complete(J,R)}if(M.global){o.event.trigger("ajaxComplete",[J,M])}if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}return J},handleError:function(F,H,E,G){if(F.error){F.error(H,E,G)}if(F.global){o.event.trigger("ajaxError",[H,F,G])}},active:0,httpSuccess:function(F){try{return !F.status&&location.protocol=="file:"||(F.status>=200&&F.status<300)||F.status==304||F.status==1223}catch(E){}return false},httpNotModified:function(G,E){try{var H=G.getResponseHeader("Last-Modified");return G.status==304||H==o.lastModified[E]}catch(F){}return false},httpData:function(J,H,G){var F=J.getResponseHeader("content-type"),E=H=="xml"||!H&&F&&F.indexOf("xml")>=0,I=E?J.responseXML:J.responseText;if(E&&I.documentElement.tagName=="parsererror"){throw"parsererror"}if(G&&G.dataFilter){I=G.dataFilter(I,H)}if(typeof I==="string"){if(H=="script"){o.globalEval(I)}if(H=="json"){I=l["eval"]("("+I+")")}}return I},param:function(E){var G=[];function H(I,J){G[G.length]=encodeURIComponent(I)+"="+encodeURIComponent(J)}if(o.isArray(E)||E.jquery){o.each(E,function(){H(this.name,this.value)})}else{for(var F in E){if(o.isArray(E[F])){o.each(E[F],function(){H(F,this)})}else{H(F,o.isFunction(E[F])?E[F]():E[F])}}}return G.join("&").replace(/%20/g,"+")}});var m={},n,d=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];function t(F,E){var G={};o.each(d.concat.apply([],d.slice(0,E)),function(){G[this]=F});return G}o.fn.extend({show:function(J,L){if(J){return this.animate(t("show",3),J,L)}else{for(var H=0,F=this.length;H<F;H++){var E=o.data(this[H],"olddisplay");this[H].style.display=E||"";if(o.css(this[H],"display")==="none"){var G=this[H].tagName,K;if(m[G]){K=m[G]}else{var I=o("<"+G+" />").appendTo("body");K=I.css("display");if(K==="none"){K="block"}I.remove();m[G]=K}o.data(this[H],"olddisplay",K)}}for(var H=0,F=this.length;H<F;H++){this[H].style.display=o.data(this[H],"olddisplay")||""}return this}},hide:function(H,I){if(H){return this.animate(t("hide",3),H,I)}else{for(var G=0,F=this.length;G<F;G++){var E=o.data(this[G],"olddisplay");if(!E&&E!=="none"){o.data(this[G],"olddisplay",o.css(this[G],"display"))}}for(var G=0,F=this.length;G<F;G++){this[G].style.display="none"}return this}},_toggle:o.fn.toggle,toggle:function(G,F){var E=typeof G==="boolean";return o.isFunction(G)&&o.isFunction(F)?this._toggle.apply(this,arguments):G==null||E?this.each(function(){var H=E?G:o(this).is(":hidden");o(this)[H?"show":"hide"]()}):this.animate(t("toggle",3),G,F)},fadeTo:function(E,G,F){return this.animate({opacity:G},E,F)},animate:function(I,F,H,G){var E=o.speed(F,H,G);return this[E.queue===false?"each":"queue"](function(){var K=o.extend({},E),M,L=this.nodeType==1&&o(this).is(":hidden"),J=this;for(M in I){if(I[M]=="hide"&&L||I[M]=="show"&&!L){return K.complete.call(this)}if((M=="height"||M=="width")&&this.style){K.display=o.css(this,"display");K.overflow=this.style.overflow}}if(K.overflow!=null){this.style.overflow="hidden"}K.curAnim=o.extend({},I);o.each(I,function(O,S){var R=new o.fx(J,K,O);if(/toggle|show|hide/.test(S)){R[S=="toggle"?L?"show":"hide":S](I)}else{var Q=S.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),T=R.cur(true)||0;if(Q){var N=parseFloat(Q[2]),P=Q[3]||"px";if(P!="px"){J.style[O]=(N||1)+P;T=((N||1)/R.cur(true))*T;J.style[O]=T+P}if(Q[1]){N=((Q[1]=="-="?-1:1)*N)+T}R.custom(T,N,P)}else{R.custom(T,S,"")}}});return true})},stop:function(F,E){var G=o.timers;if(F){this.queue([])}this.each(function(){for(var H=G.length-1;H>=0;H--){if(G[H].elem==this){if(E){G[H](true)}G.splice(H,1)}}});if(!E){this.dequeue()}return this}});o.each({slideDown:t("show",1),slideUp:t("hide",1),slideToggle:t("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(E,F){o.fn[E]=function(G,H){return this.animate(F,G,H)}});o.extend({speed:function(G,H,F){var E=typeof G==="object"?G:{complete:F||!F&&H||o.isFunction(G)&&G,duration:G,easing:F&&H||H&&!o.isFunction(H)&&H};E.duration=o.fx.off?0:typeof E.duration==="number"?E.duration:o.fx.speeds[E.duration]||o.fx.speeds._default;E.old=E.complete;E.complete=function(){if(E.queue!==false){o(this).dequeue()}if(o.isFunction(E.old)){E.old.call(this)}};return E},easing:{linear:function(G,H,E,F){return E+F*G},swing:function(G,H,E,F){return((-Math.cos(G*Math.PI)/2)+0.5)*F+E}},timers:[],fx:function(F,E,G){this.options=E;this.elem=F;this.prop=G;if(!E.orig){E.orig={}}}});o.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this)}(o.fx.step[this.prop]||o.fx.step._default)(this);if((this.prop=="height"||this.prop=="width")&&this.elem.style){this.elem.style.display="block"}},cur:function(F){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop]}var E=parseFloat(o.css(this.elem,this.prop,F));return E&&E>-10000?E:parseFloat(o.curCSS(this.elem,this.prop))||0},custom:function(I,H,G){this.startTime=e();this.start=I;this.end=H;this.unit=G||this.unit||"px";this.now=this.start;this.pos=this.state=0;var E=this;function F(J){return E.step(J)}F.elem=this.elem;if(F()&&o.timers.push(F)&&!n){n=setInterval(function(){var K=o.timers;for(var J=0;J<K.length;J++){if(!K[J]()){K.splice(J--,1)}}if(!K.length){clearInterval(n);n=g}},13)}},show:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.show=true;this.custom(this.prop=="width"||this.prop=="height"?1:0,this.cur());o(this.elem).show()},hide:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(H){var G=e();if(H||G>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var E=true;for(var F in this.options.curAnim){if(this.options.curAnim[F]!==true){E=false}}if(E){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;this.elem.style.display=this.options.display;if(o.css(this.elem,"display")=="none"){this.elem.style.display="block"}}if(this.options.hide){o(this.elem).hide()}if(this.options.hide||this.options.show){for(var I in this.options.curAnim){o.attr(this.elem.style,I,this.options.orig[I])}}this.options.complete.call(this.elem)}return false}else{var J=G-this.startTime;this.state=J/this.options.duration;this.pos=o.easing[this.options.easing||(o.easing.swing?"swing":"linear")](this.state,J,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};o.extend(o.fx,{speeds:{slow:600,fast:200,_default:400},step:{opacity:function(E){o.attr(E.elem.style,"opacity",E.now)},_default:function(E){if(E.elem.style&&E.elem.style[E.prop]!=null){E.elem.style[E.prop]=E.now+E.unit}else{E.elem[E.prop]=E.now}}}});if(document.documentElement.getBoundingClientRect){o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}var G=this[0].getBoundingClientRect(),J=this[0].ownerDocument,F=J.body,E=J.documentElement,L=E.clientTop||F.clientTop||0,K=E.clientLeft||F.clientLeft||0,I=G.top+(self.pageYOffset||o.boxModel&&E.scrollTop||F.scrollTop)-L,H=G.left+(self.pageXOffset||o.boxModel&&E.scrollLeft||F.scrollLeft)-K;return{top:I,left:H}}}else{o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}o.offset.initialized||o.offset.initialize();var J=this[0],G=J.offsetParent,F=J,O=J.ownerDocument,M,H=O.documentElement,K=O.body,L=O.defaultView,E=L.getComputedStyle(J,null),N=J.offsetTop,I=J.offsetLeft;while((J=J.parentNode)&&J!==K&&J!==H){M=L.getComputedStyle(J,null);N-=J.scrollTop,I-=J.scrollLeft;if(J===G){N+=J.offsetTop,I+=J.offsetLeft;if(o.offset.doesNotAddBorder&&!(o.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(J.tagName))){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}F=G,G=J.offsetParent}if(o.offset.subtractsBorderForOverflowNotVisible&&M.overflow!=="visible"){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}E=M}if(E.position==="relative"||E.position==="static"){N+=K.offsetTop,I+=K.offsetLeft}if(E.position==="fixed"){N+=Math.max(H.scrollTop,K.scrollTop),I+=Math.max(H.scrollLeft,K.scrollLeft)}return{top:N,left:I}}}o.offset={initialize:function(){if(this.initialized){return}var L=document.body,F=document.createElement("div"),H,G,N,I,M,E,J=L.style.marginTop,K='<div style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;"><div></div></div><table style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;" cellpadding="0" cellspacing="0"><tr><td></td></tr></table>';M={position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"};for(E in M){F.style[E]=M[E]}F.innerHTML=K;L.insertBefore(F,L.firstChild);H=F.firstChild,G=H.firstChild,I=H.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(G.offsetTop!==5);this.doesAddBorderForTableAndCells=(I.offsetTop===5);H.style.overflow="hidden",H.style.position="relative";this.subtractsBorderForOverflowNotVisible=(G.offsetTop===-5);L.style.marginTop="1px";this.doesNotIncludeMarginInBodyOffset=(L.offsetTop===0);L.style.marginTop=J;L.removeChild(F);this.initialized=true},bodyOffset:function(E){o.offset.initialized||o.offset.initialize();var G=E.offsetTop,F=E.offsetLeft;if(o.offset.doesNotIncludeMarginInBodyOffset){G+=parseInt(o.curCSS(E,"marginTop",true),10)||0,F+=parseInt(o.curCSS(E,"marginLeft",true),10)||0}return{top:G,left:F}}};o.fn.extend({position:function(){var I=0,H=0,F;if(this[0]){var G=this.offsetParent(),J=this.offset(),E=/^body|html$/i.test(G[0].tagName)?{top:0,left:0}:G.offset();J.top-=j(this,"marginTop");J.left-=j(this,"marginLeft");E.top+=j(G,"borderTopWidth");E.left+=j(G,"borderLeftWidth");F={top:J.top-E.top,left:J.left-E.left}}return F},offsetParent:function(){var E=this[0].offsetParent||document.body;while(E&&(!/^body|html$/i.test(E.tagName)&&o.css(E,"position")=="static")){E=E.offsetParent}return o(E)}});o.each(["Left","Top"],function(F,E){var G="scroll"+E;o.fn[G]=function(H){if(!this[0]){return null}return H!==g?this.each(function(){this==l||this==document?l.scrollTo(!F?H:o(l).scrollLeft(),F?H:o(l).scrollTop()):this[G]=H}):this[0]==l||this[0]==document?self[F?"pageYOffset":"pageXOffset"]||o.boxModel&&document.documentElement[G]||document.body[G]:this[0][G]}});o.each(["Height","Width"],function(I,G){var E=I?"Left":"Top",H=I?"Right":"Bottom",F=G.toLowerCase();o.fn["inner"+G]=function(){return this[0]?o.css(this[0],F,false,"padding"):null};o.fn["outer"+G]=function(K){return this[0]?o.css(this[0],F,false,K?"margin":"border"):null};var J=G.toLowerCase();o.fn[J]=function(K){return this[0]==l?document.compatMode=="CSS1Compat"&&document.documentElement["client"+G]||document.body["client"+G]:this[0]==document?Math.max(document.documentElement["client"+G],document.body["scroll"+G],document.documentElement["scroll"+G],document.body["offset"+G],document.documentElement["offset"+G]):K===g?(this.length?o.css(this[0],J):null):this.css(J,typeof K==="string"?K:K+"px")}})})();
\ No newline at end of file
diff --git a/doc/code/js/jquery-effect.js b/doc/code/js/jquery-effect.js
deleted file mode 100755
index 5b25307cc6d7bfe1b7cbe7a92ad3da1a2a468f45..0000000000000000000000000000000000000000
--- a/doc/code/js/jquery-effect.js
+++ /dev/null
@@ -1,593 +0,0 @@
-/*
- * jQuery UI Effects 1.6rc6
- *
- * Copyright (c) 2009 AUTHORS.txt (http://ui.jquery.com/about)
- * Dual licensed under the MIT (MIT-LICENSE.txt)
- * and GPL (GPL-LICENSE.txt) licenses.
- *
- * http://docs.jquery.com/UI/Effects/
- */
-;(function($) {
-
-$.effects = $.effects || {}; //Add the 'effects' scope
-
-$.extend($.effects, {
-	version: "1.6rc6",
-
-	// Saves a set of properties in a data storage
-	save: function(element, set) {
-		for(var i=0; i < set.length; i++) {
-			if(set[i] !== null) element.data("ec.storage."+set[i], element[0].style[set[i]]);
-		}
-	},
-
-	// Restores a set of previously saved properties from a data storage
-	restore: function(element, set) {
-		for(var i=0; i < set.length; i++) {
-			if(set[i] !== null) element.css(set[i], element.data("ec.storage."+set[i]));
-		}
-	},
-
-	setMode: function(el, mode) {
-		if (mode == 'toggle') mode = el.is(':hidden') ? 'show' : 'hide'; // Set for toggle
-		return mode;
-	},
-
-	getBaseline: function(origin, original) { // Translates a [top,left] array into a baseline value
-		// this should be a little more flexible in the future to handle a string & hash
-		var y, x;
-		switch (origin[0]) {
-			case 'top': y = 0; break;
-			case 'middle': y = 0.5; break;
-			case 'bottom': y = 1; break;
-			default: y = origin[0] / original.height;
-		};
-		switch (origin[1]) {
-			case 'left': x = 0; break;
-			case 'center': x = 0.5; break;
-			case 'right': x = 1; break;
-			default: x = origin[1] / original.width;
-		};
-		return {x: x, y: y};
-	},
-
-	// Wraps the element around a wrapper that copies position properties
-	createWrapper: function(element) {
-
-		//if the element is already wrapped, return it
-		if (element.parent().is('.ui-effects-wrapper'))
-			return element.parent();
-
-		//Cache width,height and float properties of the element, and create a wrapper around it
-		var props = { width: element.outerWidth(true), height: element.outerHeight(true), 'float': element.css('float') };
-		element.wrap('<div class="ui-effects-wrapper" style="font-size:100%;background:transparent;border:none;margin:0;padding:0"></div>');
-		var wrapper = element.parent();
-
-		//Transfer the positioning of the element to the wrapper
-		if (element.css('position') == 'static') {
-			wrapper.css({ position: 'relative' });
-			element.css({ position: 'relative'} );
-		} else {
-			var top = element.css('top'); if(isNaN(parseInt(top,10))) top = 'auto';
-			var left = element.css('left'); if(isNaN(parseInt(left,10))) left = 'auto';
-			wrapper.css({ position: element.css('position'), top: top, left: left, zIndex: element.css('z-index') }).show();
-			element.css({position: 'relative', top: 0, left: 0 });
-		}
-
-		wrapper.css(props);
-		return wrapper;
-	},
-
-	removeWrapper: function(element) {
-		if (element.parent().is('.ui-effects-wrapper'))
-			return element.parent().replaceWith(element);
-		return element;
-	},
-
-	setTransition: function(element, list, factor, value) {
-		value = value || {};
-		$.each(list, function(i, x){
-			unit = element.cssUnit(x);
-			if (unit[0] > 0) value[x] = unit[0] * factor + unit[1];
-		});
-		return value;
-	},
-
-	//Base function to animate from one class to another in a seamless transition
-	animateClass: function(value, duration, easing, callback) {
-
-		var cb = (typeof easing == "function" ? easing : (callback ? callback : null));
-		var ea = (typeof easing == "string" ? easing : null);
-
-		return this.each(function() {
-
-			var offset = {}; var that = $(this); var oldStyleAttr = that.attr("style") || '';
-			if(typeof oldStyleAttr == 'object') oldStyleAttr = oldStyleAttr["cssText"]; /* Stupidly in IE, style is a object.. */
-			if(value.toggle) { that.hasClass(value.toggle) ? value.remove = value.toggle : value.add = value.toggle; }
-
-			//Let's get a style offset
-			var oldStyle = $.extend({}, (document.defaultView ? document.defaultView.getComputedStyle(this,null) : this.currentStyle));
-			if(value.add) that.addClass(value.add); if(value.remove) that.removeClass(value.remove);
-			var newStyle = $.extend({}, (document.defaultView ? document.defaultView.getComputedStyle(this,null) : this.currentStyle));
-			if(value.add) that.removeClass(value.add); if(value.remove) that.addClass(value.remove);
-
-			// The main function to form the object for animation
-			for(var n in newStyle) {
-				if( typeof newStyle[n] != "function" && newStyle[n] /* No functions and null properties */
-				&& n.indexOf("Moz") == -1 && n.indexOf("length") == -1 /* No mozilla spezific render properties. */
-				&& newStyle[n] != oldStyle[n] /* Only values that have changed are used for the animation */
-				&& (n.match(/color/i) || (!n.match(/color/i) && !isNaN(parseInt(newStyle[n],10)))) /* Only things that can be parsed to integers or colors */
-				&& (oldStyle.position != "static" || (oldStyle.position == "static" && !n.match(/left|top|bottom|right/))) /* No need for positions when dealing with static positions */
-				) offset[n] = newStyle[n];
-			}
-
-			that.animate(offset, duration, ea, function() { // Animate the newly constructed offset object
-				// Change style attribute back to original. For stupid IE, we need to clear the damn object.
-				if(typeof $(this).attr("style") == 'object') { $(this).attr("style")["cssText"] = ""; $(this).attr("style")["cssText"] = oldStyleAttr; } else $(this).attr("style", oldStyleAttr);
-				if(value.add) $(this).addClass(value.add); if(value.remove) $(this).removeClass(value.remove);
-				if(cb) cb.apply(this, arguments);
-			});
-
-		});
-	}
-});
-
-
-function _normalizeArguments(a, m) {
-
-	var o = a[1] && a[1].constructor == Object ? a[1] : {}; if(m) o.mode = m;
-	var speed = a[1] && a[1].constructor != Object ? a[1] : o.duration; //either comes from options.duration or the second argument
-		speed = $.fx.off ? 0 : typeof speed === "number" ? speed : $.fx.speeds[speed] || $.fx.speeds._default;
-	var callback = o.callback || ( $.isFunction(a[2]) && a[2] ) || ( $.isFunction(a[3]) && a[3] );
-
-	return [a[0], o, speed, callback];
-	
-}
-
-//Extend the methods of jQuery
-$.fn.extend({
-
-	//Save old methods
-	_show: $.fn.show,
-	_hide: $.fn.hide,
-	__toggle: $.fn.toggle,
-	_addClass: $.fn.addClass,
-	_removeClass: $.fn.removeClass,
-	_toggleClass: $.fn.toggleClass,
-
-	// New effect methods
-	effect: function(fx, options, speed, callback) {
-		return $.effects[fx] ? $.effects[fx].call(this, {method: fx, options: options || {}, duration: speed, callback: callback }) : null;
-	},
-
-	show: function() {
-		if(!arguments[0] || (arguments[0].constructor == Number || (/(slow|normal|fast)/).test(arguments[0])))
-			return this._show.apply(this, arguments);
-		else {
-			return this.effect.apply(this, _normalizeArguments(arguments, 'show'));
-		}
-	},
-
-	hide: function() {
-		if(!arguments[0] || (arguments[0].constructor == Number || (/(slow|normal|fast)/).test(arguments[0])))
-			return this._hide.apply(this, arguments);
-		else {
-			return this.effect.apply(this, _normalizeArguments(arguments, 'hide'));
-		}
-	},
-
-	toggle: function(){
-		if(!arguments[0] || (arguments[0].constructor == Number || (/(slow|normal|fast)/).test(arguments[0])) || (arguments[0].constructor == Function))
-			return this.__toggle.apply(this, arguments);
-		else {
-			return this.effect.apply(this, _normalizeArguments(arguments, 'toggle'));
-		}
-	},
-
-	addClass: function(classNames, speed, easing, callback) {
-		return speed ? $.effects.animateClass.apply(this, [{ add: classNames },speed,easing,callback]) : this._addClass(classNames);
-	},
-	removeClass: function(classNames,speed,easing,callback) {
-		return speed ? $.effects.animateClass.apply(this, [{ remove: classNames },speed,easing,callback]) : this._removeClass(classNames);
-	},
-	toggleClass: function(classNames,speed,easing,callback) {
-		return ( (typeof speed !== "boolean") && speed ) ? $.effects.animateClass.apply(this, [{ toggle: classNames },speed,easing,callback]) : this._toggleClass(classNames, speed);
-	},
-	morph: function(remove,add,speed,easing,callback) {
-		return $.effects.animateClass.apply(this, [{ add: add, remove: remove },speed,easing,callback]);
-	},
-	switchClass: function() {
-		return this.morph.apply(this, arguments);
-	},
-
-	// helper functions
-	cssUnit: function(key) {
-		var style = this.css(key), val = [];
-		$.each( ['em','px','%','pt'], function(i, unit){
-			if(style.indexOf(unit) > 0)
-				val = [parseFloat(style), unit];
-		});
-		return val;
-	}
-});
-
-/*
- * jQuery Color Animations
- * Copyright 2007 John Resig
- * Released under the MIT and GPL licenses.
- */
-
-// We override the animation for all of these color styles
-$.each(['backgroundColor', 'borderBottomColor', 'borderLeftColor', 'borderRightColor', 'borderTopColor', 'color', 'outlineColor'], function(i,attr){
-		$.fx.step[attr] = function(fx) {
-				if ( fx.state == 0 ) {
-						fx.start = getColor( fx.elem, attr );
-						fx.end = getRGB( fx.end );
-				}
-
-				fx.elem.style[attr] = "rgb(" + [
-						Math.max(Math.min( parseInt((fx.pos * (fx.end[0] - fx.start[0])) + fx.start[0],10), 255), 0),
-						Math.max(Math.min( parseInt((fx.pos * (fx.end[1] - fx.start[1])) + fx.start[1],10), 255), 0),
-						Math.max(Math.min( parseInt((fx.pos * (fx.end[2] - fx.start[2])) + fx.start[2],10), 255), 0)
-				].join(",") + ")";
-			};
-});
-
-// Color Conversion functions from highlightFade
-// By Blair Mitchelmore
-// http://jquery.offput.ca/highlightFade/
-
-// Parse strings looking for color tuples [255,255,255]
-function getRGB(color) {
-		var result;
-
-		// Check if we're already dealing with an array of colors
-		if ( color && color.constructor == Array && color.length == 3 )
-				return color;
-
-		// Look for rgb(num,num,num)
-		if (result = /rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/.exec(color))
-				return [parseInt(result[1],10), parseInt(result[2],10), parseInt(result[3],10)];
-
-		// Look for rgb(num%,num%,num%)
-		if (result = /rgb\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*\)/.exec(color))
-				return [parseFloat(result[1])*2.55, parseFloat(result[2])*2.55, parseFloat(result[3])*2.55];
-
-		// Look for #a0b1c2
-		if (result = /#([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})/.exec(color))
-				return [parseInt(result[1],16), parseInt(result[2],16), parseInt(result[3],16)];
-
-		// Look for #fff
-		if (result = /#([a-fA-F0-9])([a-fA-F0-9])([a-fA-F0-9])/.exec(color))
-				return [parseInt(result[1]+result[1],16), parseInt(result[2]+result[2],16), parseInt(result[3]+result[3],16)];
-
-		// Look for rgba(0, 0, 0, 0) == transparent in Safari 3
-		if (result = /rgba\(0, 0, 0, 0\)/.exec(color))
-				return colors['transparent'];
-
-		// Otherwise, we're most likely dealing with a named color
-		return colors[$.trim(color).toLowerCase()];
-}
-
-function getColor(elem, attr) {
-		var color;
-
-		do {
-				color = $.curCSS(elem, attr);
-
-				// Keep going until we find an element that has color, or we hit the body
-				if ( color != '' && color != 'transparent' || $.nodeName(elem, "body") )
-						break;
-
-				attr = "backgroundColor";
-		} while ( elem = elem.parentNode );
-
-		return getRGB(color);
-};
-
-// Some named colors to work with
-// From Interface by Stefan Petre
-// http://interface.eyecon.ro/
-
-var colors = {
-	aqua:[0,255,255],
-	azure:[240,255,255],
-	beige:[245,245,220],
-	black:[0,0,0],
-	blue:[0,0,255],
-	brown:[165,42,42],
-	cyan:[0,255,255],
-	darkblue:[0,0,139],
-	darkcyan:[0,139,139],
-	darkgrey:[169,169,169],
-	darkgreen:[0,100,0],
-	darkkhaki:[189,183,107],
-	darkmagenta:[139,0,139],
-	darkolivegreen:[85,107,47],
-	darkorange:[255,140,0],
-	darkorchid:[153,50,204],
-	darkred:[139,0,0],
-	darksalmon:[233,150,122],
-	darkviolet:[148,0,211],
-	fuchsia:[255,0,255],
-	gold:[255,215,0],
-	green:[0,128,0],
-	indigo:[75,0,130],
-	khaki:[240,230,140],
-	lightblue:[173,216,230],
-	lightcyan:[224,255,255],
-	lightgreen:[144,238,144],
-	lightgrey:[211,211,211],
-	lightpink:[255,182,193],
-	lightyellow:[255,255,224],
-	lime:[0,255,0],
-	magenta:[255,0,255],
-	maroon:[128,0,0],
-	navy:[0,0,128],
-	olive:[128,128,0],
-	orange:[255,165,0],
-	pink:[255,192,203],
-	purple:[128,0,128],
-	violet:[128,0,128],
-	red:[255,0,0],
-	silver:[192,192,192],
-	white:[255,255,255],
-	yellow:[255,255,0],
-	transparent: [255,255,255]
-};
-
-/*
- * jQuery Easing v1.3 - http://gsgd.co.uk/sandbox/jquery/easing/
- *
- * Uses the built in easing capabilities added In jQuery 1.1
- * to offer multiple easing options
- *
- * TERMS OF USE - jQuery Easing
- *
- * Open source under the BSD License.
- *
- * Copyright 2008 George McGinley Smith
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without modification,
- * are permitted provided that the following conditions are met:
- *
- * Redistributions of source code must retain the above copyright notice, this list of
- * conditions and the following disclaimer.
- * Redistributions in binary form must reproduce the above copyright notice, this list
- * of conditions and the following disclaimer in the documentation and/or other materials
- * provided with the distribution.
- *
- * Neither the name of the author nor the names of contributors may be used to endorse
- * or promote products derived from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
- * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
- * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
- * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
- * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
- * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
- * OF THE POSSIBILITY OF SUCH DAMAGE.
- *
-*/
-
-// t: current time, b: begInnIng value, c: change In value, d: duration
-$.easing.jswing = $.easing.swing;
-
-$.extend($.easing,
-{
-	def: 'easeOutQuad',
-	swing: function (x, t, b, c, d) {
-		//alert($.easing.default);
-		return $.easing[$.easing.def](x, t, b, c, d);
-	},
-	easeInQuad: function (x, t, b, c, d) {
-		return c*(t/=d)*t + b;
-	},
-	easeOutQuad: function (x, t, b, c, d) {
-		return -c *(t/=d)*(t-2) + b;
-	},
-	easeInOutQuad: function (x, t, b, c, d) {
-		if ((t/=d/2) < 1) return c/2*t*t + b;
-		return -c/2 * ((--t)*(t-2) - 1) + b;
-	},
-	easeInCubic: function (x, t, b, c, d) {
-		return c*(t/=d)*t*t + b;
-	},
-	easeOutCubic: function (x, t, b, c, d) {
-		return c*((t=t/d-1)*t*t + 1) + b;
-	},
-	easeInOutCubic: function (x, t, b, c, d) {
-		if ((t/=d/2) < 1) return c/2*t*t*t + b;
-		return c/2*((t-=2)*t*t + 2) + b;
-	},
-	easeInQuart: function (x, t, b, c, d) {
-		return c*(t/=d)*t*t*t + b;
-	},
-	easeOutQuart: function (x, t, b, c, d) {
-		return -c * ((t=t/d-1)*t*t*t - 1) + b;
-	},
-	easeInOutQuart: function (x, t, b, c, d) {
-		if ((t/=d/2) < 1) return c/2*t*t*t*t + b;
-		return -c/2 * ((t-=2)*t*t*t - 2) + b;
-	},
-	easeInQuint: function (x, t, b, c, d) {
-		return c*(t/=d)*t*t*t*t + b;
-	},
-	easeOutQuint: function (x, t, b, c, d) {
-		return c*((t=t/d-1)*t*t*t*t + 1) + b;
-	},
-	easeInOutQuint: function (x, t, b, c, d) {
-		if ((t/=d/2) < 1) return c/2*t*t*t*t*t + b;
-		return c/2*((t-=2)*t*t*t*t + 2) + b;
-	},
-	easeInSine: function (x, t, b, c, d) {
-		return -c * Math.cos(t/d * (Math.PI/2)) + c + b;
-	},
-	easeOutSine: function (x, t, b, c, d) {
-		return c * Math.sin(t/d * (Math.PI/2)) + b;
-	},
-	easeInOutSine: function (x, t, b, c, d) {
-		return -c/2 * (Math.cos(Math.PI*t/d) - 1) + b;
-	},
-	easeInExpo: function (x, t, b, c, d) {
-		return (t==0) ? b : c * Math.pow(2, 10 * (t/d - 1)) + b;
-	},
-	easeOutExpo: function (x, t, b, c, d) {
-		return (t==d) ? b+c : c * (-Math.pow(2, -10 * t/d) + 1) + b;
-	},
-	easeInOutExpo: function (x, t, b, c, d) {
-		if (t==0) return b;
-		if (t==d) return b+c;
-		if ((t/=d/2) < 1) return c/2 * Math.pow(2, 10 * (t - 1)) + b;
-		return c/2 * (-Math.pow(2, -10 * --t) + 2) + b;
-	},
-	easeInCirc: function (x, t, b, c, d) {
-		return -c * (Math.sqrt(1 - (t/=d)*t) - 1) + b;
-	},
-	easeOutCirc: function (x, t, b, c, d) {
-		return c * Math.sqrt(1 - (t=t/d-1)*t) + b;
-	},
-	easeInOutCirc: function (x, t, b, c, d) {
-		if ((t/=d/2) < 1) return -c/2 * (Math.sqrt(1 - t*t) - 1) + b;
-		return c/2 * (Math.sqrt(1 - (t-=2)*t) + 1) + b;
-	},
-	easeInElastic: function (x, t, b, c, d) {
-		var s=1.70158;var p=0;var a=c;
-		if (t==0) return b;  if ((t/=d)==1) return b+c;  if (!p) p=d*.3;
-		if (a < Math.abs(c)) { a=c; var s=p/4; }
-		else var s = p/(2*Math.PI) * Math.asin (c/a);
-		return -(a*Math.pow(2,10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )) + b;
-	},
-	easeOutElastic: function (x, t, b, c, d) {
-		var s=1.70158;var p=0;var a=c;
-		if (t==0) return b;  if ((t/=d)==1) return b+c;  if (!p) p=d*.3;
-		if (a < Math.abs(c)) { a=c; var s=p/4; }
-		else var s = p/(2*Math.PI) * Math.asin (c/a);
-		return a*Math.pow(2,-10*t) * Math.sin( (t*d-s)*(2*Math.PI)/p ) + c + b;
-	},
-	easeInOutElastic: function (x, t, b, c, d) {
-		var s=1.70158;var p=0;var a=c;
-		if (t==0) return b;  if ((t/=d/2)==2) return b+c;  if (!p) p=d*(.3*1.5);
-		if (a < Math.abs(c)) { a=c; var s=p/4; }
-		else var s = p/(2*Math.PI) * Math.asin (c/a);
-		if (t < 1) return -.5*(a*Math.pow(2,10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )) + b;
-		return a*Math.pow(2,-10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )*.5 + c + b;
-	},
-	easeInBack: function (x, t, b, c, d, s) {
-		if (s == undefined) s = 1.70158;
-		return c*(t/=d)*t*((s+1)*t - s) + b;
-	},
-	easeOutBack: function (x, t, b, c, d, s) {
-		if (s == undefined) s = 1.70158;
-		return c*((t=t/d-1)*t*((s+1)*t + s) + 1) + b;
-	},
-	easeInOutBack: function (x, t, b, c, d, s) {
-		if (s == undefined) s = 1.70158;
-		if ((t/=d/2) < 1) return c/2*(t*t*(((s*=(1.525))+1)*t - s)) + b;
-		return c/2*((t-=2)*t*(((s*=(1.525))+1)*t + s) + 2) + b;
-	},
-	easeInBounce: function (x, t, b, c, d) {
-		return c - $.easing.easeOutBounce (x, d-t, 0, c, d) + b;
-	},
-	easeOutBounce: function (x, t, b, c, d) {
-		if ((t/=d) < (1/2.75)) {
-			return c*(7.5625*t*t) + b;
-		} else if (t < (2/2.75)) {
-			return c*(7.5625*(t-=(1.5/2.75))*t + .75) + b;
-		} else if (t < (2.5/2.75)) {
-			return c*(7.5625*(t-=(2.25/2.75))*t + .9375) + b;
-		} else {
-			return c*(7.5625*(t-=(2.625/2.75))*t + .984375) + b;
-		}
-	},
-	easeInOutBounce: function (x, t, b, c, d) {
-		if (t < d/2) return $.easing.easeInBounce (x, t*2, 0, c, d) * .5 + b;
-		return $.easing.easeOutBounce (x, t*2-d, 0, c, d) * .5 + c*.5 + b;
-	}
-});
-/*
- *
- * TERMS OF USE - EASING EQUATIONS
- *
- * Open source under the BSD License.
- *
- * Copyright 2001 Robert Penner
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without modification,
- * are permitted provided that the following conditions are met:
- *
- * Redistributions of source code must retain the above copyright notice, this list of
- * conditions and the following disclaimer.
- * Redistributions in binary form must reproduce the above copyright notice, this list
- * of conditions and the following disclaimer in the documentation and/or other materials
- * provided with the distribution.
- *
- * Neither the name of the author nor the names of contributors may be used to endorse
- * or promote products derived from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
- * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
- * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
- * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
- * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
- * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
- * OF THE POSSIBILITY OF SUCH DAMAGE.
- *
- */
-
-})(jQuery);
-
-/*
- * jQuery UI Effects Highlight 1.6rc6
- *
- * Copyright (c) 2009 AUTHORS.txt (http://ui.jquery.com/about)
- * Dual licensed under the MIT (MIT-LICENSE.txt)
- * and GPL (GPL-LICENSE.txt) licenses.
- *
- * http://docs.jquery.com/UI/Effects/Highlight
- *
- * Depends:
- *	effects.core.js
- */
-(function($) {
-
-$.effects.highlight = function(o) {
-
-	return this.queue(function() {
-
-		// Create element
-		var el = $(this), props = ['backgroundImage','backgroundColor','opacity'];
-
-		// Set options
-		var mode = $.effects.setMode(el, o.options.mode || 'show'); // Set Mode
-		var color = o.options.color || "#ffff99"; // Default highlight color
-		var oldColor = el.css("backgroundColor");
-
-		// Adjust
-		$.effects.save(el, props); el.show(); // Save & Show
-		el.css({backgroundImage: 'none', backgroundColor: color}); // Shift
-
-		// Animation
-		var animation = {backgroundColor: oldColor };
-		if (mode == "hide") animation['opacity'] = 0;
-
-		// Animate
-		el.animate(animation, { queue: false, duration: o.duration, easing: o.options.easing, complete: function() {
-			if(mode == "hide") el.hide();
-			$.effects.restore(el, props);
-		if (mode == "show" && $.browser.msie) this.style.removeAttribute('filter');
-			if(o.callback) o.callback.apply(this, arguments);
-			el.dequeue();
-		}});
-
-	});
-
-};
-
-})(jQuery);
\ No newline at end of file
diff --git a/doc/code/js/main.js b/doc/code/js/main.js
deleted file mode 100755
index 859772b91d9731003092fd039f6bf861284ca841..0000000000000000000000000000000000000000
--- a/doc/code/js/main.js
+++ /dev/null
@@ -1,24 +0,0 @@
-function toggleSource(id)
-{
-  var src = $('#' + id).toggle();
-  var isVisible = src.is(':visible');
-  $('#l_' + id).html(isVisible ? 'hide' : 'show');
-  if (!src.data('syntax-higlighted')) {
-    src.data('syntax-higlighted', 1);
-    hljs.highlightBlock(src[0]);
-  }
-}
-
-window.highlight = function(url) {
-  var hash = url.match(/#([^#]+)$/)
-  if(hash) {
-    $('a[name=' + hash[1] + ']').parent().effect('highlight', {}, 'slow')
-  }
-}
-
-$(function() {
-  highlight('#' + location.hash);
-  $('.description pre').each(function() {
-    hljs.highlightBlock(this);
-  });
-});
diff --git a/doc/code/js/navigation.js b/doc/code/js/navigation.js
deleted file mode 100644
index e41268123ea92f47c99e2e38a542c2334dfc1aeb..0000000000000000000000000000000000000000
--- a/doc/code/js/navigation.js
+++ /dev/null
@@ -1,142 +0,0 @@
-/*
- * Navigation allows movement using the arrow keys through the search results.
- *
- * When using this library you will need to set scrollIntoView to the
- * appropriate function for your layout.  Use scrollInWindow if the container
- * is not scrollable and scrollInElement if the container is a separate
- * scrolling region.
- */
-Navigation = new function() {
-  this.initNavigation = function() {
-    var _this = this;
-
-    $(document).keydown(function(e) {
-      _this.onkeydown(e);
-    }).keyup(function(e) {
-      _this.onkeyup(e);
-    });
-
-    this.navigationActive = true;
-  }
-
-  this.setNavigationActive = function(state) {
-    this.navigationActive = state;
-    this.clearMoveTimeout();
-  }
-
-  this.onkeyup = function(e) {
-    if (!this.navigationActive) return;
-
-    switch(e.keyCode) {
-      case 37: //Event.KEY_LEFT:
-      case 38: //Event.KEY_UP:
-      case 39: //Event.KEY_RIGHT:
-      case 40: //Event.KEY_DOWN:
-        this.clearMoveTimeout();
-        break;
-    }
-  }
-
-  this.onkeydown = function(e) {
-    if (!this.navigationActive) return;
-    switch(e.keyCode) {
-      case 37: //Event.KEY_LEFT:
-        if (this.moveLeft()) e.preventDefault();
-        break;
-      case 38: //Event.KEY_UP:
-        if (e.keyCode == 38 || e.ctrlKey) {
-          if (this.moveUp()) e.preventDefault();
-          this.startMoveTimeout(false);
-        }
-        break;
-      case 39: //Event.KEY_RIGHT:
-        if (this.moveRight()) e.preventDefault();
-        break;
-      case 40: //Event.KEY_DOWN:
-        if (e.keyCode == 40 || e.ctrlKey) {
-          if (this.moveDown()) e.preventDefault();
-          this.startMoveTimeout(true);
-        }
-        break;
-      case 13: //Event.KEY_RETURN:
-        if (this.$current)
-          e.preventDefault();
-          this.select(this.$current);
-        break;
-    }
-    if (e.ctrlKey && e.shiftKey) this.select(this.$current);
-  }
-
-  this.clearMoveTimeout = function() {
-    clearTimeout(this.moveTimeout);
-    this.moveTimeout = null;
-  }
-
-  this.startMoveTimeout = function(isDown) {
-    if (!$.browser.mozilla && !$.browser.opera) return;
-    if (this.moveTimeout) this.clearMoveTimeout();
-    var _this = this;
-
-    var go = function() {
-      if (!_this.moveTimeout) return;
-      _this[isDown ? 'moveDown' : 'moveUp']();
-      _this.moveTimout = setTimeout(go, 100);
-    }
-    this.moveTimeout = setTimeout(go, 200);
-  }
-
-  this.moveRight = function() {
-  }
-
-  this.moveLeft = function() {
-  }
-
-  this.move = function(isDown) {
-  }
-
-  this.moveUp = function() {
-    return this.move(false);
-  }
-
-  this.moveDown = function() {
-    return this.move(true);
-  }
-
-  /*
-   * Scrolls to the given element in the scrollable element view.
-   */
-  this.scrollInElement = function(element, view) {
-    var offset, viewHeight, viewScroll, height;
-    offset = element.offsetTop;
-    height = element.offsetHeight;
-    viewHeight = view.offsetHeight;
-    viewScroll = view.scrollTop;
-
-    if (offset - viewScroll + height > viewHeight) {
-      view.scrollTop = offset - viewHeight + height;
-    }
-    if (offset < viewScroll) {
-      view.scrollTop = offset;
-    }
-  }
-
-  /*
-   * Scrolls to the given element in the window.  The second argument is
-   * ignored
-   */
-  this.scrollInWindow = function(element, ignored) {
-    var offset, viewHeight, viewScroll, height;
-    offset = element.offsetTop;
-    height = element.offsetHeight;
-    viewHeight = window.innerHeight;
-    viewScroll = window.scrollY;
-
-    if (offset - viewScroll + height > viewHeight) {
-      window.scrollTo(window.scrollX, offset - viewHeight + height);
-    }
-    if (offset < viewScroll) {
-      window.scrollTo(window.scrollX, offset);
-    }
-  }
-}
-
diff --git a/doc/code/js/search_index.js b/doc/code/js/search_index.js
deleted file mode 100644
index 7fda2f97640148a06e7b3865f8ac45ddf5adced9..0000000000000000000000000000000000000000
--- a/doc/code/js/search_index.js
+++ /dev/null
@@ -1 +0,0 @@
-var search_data = {"index":{"searchIndex":["ability","account","activityobserver","admin","dashboardcontroller","groupscontroller","hookscontroller","logscontroller","projectscontroller","resquecontroller","teammemberscontroller","userscontroller","admincontroller","applicationcontroller","applicationdecorator","applicationhelper","attachmentuploader","authority","basecontext","blamecontroller","blobcontroller","commit","commitcontroller","commitdecorator","commitloadcontext","commitscontroller","commitshelper","comparecontroller","dashboardcontroller","dashboardhelper","deploykeyscontroller","errorscontroller","event","eventdecorator","eventfilter","eventshelper","extractspath","invalidpatherror","filesizevalidator","helper","githost","gitlab","api","apihelpers","applogger","auth","entities","hook","issue","mrnote","mergerequest","milestone","note","project","projectmember","projectsnippet","repocommit","repoobject","sshkey","user","userbasic","userlogin","gitlogger","gitstats","gitolite","accessdenied","gitoliteconfig","pullerror","pusherror","graph","commit","jsonbuilder","inlinediff","issues","logger","markdown","mergerequests","milestones","notes","projectmover","projectmoveerror","projects","regex","satellite","action","editfileaction","mergeaction","satellite","seeder","session","theme","users","gitlabciservice","gitlabmarkdownhelper","grack","auth","group","groupscontroller","helpcontroller","hookscontroller","issue","issuecommonality","classmethods","issueobserver","issuesbulkupdatecontext","issuescontroller","issueshelper","issueslistcontext","key","keyobserver","keyscontroller","labelscontroller","mergerequest","mergerequestobserver","mergerequestscontroller","mergerequestshelper","mergerequestsloadcontext","milestone","milestonescontroller","namespace","namespacedproject","namespaceshelper","note","noteevent","noteobserver","notes","createcontext","loadcontext","notescontroller","noteshelper","notify","omniauthcallbackscontroller","postreceive","profilehelper","profilescontroller","project","transfererror","projecthook","projectobserver","projectresourcecontroller","projectupdatecontext","projectscontroller","projectshelper","protectedbranch","protectedbranchescontroller","pushevent","pushobserver","redcarpet","render","gitlabhtml","refscontroller","repositoriescontroller","repository","searchcontext","searchcontroller","service","servicehook","servicescontroller","snippet","snippetscontroller","snippetshelper","staticmodel","classmethods","systemhook","systemhookobserver","systemhookworker","tabhelper","tagshelper","team","teammemberscontroller","testhookcontext","tree","treecontroller","treedecorator","treehelper","user","userdecorator","userobserver","usersproject","usersprojectobserver","votes","webhook","wiki","wikiscontroller","==()","[]()","_indexes_of_changed_lines()","abilities()","abilities()","abilities()","abilities()","access_denied!()","access_options()","access_roles()","account()","action_name()","activated?()","active()","active?()","add_abilities()","add_access()","add_refs()","add_user_id_to_team()","add_user_to_team()","add_users_ids_to_team()","add_users_into_projects()","add_users_to_project_teams()","add_users_to_team()","admin_all_repo()","admin_all_repo!()","after_commit()","after_create()","after_create()","after_create()","after_create()","after_create()","after_create()","after_create()","after_create()","after_destroy()","after_destroy()","after_destroy()","after_destroy()","after_destroy()","after_save()","after_save()","after_save()","after_sign_in_path_for()","after_update()","after_update()","after_update()","all_hooks_fire()","allow_read_for?()","allowed()","allowed_tree_edit?()","app_theme()","apply()","apply_filter()","apply_import()","archive()","archive_repo()","assign_ref_vars()","async_execute()","attributes_for_keys()","authbutton()","authenticate!()","authenticate_admin!()","authenticated_as_admin!()","author()","author_email()","author_id()","author_link()","author_name()","authorize!()","authorize_admin_issue!()","authorize_admin_merge_request!()","authorize_admin_milestone!()","authorize_admin_snippet!()","authorize_code_access!()","authorize_modify_issue!()","authorize_modify_merge_request!()","authorize_modify_snippet!()","authorize_project!()","authorize_read_group!()","authorized_for()","authorized_groups()","authorized_projects()","authors()","authors_count()","automerge()","automerge!()","automerge_check()","avatar_image()","base_class()","base_space()","block()","block()","block_code()","branch?()","branch_from()","branch_name()","branch_names()","branch_to()","branches()","branches()","branches_tab_class()","breadcrumbs()","breadcrumbs()","broken_diffs?()","build()","build_commit_note()","build_graph()","build_line_anchor()","build_page()","bulk_delete()","bulk_import()","bulk_update()","bulk_update()","can?()","can?()","can?()","can?()","can?()","can_be_closed?()","can_be_merged?()","can_be_merged?()","can_create_group?()","can_create_project?()","can_edit?()","cared_merge_requests()","changed_issue?()","changed_merge_request?()","check_if_can_be_merged()","check_limit()","check_validity!()","chief()","ci_build_details_path()","ci_status()","clean_repo()","clear_and_update!()","closed?()","closed_event()","closed_items_count()","code()","collect_authors()","collect_commits()","comments()","commit()","commit()","commit!()","commit_author()","commit_badge_path()","commit_from()","commit_line_notes()","commit_notes()","commit_status()","commit_status_path()","commit_to()","commit_to_html()","commits()","commits()","commits()","commits()","commits_between()","commits_between()","commits_count()","commits_count()","commits_since()","commits_since()","commits_with_refs()","commits_with_refs()","committer_email()","committer_link()","committer_name()","common_notes()","compare()","compose_service_hook()","config()","content_types()","create()","create()","create()","create()","create()","create()","create()","create()","create()","create()","create()","create()","create()","create()","create()","create()","create()","create_by_user()","create_from_omniauth()","create_from_omniauth()","create_repository()","create_status_change_note()","created_at()","css_class_by_id()","current_action?()","current_controller?()","current_ref()","current_user()","dashboard_filter()","dashboard_filter_path()","data()","default_filter()","default_regex()","define_show_vars()","define_tree_vars()","delete_users_ids_from_team()","description()","design()","destroy()","destroy()","destroy()","destroy()","destroy()","destroy()","destroy()","destroy()","destroy()","destroy()","destroy()","destroy()","destroy()","destroy()","destroy()","destroy_project()","destroy_project!()","destroy_repository()","destroyed?()","determine_action()","dev_access_for?()","dev_tools()","diff_line_content()","different_committer?()","diffs()","diffs()","dir_exists?()","discover_default_branch()","downvote?()","downvotes()","downvotes_in_percent()","each_diff_line()","edit()","edit()","edit()","edit()","edit()","edit()","edit()","edit()","edit()","edit()","edit()","edit()","emoji_autocomplete_source()","empty?()","empty_repo?()","enable_automerge()","ensure_dir_exist()","entities_per_project()","error()","event_action_name()","event_filter()","event_filter_link()","event_image()","execute()","execute()","execute()","execute()","execute()","execute()","execute()","execute()","execute()","execute()","execute()","execute_hooks()","execute_services()","exists?()","expired?()","expired?()","expires_at()","extract_ref()","failure_message()","feed_summary()","feed_title()","feed_url()","file_name()","file_name()","files()","files_count()","filter()","find_all_by_branch()","find_all_by_milestone()","find_for_ldap_auth()","find_for_ldap_auth()","find_free_space()","find_or_first()","find_or_new_for_omniauth()","find_or_new_for_omniauth()","find_project()","find_with_namespace()","fingerprintable_key()","first_name()","for_commit?()","for_diff_line?()","forbidden!()","format_message()","format_message()","fresh_commits()","fresh_commits()","generate_password()","gfm()","git_error?()","git_host()","git_not_found!()","githost()","gitlab_auth()","gitlab_ci?()","gitlab_markdown?()","global_id()","graph()","graph()","gravatar_icon()","group()","group_abilities()","grouped_options_refs()","grouper_project_members()","guest_access_for?()","has_commits?()","has_post_receive_file?()","heads()","help()","hexdigest()","history()","history()","hook_file()","http_url_to_repo()","human_name()","human_name()","human_state()","identification_type()","identifier()","image_diff_class()","import_team()","in_locked_and_timed_satellite()","index()","index()","index()","index()","index()","index()","index()","index()","index()","index()","index()","index()","index()","index()","index()","index()","index()","index()","index()","index()","index_commits()","info()","invalid?()","is_admin?()","is_assigned?()","is_being_closed?()","is_being_reassigned?()","is_being_reopened?()","is_blob?()","is_deploy_key()","is_empty?()","issue()","issue()","issue?()","issue_css_classes()","issue_status_changed_email()","issue_tags()","issues()","issues()","issues_active_milestones()","issues_filter()","issues_filtered()","issues_labels()","items_for()","joined?()","labels_autocomplete_source()","last_activity()","last_activity_date()","last_activity_project()","last_commit()","last_commit()","last_commit()","last_commit_for()","last_commit_short_sha()","last_deploy?()","last_push_to_non_root?()","ldap()","ldap_enable?()","left?()","lifetime_select_options()","link_title()","link_to_author()","link_to_commit_diff_line_note()","link_to_gfm()","link_to_member()","link_to_project()","loading_more_notes?()","loading_new_notes?()","lock()","lock_file()","log()","log()","log_exception()","log_info()","log_info()","log_info()","logs_tree()","mark_as_merged!()","mark_as_unchecked()","mark_as_unmergable()","mark_reserved()","markdown()","markup?()","master_access_for?()","max_count()","md_ref?()","membership_changed?()","merge!()","merge!()","merge_event()","merge_request()","merge_request()","merge_request?()","merge_requests()","merge_requests()","merged()","merged?()","merged?()","method_missing()","method_missing()","milestone()","milestone?()","mode()","module_enabled()","module_enabled()","module_enabled()","module_enabled()","move_dir()","move_repository()","mr_and_commit_notes()","mr_css_classes()","my_own_projects()","name()","name_with_namespace()","namespace_dir()","namespace_full_path()","namespace_id()","namespace_owner()","namespaces()","namespaces_options()","nav_link()","nav_tab()","new()","new()","new()","new()","new()","new()","new()","new()","new()","new()","new()","new()","new()","new()","new()","new()","new()","new()","new()","new()","new()","new()","new()","new()","new()","new?()","new_branch?()","new_issue?()","new_issue_email()","new_merge_request?()","new_merge_request_email()","new_mr_path_from_push_event()","new_record?()","new_ref?()","new_user_email()","no_cache_headers()","no_commit_message()","not_allowed!()","not_found!()","not_found!()","not_in_project()","note?()","note_commit?()","note_commit_email()","note_commit_id()","note_for_main_target?()","note_issue_email()","note_merge_request_email()","note_short_commit_id()","note_target()","note_target_id()","note_target_type()","note_wall_email()","noteable()","noteable_type_name()","notes()","notify_only_author?()","notify_team()","oauth_active_class()","observe_push()","open?()","open?()","open_branches()","open_for()","open_items_count()","options()","pages()","paginate()","parent_commit()","parents_count()","participants()","path()","path_regex()","path_to_repo()","path_with_namespace()","people()","percent_complete()","perform()","perform()","persisted?()","person_link()","place_chain()","plain_text_readme?()","post_receive_data()","postprocess()","prepare_satellite!()","prev_commit()","prev_commit_id()","preview()","primary_key()","private?()","probably_merged?()","processing()","project()","project()","project_abilities()","project_access_granted_email()","project_access_human()","project_admin_rules()","project_dev_rules()","project_guest_rules()","project_id()","project_ids()","project_ids()","project_issues_filter_path()","project_last_activity()","project_master_rules()","project_name()","project_name_regex()","project_report_rules()","project_tab_class()","project_teams_update()","project_title()","project_update()","project_was_moved_email()","projects()","projects()","projects()","projects_limit_percent()","projects_sorted_by_activity()","proper?()","protected_branch?()","public?()","push()","push?()","push_action_name()","push_to_branch?()","push_with_commits?()","quiet()","raw()","read_latest()","read_latest_for()","readme()","reassigned_issue_email()","reassigned_merge_request_email()","recent_push()","ref()","ref_name()","ref_names()","ref_type()","regenerate_from()","reject_blocked!()","reload_code()","reloaded_commits()","reloaded_diffs()","remove_from_team_message()","remove_key()","remove_project()","remove_repository()","render_403()","render_404()","render_api_error!()","render_tree()","reopened?()","replace_markers()","repo()","repo()","repo_access_human()","repo_exists?()","repo_name()","report_access_for?()","repository_masters()","repository_readers()","repository_writers()","request_protocol()","require_non_empty_project()","require_ssh_key?()","reset_access()","reset_private_token()","result()","rm_dir()","rm_key()","rm_ref?()","role_access()","root_ref()","root_ref?()","safe_message()","satellite()","saved?()","search()","search()","search()","search()","search()","search()","search()","search_autocomplete_source()","send_move_instructions()","send_notify_mails()","send_reassigned_email()","send_reassigned_email()","send_update_instructions()","services()","set_current_user_for_observers()","set_identifier()","set_key()","set_slug()","several_namespaces?()","short_id()","show()","show()","show()","show()","show()","show()","show()","show()","show()","show()","show()","show()","show()","show()","show()","show()","show()","show()","show()","show()","show()","show()","show()","show_last_push_widget?()","size()","skip_git?()","snippet()","sort()","ssh_url_to_repo()","stats()","store_dir()","strip_white_space()","switch()","tag?()","tag_list()","tag_name()","tag_names()","tag_path()","tags()","tags()","take_left_leaves()","target_title()","team()","team_member_by_id()","team_member_by_name_or_email()","team_members()","team_update()","team_update()","team_without_note_author()","test()","test()","test()","title()","tm_of()","tm_path()","to_diff()","to_diff()","to_graph_hash()","to_json()","to_param()","to_param()","to_param()","to_param()","to_patch()","today?()","token()","total_items_count()","transfer()","tree()","tree_hex_class()","tree_icon()","tree_join()","trigger_post_receive()","truncate_team()","truncate_team()","truncate_teams()","truncate_teams()","unassigned_filter()","unauthorized!()","unblock()","unchecked?()","unique_key()","unmerged_commits()","unmerged_diffs()","up_dir?()","up_dir_path()","update()","update()","update()","update()","update()","update()","update()","update()","update()","update()","update()","update()","update()","update_gitolite()","update_merge_requests()","update_password()","update_project()","update_project!()","update_project_config()","update_projects()","update_repositories()","update_repository()","update_repository()","update_repository()","update_repository()","update_username()","update_users_ids_to_role()","upvote?()","upvotes()","upvotes_in_percent()","url_to_repo()","url_to_repo()","user_bulk_import()","user_color_scheme_class()","user_project()","username_regex()","users()","valid?()","valid_diffs?()","valid_hook_file()","valid_post_receive_file?()","valid_push?()","valid_repo?()","validate_branches()","validate_each()","validate_get_request()","validate_post_request()","validates_merge_request()","votes_count()","wall()","wall_note?()","web_app_url()","web_url()","without_projects()","write_key()","ofl","post-receive"],"longSearchIndex":["ability","account","activityobserver","admin","admin::dashboardcontroller","admin::groupscontroller","admin::hookscontroller","admin::logscontroller","admin::projectscontroller","admin::resquecontroller","admin::teammemberscontroller","admin::userscontroller","admincontroller","applicationcontroller","applicationdecorator","applicationhelper","attachmentuploader","authority","basecontext","blamecontroller","blobcontroller","commit","commitcontroller","commitdecorator","commitloadcontext","commitscontroller","commitshelper","comparecontroller","dashboardcontroller","dashboardhelper","deploykeyscontroller","errorscontroller","event","eventdecorator","eventfilter","eventshelper","extractspath","extractspath::invalidpatherror","filesizevalidator","filesizevalidator::helper","githost","gitlab","gitlab::api","gitlab::apihelpers","gitlab::applogger","gitlab::auth","gitlab::entities","gitlab::entities::hook","gitlab::entities::issue","gitlab::entities::mrnote","gitlab::entities::mergerequest","gitlab::entities::milestone","gitlab::entities::note","gitlab::entities::project","gitlab::entities::projectmember","gitlab::entities::projectsnippet","gitlab::entities::repocommit","gitlab::entities::repoobject","gitlab::entities::sshkey","gitlab::entities::user","gitlab::entities::userbasic","gitlab::entities::userlogin","gitlab::gitlogger","gitlab::gitstats","gitlab::gitolite","gitlab::gitolite::accessdenied","gitlab::gitoliteconfig","gitlab::gitoliteconfig::pullerror","gitlab::gitoliteconfig::pusherror","gitlab::graph","gitlab::graph::commit","gitlab::graph::jsonbuilder","gitlab::inlinediff","gitlab::issues","gitlab::logger","gitlab::markdown","gitlab::mergerequests","gitlab::milestones","gitlab::notes","gitlab::projectmover","gitlab::projectmover::projectmoveerror","gitlab::projects","gitlab::regex","gitlab::satellite","gitlab::satellite::action","gitlab::satellite::editfileaction","gitlab::satellite::mergeaction","gitlab::satellite::satellite","gitlab::seeder","gitlab::session","gitlab::theme","gitlab::users","gitlabciservice","gitlabmarkdownhelper","grack","grack::auth","group","groupscontroller","helpcontroller","hookscontroller","issue","issuecommonality","issuecommonality::classmethods","issueobserver","issuesbulkupdatecontext","issuescontroller","issueshelper","issueslistcontext","key","keyobserver","keyscontroller","labelscontroller","mergerequest","mergerequestobserver","mergerequestscontroller","mergerequestshelper","mergerequestsloadcontext","milestone","milestonescontroller","namespace","namespacedproject","namespaceshelper","note","noteevent","noteobserver","notes","notes::createcontext","notes::loadcontext","notescontroller","noteshelper","notify","omniauthcallbackscontroller","postreceive","profilehelper","profilescontroller","project","project::transfererror","projecthook","projectobserver","projectresourcecontroller","projectupdatecontext","projectscontroller","projectshelper","protectedbranch","protectedbranchescontroller","pushevent","pushobserver","redcarpet","redcarpet::render","redcarpet::render::gitlabhtml","refscontroller","repositoriescontroller","repository","searchcontext","searchcontroller","service","servicehook","servicescontroller","snippet","snippetscontroller","snippetshelper","staticmodel","staticmodel::classmethods","systemhook","systemhookobserver","systemhookworker","tabhelper","tagshelper","team","teammemberscontroller","testhookcontext","tree","treecontroller","treedecorator","treehelper","user","userdecorator","userobserver","usersproject","usersprojectobserver","votes","webhook","wiki","wikiscontroller","staticmodel#==()","staticmodel#[]()","gitlab::inlinediff::_indexes_of_changed_lines()","account#abilities()","applicationcontroller#abilities()","basecontext#abilities()","grack::auth#abilities()","applicationcontroller#access_denied!()","project::access_options()","usersproject::access_roles()","profilescontroller#account()","event#action_name()","gitlabciservice#activated?()","project::active()","eventfilter#active?()","applicationcontroller#add_abilities()","authority#add_access()","gitlab::graph::commit#add_refs()","team#add_user_id_to_team()","team#add_user_to_team()","team#add_users_ids_to_team()","usersproject::add_users_into_projects()","group#add_users_to_project_teams()","team#add_users_to_team()","gitlab::gitoliteconfig#admin_all_repo()","gitlab::gitoliteconfig#admin_all_repo!()","usersprojectobserver#after_commit()","activityobserver#after_create()","issueobserver#after_create()","mergerequestobserver#after_create()","noteobserver#after_create()","projectobserver#after_create()","systemhookobserver#after_create()","userobserver#after_create()","usersprojectobserver#after_create()","keyobserver#after_destroy()","projectobserver#after_destroy()","systemhookobserver#after_destroy()","userobserver#after_destroy()","usersprojectobserver#after_destroy()","activityobserver#after_save()","keyobserver#after_save()","userobserver#after_save()","applicationcontroller#after_sign_in_path_for()","issueobserver#after_update()","mergerequestobserver#after_update()","projectobserver#after_update()","systemhook::all_hooks_fire()","authority#allow_read_for?()","ability::allowed()","treehelper#allowed_tree_edit?()","applicationhelper#app_theme()","gitlab::gitoliteconfig#apply()","eventfilter#apply_filter()","teammemberscontroller#apply_import()","repositoriescontroller#archive()","repository#archive_repo()","extractspath#assign_ref_vars()","systemhook#async_execute()","gitlab::apihelpers#attributes_for_keys()","applicationhelper#authbutton()","gitlab::apihelpers#authenticate!()","admincontroller#authenticate_admin!()","gitlab::apihelpers#authenticated_as_admin!()","event#author()","commit#author_email()","milestone#author_id()","commitdecorator#author_link()","commit#author_name()","gitlab::apihelpers#authorize!()","issuescontroller#authorize_admin_issue!()","mergerequestscontroller#authorize_admin_merge_request!()","milestonescontroller#authorize_admin_milestone!()","snippetscontroller#authorize_admin_snippet!()","applicationcontroller#authorize_code_access!()","issuescontroller#authorize_modify_issue!()","mergerequestscontroller#authorize_modify_merge_request!()","snippetscontroller#authorize_modify_snippet!()","applicationcontroller#authorize_project!()","groupscontroller#authorize_read_group!()","project::authorized_for()","account#authorized_groups()","account#authorized_projects()","gitlab::gitstats#authors()","gitlab::gitstats#authors_count()","mergerequestscontroller#automerge()","mergerequest#automerge!()","mergerequestscontroller#automerge_check()","userdecorator#avatar_image()","staticmodel::classmethods#base_class()","gitlab::graph::jsonbuilder#base_space()","account#block()","admin::userscontroller#block()","redcarpet::render::gitlabhtml#block_code()","pushevent#branch?()","mergerequestscontroller#branch_from()","pushevent#branch_name()","repository#branch_names()","mergerequestscontroller#branch_to()","repositoriescontroller#branches()","repository#branches()","tabhelper#branches_tab_class()","treedecorator#breadcrumbs()","treehelper#breadcrumbs()","mergerequest#broken_diffs?()","gitlab::logger::build()","project#build_commit_note()","gitlab::gitstats#build_graph()","commitshelper#build_line_anchor()","gitlabciservice#build_page()","usersproject::bulk_delete()","usersproject::bulk_import()","issuescontroller#bulk_update()","usersproject::bulk_update()","account#can?()","applicationcontroller#can?()","basecontext#can?()","gitlab::apihelpers#can?()","grack::auth#can?()","milestone#can_be_closed?()","gitlab::satellite::mergeaction#can_be_merged?()","mergerequest#can_be_merged?()","account#can_create_group?()","account#can_create_project?()","gitlab::satellite::editfileaction#can_edit?()","account#cared_merge_requests()","event#changed_issue?()","event#changed_merge_request?()","mergerequest#check_if_can_be_merged()","project#check_limit()","filesizevalidator#check_validity!()","namespacedproject#chief()","mergerequestshelper#ci_build_details_path()","mergerequestscontroller#ci_status()","gitlab::gitoliteconfig#clean_repo()","gitlab::satellite::satellite#clear_and_update!()","event#closed?()","mergerequest#closed_event()","milestone#closed_items_count()","project#code()","gitlab::gitstats#collect_authors()","gitlab::graph::jsonbuilder#collect_commits()","eventfilter::comments()","protectedbranch#commit()","repository#commit()","gitlab::satellite::editfileaction#commit!()","note#commit_author()","gitlabciservice#commit_badge_path()","pushevent#commit_from()","project#commit_line_notes()","project#commit_notes()","gitlabciservice#commit_status()","gitlabciservice#commit_status_path()","pushevent#commit_to()","commitshelper#commit_to_html()","commit::commits()","mergerequest#commits()","pushevent#commits()","repository#commits()","commit::commits_between()","repository#commits_between()","gitlab::gitstats#commits_count()","pushevent#commits_count()","commit::commits_since()","repository#commits_since()","commit::commits_with_refs()","repository#commits_with_refs()","commit#committer_email()","commitdecorator#committer_link()","commit#committer_name()","project#common_notes()","commit::compare()","gitlabciservice#compose_service_hook()","gitlab::gitolite#config()","snippet::content_types()","admin::groupscontroller#create()","admin::hookscontroller#create()","admin::userscontroller#create()","comparecontroller#create()","deploykeyscontroller#create()","gitlab::satellite::satellite#create()","hookscontroller#create()","issuescontroller#create()","keyscontroller#create()","mergerequestscontroller#create()","milestonescontroller#create()","notescontroller#create()","projectscontroller#create()","protectedbranchescontroller#create()","snippetscontroller#create()","teammemberscontroller#create()","wikiscontroller#create()","project::create_by_user()","gitlab::auth#create_from_omniauth()","user::create_from_omniauth()","gitlab::gitolite#create_repository()","note::create_status_change_note()","commit#created_at()","gitlab::theme::css_class_by_id()","applicationhelper#current_action?()","applicationhelper#current_controller?()","grack::auth#current_ref()","gitlab::apihelpers#current_user()","dashboardcontroller#dashboard_filter()","dashboardhelper#dashboard_filter_path()","snippet#data()","eventfilter::default_filter()","gitlab::regex#default_regex()","mergerequestscontroller#define_show_vars()","refscontroller#define_tree_vars()","team#delete_users_ids_from_team()","commitdecorator#description()","profilescontroller#design()","admin::groupscontroller#destroy()","admin::hookscontroller#destroy()","admin::projectscontroller#destroy()","admin::teammemberscontroller#destroy()","admin::userscontroller#destroy()","deploykeyscontroller#destroy()","hookscontroller#destroy()","keyscontroller#destroy()","milestonescontroller#destroy()","notescontroller#destroy()","projectscontroller#destroy()","protectedbranchescontroller#destroy()","snippetscontroller#destroy()","teammemberscontroller#destroy()","wikiscontroller#destroy()","gitlab::gitoliteconfig#destroy_project()","gitlab::gitoliteconfig#destroy_project!()","repository#destroy_repository()","staticmodel#destroyed?()","event::determine_action()","authority#dev_access_for?()","applicationcontroller#dev_tools()","commitshelper#diff_line_content()","commit#different_committer?()","mergerequest#diffs()","mergerequestscontroller#diffs()","namespace#dir_exists?()","repository#discover_default_branch()","note#downvote?()","votes#downvotes()","votes#downvotes_in_percent()","commitshelper#each_diff_line()","admin::groupscontroller#edit()","admin::projectscontroller#edit()","admin::teammemberscontroller#edit()","admin::userscontroller#edit()","issuescontroller#edit()","mergerequestscontroller#edit()","milestonescontroller#edit()","projectscontroller#edit()","servicescontroller#edit()","snippetscontroller#edit()","treecontroller#edit()","wikiscontroller#edit()","applicationhelper#emoji_autocomplete_source()","tree#empty?()","repository#empty_repo?()","gitlab::gitolite#enable_automerge()","namespace#ensure_dir_exist()","dashboardhelper#entities_per_project()","gitlab::logger::error()","eventshelper#event_action_name()","dashboardcontroller#event_filter()","eventshelper#event_filter_link()","eventshelper#event_image()","commitloadcontext#execute()","gitlab::projectmover#execute()","issuesbulkupdatecontext#execute()","issueslistcontext#execute()","mergerequestsloadcontext#execute()","notes::createcontext#execute()","notes::loadcontext#execute()","projectupdatecontext#execute()","searchcontext#execute()","testhookcontext#execute()","webhook#execute()","pushobserver#execute_hooks()","pushobserver#execute_services()","gitlab::satellite::satellite#exists?()","milestone#expired?()","snippet#expired?()","milestone#expires_at()","extractspath#extract_ref()","omniauthcallbackscontroller#failure_message()","eventdecorator#feed_summary()","eventdecorator#feed_title()","eventdecorator#feed_url()","gitlab::applogger::file_name()","gitlab::gitlogger::file_name()","projectscontroller#files()","gitlab::gitstats#files_count()","user::filter()","mergerequest::find_all_by_branch()","mergerequest::find_all_by_milestone()","gitlab::auth#find_for_ldap_auth()","user::find_for_ldap_auth()","gitlab::graph::jsonbuilder#find_free_space()","commit::find_or_first()","gitlab::auth#find_or_new_for_omniauth()","user::find_or_new_for_omniauth()","gitlab::apihelpers#find_project()","project::find_with_namespace()","key#fingerprintable_key()","account#first_name()","note#for_commit?()","note#for_diff_line?()","gitlab::apihelpers#forbidden!()","gitlab::applogger#format_message()","gitlab::gitlogger#format_message()","commit::fresh_commits()","repository#fresh_commits()","user#generate_password()","gitlab::markdown#gfm()","project#git_error?()","githost#git_host()","applicationcontroller#git_not_found!()","errorscontroller#githost()","user::gitlab_auth()","project#gitlab_ci?()","treehelper#gitlab_markdown?()","namespace::global_id()","gitlab::gitstats#graph()","projectscontroller#graph()","applicationhelper#gravatar_icon()","groupscontroller#group()","ability::group_abilities()","applicationhelper#grouped_options_refs()","projectshelper#grouper_project_members()","authority#guest_access_for?()","repository#has_commits?()","repository#has_post_receive_file?()","repository#heads()","filesizevalidator#help()","applicationhelper#hexdigest()","profilescontroller#history()","wikiscontroller#history()","repository#hook_file()","repository#http_url_to_repo()","group#human_name()","namespace#human_name()","mergerequest#human_state()","commitshelper#identification_type()","account#identifier()","commitshelper#image_diff_class()","usersproject::import_team()","gitlab::satellite::action#in_locked_and_timed_satellite()","admin::dashboardcontroller#index()","admin::groupscontroller#index()","admin::hookscontroller#index()","admin::projectscontroller#index()","admin::userscontroller#index()","comparecontroller#index()","dashboardcontroller#index()","deploykeyscontroller#index()","helpcontroller#index()","hookscontroller#index()","issuescontroller#index()","keyscontroller#index()","labelscontroller#index()","mergerequestscontroller#index()","milestonescontroller#index()","notescontroller#index()","protectedbranchescontroller#index()","servicescontroller#index()","snippetscontroller#index()","teammemberscontroller#index()","gitlab::graph::jsonbuilder#index_commits()","gitlab::logger::info()","tree#invalid?()","account#is_admin?()","issuecommonality#is_assigned?()","issuecommonality#is_being_closed?()","issuecommonality#is_being_reassigned?()","issuecommonality#is_being_reopened?()","tree#is_blob?()","key#is_deploy_key()","milestone#is_empty?()","event#issue()","issuescontroller#issue()","event#issue?()","issueshelper#issue_css_classes()","notify#issue_status_changed_email()","issueshelper#issue_tags()","dashboardcontroller#issues()","groupscontroller#issues()","issueshelper#issues_active_milestones()","issueshelper#issues_filter()","issuescontroller#issues_filtered()","project#issues_labels()","project#items_for()","event#joined?()","issueshelper#labels_autocomplete_source()","project#last_activity()","project#last_activity_date()","account#last_activity_project()","applicationhelper#last_commit()","mergerequest#last_commit()","pushevent#last_commit()","repository#last_commit_for()","mergerequest#last_commit_short_sha()","key#last_deploy?()","pushevent#last_push_to_non_root?()","omniauthcallbackscontroller#ldap()","applicationhelper#ldap_enable?()","event#left?()","snippetshelper#lifetime_select_options()","commitdecorator#link_title()","eventshelper#link_to_author()","noteshelper#link_to_commit_diff_line_note()","gitlabmarkdownhelper#link_to_gfm()","projectshelper#link_to_member()","projectshelper#link_to_project()","noteshelper#loading_more_notes?()","noteshelper#loading_new_notes?()","gitlab::satellite::satellite#lock()","gitlab::satellite::satellite#lock_file()","gitlab::auth#log()","gitlab::gitoliteconfig#log()","applicationcontroller#log_exception()","gitlab::projectmover#log_info()","projectobserver#log_info()","userobserver#log_info()","refscontroller#logs_tree()","mergerequest#mark_as_merged!()","mergerequest#mark_as_unchecked()","mergerequest#mark_as_unmergable()","gitlab::graph::jsonbuilder#mark_reserved()","gitlabmarkdownhelper#markdown()","treehelper#markup?()","authority#master_access_for?()","gitlab::graph::jsonbuilder::max_count()","pushevent#md_ref?()","event#membership_changed?()","gitlab::satellite::mergeaction#merge!()","mergerequest#merge!()","mergerequest#merge_event()","event#merge_request()","mergerequestscontroller#merge_request()","event#merge_request?()","dashboardcontroller#merge_requests()","groupscontroller#merge_requests()","eventfilter::merged()","event#merged?()","mergerequest#merged?()","applicationcontroller#method_missing()","gitlab::graph::commit#method_missing()","milestonescontroller#milestone()","event#milestone?()","snippet#mode()","issuescontroller#module_enabled()","labelscontroller#module_enabled()","mergerequestscontroller#module_enabled()","milestonescontroller#module_enabled()","namespace#move_dir()","gitlab::gitolite#move_repository()","mergerequest#mr_and_commit_notes()","mergerequestshelper#mr_css_classes()","account#my_own_projects()","snippet#name()","namespacedproject#name_with_namespace()","repository#namespace_dir()","namespace#namespace_full_path()","account#namespace_id()","namespacedproject#namespace_owner()","account#namespaces()","namespaceshelper#namespaces_options()","tabhelper#nav_link()","tabhelper#nav_tab()","admin::groupscontroller#new()","admin::userscontroller#new()","basecontext::new()","commit::new()","deploykeyscontroller#new()","eventfilter::new()","filesizevalidator::new()","gitlab::gitstats::new()","gitlab::graph::commit::new()","gitlab::graph::jsonbuilder::new()","gitlab::projectmover::new()","gitlab::satellite::action::new()","gitlab::satellite::editfileaction::new()","gitlab::satellite::mergeaction::new()","gitlab::satellite::satellite::new()","issuescontroller#new()","keyscontroller#new()","mergerequestscontroller#new()","milestonescontroller#new()","projectscontroller#new()","redcarpet::render::gitlabhtml::new()","searchcontext::new()","snippetscontroller#new()","teammemberscontroller#new()","tree::new()","issuecommonality#new?()","pushevent#new_branch?()","event#new_issue?()","notify#new_issue_email()","event#new_merge_request?()","notify#new_merge_request_email()","mergerequestshelper#new_mr_path_from_push_event()","staticmodel#new_record?()","pushevent#new_ref?()","notify#new_user_email()","applicationcontroller#no_cache_headers()","commitdecorator#no_commit_message()","gitlab::apihelpers#not_allowed!()","applicationcontroller#not_found!()","gitlab::apihelpers#not_found!()","user::not_in_project()","event#note?()","noteevent#note_commit?()","notify#note_commit_email()","noteevent#note_commit_id()","noteshelper#note_for_main_target?()","notify#note_issue_email()","notify#note_merge_request_email()","noteevent#note_short_commit_id()","noteevent#note_target()","noteevent#note_target_id()","noteevent#note_target_type()","notify#note_wall_email()","note#noteable()","note#noteable_type_name()","notescontroller#notes()","note#notify_only_author?()","noteobserver#notify_team()","profilehelper#oauth_active_class()","pushobserver#observe_push()","mergerequest#open?()","milestone#open?()","repository#open_branches()","issue::open_for()","milestone#open_items_count()","eventfilter#options()","wikiscontroller#pages()","gitlab::apihelpers#paginate()","pushevent#parent_commit()","commit#parents_count()","milestone#participants()","gitlab::satellite::satellite#path()","gitlab::regex#path_regex()","repository#path_to_repo()","namespacedproject#path_with_namespace()","groupscontroller#people()","milestone#percent_complete()","postreceive::perform()","systemhookworker::perform()","staticmodel#persisted?()","commitdecorator#person_link()","gitlab::graph::jsonbuilder#place_chain()","treehelper#plain_text_readme?()","pushobserver#post_receive_data()","redcarpet::render::gitlabhtml#postprocess()","gitlab::satellite::action#prepare_satellite!()","commit#prev_commit()","commit#prev_commit_id()","notescontroller#preview()","staticmodel::classmethods#primary_key()","project#private?()","mergerequest#probably_merged?()","gitlab::inlinediff::processing()","admin::projectscontroller#project()","applicationcontroller#project()","ability::project_abilities()","notify#project_access_granted_email()","usersproject#project_access_human()","ability::project_admin_rules()","ability::project_dev_rules()","ability::project_guest_rules()","project#project_id()","account#project_ids()","groupscontroller#project_ids()","issueshelper#project_issues_filter_path()","applicationhelper#project_last_activity()","ability::project_master_rules()","event#project_name()","gitlab::regex#project_name_regex()","ability::project_report_rules()","tabhelper#project_tab_class()","admin::groupscontroller#project_teams_update()","projectshelper#project_title()","admin::groupscontroller#project_update()","notify#project_was_moved_email()","dashboardcontroller#projects()","groupscontroller#projects()","key#projects()","account#projects_limit_percent()","account#projects_sorted_by_activity()","event#proper?()","repository#protected_branch?()","project#public?()","eventfilter::push()","event#push?()","pushevent#push_action_name()","pushobserver#push_to_branch?()","pushevent#push_with_commits?()","gitlab::seeder::quiet()","snippetscontroller#raw()","gitlab::logger::read_latest()","gitlab::logger::read_latest_for()","treedecorator#readme()","notify#reassigned_issue_email()","notify#reassigned_merge_request_email()","account#recent_push()","refscontroller#ref()","pushevent#ref_name()","repository#ref_names()","pushevent#ref_type()","wiki::regenerate_from()","applicationcontroller#reject_blocked!()","mergerequest#reload_code()","mergerequest#reloaded_commits()","mergerequest#reloaded_diffs()","projectshelper#remove_from_team_message()","gitlab::gitolite#remove_key()","admin::groupscontroller#remove_project()","gitlab::gitolite#remove_repository()","applicationcontroller#render_403()","applicationcontroller#render_404()","gitlab::apihelpers#render_api_error!()","treehelper#render_tree()","event#reopened?()","gitlab::inlinediff::replace_markers()","gitlab::satellite::satellite#repo()","repository#repo()","usersproject#repo_access_human()","repository#repo_exists?()","project#repo_name()","authority#report_access_for?()","authority#repository_masters()","authority#repository_readers()","authority#repository_writers()","applicationhelper#request_protocol()","applicationcontroller#require_non_empty_project()","account#require_ssh_key?()","authority#reset_access()","profilescontroller#reset_private_token()","searchcontext#result()","namespace#rm_dir()","gitlab::gitoliteconfig#rm_key()","pushevent#rm_ref?()","usersproject#role_access()","repository#root_ref()","repository#root_ref?()","commit#safe_message()","repository#satellite()","project#saved?()","groupscontroller#search()","issuecommonality::classmethods#search()","issuescontroller#search()","namespace::search()","project::search()","user::search()","wiki::search()","applicationhelper#search_autocomplete_source()","project#send_move_instructions()","noteobserver#send_notify_mails()","issueobserver#send_reassigned_email()","mergerequestobserver#send_reassigned_email()","namespace#send_update_instructions()","project#services()","applicationcontroller#set_current_user_for_observers()","key#set_identifier()","gitlab::gitolite#set_key()","wiki#set_slug()","account#several_namespaces?()","commit#short_id()","admin::groupscontroller#show()","admin::projectscontroller#show()","admin::resquecontroller#show()","admin::userscontroller#show()","blamecontroller#show()","blobcontroller#show()","commitcontroller#show()","commitscontroller#show()","comparecontroller#show()","deploykeyscontroller#show()","groupscontroller#show()","issuescontroller#show()","keyscontroller#show()","mergerequestscontroller#show()","milestonescontroller#show()","profilescontroller#show()","projectscontroller#show()","repositoriescontroller#show()","searchcontroller#show()","snippetscontroller#show()","teammemberscontroller#show()","treecontroller#show()","wikiscontroller#show()","applicationhelper#show_last_push_widget?()","snippet#size()","usersproject#skip_git?()","snippetscontroller#snippet()","issuescontroller#sort()","repository#ssh_url_to_repo()","repositoriescontroller#stats()","attachmentuploader#store_dir()","key#strip_white_space()","refscontroller#switch()","pushevent#tag?()","tagshelper#tag_list()","pushevent#tag_name()","repository#tag_names()","tagshelper#tag_path()","repositoriescontroller#tags()","repository#tags()","gitlab::graph::jsonbuilder#take_left_leaves()","event#target_title()","eventfilter::team()","team#team_member_by_id()","team#team_member_by_name_or_email()","groupscontroller#team_members()","admin::projectscontroller#team_update()","admin::userscontroller#team_update()","noteobserver#team_without_note_author()","admin::hookscontroller#test()","hookscontroller#test()","servicescontroller#test()","commitdecorator#title()","userdecorator#tm_of()","projectshelper#tm_path()","commit#to_diff()","mergerequest#to_diff()","gitlab::graph::commit#to_graph_hash()","gitlab::graph::jsonbuilder#to_json()","namespace#to_param()","project#to_param()","staticmodel#to_param()","wiki#to_param()","mergerequest#to_patch()","issuecommonality#today?()","profilescontroller#token()","milestone#total_items_count()","namespacedproject#transfer()","repository#tree()","treehelper#tree_hex_class()","treehelper#tree_icon()","treehelper#tree_join()","pushobserver#trigger_post_receive()","team#truncate_team()","usersproject::truncate_team()","group#truncate_teams()","usersproject::truncate_teams()","issueshelper#unassigned_filter()","gitlab::apihelpers#unauthorized!()","admin::userscontroller#unblock()","mergerequest#unchecked?()","key#unique_key()","mergerequest#unmerged_commits()","mergerequest#unmerged_diffs()","treedecorator#up_dir?()","treedecorator#up_dir_path()","admin::groupscontroller#update()","admin::projectscontroller#update()","admin::teammemberscontroller#update()","admin::userscontroller#update()","issuescontroller#update()","mergerequestscontroller#update()","milestonescontroller#update()","profilescontroller#update()","projectscontroller#update()","servicescontroller#update()","snippetscontroller#update()","teammemberscontroller#update()","treecontroller#update()","namespace#update_gitolite()","pushobserver#update_merge_requests()","profilescontroller#update_password()","gitlab::gitoliteconfig#update_project()","gitlab::gitoliteconfig#update_project!()","gitlab::gitoliteconfig#update_project_config()","gitlab::gitoliteconfig#update_projects()","gitlab::gitolite#update_repositories()","gitlab::gitolite#update_repository()","protectedbranch#update_repository()","repository#update_repository()","usersproject#update_repository()","profilescontroller#update_username()","team#update_users_ids_to_role()","note#upvote?()","votes#upvotes()","votes#upvotes_in_percent()","gitlab::gitolite#url_to_repo()","repository#url_to_repo()","usersproject::user_bulk_import()","applicationhelper#user_color_scheme_class()","gitlab::apihelpers#user_project()","gitlab::regex#username_regex()","group#users()","grack::auth#valid?()","mergerequest#valid_diffs?()","repository#valid_hook_file()","repository#valid_post_receive_file?()","pushevent#valid_push?()","repository#valid_repo?()","mergerequest#validate_branches()","filesizevalidator#validate_each()","grack::auth#validate_get_request()","grack::auth#validate_post_request()","mergerequestscontroller#validates_merge_request()","votes#votes_count()","projectscontroller#wall()","noteevent#wall_note?()","applicationhelper#web_app_url()","project#web_url()","user::without_projects()","gitlab::gitoliteconfig#write_key()","",""],"info":[["Ability","","classes/Ability.html","",""],["Account","","classes/Account.html","",""],["ActivityObserver","","classes/ActivityObserver.html","",""],["Admin","","classes/Admin.html","",""],["Admin::DashboardController","","classes/Admin/DashboardController.html","",""],["Admin::GroupsController","","classes/Admin/GroupsController.html","",""],["Admin::HooksController","","classes/Admin/HooksController.html","",""],["Admin::LogsController","","classes/Admin/LogsController.html","",""],["Admin::ProjectsController","","classes/Admin/ProjectsController.html","",""],["Admin::ResqueController","","classes/Admin/ResqueController.html","",""],["Admin::TeamMembersController","","classes/Admin/TeamMembersController.html","",""],["Admin::UsersController","","classes/Admin/UsersController.html","",""],["AdminController","","classes/AdminController.html","","<p>Provides a base class for Admin controllers to subclass\n<p>Automatically sets the layout and ensures an administrator …\n"],["ApplicationController","","classes/ApplicationController.html","",""],["ApplicationDecorator","","classes/ApplicationDecorator.html","",""],["ApplicationHelper","","classes/ApplicationHelper.html","",""],["AttachmentUploader","","classes/AttachmentUploader.html","",""],["Authority","","classes/Authority.html","",""],["BaseContext","","classes/BaseContext.html","",""],["BlameController","","classes/BlameController.html","","<p>Controller for viewing a file’s blame\n"],["BlobController","","classes/BlobController.html","","<p>Controller for viewing a file’s blame\n"],["Commit","","classes/Commit.html","",""],["CommitController","","classes/CommitController.html","","<p>Controller for a specific Commit\n<p>Not to be confused with CommitsController, plural.\n"],["CommitDecorator","","classes/CommitDecorator.html","",""],["CommitLoadContext","","classes/CommitLoadContext.html","",""],["CommitsController","","classes/CommitsController.html","",""],["CommitsHelper","","classes/CommitsHelper.html","",""],["CompareController","","classes/CompareController.html","",""],["DashboardController","","classes/DashboardController.html","",""],["DashboardHelper","","classes/DashboardHelper.html","",""],["DeployKeysController","","classes/DeployKeysController.html","",""],["ErrorsController","","classes/ErrorsController.html","",""],["Event","","classes/Event.html","","<p>Schema Information\n<p>Table name: events\n\n<pre>id          :integer          not null, primary key\ntarget_type :string(255) ...</pre>\n"],["EventDecorator","","classes/EventDecorator.html","",""],["EventFilter","","classes/EventFilter.html","",""],["EventsHelper","","classes/EventsHelper.html","",""],["ExtractsPath","","classes/ExtractsPath.html","","<p>Module providing methods for dealing with separating a tree-ish string and\na file path string when combined …\n"],["ExtractsPath::InvalidPathError","","classes/ExtractsPath/InvalidPathError.html","","<p>Raised when given an invalid file path\n"],["FileSizeValidator","","classes/FileSizeValidator.html","",""],["FileSizeValidator::Helper","","classes/FileSizeValidator/Helper.html","",""],["GitHost","","classes/GitHost.html","",""],["Gitlab","","classes/Gitlab.html","","<p>ProjectMover class\n<p>Used for moving project repositories from one subdir to another\n"],["Gitlab::API","","classes/Gitlab/API.html","",""],["Gitlab::APIHelpers","","classes/Gitlab/APIHelpers.html","",""],["Gitlab::AppLogger","","classes/Gitlab/AppLogger.html","",""],["Gitlab::Auth","","classes/Gitlab/Auth.html","",""],["Gitlab::Entities","","classes/Gitlab/Entities.html","",""],["Gitlab::Entities::Hook","","classes/Gitlab/Entities/Hook.html","",""],["Gitlab::Entities::Issue","","classes/Gitlab/Entities/Issue.html","",""],["Gitlab::Entities::MRNote","","classes/Gitlab/Entities/MRNote.html","",""],["Gitlab::Entities::MergeRequest","","classes/Gitlab/Entities/MergeRequest.html","",""],["Gitlab::Entities::Milestone","","classes/Gitlab/Entities/Milestone.html","",""],["Gitlab::Entities::Note","","classes/Gitlab/Entities/Note.html","",""],["Gitlab::Entities::Project","","classes/Gitlab/Entities/Project.html","",""],["Gitlab::Entities::ProjectMember","","classes/Gitlab/Entities/ProjectMember.html","",""],["Gitlab::Entities::ProjectSnippet","","classes/Gitlab/Entities/ProjectSnippet.html","",""],["Gitlab::Entities::RepoCommit","","classes/Gitlab/Entities/RepoCommit.html","",""],["Gitlab::Entities::RepoObject","","classes/Gitlab/Entities/RepoObject.html","",""],["Gitlab::Entities::SSHKey","","classes/Gitlab/Entities/SSHKey.html","",""],["Gitlab::Entities::User","","classes/Gitlab/Entities/User.html","",""],["Gitlab::Entities::UserBasic","","classes/Gitlab/Entities/UserBasic.html","",""],["Gitlab::Entities::UserLogin","","classes/Gitlab/Entities/UserLogin.html","",""],["Gitlab::GitLogger","","classes/Gitlab/GitLogger.html","",""],["Gitlab::GitStats","","classes/Gitlab/GitStats.html","",""],["Gitlab::Gitolite","","classes/Gitlab/Gitolite.html","",""],["Gitlab::Gitolite::AccessDenied","","classes/Gitlab/Gitolite/AccessDenied.html","",""],["Gitlab::GitoliteConfig","","classes/Gitlab/GitoliteConfig.html","",""],["Gitlab::GitoliteConfig::PullError","","classes/Gitlab/GitoliteConfig/PullError.html","",""],["Gitlab::GitoliteConfig::PushError","","classes/Gitlab/GitoliteConfig/PushError.html","",""],["Gitlab::Graph","","classes/Gitlab/Graph.html","",""],["Gitlab::Graph::Commit","","classes/Gitlab/Graph/Commit.html","",""],["Gitlab::Graph::JsonBuilder","","classes/Gitlab/Graph/JsonBuilder.html","",""],["Gitlab::InlineDiff","","classes/Gitlab/InlineDiff.html","",""],["Gitlab::Issues","","classes/Gitlab/Issues.html","","<p>Issues API\n"],["Gitlab::Logger","","classes/Gitlab/Logger.html","",""],["Gitlab::Markdown","","classes/Gitlab/Markdown.html","","<p>Custom parser for GitLab-flavored Markdown\n<p>It replaces references in the text with links to the appropriate …\n"],["Gitlab::MergeRequests","","classes/Gitlab/MergeRequests.html","","<p>MergeRequest API\n"],["Gitlab::Milestones","","classes/Gitlab/Milestones.html","","<p>Milestones API\n"],["Gitlab::Notes","","classes/Gitlab/Notes.html","","<p>Notes API\n"],["Gitlab::ProjectMover","","classes/Gitlab/ProjectMover.html","",""],["Gitlab::ProjectMover::ProjectMoveError","","classes/Gitlab/ProjectMover/ProjectMoveError.html","",""],["Gitlab::Projects","","classes/Gitlab/Projects.html","","<p>Projects API\n"],["Gitlab::Regex","","classes/Gitlab/Regex.html","",""],["Gitlab::Satellite","","classes/Gitlab/Satellite.html","",""],["Gitlab::Satellite::Action","","classes/Gitlab/Satellite/Action.html","",""],["Gitlab::Satellite::EditFileAction","","classes/Gitlab/Satellite/EditFileAction.html","","<p>GitLab server-side file update and commit\n"],["Gitlab::Satellite::MergeAction","","classes/Gitlab/Satellite/MergeAction.html","","<p>GitLab server-side merge\n"],["Gitlab::Satellite::Satellite","","classes/Gitlab/Satellite/Satellite.html","",""],["Gitlab::Seeder","","classes/Gitlab/Seeder.html","",""],["Gitlab::Session","","classes/Gitlab/Session.html","","<p>Users API\n"],["Gitlab::Theme","","classes/Gitlab/Theme.html","",""],["Gitlab::Users","","classes/Gitlab/Users.html","","<p>Users API\n"],["GitlabCiService","","classes/GitlabCiService.html","","<p>Schema Information\n<p>Table name: services\n\n<pre>id          :integer          not null, primary key\ntype       ...</pre>\n"],["GitlabMarkdownHelper","","classes/GitlabMarkdownHelper.html","",""],["Grack","","classes/Grack.html","",""],["Grack::Auth","","classes/Grack/Auth.html","",""],["Group","","classes/Group.html","","<p>Schema Information\n<p>Table name: namespaces\n\n<pre>id         :integer          not null, primary key\nname      ...</pre>\n"],["GroupsController","","classes/GroupsController.html","",""],["HelpController","","classes/HelpController.html","",""],["HooksController","","classes/HooksController.html","",""],["Issue","","classes/Issue.html","","<p>Schema Information\n<p>Table name: issues\n\n<pre>id           :integer          not null, primary key\ntitle       ...</pre>\n"],["IssueCommonality","","classes/IssueCommonality.html","","<p>Contains common functionality shared between Issues and MergeRequests\n"],["IssueCommonality::ClassMethods","","classes/IssueCommonality/ClassMethods.html","",""],["IssueObserver","","classes/IssueObserver.html","",""],["IssuesBulkUpdateContext","","classes/IssuesBulkUpdateContext.html","",""],["IssuesController","","classes/IssuesController.html","",""],["IssuesHelper","","classes/IssuesHelper.html","",""],["IssuesListContext","","classes/IssuesListContext.html","",""],["Key","","classes/Key.html","",""],["KeyObserver","","classes/KeyObserver.html","",""],["KeysController","","classes/KeysController.html","",""],["LabelsController","","classes/LabelsController.html","",""],["MergeRequest","","classes/MergeRequest.html","",""],["MergeRequestObserver","","classes/MergeRequestObserver.html","",""],["MergeRequestsController","","classes/MergeRequestsController.html","",""],["MergeRequestsHelper","","classes/MergeRequestsHelper.html","",""],["MergeRequestsLoadContext","","classes/MergeRequestsLoadContext.html","","<p>Build collection of Merge Requests based on filtering passed via params for\n@project\n"],["Milestone","","classes/Milestone.html","","<p>Schema Information\n<p>Table name: milestones\n\n<pre>id          :integer          not null, primary key\ntitle    ...</pre>\n"],["MilestonesController","","classes/MilestonesController.html","",""],["Namespace","","classes/Namespace.html","","<p>Schema Information\n<p>Table name: namespaces\n\n<pre>id         :integer          not null, primary key\nname      ...</pre>\n"],["NamespacedProject","","classes/NamespacedProject.html","",""],["NamespacesHelper","","classes/NamespacesHelper.html","",""],["Note","","classes/Note.html","",""],["NoteEvent","","classes/NoteEvent.html","",""],["NoteObserver","","classes/NoteObserver.html","",""],["Notes","","classes/Notes.html","",""],["Notes::CreateContext","","classes/Notes/CreateContext.html","",""],["Notes::LoadContext","","classes/Notes/LoadContext.html","",""],["NotesController","","classes/NotesController.html","",""],["NotesHelper","","classes/NotesHelper.html","",""],["Notify","","classes/Notify.html","",""],["OmniauthCallbacksController","","classes/OmniauthCallbacksController.html","",""],["PostReceive","","classes/PostReceive.html","",""],["ProfileHelper","","classes/ProfileHelper.html","",""],["ProfilesController","","classes/ProfilesController.html","",""],["Project","","classes/Project.html","",""],["Project::TransferError","","classes/Project/TransferError.html","",""],["ProjectHook","","classes/ProjectHook.html","","<p>Schema Information\n<p>Table name: web_hooks\n\n<pre>id         :integer          not null, primary key\nurl        ...</pre>\n"],["ProjectObserver","","classes/ProjectObserver.html","",""],["ProjectResourceController","","classes/ProjectResourceController.html","",""],["ProjectUpdateContext","","classes/ProjectUpdateContext.html","",""],["ProjectsController","","classes/ProjectsController.html","",""],["ProjectsHelper","","classes/ProjectsHelper.html","",""],["ProtectedBranch","","classes/ProtectedBranch.html","","<p>Schema Information\n<p>Table name: protected_branches\n\n<pre>id         :integer          not null, primary key\nproject_id ...</pre>\n"],["ProtectedBranchesController","","classes/ProtectedBranchesController.html","",""],["PushEvent","","classes/PushEvent.html","",""],["PushObserver","","classes/PushObserver.html","","<p>Includes methods for handling Git Push events\n<p>Triggered by PostReceive job\n"],["Redcarpet","","classes/Redcarpet.html","",""],["Redcarpet::Render","","classes/Redcarpet/Render.html","",""],["Redcarpet::Render::GitlabHTML","","classes/Redcarpet/Render/GitlabHTML.html","",""],["RefsController","","classes/RefsController.html","",""],["RepositoriesController","","classes/RepositoriesController.html","",""],["Repository","","classes/Repository.html","",""],["SearchContext","","classes/SearchContext.html","",""],["SearchController","","classes/SearchController.html","",""],["Service","","classes/Service.html","","<p>Schema Information\n<p>Table name: services\n\n<pre>id          :integer          not null, primary key\ntype       ...</pre>\n"],["ServiceHook","","classes/ServiceHook.html","","<p>Schema Information\n<p>Table name: web_hooks\n\n<pre>id         :integer          not null, primary key\nurl        ...</pre>\n"],["ServicesController","","classes/ServicesController.html","",""],["Snippet","","classes/Snippet.html","","<p>Schema Information\n<p>Table name: snippets\n\n<pre>id         :integer          not null, primary key\ntitle      :string(255) ...</pre>\n"],["SnippetsController","","classes/SnippetsController.html","",""],["SnippetsHelper","","classes/SnippetsHelper.html","",""],["StaticModel","","classes/StaticModel.html","","<p>Provides an ActiveRecord-like interface to a model whose data is not\npersisted to a database.\n"],["StaticModel::ClassMethods","","classes/StaticModel/ClassMethods.html","",""],["SystemHook","","classes/SystemHook.html","","<p>Schema Information\n<p>Table name: web_hooks\n\n<pre>id         :integer          not null, primary key\nurl        ...</pre>\n"],["SystemHookObserver","","classes/SystemHookObserver.html","",""],["SystemHookWorker","","classes/SystemHookWorker.html","",""],["TabHelper","","classes/TabHelper.html","",""],["TagsHelper","","classes/TagsHelper.html","",""],["Team","","classes/Team.html","",""],["TeamMembersController","","classes/TeamMembersController.html","",""],["TestHookContext","","classes/TestHookContext.html","",""],["Tree","","classes/Tree.html","",""],["TreeController","","classes/TreeController.html","","<p>Controller for viewing a repository’s file structure\n"],["TreeDecorator","","classes/TreeDecorator.html","",""],["TreeHelper","","classes/TreeHelper.html","",""],["User","","classes/User.html","","<p>Schema Information\n<p>Table name: users\n\n<pre>id                     :integer          not null, primary key\nemail ...</pre>\n"],["UserDecorator","","classes/UserDecorator.html","",""],["UserObserver","","classes/UserObserver.html","",""],["UsersProject","","classes/UsersProject.html","","<p>Schema Information\n<p>Table name: users_projects\n\n<pre>id             :integer          not null, primary key\nuser_id ...</pre>\n"],["UsersProjectObserver","","classes/UsersProjectObserver.html","",""],["Votes","","classes/Votes.html","",""],["WebHook","","classes/WebHook.html","","<p>Schema Information\n<p>Table name: web_hooks\n\n<pre>id         :integer          not null, primary key\nurl        ...</pre>\n"],["Wiki","","classes/Wiki.html","","<p>Schema Information\n<p>Table name: wikis\n\n<pre>id         :integer          not null, primary key\ntitle      :string(255) ...</pre>\n"],["WikisController","","classes/WikisController.html","",""],["==","StaticModel","classes/StaticModel.html#method-i-3D-3D","(other)",""],["[]","StaticModel","classes/StaticModel.html#method-i-5B-5D","(key)","<p>Used by AR for fetching attributes\n<p>Pass it along if we respond to it.\n"],["_indexes_of_changed_lines","Gitlab::InlineDiff","classes/Gitlab/InlineDiff.html#method-c-_indexes_of_changed_lines","(diff_arr)",""],["abilities","Account","classes/Account.html#method-i-abilities","()",""],["abilities","ApplicationController","classes/ApplicationController.html#method-i-abilities","()",""],["abilities","BaseContext","classes/BaseContext.html#method-i-abilities","()",""],["abilities","Grack::Auth","classes/Grack/Auth.html#method-i-abilities","()",""],["access_denied!","ApplicationController","classes/ApplicationController.html#method-i-access_denied-21","()",""],["access_options","Project","classes/Project.html#method-c-access_options","()",""],["access_roles","UsersProject","classes/UsersProject.html#method-c-access_roles","()",""],["account","ProfilesController","classes/ProfilesController.html#method-i-account","()",""],["action_name","Event","classes/Event.html#method-i-action_name","()",""],["activated?","GitlabCiService","classes/GitlabCiService.html#method-i-activated-3F","()",""],["active","Project","classes/Project.html#method-c-active","()",""],["active?","EventFilter","classes/EventFilter.html#method-i-active-3F","(key)",""],["add_abilities","ApplicationController","classes/ApplicationController.html#method-i-add_abilities","()",""],["add_access","Authority","classes/Authority.html#method-i-add_access","(user, *access)","<p>Compatible with all access rights Should be rewrited for new access rights\n"],["add_refs","Gitlab::Graph::Commit","classes/Gitlab/Graph/Commit.html#method-i-add_refs","(ref_cache, repo)",""],["add_user_id_to_team","Team","classes/Team.html#method-i-add_user_id_to_team","(user_id, access_role)","<p>Add user to project with passed access role by user id\n"],["add_user_to_team","Team","classes/Team.html#method-i-add_user_to_team","(user, access_role)","<p>Add user to project with passed access role\n"],["add_users_ids_to_team","Team","classes/Team.html#method-i-add_users_ids_to_team","(users_ids, access_role)","<p>Add multiple users to project with same access role by user ids\n"],["add_users_into_projects","UsersProject","classes/UsersProject.html#method-c-add_users_into_projects","(project_ids, user_ids, project_access)",""],["add_users_to_project_teams","Group","classes/Group.html#method-i-add_users_to_project_teams","(user_ids, project_access)",""],["add_users_to_team","Team","classes/Team.html#method-i-add_users_to_team","(users, access_role)","<p>Add multiple users to project with same access role\n"],["admin_all_repo","Gitlab::GitoliteConfig","classes/Gitlab/GitoliteConfig.html#method-i-admin_all_repo","()","<p>Enable access to all repos for gitolite admin. We use it for accept merge\nrequest feature\n"],["admin_all_repo!","Gitlab::GitoliteConfig","classes/Gitlab/GitoliteConfig.html#method-i-admin_all_repo-21","()",""],["after_commit","UsersProjectObserver","classes/UsersProjectObserver.html#method-i-after_commit","(users_project)",""],["after_create","ActivityObserver","classes/ActivityObserver.html#method-i-after_create","(record)",""],["after_create","IssueObserver","classes/IssueObserver.html#method-i-after_create","(issue)",""],["after_create","MergeRequestObserver","classes/MergeRequestObserver.html#method-i-after_create","(merge_request)",""],["after_create","NoteObserver","classes/NoteObserver.html#method-i-after_create","(note)",""],["after_create","ProjectObserver","classes/ProjectObserver.html#method-i-after_create","(project)",""],["after_create","SystemHookObserver","classes/SystemHookObserver.html#method-i-after_create","(model)",""],["after_create","UserObserver","classes/UserObserver.html#method-i-after_create","(user)",""],["after_create","UsersProjectObserver","classes/UsersProjectObserver.html#method-i-after_create","(users_project)",""],["after_destroy","KeyObserver","classes/KeyObserver.html#method-i-after_destroy","(key)",""],["after_destroy","ProjectObserver","classes/ProjectObserver.html#method-i-after_destroy","(project)",""],["after_destroy","SystemHookObserver","classes/SystemHookObserver.html#method-i-after_destroy","(model)",""],["after_destroy","UserObserver","classes/UserObserver.html#method-i-after_destroy","(user)",""],["after_destroy","UsersProjectObserver","classes/UsersProjectObserver.html#method-i-after_destroy","(users_project)",""],["after_save","ActivityObserver","classes/ActivityObserver.html#method-i-after_save","(record)",""],["after_save","KeyObserver","classes/KeyObserver.html#method-i-after_save","(key)",""],["after_save","UserObserver","classes/UserObserver.html#method-i-after_save","(user)",""],["after_sign_in_path_for","ApplicationController","classes/ApplicationController.html#method-i-after_sign_in_path_for","(resource)",""],["after_update","IssueObserver","classes/IssueObserver.html#method-i-after_update","(issue)",""],["after_update","MergeRequestObserver","classes/MergeRequestObserver.html#method-i-after_update","(merge_request)",""],["after_update","ProjectObserver","classes/ProjectObserver.html#method-i-after_update","(project)",""],["all_hooks_fire","SystemHook","classes/SystemHook.html#method-c-all_hooks_fire","(data)",""],["allow_read_for?","Authority","classes/Authority.html#method-i-allow_read_for-3F","(user)",""],["allowed","Ability","classes/Ability.html#method-c-allowed","(object, subject)",""],["allowed_tree_edit?","TreeHelper","classes/TreeHelper.html#method-i-allowed_tree_edit-3F","()",""],["app_theme","ApplicationHelper","classes/ApplicationHelper.html#method-i-app_theme","()",""],["apply","Gitlab::GitoliteConfig","classes/Gitlab/GitoliteConfig.html#method-i-apply","()",""],["apply_filter","EventFilter","classes/EventFilter.html#method-i-apply_filter","(events)",""],["apply_import","TeamMembersController","classes/TeamMembersController.html#method-i-apply_import","()",""],["archive","RepositoriesController","classes/RepositoriesController.html#method-i-archive","()",""],["archive_repo","Repository","classes/Repository.html#method-i-archive_repo","(ref)","<p>Archive Project to .tar.gz\n<p>Already packed repo archives stored at\napp_root/tmp/repositories/project_name/project_name-commit-id.tag.gz …\n"],["assign_ref_vars","ExtractsPath","classes/ExtractsPath.html#method-i-assign_ref_vars","()","<p>Assigns common instance variables for views working with Git tree-ish\nobjects\n<p>Assignments are:\n<p>@id     …\n"],["async_execute","SystemHook","classes/SystemHook.html#method-i-async_execute","(data)",""],["attributes_for_keys","Gitlab::APIHelpers","classes/Gitlab/APIHelpers.html#method-i-attributes_for_keys","(keys)",""],["authbutton","ApplicationHelper","classes/ApplicationHelper.html#method-i-authbutton","(provider, size = 64)",""],["authenticate!","Gitlab::APIHelpers","classes/Gitlab/APIHelpers.html#method-i-authenticate-21","()",""],["authenticate_admin!","AdminController","classes/AdminController.html#method-i-authenticate_admin-21","()",""],["authenticated_as_admin!","Gitlab::APIHelpers","classes/Gitlab/APIHelpers.html#method-i-authenticated_as_admin-21","()",""],["author","Event","classes/Event.html#method-i-author","()",""],["author_email","Commit","classes/Commit.html#method-i-author_email","()",""],["author_id","Milestone","classes/Milestone.html#method-i-author_id","()",""],["author_link","CommitDecorator","classes/CommitDecorator.html#method-i-author_link","(options = {})","<p>Returns a link to the commit author. If the author has a matching user and\nis a member of the current …\n"],["author_name","Commit","classes/Commit.html#method-i-author_name","()",""],["authorize!","Gitlab::APIHelpers","classes/Gitlab/APIHelpers.html#method-i-authorize-21","(action, subject)",""],["authorize_admin_issue!","IssuesController","classes/IssuesController.html#method-i-authorize_admin_issue-21","()",""],["authorize_admin_merge_request!","MergeRequestsController","classes/MergeRequestsController.html#method-i-authorize_admin_merge_request-21","()",""],["authorize_admin_milestone!","MilestonesController","classes/MilestonesController.html#method-i-authorize_admin_milestone-21","()",""],["authorize_admin_snippet!","SnippetsController","classes/SnippetsController.html#method-i-authorize_admin_snippet-21","()",""],["authorize_code_access!","ApplicationController","classes/ApplicationController.html#method-i-authorize_code_access-21","()",""],["authorize_modify_issue!","IssuesController","classes/IssuesController.html#method-i-authorize_modify_issue-21","()",""],["authorize_modify_merge_request!","MergeRequestsController","classes/MergeRequestsController.html#method-i-authorize_modify_merge_request-21","()",""],["authorize_modify_snippet!","SnippetsController","classes/SnippetsController.html#method-i-authorize_modify_snippet-21","()",""],["authorize_project!","ApplicationController","classes/ApplicationController.html#method-i-authorize_project-21","(action)",""],["authorize_read_group!","GroupsController","classes/GroupsController.html#method-i-authorize_read_group-21","()","<p>Dont allow unauthorized access to group\n"],["authorized_for","Project","classes/Project.html#method-c-authorized_for","(user)",""],["authorized_groups","Account","classes/Account.html#method-i-authorized_groups","()",""],["authorized_projects","Account","classes/Account.html#method-i-authorized_projects","()",""],["authors","Gitlab::GitStats","classes/Gitlab/GitStats.html#method-i-authors","()",""],["authors_count","Gitlab::GitStats","classes/Gitlab/GitStats.html#method-i-authors_count","()",""],["automerge","MergeRequestsController","classes/MergeRequestsController.html#method-i-automerge","()",""],["automerge!","MergeRequest","classes/MergeRequest.html#method-i-automerge-21","(current_user)",""],["automerge_check","MergeRequestsController","classes/MergeRequestsController.html#method-i-automerge_check","()",""],["avatar_image","UserDecorator","classes/UserDecorator.html#method-i-avatar_image","(size = 16)",""],["base_class","StaticModel::ClassMethods","classes/StaticModel/ClassMethods.html#method-i-base_class","()","<p>Used by ActiveRecord’s polymorphic association to set object_type\n"],["base_space","Gitlab::Graph::JsonBuilder","classes/Gitlab/Graph/JsonBuilder.html#method-i-base_space","(leaves, map)",""],["block","Account","classes/Account.html#method-i-block","()","<p>Remove user from all projects and set blocked attribute to true\n"],["block","Admin::UsersController","classes/Admin/UsersController.html#method-i-block","()",""],["block_code","Redcarpet::Render::GitlabHTML","classes/Redcarpet/Render/GitlabHTML.html#method-i-block_code","(code, language)",""],["branch?","PushEvent","classes/PushEvent.html#method-i-branch-3F","()",""],["branch_from","MergeRequestsController","classes/MergeRequestsController.html#method-i-branch_from","()",""],["branch_name","PushEvent","classes/PushEvent.html#method-i-branch_name","()",""],["branch_names","Repository","classes/Repository.html#method-i-branch_names","()","<p>Returns an Array of branch names\n"],["branch_to","MergeRequestsController","classes/MergeRequestsController.html#method-i-branch_to","()",""],["branches","RepositoriesController","classes/RepositoriesController.html#method-i-branches","()",""],["branches","Repository","classes/Repository.html#method-i-branches","()","<p>Returns an Array of Branches\n"],["branches_tab_class","TabHelper","classes/TabHelper.html#method-i-branches_tab_class","()",""],["breadcrumbs","TreeDecorator","classes/TreeDecorator.html#method-i-breadcrumbs","(max_links = 2)",""],["breadcrumbs","TreeHelper","classes/TreeHelper.html#method-i-breadcrumbs","()","<p>Breadcrumb links for a Project and, if applicable, a tree path\n"],["broken_diffs?","MergeRequest","classes/MergeRequest.html#method-i-broken_diffs-3F","()",""],["build","Gitlab::Logger","classes/Gitlab/Logger.html#method-c-build","()",""],["build_commit_note","Project","classes/Project.html#method-i-build_commit_note","(commit)",""],["build_graph","Gitlab::GitStats","classes/Gitlab/GitStats.html#method-i-build_graph","(n = 4)",""],["build_line_anchor","CommitsHelper","classes/CommitsHelper.html#method-i-build_line_anchor","(index, line_new, line_old)",""],["build_page","GitlabCiService","classes/GitlabCiService.html#method-i-build_page","(sha)",""],["bulk_delete","UsersProject","classes/UsersProject.html#method-c-bulk_delete","(project, user_ids)",""],["bulk_import","UsersProject","classes/UsersProject.html#method-c-bulk_import","(project, user_ids, project_access)","<p>TODO: depreceate in future in favor of add_users_into_projects\n"],["bulk_update","IssuesController","classes/IssuesController.html#method-i-bulk_update","()",""],["bulk_update","UsersProject","classes/UsersProject.html#method-c-bulk_update","(project, user_ids, project_access)",""],["can?","Account","classes/Account.html#method-i-can-3F","(action, subject)",""],["can?","ApplicationController","classes/ApplicationController.html#method-i-can-3F","(object, action, subject)",""],["can?","BaseContext","classes/BaseContext.html#method-i-can-3F","(object, action, subject)",""],["can?","Gitlab::APIHelpers","classes/Gitlab/APIHelpers.html#method-i-can-3F","(object, action, subject)",""],["can?","Grack::Auth","classes/Grack/Auth.html#method-i-can-3F","(object, action, subject)",""],["can_be_closed?","Milestone","classes/Milestone.html#method-i-can_be_closed-3F","()",""],["can_be_merged?","Gitlab::Satellite::MergeAction","classes/Gitlab/Satellite/MergeAction.html#method-i-can_be_merged-3F","()","<p>Checks if a merge request can be executed without user interaction\n"],["can_be_merged?","MergeRequest","classes/MergeRequest.html#method-i-can_be_merged-3F","()",""],["can_create_group?","Account","classes/Account.html#method-i-can_create_group-3F","()",""],["can_create_project?","Account","classes/Account.html#method-i-can_create_project-3F","()",""],["can_edit?","Gitlab::Satellite::EditFileAction","classes/Gitlab/Satellite/EditFileAction.html#method-i-can_edit-3F","(last_commit)",""],["cared_merge_requests","Account","classes/Account.html#method-i-cared_merge_requests","()",""],["changed_issue?","Event","classes/Event.html#method-i-changed_issue-3F","()",""],["changed_merge_request?","Event","classes/Event.html#method-i-changed_merge_request-3F","()",""],["check_if_can_be_merged","MergeRequest","classes/MergeRequest.html#method-i-check_if_can_be_merged","()",""],["check_limit","Project","classes/Project.html#method-i-check_limit","()",""],["check_validity!","FileSizeValidator","classes/FileSizeValidator.html#method-i-check_validity-21","()",""],["chief","NamespacedProject","classes/NamespacedProject.html#method-i-chief","()",""],["ci_build_details_path","MergeRequestsHelper","classes/MergeRequestsHelper.html#method-i-ci_build_details_path","(merge_request)",""],["ci_status","MergeRequestsController","classes/MergeRequestsController.html#method-i-ci_status","()",""],["clean_repo","Gitlab::GitoliteConfig","classes/Gitlab/GitoliteConfig.html#method-i-clean_repo","(repo_name)",""],["clear_and_update!","Gitlab::Satellite::Satellite","classes/Gitlab/Satellite/Satellite.html#method-i-clear_and_update-21","()",""],["closed?","Event","classes/Event.html#method-i-closed-3F","()",""],["closed_event","MergeRequest","classes/MergeRequest.html#method-i-closed_event","()",""],["closed_items_count","Milestone","classes/Milestone.html#method-i-closed_items_count","()",""],["code","Project","classes/Project.html#method-i-code","()","<p>For compatibility with old code\n"],["collect_authors","Gitlab::GitStats","classes/Gitlab/GitStats.html#method-i-collect_authors","()",""],["collect_commits","Gitlab::Graph::JsonBuilder","classes/Gitlab/Graph/JsonBuilder.html#method-i-collect_commits","()","<p>Get commits from repository\n"],["comments","EventFilter","classes/EventFilter.html#method-c-comments","()",""],["commit","ProtectedBranch","classes/ProtectedBranch.html#method-i-commit","()",""],["commit","Repository","classes/Repository.html#method-i-commit","(commit_id = nil)",""],["commit!","Gitlab::Satellite::EditFileAction","classes/Gitlab/Satellite/EditFileAction.html#method-i-commit-21","(content, commit_message, last_commit)","<p>Updates the files content and creates a new commit for it\n<p>Returns false if the ref has been updated while …\n"],["commit_author","Note","classes/Note.html#method-i-commit_author","()",""],["commit_badge_path","GitlabCiService","classes/GitlabCiService.html#method-i-commit_badge_path","(sha)",""],["commit_from","PushEvent","classes/PushEvent.html#method-i-commit_from","()",""],["commit_line_notes","Project","classes/Project.html#method-i-commit_line_notes","(commit)",""],["commit_notes","Project","classes/Project.html#method-i-commit_notes","(commit)",""],["commit_status","GitlabCiService","classes/GitlabCiService.html#method-i-commit_status","(sha)",""],["commit_status_path","GitlabCiService","classes/GitlabCiService.html#method-i-commit_status_path","(sha)",""],["commit_to","PushEvent","classes/PushEvent.html#method-i-commit_to","()",""],["commit_to_html","CommitsHelper","classes/CommitsHelper.html#method-i-commit_to_html","(commit)",""],["commits","Commit","classes/Commit.html#method-c-commits","(repo, ref, path = nil, limit = nil, offset = nil)",""],["commits","MergeRequest","classes/MergeRequest.html#method-i-commits","()",""],["commits","PushEvent","classes/PushEvent.html#method-i-commits","()","<p>Max 20 commits from push DESC\n"],["commits","Repository","classes/Repository.html#method-i-commits","(ref, path = nil, limit = nil, offset = nil)",""],["commits_between","Commit","classes/Commit.html#method-c-commits_between","(repo, from, to)",""],["commits_between","Repository","classes/Repository.html#method-i-commits_between","(from, to)",""],["commits_count","Gitlab::GitStats","classes/Gitlab/GitStats.html#method-i-commits_count","()",""],["commits_count","PushEvent","classes/PushEvent.html#method-i-commits_count","()",""],["commits_since","Commit","classes/Commit.html#method-c-commits_since","(repo, date)",""],["commits_since","Repository","classes/Repository.html#method-i-commits_since","(date)",""],["commits_with_refs","Commit","classes/Commit.html#method-c-commits_with_refs","(repo, n = 20)",""],["commits_with_refs","Repository","classes/Repository.html#method-i-commits_with_refs","(n = 20)",""],["committer_email","Commit","classes/Commit.html#method-i-committer_email","()",""],["committer_link","CommitDecorator","classes/CommitDecorator.html#method-i-committer_link","(options = {})","<p>Just like #author_link but for the committer.\n"],["committer_name","Commit","classes/Commit.html#method-i-committer_name","()",""],["common_notes","Project","classes/Project.html#method-i-common_notes","()",""],["compare","Commit","classes/Commit.html#method-c-compare","(project, from, to)",""],["compose_service_hook","GitlabCiService","classes/GitlabCiService.html#method-i-compose_service_hook","()",""],["config","Gitlab::Gitolite","classes/Gitlab/Gitolite.html#method-i-config","()",""],["content_types","Snippet","classes/Snippet.html#method-c-content_types","()",""],["create","Admin::GroupsController","classes/Admin/GroupsController.html#method-i-create","()",""],["create","Admin::HooksController","classes/Admin/HooksController.html#method-i-create","()",""],["create","Admin::UsersController","classes/Admin/UsersController.html#method-i-create","()",""],["create","CompareController","classes/CompareController.html#method-i-create","()",""],["create","DeployKeysController","classes/DeployKeysController.html#method-i-create","()",""],["create","Gitlab::Satellite::Satellite","classes/Gitlab/Satellite/Satellite.html#method-i-create","()",""],["create","HooksController","classes/HooksController.html#method-i-create","()",""],["create","IssuesController","classes/IssuesController.html#method-i-create","()",""],["create","KeysController","classes/KeysController.html#method-i-create","()",""],["create","MergeRequestsController","classes/MergeRequestsController.html#method-i-create","()",""],["create","MilestonesController","classes/MilestonesController.html#method-i-create","()",""],["create","NotesController","classes/NotesController.html#method-i-create","()",""],["create","ProjectsController","classes/ProjectsController.html#method-i-create","()",""],["create","ProtectedBranchesController","classes/ProtectedBranchesController.html#method-i-create","()",""],["create","SnippetsController","classes/SnippetsController.html#method-i-create","()",""],["create","TeamMembersController","classes/TeamMembersController.html#method-i-create","()",""],["create","WikisController","classes/WikisController.html#method-i-create","()",""],["create_by_user","Project","classes/Project.html#method-c-create_by_user","(params, user)",""],["create_from_omniauth","Gitlab::Auth","classes/Gitlab/Auth.html#method-i-create_from_omniauth","(auth, ldap = false)",""],["create_from_omniauth","User","classes/User.html#method-c-create_from_omniauth","(auth, ldap = false)",""],["create_repository","Gitlab::Gitolite","classes/Gitlab/Gitolite.html#method-i-create_repository","(project)",""],["create_status_change_note","Note","classes/Note.html#method-c-create_status_change_note","(noteable, author, status)",""],["created_at","Commit","classes/Commit.html#method-i-created_at","()",""],["css_class_by_id","Gitlab::Theme","classes/Gitlab/Theme.html#method-c-css_class_by_id","(id)",""],["current_action?","ApplicationHelper","classes/ApplicationHelper.html#method-i-current_action-3F","(*args)","<p>Check if a partcular action is the current one\n<p>args - One or more action names to check\n<p>Examples\n"],["current_controller?","ApplicationHelper","classes/ApplicationHelper.html#method-i-current_controller-3F","(*args)","<p>Check if a particular controller is the current one\n<p>args - One or more controller names to check\n<p>Examples …\n"],["current_ref","Grack::Auth","classes/Grack/Auth.html#method-i-current_ref","()",""],["current_user","Gitlab::APIHelpers","classes/Gitlab/APIHelpers.html#method-i-current_user","()",""],["dashboard_filter","DashboardController","classes/DashboardController.html#method-i-dashboard_filter","(items)",""],["dashboard_filter_path","DashboardHelper","classes/DashboardHelper.html#method-i-dashboard_filter_path","(entity, options={})",""],["data","Snippet","classes/Snippet.html#method-i-data","()",""],["default_filter","EventFilter","classes/EventFilter.html#method-c-default_filter","()",""],["default_regex","Gitlab::Regex","classes/Gitlab/Regex.html#method-i-default_regex","()",""],["define_show_vars","MergeRequestsController","classes/MergeRequestsController.html#method-i-define_show_vars","()",""],["define_tree_vars","RefsController","classes/RefsController.html#method-i-define_tree_vars","()",""],["delete_users_ids_from_team","Team","classes/Team.html#method-i-delete_users_ids_from_team","(users_ids)","<p>Delete multiple users from project by user ids\n"],["description","CommitDecorator","classes/CommitDecorator.html#method-i-description","()","<p>Returns the commits description\n<p>cut off, ellipses (`&amp;hellp;`) are prepended to the commit message. …\n"],["design","ProfilesController","classes/ProfilesController.html#method-i-design","()",""],["destroy","Admin::GroupsController","classes/Admin/GroupsController.html#method-i-destroy","()",""],["destroy","Admin::HooksController","classes/Admin/HooksController.html#method-i-destroy","()",""],["destroy","Admin::ProjectsController","classes/Admin/ProjectsController.html#method-i-destroy","()",""],["destroy","Admin::TeamMembersController","classes/Admin/TeamMembersController.html#method-i-destroy","()",""],["destroy","Admin::UsersController","classes/Admin/UsersController.html#method-i-destroy","()",""],["destroy","DeployKeysController","classes/DeployKeysController.html#method-i-destroy","()",""],["destroy","HooksController","classes/HooksController.html#method-i-destroy","()",""],["destroy","KeysController","classes/KeysController.html#method-i-destroy","()",""],["destroy","MilestonesController","classes/MilestonesController.html#method-i-destroy","()",""],["destroy","NotesController","classes/NotesController.html#method-i-destroy","()",""],["destroy","ProjectsController","classes/ProjectsController.html#method-i-destroy","()",""],["destroy","ProtectedBranchesController","classes/ProtectedBranchesController.html#method-i-destroy","()",""],["destroy","SnippetsController","classes/SnippetsController.html#method-i-destroy","()",""],["destroy","TeamMembersController","classes/TeamMembersController.html#method-i-destroy","()",""],["destroy","WikisController","classes/WikisController.html#method-i-destroy","()",""],["destroy_project","Gitlab::GitoliteConfig","classes/Gitlab/GitoliteConfig.html#method-i-destroy_project","(project)",""],["destroy_project!","Gitlab::GitoliteConfig","classes/Gitlab/GitoliteConfig.html#method-i-destroy_project-21","(project)",""],["destroy_repository","Repository","classes/Repository.html#method-i-destroy_repository","()",""],["destroyed?","StaticModel","classes/StaticModel.html#method-i-destroyed-3F","()",""],["determine_action","Event","classes/Event.html#method-c-determine_action","(record)",""],["dev_access_for?","Authority","classes/Authority.html#method-i-dev_access_for-3F","(user)",""],["dev_tools","ApplicationController","classes/ApplicationController.html#method-i-dev_tools","()",""],["diff_line_content","CommitsHelper","classes/CommitsHelper.html#method-i-diff_line_content","(line)",""],["different_committer?","Commit","classes/Commit.html#method-i-different_committer-3F","()","<p>Was this commit committed by a different person than the original author?\n"],["diffs","MergeRequest","classes/MergeRequest.html#method-i-diffs","()",""],["diffs","MergeRequestsController","classes/MergeRequestsController.html#method-i-diffs","()",""],["dir_exists?","Namespace","classes/Namespace.html#method-i-dir_exists-3F","()",""],["discover_default_branch","Repository","classes/Repository.html#method-i-discover_default_branch","()","<p>Discovers the default branch based on the repository’s available branches\n<p>If no branches are present, …\n"],["downvote?","Note","classes/Note.html#method-i-downvote-3F","()","<p>Returns true if this is a downvote note, otherwise false is returned\n"],["downvotes","Votes","classes/Votes.html#method-i-downvotes","()","<p>Return the number of -1 comments (downvotes)\n"],["downvotes_in_percent","Votes","classes/Votes.html#method-i-downvotes_in_percent","()",""],["each_diff_line","CommitsHelper","classes/CommitsHelper.html#method-i-each_diff_line","(diff_arr, index)",""],["edit","Admin::GroupsController","classes/Admin/GroupsController.html#method-i-edit","()",""],["edit","Admin::ProjectsController","classes/Admin/ProjectsController.html#method-i-edit","()",""],["edit","Admin::TeamMembersController","classes/Admin/TeamMembersController.html#method-i-edit","()",""],["edit","Admin::UsersController","classes/Admin/UsersController.html#method-i-edit","()",""],["edit","IssuesController","classes/IssuesController.html#method-i-edit","()",""],["edit","MergeRequestsController","classes/MergeRequestsController.html#method-i-edit","()",""],["edit","MilestonesController","classes/MilestonesController.html#method-i-edit","()",""],["edit","ProjectsController","classes/ProjectsController.html#method-i-edit","()",""],["edit","ServicesController","classes/ServicesController.html#method-i-edit","()",""],["edit","SnippetsController","classes/SnippetsController.html#method-i-edit","()",""],["edit","TreeController","classes/TreeController.html#method-i-edit","()",""],["edit","WikisController","classes/WikisController.html#method-i-edit","()",""],["emoji_autocomplete_source","ApplicationHelper","classes/ApplicationHelper.html#method-i-emoji_autocomplete_source","()",""],["empty?","Tree","classes/Tree.html#method-i-empty-3F","()",""],["empty_repo?","Repository","classes/Repository.html#method-i-empty_repo-3F","()",""],["enable_automerge","Gitlab::Gitolite","classes/Gitlab/Gitolite.html#method-i-enable_automerge","()",""],["ensure_dir_exist","Namespace","classes/Namespace.html#method-i-ensure_dir_exist","()",""],["entities_per_project","DashboardHelper","classes/DashboardHelper.html#method-i-entities_per_project","(project, entity)",""],["error","Gitlab::Logger","classes/Gitlab/Logger.html#method-c-error","(message)",""],["event_action_name","EventsHelper","classes/EventsHelper.html#method-i-event_action_name","(event)",""],["event_filter","DashboardController","classes/DashboardController.html#method-i-event_filter","()",""],["event_filter_link","EventsHelper","classes/EventsHelper.html#method-i-event_filter_link","(key, tooltip)",""],["event_image","EventsHelper","classes/EventsHelper.html#method-i-event_image","(event)",""],["execute","CommitLoadContext","classes/CommitLoadContext.html#method-i-execute","()",""],["execute","Gitlab::ProjectMover","classes/Gitlab/ProjectMover.html#method-i-execute","()",""],["execute","IssuesBulkUpdateContext","classes/IssuesBulkUpdateContext.html#method-i-execute","()",""],["execute","IssuesListContext","classes/IssuesListContext.html#method-i-execute","()",""],["execute","MergeRequestsLoadContext","classes/MergeRequestsLoadContext.html#method-i-execute","()",""],["execute","Notes::CreateContext","classes/Notes/CreateContext.html#method-i-execute","()",""],["execute","Notes::LoadContext","classes/Notes/LoadContext.html#method-i-execute","()",""],["execute","ProjectUpdateContext","classes/ProjectUpdateContext.html#method-i-execute","(role = :default)",""],["execute","SearchContext","classes/SearchContext.html#method-i-execute","()",""],["execute","TestHookContext","classes/TestHookContext.html#method-i-execute","()",""],["execute","WebHook","classes/WebHook.html#method-i-execute","(data)",""],["execute_hooks","PushObserver","classes/PushObserver.html#method-i-execute_hooks","(data)",""],["execute_services","PushObserver","classes/PushObserver.html#method-i-execute_services","(data)",""],["exists?","Gitlab::Satellite::Satellite","classes/Gitlab/Satellite/Satellite.html#method-i-exists-3F","()",""],["expired?","Milestone","classes/Milestone.html#method-i-expired-3F","()",""],["expired?","Snippet","classes/Snippet.html#method-i-expired-3F","()",""],["expires_at","Milestone","classes/Milestone.html#method-i-expires_at","()",""],["extract_ref","ExtractsPath","classes/ExtractsPath.html#method-i-extract_ref","(input)","<p>Given a string containing both a Git tree-ish, such as a branch or tag, and\na filesystem path joined …\n"],["failure_message","OmniauthCallbacksController","classes/OmniauthCallbacksController.html#method-i-failure_message","()","<p>Extend the standard message generation to accept our custom exception\n"],["feed_summary","EventDecorator","classes/EventDecorator.html#method-i-feed_summary","()",""],["feed_title","EventDecorator","classes/EventDecorator.html#method-i-feed_title","()",""],["feed_url","EventDecorator","classes/EventDecorator.html#method-i-feed_url","()",""],["file_name","Gitlab::AppLogger","classes/Gitlab/AppLogger.html#method-c-file_name","()",""],["file_name","Gitlab::GitLogger","classes/Gitlab/GitLogger.html#method-c-file_name","()",""],["files","ProjectsController","classes/ProjectsController.html#method-i-files","()",""],["files_count","Gitlab::GitStats","classes/Gitlab/GitStats.html#method-i-files_count","()",""],["filter","User","classes/User.html#method-c-filter","(filter_name)",""],["find_all_by_branch","MergeRequest","classes/MergeRequest.html#method-c-find_all_by_branch","(branch_name)",""],["find_all_by_milestone","MergeRequest","classes/MergeRequest.html#method-c-find_all_by_milestone","(milestone)",""],["find_for_ldap_auth","Gitlab::Auth","classes/Gitlab/Auth.html#method-i-find_for_ldap_auth","(auth, signed_in_resource = nil)",""],["find_for_ldap_auth","User","classes/User.html#method-c-find_for_ldap_auth","(auth, signed_in_resource = nil)",""],["find_free_space","Gitlab::Graph::JsonBuilder","classes/Gitlab/Graph/JsonBuilder.html#method-i-find_free_space","(leaves, map)",""],["find_or_first","Commit","classes/Commit.html#method-c-find_or_first","(repo, commit_id = nil, root_ref)",""],["find_or_new_for_omniauth","Gitlab::Auth","classes/Gitlab/Auth.html#method-i-find_or_new_for_omniauth","(auth)",""],["find_or_new_for_omniauth","User","classes/User.html#method-c-find_or_new_for_omniauth","(auth)",""],["find_project","Gitlab::APIHelpers","classes/Gitlab/APIHelpers.html#method-i-find_project","()",""],["find_with_namespace","Project","classes/Project.html#method-c-find_with_namespace","(id)",""],["fingerprintable_key","Key","classes/Key.html#method-i-fingerprintable_key","()",""],["first_name","Account","classes/Account.html#method-i-first_name","()",""],["for_commit?","Note","classes/Note.html#method-i-for_commit-3F","()",""],["for_diff_line?","Note","classes/Note.html#method-i-for_diff_line-3F","()",""],["forbidden!","Gitlab::APIHelpers","classes/Gitlab/APIHelpers.html#method-i-forbidden-21","()","<p>error helpers\n"],["format_message","Gitlab::AppLogger","classes/Gitlab/AppLogger.html#method-i-format_message","(severity, timestamp, progname, msg)",""],["format_message","Gitlab::GitLogger","classes/Gitlab/GitLogger.html#method-i-format_message","(severity, timestamp, progname, msg)",""],["fresh_commits","Commit","classes/Commit.html#method-c-fresh_commits","(repo, n = 10)",""],["fresh_commits","Repository","classes/Repository.html#method-i-fresh_commits","(n = 10)",""],["generate_password","User","classes/User.html#method-i-generate_password","()",""],["gfm","Gitlab::Markdown","classes/Gitlab/Markdown.html#method-i-gfm","(text, html_options = {})","<p>Public: Parse the provided text with GitLab-Flavored Markdown\n<p>text         - the source text html_options …\n"],["git_error?","Project","classes/Project.html#method-i-git_error-3F","()",""],["git_host","GitHost","classes/GitHost.html#method-i-git_host","()",""],["git_not_found!","ApplicationController","classes/ApplicationController.html#method-i-git_not_found-21","()",""],["githost","ErrorsController","classes/ErrorsController.html#method-i-githost","()",""],["gitlab_auth","User","classes/User.html#method-c-gitlab_auth","()",""],["gitlab_ci?","Project","classes/Project.html#method-i-gitlab_ci-3F","()",""],["gitlab_markdown?","TreeHelper","classes/TreeHelper.html#method-i-gitlab_markdown-3F","(filename)",""],["global_id","Namespace","classes/Namespace.html#method-c-global_id","()",""],["graph","Gitlab::GitStats","classes/Gitlab/GitStats.html#method-i-graph","()",""],["graph","ProjectsController","classes/ProjectsController.html#method-i-graph","()",""],["gravatar_icon","ApplicationHelper","classes/ApplicationHelper.html#method-i-gravatar_icon","(user_email = '', size = nil)",""],["group","GroupsController","classes/GroupsController.html#method-i-group","()",""],["group_abilities","Ability","classes/Ability.html#method-c-group_abilities","(user, group)",""],["grouped_options_refs","ApplicationHelper","classes/ApplicationHelper.html#method-i-grouped_options_refs","(destination = :tree)",""],["grouper_project_members","ProjectsHelper","classes/ProjectsHelper.html#method-i-grouper_project_members","(project)",""],["guest_access_for?","Authority","classes/Authority.html#method-i-guest_access_for-3F","(user)",""],["has_commits?","Repository","classes/Repository.html#method-i-has_commits-3F","()",""],["has_post_receive_file?","Repository","classes/Repository.html#method-i-has_post_receive_file-3F","()",""],["heads","Repository","classes/Repository.html#method-i-heads","()",""],["help","FileSizeValidator","classes/FileSizeValidator.html#method-i-help","()",""],["hexdigest","ApplicationHelper","classes/ApplicationHelper.html#method-i-hexdigest","(string)",""],["history","ProfilesController","classes/ProfilesController.html#method-i-history","()",""],["history","WikisController","classes/WikisController.html#method-i-history","()",""],["hook_file","Repository","classes/Repository.html#method-i-hook_file","()",""],["http_url_to_repo","Repository","classes/Repository.html#method-i-http_url_to_repo","()",""],["human_name","Group","classes/Group.html#method-i-human_name","()",""],["human_name","Namespace","classes/Namespace.html#method-i-human_name","()",""],["human_state","MergeRequest","classes/MergeRequest.html#method-i-human_state","()",""],["identification_type","CommitsHelper","classes/CommitsHelper.html#method-i-identification_type","(line)",""],["identifier","Account","classes/Account.html#method-i-identifier","()","<p>Returns a string for use as a Gitolite user identifier\n<p>Note that Gitolite 2.x requires the following pattern …\n"],["image_diff_class","CommitsHelper","classes/CommitsHelper.html#method-i-image_diff_class","(diff)",""],["import_team","UsersProject","classes/UsersProject.html#method-c-import_team","(source_project, target_project)",""],["in_locked_and_timed_satellite","Gitlab::Satellite::Action","classes/Gitlab/Satellite/Action.html#method-i-in_locked_and_timed_satellite","()","<p>Sets a 30s timeout for Git\n<p>Locks the satellite repo\n<p>Yields the prepared satellite repo\n"],["index","Admin::DashboardController","classes/Admin/DashboardController.html#method-i-index","()",""],["index","Admin::GroupsController","classes/Admin/GroupsController.html#method-i-index","()",""],["index","Admin::HooksController","classes/Admin/HooksController.html#method-i-index","()",""],["index","Admin::ProjectsController","classes/Admin/ProjectsController.html#method-i-index","()",""],["index","Admin::UsersController","classes/Admin/UsersController.html#method-i-index","()",""],["index","CompareController","classes/CompareController.html#method-i-index","()",""],["index","DashboardController","classes/DashboardController.html#method-i-index","()",""],["index","DeployKeysController","classes/DeployKeysController.html#method-i-index","()",""],["index","HelpController","classes/HelpController.html#method-i-index","()",""],["index","HooksController","classes/HooksController.html#method-i-index","()",""],["index","IssuesController","classes/IssuesController.html#method-i-index","()",""],["index","KeysController","classes/KeysController.html#method-i-index","()",""],["index","LabelsController","classes/LabelsController.html#method-i-index","()",""],["index","MergeRequestsController","classes/MergeRequestsController.html#method-i-index","()",""],["index","MilestonesController","classes/MilestonesController.html#method-i-index","()",""],["index","NotesController","classes/NotesController.html#method-i-index","()",""],["index","ProtectedBranchesController","classes/ProtectedBranchesController.html#method-i-index","()",""],["index","ServicesController","classes/ServicesController.html#method-i-index","()",""],["index","SnippetsController","classes/SnippetsController.html#method-i-index","()",""],["index","TeamMembersController","classes/TeamMembersController.html#method-i-index","()",""],["index_commits","Gitlab::Graph::JsonBuilder","classes/Gitlab/Graph/JsonBuilder.html#method-i-index_commits","()","<p>Method is adding time and space on the list of commits. As well as returns\ndate list corelated with time …\n"],["info","Gitlab::Logger","classes/Gitlab/Logger.html#method-c-info","(message)",""],["invalid?","Tree","classes/Tree.html#method-i-invalid-3F","()",""],["is_admin?","Account","classes/Account.html#method-i-is_admin-3F","()",""],["is_assigned?","IssueCommonality","classes/IssueCommonality.html#method-i-is_assigned-3F","()",""],["is_being_closed?","IssueCommonality","classes/IssueCommonality.html#method-i-is_being_closed-3F","()",""],["is_being_reassigned?","IssueCommonality","classes/IssueCommonality.html#method-i-is_being_reassigned-3F","()",""],["is_being_reopened?","IssueCommonality","classes/IssueCommonality.html#method-i-is_being_reopened-3F","()",""],["is_blob?","Tree","classes/Tree.html#method-i-is_blob-3F","()",""],["is_deploy_key","Key","classes/Key.html#method-i-is_deploy_key","()",""],["is_empty?","Milestone","classes/Milestone.html#method-i-is_empty-3F","()",""],["issue","Event","classes/Event.html#method-i-issue","()",""],["issue","IssuesController","classes/IssuesController.html#method-i-issue","()",""],["issue?","Event","classes/Event.html#method-i-issue-3F","()",""],["issue_css_classes","IssuesHelper","classes/IssuesHelper.html#method-i-issue_css_classes","(issue)",""],["issue_status_changed_email","Notify","classes/Notify.html#method-i-issue_status_changed_email","(recipient_id, issue_id, status, updated_by_user_id)",""],["issue_tags","IssuesHelper","classes/IssuesHelper.html#method-i-issue_tags","()",""],["issues","DashboardController","classes/DashboardController.html#method-i-issues","()","<p>Get only assigned issues\n"],["issues","GroupsController","classes/GroupsController.html#method-i-issues","()","<p>Get only assigned issues\n"],["issues_active_milestones","IssuesHelper","classes/IssuesHelper.html#method-i-issues_active_milestones","()",""],["issues_filter","IssuesHelper","classes/IssuesHelper.html#method-i-issues_filter","()",""],["issues_filtered","IssuesController","classes/IssuesController.html#method-i-issues_filtered","()",""],["issues_labels","Project","classes/Project.html#method-i-issues_labels","()",""],["items_for","Project","classes/Project.html#method-i-items_for","(entity)",""],["joined?","Event","classes/Event.html#method-i-joined-3F","()",""],["labels_autocomplete_source","IssuesHelper","classes/IssuesHelper.html#method-i-labels_autocomplete_source","()",""],["last_activity","Project","classes/Project.html#method-i-last_activity","()",""],["last_activity_date","Project","classes/Project.html#method-i-last_activity_date","()",""],["last_activity_project","Account","classes/Account.html#method-i-last_activity_project","()",""],["last_commit","ApplicationHelper","classes/ApplicationHelper.html#method-i-last_commit","(project)",""],["last_commit","MergeRequest","classes/MergeRequest.html#method-i-last_commit","()",""],["last_commit","PushEvent","classes/PushEvent.html#method-i-last_commit","()",""],["last_commit_for","Repository","classes/Repository.html#method-i-last_commit_for","(ref, path = nil)",""],["last_commit_short_sha","MergeRequest","classes/MergeRequest.html#method-i-last_commit_short_sha","()",""],["last_deploy?","Key","classes/Key.html#method-i-last_deploy-3F","()",""],["last_push_to_non_root?","PushEvent","classes/PushEvent.html#method-i-last_push_to_non_root-3F","()",""],["ldap","OmniauthCallbacksController","classes/OmniauthCallbacksController.html#method-i-ldap","()",""],["ldap_enable?","ApplicationHelper","classes/ApplicationHelper.html#method-i-ldap_enable-3F","()",""],["left?","Event","classes/Event.html#method-i-left-3F","()",""],["lifetime_select_options","SnippetsHelper","classes/SnippetsHelper.html#method-i-lifetime_select_options","()",""],["link_title","CommitDecorator","classes/CommitDecorator.html#method-i-link_title","()","<p>Returns a string describing the commit for use in a link title\n<p>Example\n\n<pre>&quot;Commit: Alex Denisov - Project ...</pre>\n"],["link_to_author","EventsHelper","classes/EventsHelper.html#method-i-link_to_author","(event)",""],["link_to_commit_diff_line_note","NotesHelper","classes/NotesHelper.html#method-i-link_to_commit_diff_line_note","(note)",""],["link_to_gfm","GitlabMarkdownHelper","classes/GitlabMarkdownHelper.html#method-i-link_to_gfm","(body, url, html_options = {})","<p>Use this in places where you would normally use link_to(gfm(…), …).\n<p>It solves a problem occurring …\n"],["link_to_member","ProjectsHelper","classes/ProjectsHelper.html#method-i-link_to_member","(project, author)",""],["link_to_project","ProjectsHelper","classes/ProjectsHelper.html#method-i-link_to_project","(project)",""],["loading_more_notes?","NotesHelper","classes/NotesHelper.html#method-i-loading_more_notes-3F","()",""],["loading_new_notes?","NotesHelper","classes/NotesHelper.html#method-i-loading_new_notes-3F","()",""],["lock","Gitlab::Satellite::Satellite","classes/Gitlab/Satellite/Satellite.html#method-i-lock","()","<p>Locks the satellite\n<p>Changes the current directory to the satellite’s working dir\n<p>Yields\n"],["lock_file","Gitlab::Satellite::Satellite","classes/Gitlab/Satellite/Satellite.html#method-i-lock_file","()",""],["log","Gitlab::Auth","classes/Gitlab/Auth.html#method-i-log","()",""],["log","Gitlab::GitoliteConfig","classes/Gitlab/GitoliteConfig.html#method-i-log","(message)",""],["log_exception","ApplicationController","classes/ApplicationController.html#method-i-log_exception","(exception)",""],["log_info","Gitlab::ProjectMover","classes/Gitlab/ProjectMover.html#method-i-log_info","(message)",""],["log_info","ProjectObserver","classes/ProjectObserver.html#method-i-log_info","(message)",""],["log_info","UserObserver","classes/UserObserver.html#method-i-log_info","(message)",""],["logs_tree","RefsController","classes/RefsController.html#method-i-logs_tree","()",""],["mark_as_merged!","MergeRequest","classes/MergeRequest.html#method-i-mark_as_merged-21","()",""],["mark_as_unchecked","MergeRequest","classes/MergeRequest.html#method-i-mark_as_unchecked","()",""],["mark_as_unmergable","MergeRequest","classes/MergeRequest.html#method-i-mark_as_unmergable","()",""],["mark_reserved","Gitlab::Graph::JsonBuilder","classes/Gitlab/Graph/JsonBuilder.html#method-i-mark_reserved","(time_range, space)",""],["markdown","GitlabMarkdownHelper","classes/GitlabMarkdownHelper.html#method-i-markdown","(text)",""],["markup?","TreeHelper","classes/TreeHelper.html#method-i-markup-3F","(filename)","<p>Public: Determines if a given filename is compatible with GitHub::Markup.\n<p>filename - Filename string to …\n"],["master_access_for?","Authority","classes/Authority.html#method-i-master_access_for-3F","(user)",""],["max_count","Gitlab::Graph::JsonBuilder","classes/Gitlab/Graph/JsonBuilder.html#method-c-max_count","()",""],["md_ref?","PushEvent","classes/PushEvent.html#method-i-md_ref-3F","()",""],["membership_changed?","Event","classes/Event.html#method-i-membership_changed-3F","()",""],["merge!","Gitlab::Satellite::MergeAction","classes/Gitlab/Satellite/MergeAction.html#method-i-merge-21","()","<p>Merges the source branch into the target branch in the satellite and pushes\nit back to Gitolite. It also …\n"],["merge!","MergeRequest","classes/MergeRequest.html#method-i-merge-21","(user_id)",""],["merge_event","MergeRequest","classes/MergeRequest.html#method-i-merge_event","()",""],["merge_request","Event","classes/Event.html#method-i-merge_request","()",""],["merge_request","MergeRequestsController","classes/MergeRequestsController.html#method-i-merge_request","()",""],["merge_request?","Event","classes/Event.html#method-i-merge_request-3F","()",""],["merge_requests","DashboardController","classes/DashboardController.html#method-i-merge_requests","()","<p>Get authored or assigned open merge requests\n"],["merge_requests","GroupsController","classes/GroupsController.html#method-i-merge_requests","()","<p>Get authored or assigned open merge requests\n"],["merged","EventFilter","classes/EventFilter.html#method-c-merged","()",""],["merged?","Event","classes/Event.html#method-i-merged-3F","()",""],["merged?","MergeRequest","classes/MergeRequest.html#method-i-merged-3F","()",""],["method_missing","ApplicationController","classes/ApplicationController.html#method-i-method_missing","(method_sym, *arguments, &block)",""],["method_missing","Gitlab::Graph::Commit","classes/Gitlab/Graph/Commit.html#method-i-method_missing","(m, *args, &block)",""],["milestone","MilestonesController","classes/MilestonesController.html#method-i-milestone","()",""],["milestone?","Event","classes/Event.html#method-i-milestone-3F","()",""],["mode","Snippet","classes/Snippet.html#method-i-mode","()",""],["module_enabled","IssuesController","classes/IssuesController.html#method-i-module_enabled","()",""],["module_enabled","LabelsController","classes/LabelsController.html#method-i-module_enabled","()",""],["module_enabled","MergeRequestsController","classes/MergeRequestsController.html#method-i-module_enabled","()",""],["module_enabled","MilestonesController","classes/MilestonesController.html#method-i-module_enabled","()",""],["move_dir","Namespace","classes/Namespace.html#method-i-move_dir","()",""],["move_repository","Gitlab::Gitolite","classes/Gitlab/Gitolite.html#method-i-move_repository","(old_repo, project)",""],["mr_and_commit_notes","MergeRequest","classes/MergeRequest.html#method-i-mr_and_commit_notes","()",""],["mr_css_classes","MergeRequestsHelper","classes/MergeRequestsHelper.html#method-i-mr_css_classes","(mr)",""],["my_own_projects","Account","classes/Account.html#method-i-my_own_projects","()",""],["name","Snippet","classes/Snippet.html#method-i-name","()",""],["name_with_namespace","NamespacedProject","classes/NamespacedProject.html#method-i-name_with_namespace","()",""],["namespace_dir","Repository","classes/Repository.html#method-i-namespace_dir","()",""],["namespace_full_path","Namespace","classes/Namespace.html#method-i-namespace_full_path","()",""],["namespace_id","Account","classes/Account.html#method-i-namespace_id","()",""],["namespace_owner","NamespacedProject","classes/NamespacedProject.html#method-i-namespace_owner","()",""],["namespaces","Account","classes/Account.html#method-i-namespaces","()",""],["namespaces_options","NamespacesHelper","classes/NamespacesHelper.html#method-i-namespaces_options","(selected = :current_user, scope = :default)",""],["nav_link","TabHelper","classes/TabHelper.html#method-i-nav_link","(options = {}, &block)","<p>Navigation link helper\n<p>Returns an `li` element with an ‘active’ class if the supplied\ncontroller(s) and/or …\n"],["nav_tab","TabHelper","classes/TabHelper.html#method-i-nav_tab","(key, value, &block)","<p>Use nav_tab for save controller/action  but different params\n"],["new","Admin::GroupsController","classes/Admin/GroupsController.html#method-i-new","()",""],["new","Admin::UsersController","classes/Admin/UsersController.html#method-i-new","()",""],["new","BaseContext","classes/BaseContext.html#method-c-new","(project, user, params)",""],["new","Commit","classes/Commit.html#method-c-new","(raw_commit, head = nil)",""],["new","DeployKeysController","classes/DeployKeysController.html#method-i-new","()",""],["new","EventFilter","classes/EventFilter.html#method-c-new","(params)",""],["new","FileSizeValidator","classes/FileSizeValidator.html#method-c-new","(options)",""],["new","Gitlab::GitStats","classes/Gitlab/GitStats.html#method-c-new","(repo, ref)",""],["new","Gitlab::Graph::Commit","classes/Gitlab/Graph/Commit.html#method-c-new","(commit)",""],["new","Gitlab::Graph::JsonBuilder","classes/Gitlab/Graph/JsonBuilder.html#method-c-new","(project)",""],["new","Gitlab::ProjectMover","classes/Gitlab/ProjectMover.html#method-c-new","(project, old_dir, new_dir)",""],["new","Gitlab::Satellite::Action","classes/Gitlab/Satellite/Action.html#method-c-new","(user, project, options = {})",""],["new","Gitlab::Satellite::EditFileAction","classes/Gitlab/Satellite/EditFileAction.html#method-c-new","(user, project, ref, file_path)",""],["new","Gitlab::Satellite::MergeAction","classes/Gitlab/Satellite/MergeAction.html#method-c-new","(user, merge_request)",""],["new","Gitlab::Satellite::Satellite","classes/Gitlab/Satellite/Satellite.html#method-c-new","(project)",""],["new","IssuesController","classes/IssuesController.html#method-i-new","()",""],["new","KeysController","classes/KeysController.html#method-i-new","()",""],["new","MergeRequestsController","classes/MergeRequestsController.html#method-i-new","()",""],["new","MilestonesController","classes/MilestonesController.html#method-i-new","()",""],["new","ProjectsController","classes/ProjectsController.html#method-i-new","()",""],["new","Redcarpet::Render::GitlabHTML","classes/Redcarpet/Render/GitlabHTML.html#method-c-new","(template, options = {})",""],["new","SearchContext","classes/SearchContext.html#method-c-new","(project_ids, params)",""],["new","SnippetsController","classes/SnippetsController.html#method-i-new","()",""],["new","TeamMembersController","classes/TeamMembersController.html#method-i-new","()",""],["new","Tree","classes/Tree.html#method-c-new","(raw_tree, project, ref = nil, path = nil)",""],["new?","IssueCommonality","classes/IssueCommonality.html#method-i-new-3F","()",""],["new_branch?","PushEvent","classes/PushEvent.html#method-i-new_branch-3F","()",""],["new_issue?","Event","classes/Event.html#method-i-new_issue-3F","()",""],["new_issue_email","Notify","classes/Notify.html#method-i-new_issue_email","(issue_id)","<p>Issue\n"],["new_merge_request?","Event","classes/Event.html#method-i-new_merge_request-3F","()",""],["new_merge_request_email","Notify","classes/Notify.html#method-i-new_merge_request_email","(merge_request_id)","<p>Merge Request\n"],["new_mr_path_from_push_event","MergeRequestsHelper","classes/MergeRequestsHelper.html#method-i-new_mr_path_from_push_event","(event)",""],["new_record?","StaticModel","classes/StaticModel.html#method-i-new_record-3F","()",""],["new_ref?","PushEvent","classes/PushEvent.html#method-i-new_ref-3F","()",""],["new_user_email","Notify","classes/Notify.html#method-i-new_user_email","(user_id, password)","<p>User\n"],["no_cache_headers","ApplicationController","classes/ApplicationController.html#method-i-no_cache_headers","()",""],["no_commit_message","CommitDecorator","classes/CommitDecorator.html#method-i-no_commit_message","()",""],["not_allowed!","Gitlab::APIHelpers","classes/Gitlab/APIHelpers.html#method-i-not_allowed-21","()",""],["not_found!","ApplicationController","classes/ApplicationController.html#method-i-not_found-21","()",""],["not_found!","Gitlab::APIHelpers","classes/Gitlab/APIHelpers.html#method-i-not_found-21","(resource = nil)",""],["not_in_project","User","classes/User.html#method-c-not_in_project","(project)",""],["note?","Event","classes/Event.html#method-i-note-3F","()",""],["note_commit?","NoteEvent","classes/NoteEvent.html#method-i-note_commit-3F","()",""],["note_commit_email","Notify","classes/Notify.html#method-i-note_commit_email","(recipient_id, note_id)","<p>Note\n"],["note_commit_id","NoteEvent","classes/NoteEvent.html#method-i-note_commit_id","()",""],["note_for_main_target?","NotesHelper","classes/NotesHelper.html#method-i-note_for_main_target-3F","(note)","<p>Helps to distinguish e.g. commit notes in mr notes list\n"],["note_issue_email","Notify","classes/Notify.html#method-i-note_issue_email","(recipient_id, note_id)",""],["note_merge_request_email","Notify","classes/Notify.html#method-i-note_merge_request_email","(recipient_id, note_id)",""],["note_short_commit_id","NoteEvent","classes/NoteEvent.html#method-i-note_short_commit_id","()",""],["note_target","NoteEvent","classes/NoteEvent.html#method-i-note_target","()",""],["note_target_id","NoteEvent","classes/NoteEvent.html#method-i-note_target_id","()",""],["note_target_type","NoteEvent","classes/NoteEvent.html#method-i-note_target_type","()",""],["note_wall_email","Notify","classes/Notify.html#method-i-note_wall_email","(recipient_id, note_id)",""],["noteable","Note","classes/Note.html#method-i-noteable","()","<p>override to return commits, which are not active record\n"],["noteable_type_name","Note","classes/Note.html#method-i-noteable_type_name","()",""],["notes","NotesController","classes/NotesController.html#method-i-notes","()",""],["notify_only_author?","Note","classes/Note.html#method-i-notify_only_author-3F","(user)","<p>Check if we can notify commit author with email about our comment\n<p>If commit author email exist in project …\n"],["notify_team","NoteObserver","classes/NoteObserver.html#method-i-notify_team","(note)","<p>Notifies the whole team except the author of note\n"],["oauth_active_class","ProfileHelper","classes/ProfileHelper.html#method-i-oauth_active_class","(provider)",""],["observe_push","PushObserver","classes/PushObserver.html#method-i-observe_push","(data)",""],["open?","MergeRequest","classes/MergeRequest.html#method-i-open-3F","()",""],["open?","Milestone","classes/Milestone.html#method-i-open-3F","()",""],["open_branches","Repository","classes/Repository.html#method-i-open_branches","()",""],["open_for","Issue","classes/Issue.html#method-c-open_for","(user)",""],["open_items_count","Milestone","classes/Milestone.html#method-i-open_items_count","()",""],["options","EventFilter","classes/EventFilter.html#method-i-options","(key)",""],["pages","WikisController","classes/WikisController.html#method-i-pages","()",""],["paginate","Gitlab::APIHelpers","classes/Gitlab/APIHelpers.html#method-i-paginate","(object)",""],["parent_commit","PushEvent","classes/PushEvent.html#method-i-parent_commit","()",""],["parents_count","Commit","classes/Commit.html#method-i-parents_count","()",""],["participants","Milestone","classes/Milestone.html#method-i-participants","()",""],["path","Gitlab::Satellite::Satellite","classes/Gitlab/Satellite/Satellite.html#method-i-path","()",""],["path_regex","Gitlab::Regex","classes/Gitlab/Regex.html#method-i-path_regex","()",""],["path_to_repo","Repository","classes/Repository.html#method-i-path_to_repo","()",""],["path_with_namespace","NamespacedProject","classes/NamespacedProject.html#method-i-path_with_namespace","()",""],["people","GroupsController","classes/GroupsController.html#method-i-people","()",""],["percent_complete","Milestone","classes/Milestone.html#method-i-percent_complete","()",""],["perform","PostReceive","classes/PostReceive.html#method-c-perform","(repo_path, oldrev, newrev, ref, identifier)",""],["perform","SystemHookWorker","classes/SystemHookWorker.html#method-c-perform","(hook_id, data)",""],["persisted?","StaticModel","classes/StaticModel.html#method-i-persisted-3F","()",""],["person_link","CommitDecorator","classes/CommitDecorator.html#method-i-person_link","(options = {})","<p>Private: Returns a link to a person. If the person has a matching user and\nis a member of the current …\n"],["place_chain","Gitlab::Graph::JsonBuilder","classes/Gitlab/Graph/JsonBuilder.html#method-i-place_chain","(commit, map, parent_time = nil)","<p>Add space mark on commit and its parents\n<p>@param [Graph::Commit] the commit object. @param [Hash&lt;String …\n"],["plain_text_readme?","TreeHelper","classes/TreeHelper.html#method-i-plain_text_readme-3F","(filename)",""],["post_receive_data","PushObserver","classes/PushObserver.html#method-i-post_receive_data","(oldrev, newrev, ref, user)","<p>Produce a hash of post-receive data\n<p>data = {\n\n<pre>before: String,\nafter: String,\nref: String,\nuser_id: String, ...</pre>\n"],["postprocess","Redcarpet::Render::GitlabHTML","classes/Redcarpet/Render/GitlabHTML.html#method-i-postprocess","(full_document)",""],["prepare_satellite!","Gitlab::Satellite::Action","classes/Gitlab/Satellite/Action.html#method-i-prepare_satellite-21","(repo)","<p>Clears the satellite\n<p>Updates the satellite from Gitolite\n<p>Sets up Git variables for the user\n"],["prev_commit","Commit","classes/Commit.html#method-i-prev_commit","()",""],["prev_commit_id","Commit","classes/Commit.html#method-i-prev_commit_id","()",""],["preview","NotesController","classes/NotesController.html#method-i-preview","()",""],["primary_key","StaticModel::ClassMethods","classes/StaticModel/ClassMethods.html#method-i-primary_key","()","<p>Used by ActiveRecord’s polymorphic association to set object_id\n"],["private?","Project","classes/Project.html#method-i-private-3F","()",""],["probably_merged?","MergeRequest","classes/MergeRequest.html#method-i-probably_merged-3F","()",""],["processing","Gitlab::InlineDiff","classes/Gitlab/InlineDiff.html#method-c-processing","(diff_arr)",""],["project","Admin::ProjectsController","classes/Admin/ProjectsController.html#method-i-project","()",""],["project","ApplicationController","classes/ApplicationController.html#method-i-project","()",""],["project_abilities","Ability","classes/Ability.html#method-c-project_abilities","(user, project)",""],["project_access_granted_email","Notify","classes/Notify.html#method-i-project_access_granted_email","(user_project_id)","<p>Project\n"],["project_access_human","UsersProject","classes/UsersProject.html#method-i-project_access_human","()",""],["project_admin_rules","Ability","classes/Ability.html#method-c-project_admin_rules","()",""],["project_dev_rules","Ability","classes/Ability.html#method-c-project_dev_rules","()",""],["project_guest_rules","Ability","classes/Ability.html#method-c-project_guest_rules","()",""],["project_id","Project","classes/Project.html#method-i-project_id","()",""],["project_ids","Account","classes/Account.html#method-i-project_ids","()",""],["project_ids","GroupsController","classes/GroupsController.html#method-i-project_ids","()",""],["project_issues_filter_path","IssuesHelper","classes/IssuesHelper.html#method-i-project_issues_filter_path","(project, params = {})",""],["project_last_activity","ApplicationHelper","classes/ApplicationHelper.html#method-i-project_last_activity","(project)",""],["project_master_rules","Ability","classes/Ability.html#method-c-project_master_rules","()",""],["project_name","Event","classes/Event.html#method-i-project_name","()",""],["project_name_regex","Gitlab::Regex","classes/Gitlab/Regex.html#method-i-project_name_regex","()",""],["project_report_rules","Ability","classes/Ability.html#method-c-project_report_rules","()",""],["project_tab_class","TabHelper","classes/TabHelper.html#method-i-project_tab_class","()",""],["project_teams_update","Admin::GroupsController","classes/Admin/GroupsController.html#method-i-project_teams_update","()",""],["project_title","ProjectsHelper","classes/ProjectsHelper.html#method-i-project_title","(project)",""],["project_update","Admin::GroupsController","classes/Admin/GroupsController.html#method-i-project_update","()",""],["project_was_moved_email","Notify","classes/Notify.html#method-i-project_was_moved_email","(user_project_id)",""],["projects","DashboardController","classes/DashboardController.html#method-i-projects","()",""],["projects","GroupsController","classes/GroupsController.html#method-i-projects","()",""],["projects","Key","classes/Key.html#method-i-projects","()","<p>projects that has this key\n"],["projects_limit_percent","Account","classes/Account.html#method-i-projects_limit_percent","()",""],["projects_sorted_by_activity","Account","classes/Account.html#method-i-projects_sorted_by_activity","()",""],["proper?","Event","classes/Event.html#method-i-proper-3F","()",""],["protected_branch?","Repository","classes/Repository.html#method-i-protected_branch-3F","(branch_name)","<p>Check if current branch name is marked as protected in the system\n"],["public?","Project","classes/Project.html#method-i-public-3F","()",""],["push","EventFilter","classes/EventFilter.html#method-c-push","()",""],["push?","Event","classes/Event.html#method-i-push-3F","()",""],["push_action_name","PushEvent","classes/PushEvent.html#method-i-push_action_name","()",""],["push_to_branch?","PushObserver","classes/PushObserver.html#method-i-push_to_branch-3F","(ref, oldrev)",""],["push_with_commits?","PushEvent","classes/PushEvent.html#method-i-push_with_commits-3F","()",""],["quiet","Gitlab::Seeder","classes/Gitlab/Seeder.html#method-c-quiet","()",""],["raw","SnippetsController","classes/SnippetsController.html#method-i-raw","()",""],["read_latest","Gitlab::Logger","classes/Gitlab/Logger.html#method-c-read_latest","()",""],["read_latest_for","Gitlab::Logger","classes/Gitlab/Logger.html#method-c-read_latest_for","(filename)",""],["readme","TreeDecorator","classes/TreeDecorator.html#method-i-readme","()",""],["reassigned_issue_email","Notify","classes/Notify.html#method-i-reassigned_issue_email","(recipient_id, issue_id, previous_assignee_id)",""],["reassigned_merge_request_email","Notify","classes/Notify.html#method-i-reassigned_merge_request_email","(recipient_id, merge_request_id, previous_assignee_id)",""],["recent_push","Account","classes/Account.html#method-i-recent_push","(project_id = nil)",""],["ref","RefsController","classes/RefsController.html#method-i-ref","()",""],["ref_name","PushEvent","classes/PushEvent.html#method-i-ref_name","()",""],["ref_names","Repository","classes/Repository.html#method-i-ref_names","()","<p>Returns an Array of branch and tag names\n"],["ref_type","PushEvent","classes/PushEvent.html#method-i-ref_type","()",""],["regenerate_from","Wiki","classes/Wiki.html#method-c-regenerate_from","(wiki)",""],["reject_blocked!","ApplicationController","classes/ApplicationController.html#method-i-reject_blocked-21","()",""],["reload_code","MergeRequest","classes/MergeRequest.html#method-i-reload_code","()",""],["reloaded_commits","MergeRequest","classes/MergeRequest.html#method-i-reloaded_commits","()",""],["reloaded_diffs","MergeRequest","classes/MergeRequest.html#method-i-reloaded_diffs","()",""],["remove_from_team_message","ProjectsHelper","classes/ProjectsHelper.html#method-i-remove_from_team_message","(project, member)",""],["remove_key","Gitlab::Gitolite","classes/Gitlab/Gitolite.html#method-i-remove_key","(key_id, projects)",""],["remove_project","Admin::GroupsController","classes/Admin/GroupsController.html#method-i-remove_project","()",""],["remove_repository","Gitlab::Gitolite","classes/Gitlab/Gitolite.html#method-i-remove_repository","(project)",""],["render_403","ApplicationController","classes/ApplicationController.html#method-i-render_403","()",""],["render_404","ApplicationController","classes/ApplicationController.html#method-i-render_404","()",""],["render_api_error!","Gitlab::APIHelpers","classes/Gitlab/APIHelpers.html#method-i-render_api_error-21","(message, status)",""],["render_tree","TreeHelper","classes/TreeHelper.html#method-i-render_tree","(contents)","<p>Sorts a repository’s tree so that folders are before files and renders\ntheir corresponding partials\n<p>contents …\n"],["reopened?","Event","classes/Event.html#method-i-reopened-3F","()",""],["replace_markers","Gitlab::InlineDiff","classes/Gitlab/InlineDiff.html#method-c-replace_markers","(line)",""],["repo","Gitlab::Satellite::Satellite","classes/Gitlab/Satellite/Satellite.html#method-i-repo","()",""],["repo","Repository","classes/Repository.html#method-i-repo","()",""],["repo_access_human","UsersProject","classes/UsersProject.html#method-i-repo_access_human","()",""],["repo_exists?","Repository","classes/Repository.html#method-i-repo_exists-3F","()",""],["repo_name","Project","classes/Project.html#method-i-repo_name","()",""],["report_access_for?","Authority","classes/Authority.html#method-i-report_access_for-3F","(user)",""],["repository_masters","Authority","classes/Authority.html#method-i-repository_masters","()",""],["repository_readers","Authority","classes/Authority.html#method-i-repository_readers","()",""],["repository_writers","Authority","classes/Authority.html#method-i-repository_writers","()",""],["request_protocol","ApplicationHelper","classes/ApplicationHelper.html#method-i-request_protocol","()",""],["require_non_empty_project","ApplicationController","classes/ApplicationController.html#method-i-require_non_empty_project","()",""],["require_ssh_key?","Account","classes/Account.html#method-i-require_ssh_key-3F","()",""],["reset_access","Authority","classes/Authority.html#method-i-reset_access","(user)",""],["reset_private_token","ProfilesController","classes/ProfilesController.html#method-i-reset_private_token","()",""],["result","SearchContext","classes/SearchContext.html#method-i-result","()",""],["rm_dir","Namespace","classes/Namespace.html#method-i-rm_dir","()",""],["rm_key","Gitlab::GitoliteConfig","classes/Gitlab/GitoliteConfig.html#method-i-rm_key","(user)",""],["rm_ref?","PushEvent","classes/PushEvent.html#method-i-rm_ref-3F","()",""],["role_access","UsersProject","classes/UsersProject.html#method-i-role_access","()",""],["root_ref","Repository","classes/Repository.html#method-i-root_ref","()",""],["root_ref?","Repository","classes/Repository.html#method-i-root_ref-3F","(branch)",""],["safe_message","Commit","classes/Commit.html#method-i-safe_message","()",""],["satellite","Repository","classes/Repository.html#method-i-satellite","()",""],["saved?","Project","classes/Project.html#method-i-saved-3F","()",""],["search","GroupsController","classes/GroupsController.html#method-i-search","()",""],["search","IssueCommonality::ClassMethods","classes/IssueCommonality/ClassMethods.html#method-i-search","(query)",""],["search","IssuesController","classes/IssuesController.html#method-i-search","()",""],["search","Namespace","classes/Namespace.html#method-c-search","(query)",""],["search","Project","classes/Project.html#method-c-search","(query)",""],["search","User","classes/User.html#method-c-search","(query)",""],["search","Wiki","classes/Wiki.html#method-c-search","(query)",""],["search_autocomplete_source","ApplicationHelper","classes/ApplicationHelper.html#method-i-search_autocomplete_source","()",""],["send_move_instructions","Project","classes/Project.html#method-i-send_move_instructions","()",""],["send_notify_mails","NoteObserver","classes/NoteObserver.html#method-i-send_notify_mails","(note)",""],["send_reassigned_email","IssueObserver","classes/IssueObserver.html#method-i-send_reassigned_email","(issue)",""],["send_reassigned_email","MergeRequestObserver","classes/MergeRequestObserver.html#method-i-send_reassigned_email","(merge_request)",""],["send_update_instructions","Namespace","classes/Namespace.html#method-i-send_update_instructions","()",""],["services","Project","classes/Project.html#method-i-services","()",""],["set_current_user_for_observers","ApplicationController","classes/ApplicationController.html#method-i-set_current_user_for_observers","()",""],["set_identifier","Key","classes/Key.html#method-i-set_identifier","()",""],["set_key","Gitlab::Gitolite","classes/Gitlab/Gitolite.html#method-i-set_key","(key_id, key_content, projects)",""],["set_slug","Wiki","classes/Wiki.html#method-i-set_slug","()",""],["several_namespaces?","Account","classes/Account.html#method-i-several_namespaces-3F","()",""],["short_id","Commit","classes/Commit.html#method-i-short_id","(length = 10)",""],["show","Admin::GroupsController","classes/Admin/GroupsController.html#method-i-show","()",""],["show","Admin::ProjectsController","classes/Admin/ProjectsController.html#method-i-show","()",""],["show","Admin::ResqueController","classes/Admin/ResqueController.html#method-i-show","()",""],["show","Admin::UsersController","classes/Admin/UsersController.html#method-i-show","()",""],["show","BlameController","classes/BlameController.html#method-i-show","()",""],["show","BlobController","classes/BlobController.html#method-i-show","()",""],["show","CommitController","classes/CommitController.html#method-i-show","()",""],["show","CommitsController","classes/CommitsController.html#method-i-show","()",""],["show","CompareController","classes/CompareController.html#method-i-show","()",""],["show","DeployKeysController","classes/DeployKeysController.html#method-i-show","()",""],["show","GroupsController","classes/GroupsController.html#method-i-show","()",""],["show","IssuesController","classes/IssuesController.html#method-i-show","()",""],["show","KeysController","classes/KeysController.html#method-i-show","()",""],["show","MergeRequestsController","classes/MergeRequestsController.html#method-i-show","()",""],["show","MilestonesController","classes/MilestonesController.html#method-i-show","()",""],["show","ProfilesController","classes/ProfilesController.html#method-i-show","()",""],["show","ProjectsController","classes/ProjectsController.html#method-i-show","()",""],["show","RepositoriesController","classes/RepositoriesController.html#method-i-show","()",""],["show","SearchController","classes/SearchController.html#method-i-show","()",""],["show","SnippetsController","classes/SnippetsController.html#method-i-show","()",""],["show","TeamMembersController","classes/TeamMembersController.html#method-i-show","()",""],["show","TreeController","classes/TreeController.html#method-i-show","()",""],["show","WikisController","classes/WikisController.html#method-i-show","()",""],["show_last_push_widget?","ApplicationHelper","classes/ApplicationHelper.html#method-i-show_last_push_widget-3F","(event)",""],["size","Snippet","classes/Snippet.html#method-i-size","()",""],["skip_git?","UsersProject","classes/UsersProject.html#method-i-skip_git-3F","()",""],["snippet","SnippetsController","classes/SnippetsController.html#method-i-snippet","()",""],["sort","IssuesController","classes/IssuesController.html#method-i-sort","()",""],["ssh_url_to_repo","Repository","classes/Repository.html#method-i-ssh_url_to_repo","()",""],["stats","RepositoriesController","classes/RepositoriesController.html#method-i-stats","()",""],["store_dir","AttachmentUploader","classes/AttachmentUploader.html#method-i-store_dir","()","<p>Override the directory where uploaded files will be stored. This is a\nsensible default for uploaders …\n"],["strip_white_space","Key","classes/Key.html#method-i-strip_white_space","()",""],["switch","RefsController","classes/RefsController.html#method-i-switch","()",""],["tag?","PushEvent","classes/PushEvent.html#method-i-tag-3F","()",""],["tag_list","TagsHelper","classes/TagsHelper.html#method-i-tag_list","(project)",""],["tag_name","PushEvent","classes/PushEvent.html#method-i-tag_name","()",""],["tag_names","Repository","classes/Repository.html#method-i-tag_names","()","<p>Returns an Array of tag names\n"],["tag_path","TagsHelper","classes/TagsHelper.html#method-i-tag_path","(tag)",""],["tags","RepositoriesController","classes/RepositoriesController.html#method-i-tags","()",""],["tags","Repository","classes/Repository.html#method-i-tags","()","<p>Returns an Array of Tags\n"],["take_left_leaves","Gitlab::Graph::JsonBuilder","classes/Gitlab/Graph/JsonBuilder.html#method-i-take_left_leaves","(commit, map)","<p>Takes most left subtree branch of commits which don’t have space mark yet.\n<p>@param [Graph::Commit] the …\n"],["target_title","Event","classes/Event.html#method-i-target_title","()",""],["team","EventFilter","classes/EventFilter.html#method-c-team","()",""],["team_member_by_id","Team","classes/Team.html#method-i-team_member_by_id","(user_id)","<p>Get Team Member record by user id\n"],["team_member_by_name_or_email","Team","classes/Team.html#method-i-team_member_by_name_or_email","(name = nil, email = nil)",""],["team_members","GroupsController","classes/GroupsController.html#method-i-team_members","()",""],["team_update","Admin::ProjectsController","classes/Admin/ProjectsController.html#method-i-team_update","()",""],["team_update","Admin::UsersController","classes/Admin/UsersController.html#method-i-team_update","()",""],["team_without_note_author","NoteObserver","classes/NoteObserver.html#method-i-team_without_note_author","(note)",""],["test","Admin::HooksController","classes/Admin/HooksController.html#method-i-test","()",""],["test","HooksController","classes/HooksController.html#method-i-test","()",""],["test","ServicesController","classes/ServicesController.html#method-i-test","()",""],["title","CommitDecorator","classes/CommitDecorator.html#method-i-title","()","<p>Returns the commits title.\n<p>Usually, the commit title is the first line of the commit message. In case\n…\n"],["tm_of","UserDecorator","classes/UserDecorator.html#method-i-tm_of","(project)",""],["tm_path","ProjectsHelper","classes/ProjectsHelper.html#method-i-tm_path","(team_member)",""],["to_diff","Commit","classes/Commit.html#method-i-to_diff","()","<p>Shows the diff between the commit’s parent and the commit.\n<p>Cuts out the header and stats from #to_patch …\n"],["to_diff","MergeRequest","classes/MergeRequest.html#method-i-to_diff","()","<p>Returns the raw diff for this merge request\n<p>see “git diff”\n"],["to_graph_hash","Gitlab::Graph::Commit","classes/Gitlab/Graph/Commit.html#method-i-to_graph_hash","()",""],["to_json","Gitlab::Graph::JsonBuilder","classes/Gitlab/Graph/JsonBuilder.html#method-i-to_json","(*args)",""],["to_param","Namespace","classes/Namespace.html#method-i-to_param","()",""],["to_param","Project","classes/Project.html#method-i-to_param","()",""],["to_param","StaticModel","classes/StaticModel.html#method-i-to_param","()",""],["to_param","Wiki","classes/Wiki.html#method-i-to_param","()",""],["to_patch","MergeRequest","classes/MergeRequest.html#method-i-to_patch","()","<p>Returns the commit as a series of email patches.\n<p>see “git format-patch”\n"],["today?","IssueCommonality","classes/IssueCommonality.html#method-i-today-3F","()",""],["token","ProfilesController","classes/ProfilesController.html#method-i-token","()",""],["total_items_count","Milestone","classes/Milestone.html#method-i-total_items_count","()",""],["transfer","NamespacedProject","classes/NamespacedProject.html#method-i-transfer","(new_namespace)",""],["tree","Repository","classes/Repository.html#method-i-tree","(fcommit, path = nil)",""],["tree_hex_class","TreeHelper","classes/TreeHelper.html#method-i-tree_hex_class","(content)",""],["tree_icon","TreeHelper","classes/TreeHelper.html#method-i-tree_icon","(type)","<p>Return an image icon depending on the file type\n<p>type - String type of the tree item; either ‘folder’ or …\n"],["tree_join","TreeHelper","classes/TreeHelper.html#method-i-tree_join","(*args)","<p>Simple shortcut to File.join\n"],["trigger_post_receive","PushObserver","classes/PushObserver.html#method-i-trigger_post_receive","(oldrev, newrev, ref, user)","<p>This method will be called after each post receive and only if the provided\nuser is present in GitLab …\n"],["truncate_team","Team","classes/Team.html#method-i-truncate_team","()","<p>Remove all users from project team\n"],["truncate_team","UsersProject","classes/UsersProject.html#method-c-truncate_team","(project)",""],["truncate_teams","Group","classes/Group.html#method-i-truncate_teams","()",""],["truncate_teams","UsersProject","classes/UsersProject.html#method-c-truncate_teams","(project_ids)",""],["unassigned_filter","IssuesHelper","classes/IssuesHelper.html#method-i-unassigned_filter","()","<p>Returns an OpenStruct object suitable for use by\n<code>options_from_collection_for_select</code> to allow filtering …\n"],["unauthorized!","Gitlab::APIHelpers","classes/Gitlab/APIHelpers.html#method-i-unauthorized-21","()",""],["unblock","Admin::UsersController","classes/Admin/UsersController.html#method-i-unblock","()",""],["unchecked?","MergeRequest","classes/MergeRequest.html#method-i-unchecked-3F","()",""],["unique_key","Key","classes/Key.html#method-i-unique_key","()",""],["unmerged_commits","MergeRequest","classes/MergeRequest.html#method-i-unmerged_commits","()",""],["unmerged_diffs","MergeRequest","classes/MergeRequest.html#method-i-unmerged_diffs","()",""],["up_dir?","TreeDecorator","classes/TreeDecorator.html#method-i-up_dir-3F","()",""],["up_dir_path","TreeDecorator","classes/TreeDecorator.html#method-i-up_dir_path","()",""],["update","Admin::GroupsController","classes/Admin/GroupsController.html#method-i-update","()",""],["update","Admin::ProjectsController","classes/Admin/ProjectsController.html#method-i-update","()",""],["update","Admin::TeamMembersController","classes/Admin/TeamMembersController.html#method-i-update","()",""],["update","Admin::UsersController","classes/Admin/UsersController.html#method-i-update","()",""],["update","IssuesController","classes/IssuesController.html#method-i-update","()",""],["update","MergeRequestsController","classes/MergeRequestsController.html#method-i-update","()",""],["update","MilestonesController","classes/MilestonesController.html#method-i-update","()",""],["update","ProfilesController","classes/ProfilesController.html#method-i-update","()",""],["update","ProjectsController","classes/ProjectsController.html#method-i-update","()",""],["update","ServicesController","classes/ServicesController.html#method-i-update","()",""],["update","SnippetsController","classes/SnippetsController.html#method-i-update","()",""],["update","TeamMembersController","classes/TeamMembersController.html#method-i-update","()",""],["update","TreeController","classes/TreeController.html#method-i-update","()",""],["update_gitolite","Namespace","classes/Namespace.html#method-i-update_gitolite","()",""],["update_merge_requests","PushObserver","classes/PushObserver.html#method-i-update_merge_requests","(oldrev, newrev, ref, user)",""],["update_password","ProfilesController","classes/ProfilesController.html#method-i-update_password","()",""],["update_project","Gitlab::GitoliteConfig","classes/Gitlab/GitoliteConfig.html#method-i-update_project","(project)","<p>update or create\n"],["update_project!","Gitlab::GitoliteConfig","classes/Gitlab/GitoliteConfig.html#method-i-update_project-21","( project)",""],["update_project_config","Gitlab::GitoliteConfig","classes/Gitlab/GitoliteConfig.html#method-i-update_project_config","(project, conf)",""],["update_projects","Gitlab::GitoliteConfig","classes/Gitlab/GitoliteConfig.html#method-i-update_projects","(projects)","<p>Updates many projects and uses project.path_with_namespace as the repo path\nAn order of magnitude faster …\n"],["update_repositories","Gitlab::Gitolite","classes/Gitlab/Gitolite.html#method-i-update_repositories","(projects)",""],["update_repository","Gitlab::Gitolite","classes/Gitlab/Gitolite.html#method-i-update_repository","(project)",""],["update_repository","ProtectedBranch","classes/ProtectedBranch.html#method-i-update_repository","()",""],["update_repository","Repository","classes/Repository.html#method-i-update_repository","()",""],["update_repository","UsersProject","classes/UsersProject.html#method-i-update_repository","()",""],["update_username","ProfilesController","classes/ProfilesController.html#method-i-update_username","()",""],["update_users_ids_to_role","Team","classes/Team.html#method-i-update_users_ids_to_role","(users_ids, access_role)","<p>Update multiple project users to same access role by user ids\n"],["upvote?","Note","classes/Note.html#method-i-upvote-3F","()","<p>Returns true if this is an upvote note, otherwise false is returned\n"],["upvotes","Votes","classes/Votes.html#method-i-upvotes","()","<p>Return the number of +1 comments (upvotes)\n"],["upvotes_in_percent","Votes","classes/Votes.html#method-i-upvotes_in_percent","()",""],["url_to_repo","Gitlab::Gitolite","classes/Gitlab/Gitolite.html#method-i-url_to_repo","(path)",""],["url_to_repo","Repository","classes/Repository.html#method-i-url_to_repo","()",""],["user_bulk_import","UsersProject","classes/UsersProject.html#method-c-user_bulk_import","(user, project_ids, project_access)","<p>TODO: depreceate in future in favor of add_users_into_projects\n"],["user_color_scheme_class","ApplicationHelper","classes/ApplicationHelper.html#method-i-user_color_scheme_class","()",""],["user_project","Gitlab::APIHelpers","classes/Gitlab/APIHelpers.html#method-i-user_project","()",""],["username_regex","Gitlab::Regex","classes/Gitlab/Regex.html#method-i-username_regex","()",""],["users","Group","classes/Group.html#method-i-users","()",""],["valid?","Grack::Auth","classes/Grack/Auth.html#method-i-valid-3F","()",""],["valid_diffs?","MergeRequest","classes/MergeRequest.html#method-i-valid_diffs-3F","()",""],["valid_hook_file","Repository","classes/Repository.html#method-i-valid_hook_file","()",""],["valid_post_receive_file?","Repository","classes/Repository.html#method-i-valid_post_receive_file-3F","()",""],["valid_push?","PushEvent","classes/PushEvent.html#method-i-valid_push-3F","()",""],["valid_repo?","Repository","classes/Repository.html#method-i-valid_repo-3F","()",""],["validate_branches","MergeRequest","classes/MergeRequest.html#method-i-validate_branches","()",""],["validate_each","FileSizeValidator","classes/FileSizeValidator.html#method-i-validate_each","(record, attribute, value)",""],["validate_get_request","Grack::Auth","classes/Grack/Auth.html#method-i-validate_get_request","()",""],["validate_post_request","Grack::Auth","classes/Grack/Auth.html#method-i-validate_post_request","()",""],["validates_merge_request","MergeRequestsController","classes/MergeRequestsController.html#method-i-validates_merge_request","()",""],["votes_count","Votes","classes/Votes.html#method-i-votes_count","()","<p>Return the total number of votes\n"],["wall","ProjectsController","classes/ProjectsController.html#method-i-wall","()","<p>Wall\n"],["wall_note?","NoteEvent","classes/NoteEvent.html#method-i-wall_note-3F","()",""],["web_app_url","ApplicationHelper","classes/ApplicationHelper.html#method-i-web_app_url","()",""],["web_url","Project","classes/Project.html#method-i-web_url","()",""],["without_projects","User","classes/User.html#method-c-without_projects","()",""],["write_key","Gitlab::GitoliteConfig","classes/Gitlab/GitoliteConfig.html#method-i-write_key","(id, key)",""],["OFL","","files/app/assets/fonts/OFL_txt.html","","<p>Copyright © 2010, Jan Gerner (post@yanone.de) This Font Software is\nlicensed under the SIL Open Font …\n"],["post-receive","","files/lib/hooks/post-receive.html","","<p>#!/usr/bin/env bash\n<p># This file was placed here by GitLab. It makes sure that your pushed\ncommits # will …\n"]]}}
\ No newline at end of file
diff --git a/doc/code/js/searchdoc.js b/doc/code/js/searchdoc.js
deleted file mode 100755
index 77910c4b5fe2082bbdf49455d28bf9e30ca53f97..0000000000000000000000000000000000000000
--- a/doc/code/js/searchdoc.js
+++ /dev/null
@@ -1,449 +0,0 @@
-Searchdoc = {};
-
-// navigation.js ------------------------------------------
-
-Searchdoc.Navigation = new function() {
-    this.initNavigation = function() {
-        var _this = this;
-        
-        $(document).keydown(function(e) {
-            _this.onkeydown(e);
-        }).keyup(function(e) {
-            _this.onkeyup(e);
-        });
-        
-        this.navigationActive = true;
-    }
-    
-    this.setNavigationActive = function(state) {
-        this.navigationActive = state;
-        this.clearMoveTimeout();
-    }
-
-
-    this.onkeyup = function(e) {
-        if (!this.navigationActive) return;
-        switch(e.keyCode) {
-            case 37: //Event.KEY_LEFT:
-            case 38: //Event.KEY_UP:
-            case 39: //Event.KEY_RIGHT:
-            case 40: //Event.KEY_DOWN:
-            case 73: // i - qwerty
-            case 74: // j
-            case 75: // k
-            case 76: // l
-            case 67: // c - dvorak
-            case 72: // h 
-            case 84: // t
-            case 78: // n
-                this.clearMoveTimeout();
-                break;
-            }
-    }
-
-    this.onkeydown = function(e) {
-        if (!this.navigationActive) return;
-        switch(e.keyCode) {
-            case 37: //Event.KEY_LEFT:
-            case 74: // j (qwerty)
-            case 72: // h (dvorak)
-                if (this.moveLeft()) e.preventDefault();
-                break;
-            case 38: //Event.KEY_UP:
-            case 73: // i (qwerty)
-            case 67: // c (dvorak)
-                if (e.keyCode == 38 || e.ctrlKey) {
-                    if (this.moveUp()) e.preventDefault();
-                    this.startMoveTimeout(false);
-                }
-                break;
-            case 39: //Event.KEY_RIGHT:
-            case 76: // l (qwerty)
-            case 78: // n (dvorak)
-                if (this.moveRight()) e.preventDefault();
-                break;
-            case 40: //Event.KEY_DOWN:
-            case 75: // k (qwerty)
-            case 84: // t (dvorak)
-                if (e.keyCode == 40 || e.ctrlKey) {
-                    if (this.moveDown()) e.preventDefault();
-                    this.startMoveTimeout(true);
-                }
-                break;
-            case 9: //Event.KEY_TAB:
-            case 13: //Event.KEY_RETURN:
-                if (this.$current) this.select(this.$current);
-                break;
-            case 83: // s (qwerty)
-            case 79: // o (dvorak)
-                if (e.ctrlKey) {
-                    $('#search').focus();
-                    e.preventDefault();
-                }
-                break;
-        }
-        if (e.ctrlKey && e.shiftKey) this.select(this.$current);
-    }
-
-    this.clearMoveTimeout = function() {
-        clearTimeout(this.moveTimeout); 
-        this.moveTimeout = null;
-    }
-
-    this.startMoveTimeout = function(isDown) {
-        if (!$.browser.mozilla && !$.browser.opera) return;
-        if (this.moveTimeout) this.clearMoveTimeout();
-        var _this = this;
-    
-        var go = function() {
-            if (!_this.moveTimeout) return;
-            _this[isDown ? 'moveDown' : 'moveUp']();
-            _this.moveTimout = setTimeout(go, 100);
-        }
-        this.moveTimeout = setTimeout(go, 200);
-    }    
-    
-    this.moveRight = function() {
-    }
-    
-    this.moveLeft = function() {
-    }
-
-    this.move = function(isDown) {
-    }
-
-    this.moveUp = function() {
-        return this.move(false);
-    }
-
-    this.moveDown = function() {
-        return this.move(true);
-    }    
-}
-
-
-// scrollIntoView.js --------------------------------------
-
-function scrollIntoView(element, view) {
-    var offset, viewHeight, viewScroll, height;
-    offset = element.offsetTop;
-    height = element.offsetHeight;
-    viewHeight = view.offsetHeight;
-    viewScroll = view.scrollTop;
-    if (offset - viewScroll + height > viewHeight) {
-        view.scrollTop = offset - viewHeight + height;
-    }
-    if (offset < viewScroll) {
-        view.scrollTop = offset;
-    }
-}
-
-// panel.js -----------------------------------------------
-
-Searchdoc.Panel = function(element, data, tree, frame) {
-    this.$element = $(element);
-    this.$input = $('input', element).eq(0);
-    this.$result = $('.result ul', element).eq(0);
-    this.frame = frame;
-    this.$current = null;
-    this.$view = this.$result.parent();
-    this.data = data;
-    this.searcher = new Searcher(data.index);
-
-    this.tree = new Searchdoc.Tree($('.tree', element), tree, this);
-    this.init();
-}
-
-Searchdoc.Panel.prototype = $.extend({}, Searchdoc.Navigation, new function() {
-    var suid = 1;
-
-    this.init = function() {
-        var _this = this;
-        var observer = function() {
-            _this.search(_this.$input[0].value);
-        };
-        this.$input.keyup(observer);
-        this.$input.click(observer); // mac's clear field
-    
-        this.searcher.ready(function(results, isLast) {
-            _this.addResults(results, isLast);
-        })
-    
-        this.$result.click(function(e) {
-            _this.$current.removeClass('current');
-            _this.$current = $(e.target).closest('li').addClass('current');
-            _this.select();
-            _this.$input.focus();
-        });
-        
-        this.initNavigation();
-        this.setNavigationActive(false);
-    }
-
-    this.search = function(value, selectFirstMatch) {
-        value = jQuery.trim(value).toLowerCase();
-        this.selectFirstMatch = selectFirstMatch;
-        if (value) {
-            this.$element.removeClass('panel_tree').addClass('panel_results');
-            this.tree.setNavigationActive(false);
-            this.setNavigationActive(true);
-        } else {
-            this.$element.addClass('panel_tree').removeClass('panel_results');
-            this.tree.setNavigationActive(true);
-            this.setNavigationActive(false);
-        }
-        if (value != this.lastQuery) {
-            this.lastQuery = value;
-            this.firstRun = true;
-            this.searcher.find(value);
-        }
-    }
-
-    this.addResults = function(results, isLast) {
-        var target = this.$result.get(0);
-        if (this.firstRun && (results.length > 0 || isLast)) {
-            this.$current = null;
-            this.$result.empty();
-        }
-        for (var i=0, l = results.length; i < l; i++) {
-            target.appendChild(renderItem.call(this, results[i]));
-        };
-        if (this.firstRun && results.length > 0) {
-            this.firstRun = false;
-            this.$current = $(target.firstChild);
-            this.$current.addClass('current');
-            if (this.selectFirstMatch) this.select();
-            scrollIntoView(this.$current[0], this.$view[0])
-        }
-        if (jQuery.browser.msie) this.$element[0].className += '';
-    }
-
-    this.open = function(src) {
-        this.frame.location.href = '../' + src;
-        if (this.frame.highlight) this.frame.highlight(src);
-    }
-
-    this.select = function() {
-        this.open(this.$current.data('path'));
-    }
-
-    this.move = function(isDown) {
-        if (!this.$current) return;
-        var $next = this.$current[isDown ? 'next' : 'prev']();
-        if ($next.length) {
-            this.$current.removeClass('current');
-            $next.addClass('current');
-            scrollIntoView($next[0], this.$view[0]);
-            this.$current = $next;
-        }
-        return true;
-    }
-
-    function renderItem(result) {
-        var li = document.createElement('li'),
-            html = '', badge = result.badge;
-        html += '<h1>' + hlt(result.title);
-        if (result.params) html += '<i>' + result.params + '</i>';
-        html += '</h1>';
-        html += '<p>';
-        if (typeof badge != 'undefined') {
-            html += '<span class="badge badge_' + (badge % 6 + 1) + '">' + escapeHTML(this.data.badges[badge] || 'unknown') + '</span>';
-        }
-        html += hlt(result.namespace) + '</p>';
-        if (result.snippet) html += '<p class="snippet">' + escapeHTML(result.snippet) + '</p>';
-        li.innerHTML = html;
-        jQuery.data(li, 'path', result.path);
-        return li;
-    }
-
-    function hlt(html) {
-        return escapeHTML(html).replace(/\u0001/g, '<b>').replace(/\u0002/g, '</b>')
-    }
-
-    function escapeHTML(html) {
-        return html.replace(/[&<>]/g, function(c) {
-            return '&#' + c.charCodeAt(0) + ';';
-        });
-    }
-
-}); 
-
-// tree.js ------------------------------------------------
-
-Searchdoc.Tree = function(element, tree, panel) {
-    this.$element = $(element);
-    this.$list = $('ul', element);
-    this.tree = tree;
-    this.panel = panel;
-    this.init();
-}
-
-Searchdoc.Tree.prototype = $.extend({}, Searchdoc.Navigation, new function() {
-    this.init = function() {
-        var stopper = document.createElement('li');
-        stopper.className = 'stopper';
-        this.$list[0].appendChild(stopper);
-        for (var i=0, l = this.tree.length; i < l; i++) {
-            buildAndAppendItem.call(this, this.tree[i], 0, stopper);
-        };
-        var _this = this;
-        this.$list.click(function(e) {
-            var $target = $(e.target),
-                $li = $target.closest('li');
-            if ($target.hasClass('icon')) {
-                _this.toggle($li);
-            } else {
-                _this.select($li);
-            }
-        })
-        
-        this.initNavigation();
-        if (jQuery.browser.msie) document.body.className += '';
-    }
-
-    this.select = function($li) {
-        this.highlight($li);
-        var path = $li[0].searchdoc_tree_data.path;
-        if (path) this.panel.open(path);
-    }
-    
-    this.highlight = function($li) {
-        if (this.$current) this.$current.removeClass('current');
-        this.$current = $li.addClass('current');
-    }
-
-    this.toggle = function($li) {
-        var closed = !$li.hasClass('closed'),
-            children = $li[0].searchdoc_tree_data.children;
-        $li.toggleClass('closed');
-        for (var i=0, l = children.length; i < l; i++) {
-            toggleVis.call(this, $(children[i].li), !closed);
-        };
-    }
-
-    this.moveRight = function() {
-        if (!this.$current) {
-            this.highlight(this.$list.find('li:first'));
-            return;
-        }
-        if (this.$current.hasClass('closed')) {
-            this.toggle(this.$current);
-        }
-    }
-    
-    this.moveLeft = function() {
-        if (!this.$current) {
-            this.highlight(this.$list.find('li:first'));
-            return;
-        }
-        if (!this.$current.hasClass('closed')) {
-            this.toggle(this.$current);
-        } else {
-            var level = this.$current[0].searchdoc_tree_data.level;
-            if (level == 0) return;
-            var $next = this.$current.prevAll('li.level_' + (level - 1) + ':visible:first');
-            this.$current.removeClass('current');
-            $next.addClass('current');
-            scrollIntoView($next[0], this.$element[0]);
-            this.$current = $next;
-        }
-    }
-
-    this.move = function(isDown) {
-        if (!this.$current) {
-            this.highlight(this.$list.find('li:first'));
-            return true;
-        }        
-        var next = this.$current[0];
-        if (isDown) {
-            do {
-                next = next.nextSibling;
-                if (next && next.style && next.style.display != 'none') break;
-            } while(next);
-        } else {
-            do {
-                next = next.previousSibling;
-                if (next && next.style && next.style.display != 'none') break;
-            } while(next);
-        }
-        if (next && next.className.indexOf('stopper') == -1) {
-            this.$current.removeClass('current');
-            $(next).addClass('current');
-            scrollIntoView(next, this.$element[0]);
-            this.$current = $(next);
-        }
-        return true;
-    }
-
-    function toggleVis($li, show) {
-        var closed = $li.hasClass('closed'),
-            children = $li[0].searchdoc_tree_data.children;
-        $li.css('display', show ? '' : 'none')
-        if (!show && this.$current && $li[0] == this.$current[0]) {
-            this.$current.removeClass('current');
-            this.$current = null;
-        }
-        for (var i=0, l = children.length; i < l; i++) {
-            toggleVis.call(this, $(children[i].li), show && !closed);
-        };
-    }
-
-    function buildAndAppendItem(item, level, before) {
-        var li   = renderItem(item, level),
-            list = this.$list[0];
-        item.li = li;
-        list.insertBefore(li, before);
-        for (var i=0, l = item[3].length; i < l; i++) {
-            buildAndAppendItem.call(this, item[3][i], level + 1, before);
-        };
-        return li;
-    }
-
-    function renderItem(item, level) {
-        var li = document.createElement('li'),
-            cnt = document.createElement('div'),
-            h1 = document.createElement('h1'),
-            p = document.createElement('p'),
-            icon, i;
-        
-        li.appendChild(cnt);
-        li.style.paddingLeft = getOffset(level);
-        cnt.className = 'content';
-        if (!item[1]) li.className  = 'empty ';
-        cnt.appendChild(h1);
-        // cnt.appendChild(p);
-        h1.appendChild(document.createTextNode(item[0]));
-        // p.appendChild(document.createTextNode(item[4]));
-        if (item[2]) {
-            i = document.createElement('i');
-            i.appendChild(document.createTextNode(item[2]));
-            h1.appendChild(i);
-        }
-        if (item[3].length > 0) {
-            icon = document.createElement('div');
-            icon.className = 'icon';
-            cnt.appendChild(icon);
-        }
-        
-        // user direct assignement instead of $()
-        // it's 8x faster
-        // $(li).data('path', item[1])
-        //     .data('children', item[3])
-        //     .data('level', level)
-        //     .css('display', level == 0 ? '' : 'none')
-        //     .addClass('level_' + level)
-        //     .addClass('closed');
-        li.searchdoc_tree_data = {
-            path: item[1],
-            children: item[3],
-            level: level
-        }
-        li.style.display = level == 0 ? '' : 'none';
-        li.className += 'level_' + level + ' closed';
-        return li;
-    }
-
-    function getOffset(level) {
-        return 5 + 18*level + 'px';
-    }
-});    
diff --git a/doc/code/js/searcher.js b/doc/code/js/searcher.js
deleted file mode 100644
index f854b541d03ee88d164422d22dadfd17efccd85c..0000000000000000000000000000000000000000
--- a/doc/code/js/searcher.js
+++ /dev/null
@@ -1,228 +0,0 @@
-Searcher = function(data) {
-  this.data = data;
-  this.handlers = [];
-}
-
-Searcher.prototype = new function() {
-  // search is performed in chunks of 1000 for non-blocking user input
-  var CHUNK_SIZE = 1000;
-  // do not try to find more than 100 results
-  var MAX_RESULTS = 100;
-  var huid = 1;
-  var suid = 1;
-  var runs = 0;
-
-  this.find = function(query) {
-    var queries = splitQuery(query);
-    var regexps = buildRegexps(queries);
-    var highlighters = buildHilighters(queries);
-    var state = { from: 0, pass: 0, limit: MAX_RESULTS, n: suid++};
-    var _this = this;
-
-    this.currentSuid = state.n;
-
-    if (!query) return;
-
-    var run = function() {
-      // stop current search thread if new search started
-      if (state.n != _this.currentSuid) return;
-
-      var results =
-        performSearch(_this.data, regexps, queries, highlighters, state);
-      var hasMore = (state.limit > 0 && state.pass < 4);
-
-      triggerResults.call(_this, results, !hasMore);
-      if (hasMore) {
-        setTimeout(run, 2);
-      }
-      runs++;
-    };
-    runs = 0;
-
-    // start search thread
-    run();
-  }
-
-  /*  ----- Events ------  */
-  this.ready = function(fn) {
-    fn.huid = huid;
-    this.handlers.push(fn);
-  }
-
-  /*  ----- Utilities ------  */
-  function splitQuery(query) {
-    return jQuery.grep(query.split(/(\s+|::?|\(\)?)/), function(string) {
-      return string.match(/\S/)
-    });
-  }
-
-  function buildRegexps(queries) {
-    return jQuery.map(queries, function(query) {
-      return new RegExp(query.replace(/(.)/g, '([$1])([^$1]*?)'), 'i')
-    });
-  }
-
-  function buildHilighters(queries) {
-    return jQuery.map(queries, function(query) {
-      return jQuery.map(query.split(''), function(l, i) {
-        return '\u0001$' + (i*2+1) + '\u0002$' + (i*2+2);
-      }).join('');
-    });
-  }
-
-  // function longMatchRegexp(index, longIndex, regexps) {
-  //     for (var i = regexps.length - 1; i >= 0; i--){
-  //         if (!index.match(regexps[i]) && !longIndex.match(regexps[i])) return false;
-  //     };
-  //     return true;
-  // }
-
-
-  /*  ----- Mathchers ------  */
-
-  /*
-   * This record matches if the index starts with queries[0] and the record
-   * matches all of the regexps
-   */
-  function matchPassBeginning(index, longIndex, queries, regexps) {
-    if (index.indexOf(queries[0]) != 0) return false;
-    for (var i=1, l = regexps.length; i < l; i++) {
-      if (!index.match(regexps[i]) && !longIndex.match(regexps[i]))
-        return false;
-    };
-    return true;
-  }
-
-  /*
-   * This record matches if the longIndex starts with queries[0] and the
-   * longIndex matches all of the regexps
-   */
-  function matchPassLongIndex(index, longIndex, queries, regexps) {
-    if (longIndex.indexOf(queries[0]) != 0) return false;
-    for (var i=1, l = regexps.length; i < l; i++) {
-      if (!longIndex.match(regexps[i]))
-        return false;
-    };
-    return true;
-  }
-
-  /*
-   * This record matches if the index contains queries[0] and the record
-   * matches all of the regexps
-   */
-  function matchPassContains(index, longIndex, queries, regexps) {
-    if (index.indexOf(queries[0]) == -1) return false;
-    for (var i=1, l = regexps.length; i < l; i++) {
-      if (!index.match(regexps[i]) && !longIndex.match(regexps[i]))
-        return false;
-    };
-    return true;
-  }
-
-  /*
-   * This record matches if regexps[0] matches the index and the record
-   * matches all of the regexps
-   */
-  function matchPassRegexp(index, longIndex, queries, regexps) {
-    if (!index.match(regexps[0])) return false;
-    for (var i=1, l = regexps.length; i < l; i++) {
-      if (!index.match(regexps[i]) && !longIndex.match(regexps[i]))
-        return false;
-    };
-    return true;
-  }
-
-
-  /*  ----- Highlighters ------  */
-  function highlightRegexp(info, queries, regexps, highlighters) {
-    var result = createResult(info);
-    for (var i=0, l = regexps.length; i < l; i++) {
-      result.title = result.title.replace(regexps[i], highlighters[i]);
-      result.namespace = result.namespace.replace(regexps[i], highlighters[i]);
-    };
-    return result;
-  }
-
-  function hltSubstring(string, pos, length) {
-    return string.substring(0, pos) + '\u0001' + string.substring(pos, pos + length) + '\u0002' + string.substring(pos + length);
-  }
-
-  function highlightQuery(info, queries, regexps, highlighters) {
-    var result = createResult(info);
-    var pos = 0;
-    var lcTitle = result.title.toLowerCase();
-
-    pos = lcTitle.indexOf(queries[0]);
-    if (pos != -1) {
-      result.title = hltSubstring(result.title, pos, queries[0].length);
-    }
-
-    result.namespace = result.namespace.replace(regexps[0], highlighters[0]);
-    for (var i=1, l = regexps.length; i < l; i++) {
-      result.title = result.title.replace(regexps[i], highlighters[i]);
-      result.namespace = result.namespace.replace(regexps[i], highlighters[i]);
-    };
-    return result;
-  }
-
-  function createResult(info) {
-    var result = {};
-    result.title = info[0];
-    result.namespace = info[1];
-    result.path = info[2];
-    result.params = info[3];
-    result.snippet = info[4];
-    return result;
-  }
-
-  /*  ----- Searching ------  */
-  function performSearch(data, regexps, queries, highlighters, state) {
-    var searchIndex = data.searchIndex;
-    var longSearchIndex = data.longSearchIndex;
-    var info = data.info;
-    var result = [];
-    var i = state.from;
-    var l = searchIndex.length;
-    var togo = CHUNK_SIZE;
-    var matchFunc, hltFunc;
-
-    while (state.pass < 4 && state.limit > 0 && togo > 0) {
-      if (state.pass == 0) {
-        matchFunc = matchPassBeginning;
-        hltFunc = highlightQuery;
-      } else if (state.pass == 1) {
-        matchFunc = matchPassLongIndex;
-        hltFunc = highlightQuery;
-      } else if (state.pass == 2) {
-        matchFunc = matchPassContains;
-        hltFunc = highlightQuery;
-      } else if (state.pass == 3) {
-        matchFunc = matchPassRegexp;
-        hltFunc = highlightRegexp;
-      }
-
-      for (; togo > 0 && i < l && state.limit > 0; i++, togo--) {
-        if (info[i].n == state.n) continue;
-        if (matchFunc(searchIndex[i], longSearchIndex[i], queries, regexps)) {
-          info[i].n = state.n;
-          result.push(hltFunc(info[i], queries, regexps, highlighters));
-          state.limit--;
-        }
-      };
-      if (searchIndex.length <= i) {
-        state.pass++;
-        i = state.from = 0;
-      } else {
-        state.from = i;
-      }
-    }
-    return result;
-  }
-
-  function triggerResults(results, isLast) {
-    jQuery.each(this.handlers, function(i, fn) {
-      fn.call(this, results, isLast)
-    })
-  }
-}
-
diff --git a/doc/code/panel/index.html b/doc/code/panel/index.html
deleted file mode 100755
index f815a113245c286f9a1bfcd9ae819503fdb44105..0000000000000000000000000000000000000000
--- a/doc/code/panel/index.html
+++ /dev/null
@@ -1,73 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
-	"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
-<head>
-	<title>search index</title>
-	<link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" charset="utf-8" />
-	<link rel="stylesheet" href="../css/panel.css" type="text/css" media="screen" charset="utf-8" />
-	<script src="../js/search_index.js" type="text/javascript" charset="utf-8"></script>
-	<script src="../js/searcher.js" type="text/javascript" charset="utf-8"></script>
-	<script src="tree.js" type="text/javascript" charset="utf-8"></script>
-	<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
-	<script src="../js/searchdoc.js" type="text/javascript" charset="utf-8"></script>
-	<script type="text/javascript" charset="utf-8">
-    function placeholder() {
-        if ($('<input type="text">')[0].placeholder !== undefined) return;
-
-        $('#search-label').click(function() {
-            $('#search').focus();
-            $('#search-label').hide();
-        });
-
-        $('#search').focus(function() {
-            $('#search-label').hide();
-        });
-        $('#search').blur(function() {
-            this.value == '' && $('#search-label').show()
-        });
-
-        $('#search')[0].value == '' && $('#search-label').show();
-    }
-    $(function() {
-        placeholder();
-        $('#links').hide();
-        var panel = new Searchdoc.Panel($('#panel'), search_data, tree, window.parent.frames[1]);
-        $('#search').focus();
-
-        var s = window.parent.location.search.match(/\?q=([^&]+)/);
-        if (s) {
-            s = decodeURIComponent(s[1]).replace(/\+/g, ' ');
-            if (s.length > 0)
-            {
-                $('#search').val(s);
-                panel.search(s, true);
-            }
-        }
-    })
-	</script>
-</head>
-<body>
-    <div class="panel panel_tree" id="panel">
-        <div class="header">
-            <div>
-                <label for="search" id="search-label" style="display: none">Search</label>
-                <table>
-                <tr><td>
-                    <input type="Search" placeholder="Search" autosave="searchdoc" results="10" id="search" autocomplete="off"/>
-                </td></tr>
-            </table></div>
-        </div>
-        <div class="tree">
-            <ul>
-            </ul>
-        </div>
-        <div class="result">
-            <ul>
-            </ul>
-        </div>
-    </div>
-    <a href="links.html" id="links">index</a>
-</body>
-</html>
diff --git a/doc/code/panel/links.html b/doc/code/panel/links.html
deleted file mode 100644
index 5c356c741a72b822172f194ba708ef9615a6586a..0000000000000000000000000000000000000000
--- a/doc/code/panel/links.html
+++ /dev/null
@@ -1,314 +0,0 @@
-<html>
-    <head>File index</head>
-    <body>
-    
-      <a href="../files/app/assets/fonts/OFL_txt.html">app/assets/fonts/OFL.txt</a>
-    
-      <a href="../files/app/contexts/base_context_rb.html">app/contexts/base_context.rb</a>
-    
-      <a href="../files/app/contexts/commit_load_context_rb.html">app/contexts/commit_load_context.rb</a>
-    
-      <a href="../files/app/contexts/issues_bulk_update_context_rb.html">app/contexts/issues_bulk_update_context.rb</a>
-    
-      <a href="../files/app/contexts/issues_list_context_rb.html">app/contexts/issues_list_context.rb</a>
-    
-      <a href="../files/app/contexts/merge_requests_load_context_rb.html">app/contexts/merge_requests_load_context.rb</a>
-    
-      <a href="../files/app/contexts/notes/create_context_rb.html">app/contexts/notes/create_context.rb</a>
-    
-      <a href="../files/app/contexts/notes/load_context_rb.html">app/contexts/notes/load_context.rb</a>
-    
-      <a href="../files/app/contexts/project_update_context_rb.html">app/contexts/project_update_context.rb</a>
-    
-      <a href="../files/app/contexts/search_context_rb.html">app/contexts/search_context.rb</a>
-    
-      <a href="../files/app/contexts/test_hook_context_rb.html">app/contexts/test_hook_context.rb</a>
-    
-      <a href="../files/app/controllers/admin/dashboard_controller_rb.html">app/controllers/admin/dashboard_controller.rb</a>
-    
-      <a href="../files/app/controllers/admin/groups_controller_rb.html">app/controllers/admin/groups_controller.rb</a>
-    
-      <a href="../files/app/controllers/admin/hooks_controller_rb.html">app/controllers/admin/hooks_controller.rb</a>
-    
-      <a href="../files/app/controllers/admin/logs_controller_rb.html">app/controllers/admin/logs_controller.rb</a>
-    
-      <a href="../files/app/controllers/admin/projects_controller_rb.html">app/controllers/admin/projects_controller.rb</a>
-    
-      <a href="../files/app/controllers/admin/resque_controller_rb.html">app/controllers/admin/resque_controller.rb</a>
-    
-      <a href="../files/app/controllers/admin/team_members_controller_rb.html">app/controllers/admin/team_members_controller.rb</a>
-    
-      <a href="../files/app/controllers/admin/users_controller_rb.html">app/controllers/admin/users_controller.rb</a>
-    
-      <a href="../files/app/controllers/admin_controller_rb.html">app/controllers/admin_controller.rb</a>
-    
-      <a href="../files/app/controllers/application_controller_rb.html">app/controllers/application_controller.rb</a>
-    
-      <a href="../files/app/controllers/blame_controller_rb.html">app/controllers/blame_controller.rb</a>
-    
-      <a href="../files/app/controllers/blob_controller_rb.html">app/controllers/blob_controller.rb</a>
-    
-      <a href="../files/app/controllers/commit_controller_rb.html">app/controllers/commit_controller.rb</a>
-    
-      <a href="../files/app/controllers/commits_controller_rb.html">app/controllers/commits_controller.rb</a>
-    
-      <a href="../files/app/controllers/compare_controller_rb.html">app/controllers/compare_controller.rb</a>
-    
-      <a href="../files/app/controllers/dashboard_controller_rb.html">app/controllers/dashboard_controller.rb</a>
-    
-      <a href="../files/app/controllers/deploy_keys_controller_rb.html">app/controllers/deploy_keys_controller.rb</a>
-    
-      <a href="../files/app/controllers/errors_controller_rb.html">app/controllers/errors_controller.rb</a>
-    
-      <a href="../files/app/controllers/groups_controller_rb.html">app/controllers/groups_controller.rb</a>
-    
-      <a href="../files/app/controllers/help_controller_rb.html">app/controllers/help_controller.rb</a>
-    
-      <a href="../files/app/controllers/hooks_controller_rb.html">app/controllers/hooks_controller.rb</a>
-    
-      <a href="../files/app/controllers/issues_controller_rb.html">app/controllers/issues_controller.rb</a>
-    
-      <a href="../files/app/controllers/keys_controller_rb.html">app/controllers/keys_controller.rb</a>
-    
-      <a href="../files/app/controllers/labels_controller_rb.html">app/controllers/labels_controller.rb</a>
-    
-      <a href="../files/app/controllers/merge_requests_controller_rb.html">app/controllers/merge_requests_controller.rb</a>
-    
-      <a href="../files/app/controllers/milestones_controller_rb.html">app/controllers/milestones_controller.rb</a>
-    
-      <a href="../files/app/controllers/notes_controller_rb.html">app/controllers/notes_controller.rb</a>
-    
-      <a href="../files/app/controllers/omniauth_callbacks_controller_rb.html">app/controllers/omniauth_callbacks_controller.rb</a>
-    
-      <a href="../files/app/controllers/profiles_controller_rb.html">app/controllers/profiles_controller.rb</a>
-    
-      <a href="../files/app/controllers/project_resource_controller_rb.html">app/controllers/project_resource_controller.rb</a>
-    
-      <a href="../files/app/controllers/projects_controller_rb.html">app/controllers/projects_controller.rb</a>
-    
-      <a href="../files/app/controllers/protected_branches_controller_rb.html">app/controllers/protected_branches_controller.rb</a>
-    
-      <a href="../files/app/controllers/refs_controller_rb.html">app/controllers/refs_controller.rb</a>
-    
-      <a href="../files/app/controllers/repositories_controller_rb.html">app/controllers/repositories_controller.rb</a>
-    
-      <a href="../files/app/controllers/search_controller_rb.html">app/controllers/search_controller.rb</a>
-    
-      <a href="../files/app/controllers/services_controller_rb.html">app/controllers/services_controller.rb</a>
-    
-      <a href="../files/app/controllers/snippets_controller_rb.html">app/controllers/snippets_controller.rb</a>
-    
-      <a href="../files/app/controllers/team_members_controller_rb.html">app/controllers/team_members_controller.rb</a>
-    
-      <a href="../files/app/controllers/tree_controller_rb.html">app/controllers/tree_controller.rb</a>
-    
-      <a href="../files/app/controllers/wikis_controller_rb.html">app/controllers/wikis_controller.rb</a>
-    
-      <a href="../files/app/decorators/application_decorator_rb.html">app/decorators/application_decorator.rb</a>
-    
-      <a href="../files/app/decorators/commit_decorator_rb.html">app/decorators/commit_decorator.rb</a>
-    
-      <a href="../files/app/decorators/event_decorator_rb.html">app/decorators/event_decorator.rb</a>
-    
-      <a href="../files/app/decorators/tree_decorator_rb.html">app/decorators/tree_decorator.rb</a>
-    
-      <a href="../files/app/decorators/user_decorator_rb.html">app/decorators/user_decorator.rb</a>
-    
-      <a href="../files/app/helpers/application_helper_rb.html">app/helpers/application_helper.rb</a>
-    
-      <a href="../files/app/helpers/commits_helper_rb.html">app/helpers/commits_helper.rb</a>
-    
-      <a href="../files/app/helpers/dashboard_helper_rb.html">app/helpers/dashboard_helper.rb</a>
-    
-      <a href="../files/app/helpers/events_helper_rb.html">app/helpers/events_helper.rb</a>
-    
-      <a href="../files/app/helpers/gitlab_markdown_helper_rb.html">app/helpers/gitlab_markdown_helper.rb</a>
-    
-      <a href="../files/app/helpers/issues_helper_rb.html">app/helpers/issues_helper.rb</a>
-    
-      <a href="../files/app/helpers/merge_requests_helper_rb.html">app/helpers/merge_requests_helper.rb</a>
-    
-      <a href="../files/app/helpers/namespaces_helper_rb.html">app/helpers/namespaces_helper.rb</a>
-    
-      <a href="../files/app/helpers/notes_helper_rb.html">app/helpers/notes_helper.rb</a>
-    
-      <a href="../files/app/helpers/profile_helper_rb.html">app/helpers/profile_helper.rb</a>
-    
-      <a href="../files/app/helpers/projects_helper_rb.html">app/helpers/projects_helper.rb</a>
-    
-      <a href="../files/app/helpers/snippets_helper_rb.html">app/helpers/snippets_helper.rb</a>
-    
-      <a href="../files/app/helpers/tab_helper_rb.html">app/helpers/tab_helper.rb</a>
-    
-      <a href="../files/app/helpers/tags_helper_rb.html">app/helpers/tags_helper.rb</a>
-    
-      <a href="../files/app/helpers/tree_helper_rb.html">app/helpers/tree_helper.rb</a>
-    
-      <a href="../files/app/mailers/notify_rb.html">app/mailers/notify.rb</a>
-    
-      <a href="../files/app/models/ability_rb.html">app/models/ability.rb</a>
-    
-      <a href="../files/app/models/commit_rb.html">app/models/commit.rb</a>
-    
-      <a href="../files/app/models/event_rb.html">app/models/event.rb</a>
-    
-      <a href="../files/app/models/gitlab_ci_service_rb.html">app/models/gitlab_ci_service.rb</a>
-    
-      <a href="../files/app/models/group_rb.html">app/models/group.rb</a>
-    
-      <a href="../files/app/models/issue_rb.html">app/models/issue.rb</a>
-    
-      <a href="../files/app/models/key_rb.html">app/models/key.rb</a>
-    
-      <a href="../files/app/models/merge_request_rb.html">app/models/merge_request.rb</a>
-    
-      <a href="../files/app/models/milestone_rb.html">app/models/milestone.rb</a>
-    
-      <a href="../files/app/models/namespace_rb.html">app/models/namespace.rb</a>
-    
-      <a href="../files/app/models/note_rb.html">app/models/note.rb</a>
-    
-      <a href="../files/app/models/project_rb.html">app/models/project.rb</a>
-    
-      <a href="../files/app/models/project_hook_rb.html">app/models/project_hook.rb</a>
-    
-      <a href="../files/app/models/protected_branch_rb.html">app/models/protected_branch.rb</a>
-    
-      <a href="../files/app/models/service_rb.html">app/models/service.rb</a>
-    
-      <a href="../files/app/models/service_hook_rb.html">app/models/service_hook.rb</a>
-    
-      <a href="../files/app/models/snippet_rb.html">app/models/snippet.rb</a>
-    
-      <a href="../files/app/models/system_hook_rb.html">app/models/system_hook.rb</a>
-    
-      <a href="../files/app/models/tree_rb.html">app/models/tree.rb</a>
-    
-      <a href="../files/app/models/user_rb.html">app/models/user.rb</a>
-    
-      <a href="../files/app/models/users_project_rb.html">app/models/users_project.rb</a>
-    
-      <a href="../files/app/models/web_hook_rb.html">app/models/web_hook.rb</a>
-    
-      <a href="../files/app/models/wiki_rb.html">app/models/wiki.rb</a>
-    
-      <a href="../files/app/observers/activity_observer_rb.html">app/observers/activity_observer.rb</a>
-    
-      <a href="../files/app/observers/issue_observer_rb.html">app/observers/issue_observer.rb</a>
-    
-      <a href="../files/app/observers/key_observer_rb.html">app/observers/key_observer.rb</a>
-    
-      <a href="../files/app/observers/merge_request_observer_rb.html">app/observers/merge_request_observer.rb</a>
-    
-      <a href="../files/app/observers/note_observer_rb.html">app/observers/note_observer.rb</a>
-    
-      <a href="../files/app/observers/project_observer_rb.html">app/observers/project_observer.rb</a>
-    
-      <a href="../files/app/observers/system_hook_observer_rb.html">app/observers/system_hook_observer.rb</a>
-    
-      <a href="../files/app/observers/user_observer_rb.html">app/observers/user_observer.rb</a>
-    
-      <a href="../files/app/observers/users_project_observer_rb.html">app/observers/users_project_observer.rb</a>
-    
-      <a href="../files/app/roles/account_rb.html">app/roles/account.rb</a>
-    
-      <a href="../files/app/roles/authority_rb.html">app/roles/authority.rb</a>
-    
-      <a href="../files/app/roles/git_host_rb.html">app/roles/git_host.rb</a>
-    
-      <a href="../files/app/roles/issue_commonality_rb.html">app/roles/issue_commonality.rb</a>
-    
-      <a href="../files/app/roles/namespaced_project_rb.html">app/roles/namespaced_project.rb</a>
-    
-      <a href="../files/app/roles/note_event_rb.html">app/roles/note_event.rb</a>
-    
-      <a href="../files/app/roles/push_event_rb.html">app/roles/push_event.rb</a>
-    
-      <a href="../files/app/roles/push_observer_rb.html">app/roles/push_observer.rb</a>
-    
-      <a href="../files/app/roles/repository_rb.html">app/roles/repository.rb</a>
-    
-      <a href="../files/app/roles/static_model_rb.html">app/roles/static_model.rb</a>
-    
-      <a href="../files/app/roles/team_rb.html">app/roles/team.rb</a>
-    
-      <a href="../files/app/roles/votes_rb.html">app/roles/votes.rb</a>
-    
-      <a href="../files/app/uploaders/attachment_uploader_rb.html">app/uploaders/attachment_uploader.rb</a>
-    
-      <a href="../files/app/workers/post_receive_rb.html">app/workers/post_receive.rb</a>
-    
-      <a href="../files/app/workers/system_hook_worker_rb.html">app/workers/system_hook_worker.rb</a>
-    
-      <a href="../files/lib/api_rb.html">lib/api.rb</a>
-    
-      <a href="../files/lib/api/entities_rb.html">lib/api/entities.rb</a>
-    
-      <a href="../files/lib/api/helpers_rb.html">lib/api/helpers.rb</a>
-    
-      <a href="../files/lib/api/issues_rb.html">lib/api/issues.rb</a>
-    
-      <a href="../files/lib/api/merge_requests_rb.html">lib/api/merge_requests.rb</a>
-    
-      <a href="../files/lib/api/milestones_rb.html">lib/api/milestones.rb</a>
-    
-      <a href="../files/lib/api/notes_rb.html">lib/api/notes.rb</a>
-    
-      <a href="../files/lib/api/projects_rb.html">lib/api/projects.rb</a>
-    
-      <a href="../files/lib/api/session_rb.html">lib/api/session.rb</a>
-    
-      <a href="../files/lib/api/users_rb.html">lib/api/users.rb</a>
-    
-      <a href="../files/lib/event_filter_rb.html">lib/event_filter.rb</a>
-    
-      <a href="../files/lib/extracts_path_rb.html">lib/extracts_path.rb</a>
-    
-      <a href="../files/lib/file_size_validator_rb.html">lib/file_size_validator.rb</a>
-    
-      <a href="../files/lib/gitlab/app_logger_rb.html">lib/gitlab/app_logger.rb</a>
-    
-      <a href="../files/lib/gitlab/auth_rb.html">lib/gitlab/auth.rb</a>
-    
-      <a href="../files/lib/gitlab/backend/gitolite_rb.html">lib/gitlab/backend/gitolite.rb</a>
-    
-      <a href="../files/lib/gitlab/backend/gitolite_config_rb.html">lib/gitlab/backend/gitolite_config.rb</a>
-    
-      <a href="../files/lib/gitlab/backend/grack_auth_rb.html">lib/gitlab/backend/grack_auth.rb</a>
-    
-      <a href="../files/lib/gitlab/git_logger_rb.html">lib/gitlab/git_logger.rb</a>
-    
-      <a href="../files/lib/gitlab/git_stats_rb.html">lib/gitlab/git_stats.rb</a>
-    
-      <a href="../files/lib/gitlab/graph/commit_rb.html">lib/gitlab/graph/commit.rb</a>
-    
-      <a href="../files/lib/gitlab/graph/json_builder_rb.html">lib/gitlab/graph/json_builder.rb</a>
-    
-      <a href="../files/lib/gitlab/inline_diff_rb.html">lib/gitlab/inline_diff.rb</a>
-    
-      <a href="../files/lib/gitlab/logger_rb.html">lib/gitlab/logger.rb</a>
-    
-      <a href="../files/lib/gitlab/markdown_rb.html">lib/gitlab/markdown.rb</a>
-    
-      <a href="../files/lib/gitlab/project_mover_rb.html">lib/gitlab/project_mover.rb</a>
-    
-      <a href="../files/lib/gitlab/regex_rb.html">lib/gitlab/regex.rb</a>
-    
-      <a href="../files/lib/gitlab/satellite/action_rb.html">lib/gitlab/satellite/action.rb</a>
-    
-      <a href="../files/lib/gitlab/satellite/edit_file_action_rb.html">lib/gitlab/satellite/edit_file_action.rb</a>
-    
-      <a href="../files/lib/gitlab/satellite/merge_action_rb.html">lib/gitlab/satellite/merge_action.rb</a>
-    
-      <a href="../files/lib/gitlab/satellite/satellite_rb.html">lib/gitlab/satellite/satellite.rb</a>
-    
-      <a href="../files/lib/gitlab/seeder_rb.html">lib/gitlab/seeder.rb</a>
-    
-      <a href="../files/lib/gitlab/theme_rb.html">lib/gitlab/theme.rb</a>
-    
-      <a href="../files/lib/hooks/post-receive.html">lib/hooks/post-receive</a>
-    
-      <a href="../files/lib/redcarpet/render/gitlab_html_rb.html">lib/redcarpet/render/gitlab_html.rb</a>
-    
-    </body>
-</html>
\ No newline at end of file
diff --git a/doc/code/panel/tree.js b/doc/code/panel/tree.js
deleted file mode 100644
index eeb049224a83f4ec1c9d44262a26becad5b2b847..0000000000000000000000000000000000000000
--- a/doc/code/panel/tree.js
+++ /dev/null
@@ -1 +0,0 @@
-var tree = [["","","files",[["","","app",[["","","assets",[["","","fonts",[["OFL.txt","files/app/assets/fonts/OFL_txt.html","",[]]]]]],["","","contexts",[["base_context.rb","files/app/contexts/base_context_rb.html","",[]],["commit_load_context.rb","files/app/contexts/commit_load_context_rb.html","",[]],["issues_bulk_update_context.rb","files/app/contexts/issues_bulk_update_context_rb.html","",[]],["issues_list_context.rb","files/app/contexts/issues_list_context_rb.html","",[]],["merge_requests_load_context.rb","files/app/contexts/merge_requests_load_context_rb.html","",[]],["","","notes",[["create_context.rb","files/app/contexts/notes/create_context_rb.html","",[]],["load_context.rb","files/app/contexts/notes/load_context_rb.html","",[]]]],["project_update_context.rb","files/app/contexts/project_update_context_rb.html","",[]],["search_context.rb","files/app/contexts/search_context_rb.html","",[]],["test_hook_context.rb","files/app/contexts/test_hook_context_rb.html","",[]]]],["","","controllers",[["","","admin",[["dashboard_controller.rb","files/app/controllers/admin/dashboard_controller_rb.html","",[]],["groups_controller.rb","files/app/controllers/admin/groups_controller_rb.html","",[]],["hooks_controller.rb","files/app/controllers/admin/hooks_controller_rb.html","",[]],["logs_controller.rb","files/app/controllers/admin/logs_controller_rb.html","",[]],["projects_controller.rb","files/app/controllers/admin/projects_controller_rb.html","",[]],["resque_controller.rb","files/app/controllers/admin/resque_controller_rb.html","",[]],["team_members_controller.rb","files/app/controllers/admin/team_members_controller_rb.html","",[]],["users_controller.rb","files/app/controllers/admin/users_controller_rb.html","",[]]]],["admin_controller.rb","files/app/controllers/admin_controller_rb.html","",[]],["application_controller.rb","files/app/controllers/application_controller_rb.html","",[]],["blame_controller.rb","files/app/controllers/blame_controller_rb.html","",[]],["blob_controller.rb","files/app/controllers/blob_controller_rb.html","",[]],["commit_controller.rb","files/app/controllers/commit_controller_rb.html","",[]],["commits_controller.rb","files/app/controllers/commits_controller_rb.html","",[]],["compare_controller.rb","files/app/controllers/compare_controller_rb.html","",[]],["dashboard_controller.rb","files/app/controllers/dashboard_controller_rb.html","",[]],["deploy_keys_controller.rb","files/app/controllers/deploy_keys_controller_rb.html","",[]],["errors_controller.rb","files/app/controllers/errors_controller_rb.html","",[]],["groups_controller.rb","files/app/controllers/groups_controller_rb.html","",[]],["help_controller.rb","files/app/controllers/help_controller_rb.html","",[]],["hooks_controller.rb","files/app/controllers/hooks_controller_rb.html","",[]],["issues_controller.rb","files/app/controllers/issues_controller_rb.html","",[]],["keys_controller.rb","files/app/controllers/keys_controller_rb.html","",[]],["labels_controller.rb","files/app/controllers/labels_controller_rb.html","",[]],["merge_requests_controller.rb","files/app/controllers/merge_requests_controller_rb.html","",[]],["milestones_controller.rb","files/app/controllers/milestones_controller_rb.html","",[]],["notes_controller.rb","files/app/controllers/notes_controller_rb.html","",[]],["omniauth_callbacks_controller.rb","files/app/controllers/omniauth_callbacks_controller_rb.html","",[]],["profiles_controller.rb","files/app/controllers/profiles_controller_rb.html","",[]],["project_resource_controller.rb","files/app/controllers/project_resource_controller_rb.html","",[]],["projects_controller.rb","files/app/controllers/projects_controller_rb.html","",[]],["protected_branches_controller.rb","files/app/controllers/protected_branches_controller_rb.html","",[]],["refs_controller.rb","files/app/controllers/refs_controller_rb.html","",[]],["repositories_controller.rb","files/app/controllers/repositories_controller_rb.html","",[]],["search_controller.rb","files/app/controllers/search_controller_rb.html","",[]],["services_controller.rb","files/app/controllers/services_controller_rb.html","",[]],["snippets_controller.rb","files/app/controllers/snippets_controller_rb.html","",[]],["team_members_controller.rb","files/app/controllers/team_members_controller_rb.html","",[]],["tree_controller.rb","files/app/controllers/tree_controller_rb.html","",[]],["wikis_controller.rb","files/app/controllers/wikis_controller_rb.html","",[]]]],["","","decorators",[["application_decorator.rb","files/app/decorators/application_decorator_rb.html","",[]],["commit_decorator.rb","files/app/decorators/commit_decorator_rb.html","",[]],["event_decorator.rb","files/app/decorators/event_decorator_rb.html","",[]],["tree_decorator.rb","files/app/decorators/tree_decorator_rb.html","",[]],["user_decorator.rb","files/app/decorators/user_decorator_rb.html","",[]]]],["","","helpers",[["application_helper.rb","files/app/helpers/application_helper_rb.html","",[]],["commits_helper.rb","files/app/helpers/commits_helper_rb.html","",[]],["dashboard_helper.rb","files/app/helpers/dashboard_helper_rb.html","",[]],["events_helper.rb","files/app/helpers/events_helper_rb.html","",[]],["gitlab_markdown_helper.rb","files/app/helpers/gitlab_markdown_helper_rb.html","",[]],["issues_helper.rb","files/app/helpers/issues_helper_rb.html","",[]],["merge_requests_helper.rb","files/app/helpers/merge_requests_helper_rb.html","",[]],["namespaces_helper.rb","files/app/helpers/namespaces_helper_rb.html","",[]],["notes_helper.rb","files/app/helpers/notes_helper_rb.html","",[]],["profile_helper.rb","files/app/helpers/profile_helper_rb.html","",[]],["projects_helper.rb","files/app/helpers/projects_helper_rb.html","",[]],["snippets_helper.rb","files/app/helpers/snippets_helper_rb.html","",[]],["tab_helper.rb","files/app/helpers/tab_helper_rb.html","",[]],["tags_helper.rb","files/app/helpers/tags_helper_rb.html","",[]],["tree_helper.rb","files/app/helpers/tree_helper_rb.html","",[]]]],["","","mailers",[["notify.rb","files/app/mailers/notify_rb.html","",[]]]],["","","models",[["ability.rb","files/app/models/ability_rb.html","",[]],["commit.rb","files/app/models/commit_rb.html","",[]],["event.rb","files/app/models/event_rb.html","",[]],["gitlab_ci_service.rb","files/app/models/gitlab_ci_service_rb.html","",[]],["group.rb","files/app/models/group_rb.html","",[]],["issue.rb","files/app/models/issue_rb.html","",[]],["key.rb","files/app/models/key_rb.html","",[]],["merge_request.rb","files/app/models/merge_request_rb.html","",[]],["milestone.rb","files/app/models/milestone_rb.html","",[]],["namespace.rb","files/app/models/namespace_rb.html","",[]],["note.rb","files/app/models/note_rb.html","",[]],["project.rb","files/app/models/project_rb.html","",[]],["project_hook.rb","files/app/models/project_hook_rb.html","",[]],["protected_branch.rb","files/app/models/protected_branch_rb.html","",[]],["service.rb","files/app/models/service_rb.html","",[]],["service_hook.rb","files/app/models/service_hook_rb.html","",[]],["snippet.rb","files/app/models/snippet_rb.html","",[]],["system_hook.rb","files/app/models/system_hook_rb.html","",[]],["tree.rb","files/app/models/tree_rb.html","",[]],["user.rb","files/app/models/user_rb.html","",[]],["users_project.rb","files/app/models/users_project_rb.html","",[]],["web_hook.rb","files/app/models/web_hook_rb.html","",[]],["wiki.rb","files/app/models/wiki_rb.html","",[]]]],["","","observers",[["activity_observer.rb","files/app/observers/activity_observer_rb.html","",[]],["issue_observer.rb","files/app/observers/issue_observer_rb.html","",[]],["key_observer.rb","files/app/observers/key_observer_rb.html","",[]],["merge_request_observer.rb","files/app/observers/merge_request_observer_rb.html","",[]],["note_observer.rb","files/app/observers/note_observer_rb.html","",[]],["project_observer.rb","files/app/observers/project_observer_rb.html","",[]],["system_hook_observer.rb","files/app/observers/system_hook_observer_rb.html","",[]],["user_observer.rb","files/app/observers/user_observer_rb.html","",[]],["users_project_observer.rb","files/app/observers/users_project_observer_rb.html","",[]]]],["","","roles",[["account.rb","files/app/roles/account_rb.html","",[]],["authority.rb","files/app/roles/authority_rb.html","",[]],["git_host.rb","files/app/roles/git_host_rb.html","",[]],["issue_commonality.rb","files/app/roles/issue_commonality_rb.html","",[]],["namespaced_project.rb","files/app/roles/namespaced_project_rb.html","",[]],["note_event.rb","files/app/roles/note_event_rb.html","",[]],["push_event.rb","files/app/roles/push_event_rb.html","",[]],["push_observer.rb","files/app/roles/push_observer_rb.html","",[]],["repository.rb","files/app/roles/repository_rb.html","",[]],["static_model.rb","files/app/roles/static_model_rb.html","",[]],["team.rb","files/app/roles/team_rb.html","",[]],["votes.rb","files/app/roles/votes_rb.html","",[]]]],["","","uploaders",[["attachment_uploader.rb","files/app/uploaders/attachment_uploader_rb.html","",[]]]],["","","workers",[["post_receive.rb","files/app/workers/post_receive_rb.html","",[]],["system_hook_worker.rb","files/app/workers/system_hook_worker_rb.html","",[]]]]]],["","","lib",[["","","api",[["entities.rb","files/lib/api/entities_rb.html","",[]],["helpers.rb","files/lib/api/helpers_rb.html","",[]],["issues.rb","files/lib/api/issues_rb.html","",[]],["merge_requests.rb","files/lib/api/merge_requests_rb.html","",[]],["milestones.rb","files/lib/api/milestones_rb.html","",[]],["notes.rb","files/lib/api/notes_rb.html","",[]],["projects.rb","files/lib/api/projects_rb.html","",[]],["session.rb","files/lib/api/session_rb.html","",[]],["users.rb","files/lib/api/users_rb.html","",[]]]],["api.rb","files/lib/api_rb.html","",[]],["event_filter.rb","files/lib/event_filter_rb.html","",[]],["extracts_path.rb","files/lib/extracts_path_rb.html","",[]],["file_size_validator.rb","files/lib/file_size_validator_rb.html","",[]],["","","gitlab",[["app_logger.rb","files/lib/gitlab/app_logger_rb.html","",[]],["auth.rb","files/lib/gitlab/auth_rb.html","",[]],["","","backend",[["gitolite.rb","files/lib/gitlab/backend/gitolite_rb.html","",[]],["gitolite_config.rb","files/lib/gitlab/backend/gitolite_config_rb.html","",[]],["grack_auth.rb","files/lib/gitlab/backend/grack_auth_rb.html","",[]]]],["git_logger.rb","files/lib/gitlab/git_logger_rb.html","",[]],["git_stats.rb","files/lib/gitlab/git_stats_rb.html","",[]],["","","graph",[["commit.rb","files/lib/gitlab/graph/commit_rb.html","",[]],["json_builder.rb","files/lib/gitlab/graph/json_builder_rb.html","",[]]]],["inline_diff.rb","files/lib/gitlab/inline_diff_rb.html","",[]],["logger.rb","files/lib/gitlab/logger_rb.html","",[]],["markdown.rb","files/lib/gitlab/markdown_rb.html","",[]],["project_mover.rb","files/lib/gitlab/project_mover_rb.html","",[]],["regex.rb","files/lib/gitlab/regex_rb.html","",[]],["","","satellite",[["action.rb","files/lib/gitlab/satellite/action_rb.html","",[]],["edit_file_action.rb","files/lib/gitlab/satellite/edit_file_action_rb.html","",[]],["merge_action.rb","files/lib/gitlab/satellite/merge_action_rb.html","",[]],["satellite.rb","files/lib/gitlab/satellite/satellite_rb.html","",[]]]],["seeder.rb","files/lib/gitlab/seeder_rb.html","",[]],["theme.rb","files/lib/gitlab/theme_rb.html","",[]]]],["","","hooks",[["post-receive","files/lib/hooks/post-receive.html","",[]]]],["","","redcarpet",[["","","render",[["gitlab_html.rb","files/lib/redcarpet/render/gitlab_html_rb.html","",[]]]]]]]]]],["Ability","classes/Ability.html"," < Object",[]],["Account","classes/Account.html","",[]],["ActivityObserver","classes/ActivityObserver.html"," < ActiveRecord::Observer",[]],["Admin","classes/Admin.html","",[["DashboardController","classes/Admin/DashboardController.html"," < AdminController",[]],["GroupsController","classes/Admin/GroupsController.html"," < AdminController",[]],["HooksController","classes/Admin/HooksController.html"," < AdminController",[]],["LogsController","classes/Admin/LogsController.html"," < AdminController",[]],["ProjectsController","classes/Admin/ProjectsController.html"," < AdminController",[]],["ResqueController","classes/Admin/ResqueController.html"," < AdminController",[]],["TeamMembersController","classes/Admin/TeamMembersController.html"," < AdminController",[]],["UsersController","classes/Admin/UsersController.html"," < AdminController",[]]]],["AdminController","classes/AdminController.html"," < ApplicationController",[]],["ApplicationController","classes/ApplicationController.html"," < ActionController::Base",[]],["ApplicationDecorator","classes/ApplicationDecorator.html"," < Draper::Base",[]],["ApplicationHelper","classes/ApplicationHelper.html","",[]],["AttachmentUploader","classes/AttachmentUploader.html"," < CarrierWave::Uploader::Base",[]],["Authority","classes/Authority.html","",[]],["BaseContext","classes/BaseContext.html"," < Object",[]],["BlameController","classes/BlameController.html"," < ProjectResourceController",[]],["BlobController","classes/BlobController.html"," < ProjectResourceController",[]],["Commit","classes/Commit.html"," < Object",[]],["CommitController","classes/CommitController.html"," < ProjectResourceController",[]],["CommitDecorator","classes/CommitDecorator.html"," < ApplicationDecorator",[]],["CommitLoadContext","classes/CommitLoadContext.html"," < BaseContext",[]],["CommitsController","classes/CommitsController.html"," < ProjectResourceController",[]],["CommitsHelper","classes/CommitsHelper.html","",[]],["CompareController","classes/CompareController.html"," < ProjectResourceController",[]],["DashboardController","classes/DashboardController.html"," < ApplicationController",[]],["DashboardHelper","classes/DashboardHelper.html","",[]],["DeployKeysController","classes/DeployKeysController.html"," < ProjectResourceController",[]],["ErrorsController","classes/ErrorsController.html"," < ApplicationController",[]],["Event","classes/Event.html"," < ActiveRecord::Base",[]],["EventDecorator","classes/EventDecorator.html"," < ApplicationDecorator",[]],["EventFilter","classes/EventFilter.html"," < Object",[]],["EventsHelper","classes/EventsHelper.html","",[]],["ExtractsPath","classes/ExtractsPath.html","",[["InvalidPathError","classes/ExtractsPath/InvalidPathError.html"," < StandardError",[]]]],["FileSizeValidator","classes/FileSizeValidator.html"," < ActiveModel::EachValidator",[["Helper","classes/FileSizeValidator/Helper.html"," < Object",[]]]],["GitHost","classes/GitHost.html","",[]],["Gitlab","classes/Gitlab.html","",[["API","classes/Gitlab/API.html"," < Grape::API",[]],["APIHelpers","classes/Gitlab/APIHelpers.html","",[]],["AppLogger","classes/Gitlab/AppLogger.html"," < Gitlab::Logger",[]],["Auth","classes/Gitlab/Auth.html"," < Object",[]],["Entities","classes/Gitlab/Entities.html","",[["Hook","classes/Gitlab/Entities/Hook.html"," < Grape::Entity",[]],["Issue","classes/Gitlab/Entities/Issue.html"," < Grape::Entity",[]],["MRNote","classes/Gitlab/Entities/MRNote.html"," < Grape::Entity",[]],["MergeRequest","classes/Gitlab/Entities/MergeRequest.html"," < Grape::Entity",[]],["Milestone","classes/Gitlab/Entities/Milestone.html"," < Grape::Entity",[]],["Note","classes/Gitlab/Entities/Note.html"," < Grape::Entity",[]],["Project","classes/Gitlab/Entities/Project.html"," < Grape::Entity",[]],["ProjectMember","classes/Gitlab/Entities/ProjectMember.html"," < Gitlab::Entities::UserBasic",[]],["ProjectSnippet","classes/Gitlab/Entities/ProjectSnippet.html"," < Grape::Entity",[]],["RepoCommit","classes/Gitlab/Entities/RepoCommit.html"," < Grape::Entity",[]],["RepoObject","classes/Gitlab/Entities/RepoObject.html"," < Grape::Entity",[]],["SSHKey","classes/Gitlab/Entities/SSHKey.html"," < Grape::Entity",[]],["User","classes/Gitlab/Entities/User.html"," < Grape::Entity",[]],["UserBasic","classes/Gitlab/Entities/UserBasic.html"," < Grape::Entity",[]],["UserLogin","classes/Gitlab/Entities/UserLogin.html"," < Gitlab::Entities::UserBasic",[]]]],["GitLogger","classes/Gitlab/GitLogger.html"," < Gitlab::Logger",[]],["GitStats","classes/Gitlab/GitStats.html"," < Object",[]],["Gitolite","classes/Gitlab/Gitolite.html"," < Object",[["AccessDenied","classes/Gitlab/Gitolite/AccessDenied.html"," < StandardError",[]]]],["GitoliteConfig","classes/Gitlab/GitoliteConfig.html"," < Object",[["PullError","classes/Gitlab/GitoliteConfig/PullError.html"," < StandardError",[]],["PushError","classes/Gitlab/GitoliteConfig/PushError.html"," < StandardError",[]]]],["Graph","classes/Gitlab/Graph.html","",[["Commit","classes/Gitlab/Graph/Commit.html"," < Object",[]],["JsonBuilder","classes/Gitlab/Graph/JsonBuilder.html"," < Object",[]]]],["InlineDiff","classes/Gitlab/InlineDiff.html"," < Object",[]],["Issues","classes/Gitlab/Issues.html"," < Grape::API",[]],["Logger","classes/Gitlab/Logger.html"," < Logger",[]],["Markdown","classes/Gitlab/Markdown.html","",[]],["MergeRequests","classes/Gitlab/MergeRequests.html"," < Grape::API",[]],["Milestones","classes/Gitlab/Milestones.html"," < Grape::API",[]],["Notes","classes/Gitlab/Notes.html"," < Grape::API",[]],["ProjectMover","classes/Gitlab/ProjectMover.html"," < Object",[["ProjectMoveError","classes/Gitlab/ProjectMover/ProjectMoveError.html"," < StandardError",[]]]],["Projects","classes/Gitlab/Projects.html"," < Grape::API",[]],["Regex","classes/Gitlab/Regex.html","",[]],["Satellite","classes/Gitlab/Satellite.html","",[["Action","classes/Gitlab/Satellite/Action.html"," < Object",[]],["EditFileAction","classes/Gitlab/Satellite/EditFileAction.html"," < Action",[]],["MergeAction","classes/Gitlab/Satellite/MergeAction.html"," < Action",[]],["Satellite","classes/Gitlab/Satellite/Satellite.html"," < Object",[]]]],["Seeder","classes/Gitlab/Seeder.html"," < Object",[]],["Session","classes/Gitlab/Session.html"," < Grape::API",[]],["Theme","classes/Gitlab/Theme.html"," < Object",[]],["Users","classes/Gitlab/Users.html"," < Grape::API",[]]]],["GitlabCiService","classes/GitlabCiService.html"," < Service",[]],["GitlabMarkdownHelper","classes/GitlabMarkdownHelper.html","",[]],["Grack","classes/Grack.html","",[["Auth","classes/Grack/Auth.html"," < Rack::Auth::Basic",[]]]],["Group","classes/Group.html"," < Namespace",[]],["GroupsController","classes/GroupsController.html"," < ApplicationController",[]],["HelpController","classes/HelpController.html"," < ApplicationController",[]],["HooksController","classes/HooksController.html"," < ProjectResourceController",[]],["Issue","classes/Issue.html"," < ActiveRecord::Base",[]],["IssueCommonality","classes/IssueCommonality.html","",[["ClassMethods","classes/IssueCommonality/ClassMethods.html","",[]]]],["IssueObserver","classes/IssueObserver.html"," < ActiveRecord::Observer",[]],["IssuesBulkUpdateContext","classes/IssuesBulkUpdateContext.html"," < BaseContext",[]],["IssuesController","classes/IssuesController.html"," < ProjectResourceController",[]],["IssuesHelper","classes/IssuesHelper.html","",[]],["IssuesListContext","classes/IssuesListContext.html"," < BaseContext",[]],["Key","classes/Key.html"," < ActiveRecord::Base",[]],["KeyObserver","classes/KeyObserver.html"," < ActiveRecord::Observer",[]],["KeysController","classes/KeysController.html"," < ApplicationController",[]],["LabelsController","classes/LabelsController.html"," < ProjectResourceController",[]],["MergeRequest","classes/MergeRequest.html"," < ActiveRecord::Base",[]],["MergeRequestObserver","classes/MergeRequestObserver.html"," < ActiveRecord::Observer",[]],["MergeRequestsController","classes/MergeRequestsController.html"," < ProjectResourceController",[]],["MergeRequestsHelper","classes/MergeRequestsHelper.html","",[]],["MergeRequestsLoadContext","classes/MergeRequestsLoadContext.html"," < BaseContext",[]],["Milestone","classes/Milestone.html"," < ActiveRecord::Base",[]],["MilestonesController","classes/MilestonesController.html"," < ProjectResourceController",[]],["Namespace","classes/Namespace.html"," < ActiveRecord::Base",[]],["NamespacedProject","classes/NamespacedProject.html","",[]],["NamespacesHelper","classes/NamespacesHelper.html","",[]],["Note","classes/Note.html"," < ActiveRecord::Base",[]],["NoteEvent","classes/NoteEvent.html","",[]],["NoteObserver","classes/NoteObserver.html"," < ActiveRecord::Observer",[]],["Notes","classes/Notes.html","",[["CreateContext","classes/Notes/CreateContext.html"," < BaseContext",[]],["LoadContext","classes/Notes/LoadContext.html"," < BaseContext",[]]]],["NotesController","classes/NotesController.html"," < ProjectResourceController",[]],["NotesHelper","classes/NotesHelper.html","",[]],["Notify","classes/Notify.html"," < ActionMailer::Base",[]],["OmniauthCallbacksController","classes/OmniauthCallbacksController.html"," < Devise::OmniauthCallbacksController",[]],["PostReceive","classes/PostReceive.html"," < Object",[]],["ProfileHelper","classes/ProfileHelper.html","",[]],["ProfilesController","classes/ProfilesController.html"," < ApplicationController",[]],["Project","classes/Project.html"," < ActiveRecord::Base",[["TransferError","classes/Project/TransferError.html"," < StandardError",[]]]],["ProjectHook","classes/ProjectHook.html"," < WebHook",[]],["ProjectObserver","classes/ProjectObserver.html"," < ActiveRecord::Observer",[]],["ProjectResourceController","classes/ProjectResourceController.html"," < ApplicationController",[]],["ProjectUpdateContext","classes/ProjectUpdateContext.html"," < BaseContext",[]],["ProjectsController","classes/ProjectsController.html"," < ProjectResourceController",[]],["ProjectsHelper","classes/ProjectsHelper.html","",[]],["ProtectedBranch","classes/ProtectedBranch.html"," < ActiveRecord::Base",[]],["ProtectedBranchesController","classes/ProtectedBranchesController.html"," < ProjectResourceController",[]],["PushEvent","classes/PushEvent.html","",[]],["PushObserver","classes/PushObserver.html","",[]],["Redcarpet","classes/Redcarpet.html","",[["Render","classes/Redcarpet/Render.html","",[["GitlabHTML","classes/Redcarpet/Render/GitlabHTML.html"," < Redcarpet::Render::HTML",[]]]]]],["RefsController","classes/RefsController.html"," < ProjectResourceController",[]],["RepositoriesController","classes/RepositoriesController.html"," < ProjectResourceController",[]],["Repository","classes/Repository.html","",[]],["SearchContext","classes/SearchContext.html"," < Object",[]],["SearchController","classes/SearchController.html"," < ApplicationController",[]],["Service","classes/Service.html"," < ActiveRecord::Base",[]],["ServiceHook","classes/ServiceHook.html"," < WebHook",[]],["ServicesController","classes/ServicesController.html"," < ProjectResourceController",[]],["Snippet","classes/Snippet.html"," < ActiveRecord::Base",[]],["SnippetsController","classes/SnippetsController.html"," < ProjectResourceController",[]],["SnippetsHelper","classes/SnippetsHelper.html","",[]],["StaticModel","classes/StaticModel.html","",[["ClassMethods","classes/StaticModel/ClassMethods.html","",[]]]],["SystemHook","classes/SystemHook.html"," < WebHook",[]],["SystemHookObserver","classes/SystemHookObserver.html"," < ActiveRecord::Observer",[]],["SystemHookWorker","classes/SystemHookWorker.html"," < Object",[]],["TabHelper","classes/TabHelper.html","",[]],["TagsHelper","classes/TagsHelper.html","",[]],["Team","classes/Team.html","",[]],["TeamMembersController","classes/TeamMembersController.html"," < ProjectResourceController",[]],["TestHookContext","classes/TestHookContext.html"," < BaseContext",[]],["Tree","classes/Tree.html"," < Object",[]],["TreeController","classes/TreeController.html"," < ProjectResourceController",[]],["TreeDecorator","classes/TreeDecorator.html"," < ApplicationDecorator",[]],["TreeHelper","classes/TreeHelper.html","",[]],["User","classes/User.html"," < ActiveRecord::Base",[]],["UserDecorator","classes/UserDecorator.html"," < ApplicationDecorator",[]],["UserObserver","classes/UserObserver.html"," < ActiveRecord::Observer",[]],["UsersProject","classes/UsersProject.html"," < ActiveRecord::Base",[]],["UsersProjectObserver","classes/UsersProjectObserver.html"," < ActiveRecord::Observer",[]],["Votes","classes/Votes.html","",[]],["WebHook","classes/WebHook.html"," < ActiveRecord::Base",[]],["Wiki","classes/Wiki.html"," < ActiveRecord::Base",[]],["WikisController","classes/WikisController.html"," < ProjectResourceController",[]]]
\ No newline at end of file
diff --git a/features/support/env.rb b/features/support/env.rb
index c19ca3088cbb0496753710804bc61f96db9ba7c9..da40b38b79ca2a8d0f3ff866c59e2ebc2666f2d7 100644
--- a/features/support/env.rb
+++ b/features/support/env.rb
@@ -31,9 +31,9 @@ DatabaseCleaner.strategy = :truncation
 
 Spinach.hooks.before_scenario do
   # Use tmp dir for FS manipulations
-  Gitlab.config.gitolite.stub(repos_path: Rails.root.join('tmp', 'test-git-base-path'))
-  FileUtils.rm_rf Gitlab.config.gitolite.repos_path
-  FileUtils.mkdir_p Gitlab.config.gitolite.repos_path
+  Gitlab.config.gitlab_shell.stub(repos_path: Rails.root.join('tmp', 'test-git-base-path'))
+  FileUtils.rm_rf Gitlab.config.gitlab_shell.repos_path
+  FileUtils.mkdir_p Gitlab.config.gitlab_shell.repos_path
 end
 
 Spinach.hooks.after_scenario do
diff --git a/lib/gitlab/backend/shell.rb b/lib/gitlab/backend/shell.rb
index 50ebfc5b07c0c96c5b7769c149d7c5a84c077db0..85fa5bda0558ea2855d31729b59ee07beaa4a900 100644
--- a/lib/gitlab/backend/shell.rb
+++ b/lib/gitlab/backend/shell.rb
@@ -13,6 +13,17 @@ module Gitlab
       system("/home/git/gitlab-shell/bin/gitlab-projects add-project #{name}.git")
     end
 
+    # Import repository
+    #
+    # name - project path with namespace
+    #
+    # Ex.
+    #   import_repository("gitlab/gitlab-ci", "https://github.com/randx/six.git")
+    #
+    def import_repository(name, url)
+      system("/home/git/gitlab-shell/bin/gitlab-projects import-project #{name}.git #{url}")
+    end
+
     # Remove repository from file system
     #
     # name - project path with namespace
@@ -44,7 +55,7 @@ module Gitlab
 
 
     def url_to_repo path
-      Gitlab.config.gitolite.ssh_path_prefix + "#{path}.git"
+      Gitlab.config.gitlab_shell.ssh_path_prefix + "#{path}.git"
     end
   end
 end
diff --git a/lib/gitlab/project_mover.rb b/lib/gitlab/project_mover.rb
index 207e585f5723621f35468c8b2ece2c63b51d42e9..e21f45c65646dd78dd8c4cabc807861f40a7c220 100644
--- a/lib/gitlab/project_mover.rb
+++ b/lib/gitlab/project_mover.rb
@@ -15,10 +15,10 @@ module Gitlab
 
     def execute
       # Create new dir if missing
-      new_dir_path = File.join(Gitlab.config.gitolite.repos_path, new_dir)
+      new_dir_path = File.join(Gitlab.config.gitlab_shell.repos_path, new_dir)
       FileUtils.mkdir( new_dir_path, mode: 0770 ) unless File.exists?(new_dir_path)
 
-      old_path = File.join(Gitlab.config.gitolite.repos_path, old_dir, "#{project.path}.git")
+      old_path = File.join(Gitlab.config.gitlab_shell.repos_path, old_dir, "#{project.path}.git")
       new_path = File.join(new_dir_path, "#{project.path}.git")
 
       if File.exists? new_path
diff --git a/lib/gitolited.rb b/lib/gitolited.rb
index 4911a473f05e1d42b0127cd1d98372775897df1c..a7fc414810632c1f8e8055a4f0738c5e5c55fca8 100644
--- a/lib/gitolited.rb
+++ b/lib/gitolited.rb
@@ -1,11 +1,11 @@
 # == Gitolited mixin
 #
-# Provide a shortcut to Gitlab::Gitolite instance by gitolite
+# Provide a shortcut to Gitlab::Shell instance by gitlab_shell
 #
 # Used by Project, UsersProject, etc
 #
 module Gitolited
-  def gitolite
+  def gitlab_shell
     Gitlab::Shell.new
   end
 end
diff --git a/lib/tasks/gitlab/backup.rake b/lib/tasks/gitlab/backup.rake
index ae2b1bb793fa1edce0ba26e34348bbe4467e0727..214ce720e7a2a99d4cf74f7ccd7ad3b6d68bc7a2 100644
--- a/lib/tasks/gitlab/backup.rake
+++ b/lib/tasks/gitlab/backup.rake
@@ -144,7 +144,7 @@ namespace :gitlab do
 
       task :restore => :environment do
         backup_path_repo = File.join(Gitlab.config.backup.path, "repositories")
-        repos_path = Gitlab.config.gitolite.repos_path
+        repos_path = Gitlab.config.gitlab_shell.repos_path
 
         puts "Restoring repositories ... "
 
diff --git a/lib/tasks/gitlab/check.rake b/lib/tasks/gitlab/check.rake
index b54e63acfbc6b31a7679c61e227ed2594064ceea..4e252f026bc0b48e2599c302be65e813bfe39028 100644
--- a/lib/tasks/gitlab/check.rake
+++ b/lib/tasks/gitlab/check.rake
@@ -1,7 +1,7 @@
 namespace :gitlab do
   desc "GITLAB | Check the configuration of GitLab and its environment"
   task check: %w{gitlab:env:check
-                 gitlab:gitolite:check
+                 gitlab:gitlab_shell:check
                  gitlab:sidekiq:check
                  gitlab:app:check}
 
@@ -255,7 +255,6 @@ namespace :gitlab do
       warn_user_is_not_gitlab
       start_checking "Environment"
 
-      check_gitlab_in_git_group
       check_issue_1059_shell_profile_error
       check_gitlab_git_config
       check_python2_exists
@@ -295,31 +294,12 @@ namespace :gitlab do
       end
     end
 
-    def check_gitlab_in_git_group
-      gitlab_user = Gitlab.config.gitlab.user
-      gitolite_owner_group = Gitlab.config.gitolite.owner_group
-      print "#{gitlab_user} user is in #{gitolite_owner_group} group? ... "
-
-      if run_and_match("id -rnG", /^#{gitolite_owner_group}\W|\W#{gitolite_owner_group}\W|\W#{gitolite_owner_group}$/)
-        puts "yes".green
-      else
-        puts "no".red
-        try_fixing_it(
-          "sudo usermod -a -G #{gitolite_owner_group} #{gitlab_user}"
-        )
-        for_more_information(
-          see_installation_guide_section "System Users"
-        )
-        fix_and_rerun
-      end
-    end
-
     # see https://github.com/gitlabhq/gitlabhq/issues/1059
     def check_issue_1059_shell_profile_error
-      gitolite_ssh_user = Gitlab.config.gitolite.ssh_user
-      print "Has no \"-e\" in ~#{gitolite_ssh_user}/.profile ... "
+      gitlab_shell_ssh_user = Gitlab.config.gitlab_shell.ssh_user
+      print "Has no \"-e\" in ~#{gitlab_shell_ssh_user}/.profile ... "
 
-      profile_file = File.join(gitolite_user_home, ".profile")
+      profile_file = File.join(gitlab_shell_user_home, ".profile")
 
       unless File.read(profile_file) =~ /^-e PATH/
         puts "yes".green
@@ -387,28 +367,18 @@ namespace :gitlab do
 
 
 
-  namespace :gitolite do
+  namespace :gitlab_shell do
     desc "GITLAB | Check the configuration of Gitolite"
     task check: :environment  do
       warn_user_is_not_gitlab
       start_checking "Gitolite"
 
-      check_gitolite_is_up_to_date
-      check_gitoliterc_repo_umask
-      check_gitoliterc_git_config_keys
-      check_dot_gitolite_exists
-      check_dot_gitolite_user_and_group
-      check_dot_gitolite_permissions
       check_repo_base_exists
       check_repo_base_is_not_symlink
       check_repo_base_user_and_group
       check_repo_base_permissions
-      check_can_clone_gitolite_admin
-      check_can_commit_to_gitolite_admin
-      check_post_receive_hook_exists
       check_post_receive_hook_is_up_to_date
       check_repos_post_receive_hooks_is_link
-      check_repos_git_config
 
       finished_checking "Gitolite"
     end
@@ -417,254 +387,30 @@ namespace :gitlab do
     # Checks
     ########################
 
-    def check_can_clone_gitolite_admin
-      print "Can clone gitolite-admin? ... "
-
-      test_path = "/tmp/gitlab_gitolite_admin_test"
-      FileUtils.rm_rf(test_path)
-      `git clone -q #{Gitlab.config.gitolite.admin_uri} #{test_path}`
-      raise unless $?.success?
-
-      puts "yes".green
-    rescue
-      puts "no".red
-      try_fixing_it(
-        "Make sure the \"admin_uri\" is set correctly in config/gitlab.yml",
-        "Try cloning it yourself with:",
-        "  git clone -q #{Gitlab.config.gitolite.admin_uri} /tmp/gitolite-admin",
-        "Make sure Gitolite is installed correctly."
-      )
-      for_more_information(
-        see_installation_guide_section "Gitolite"
-      )
-      fix_and_rerun
-    end
-
-    # assumes #check_can_clone_gitolite_admin has been run before
-    def check_can_commit_to_gitolite_admin
-      print "Can commit to gitolite-admin? ... "
-
-      test_path = "/tmp/gitlab_gitolite_admin_test"
-      unless File.exists?(test_path)
-        puts "can't check because of previous errors".magenta
-        return
-      end
-
-      Dir.chdir(test_path) do
-        `touch foo && git add foo && git commit -qm foo`
-        raise unless $?.success?
-      end
-
-      puts "yes".green
-    rescue
-      puts "no".red
-      try_fixing_it(
-        "Try committing to it yourself with:",
-        "  git clone -q #{Gitlab.config.gitolite.admin_uri} /tmp/gitolite-admin",
-        "  touch foo",
-        "  git add foo",
-        "  git commit -m \"foo\"",
-        "Make sure Gitolite is installed correctly."
-      )
-      for_more_information(
-        see_installation_guide_section "Gitolite"
-      )
-      fix_and_rerun
-    ensure
-      FileUtils.rm_rf("/tmp/gitolite_gitlab_test")
-    end
-
-    def check_dot_gitolite_exists
-      print "Config directory exists? ... "
-
-      gitolite_config_path = File.join(gitolite_user_home, ".gitolite")
-
-      if File.directory?(gitolite_config_path)
-        puts "yes".green
-      else
-        puts "no".red
-        puts "#{gitolite_config_path} is missing".red
-        try_fixing_it(
-          "This should have been created when setting up Gitolite.",
-          "Make sure Gitolite is installed correctly."
-        )
-        for_more_information(
-          see_installation_guide_section "Gitolite"
-        )
-        fix_and_rerun
-      end
-    end
-
-    def check_dot_gitolite_permissions
-      print "Config directory access is drwxr-x---? ... "
-
-      gitolite_config_path = File.join(gitolite_user_home, ".gitolite")
-      unless File.exists?(gitolite_config_path)
-        puts "can't check because of previous errors".magenta
-        return
-      end
-
-      if File.stat(gitolite_config_path).mode.to_s(8).ends_with?("750")
-        puts "yes".green
-      else
-        puts "no".red
-        try_fixing_it(
-          "sudo chmod 750 #{gitolite_config_path}"
-        )
-        for_more_information(
-          see_installation_guide_section "Gitolite"
-        )
-        fix_and_rerun
-      end
-    end
-
-    def check_dot_gitolite_user_and_group
-      gitolite_ssh_user = Gitlab.config.gitolite.ssh_user
-      gitolite_owner_group = Gitlab.config.gitolite.owner_group
-      print "Config directory owned by #{gitolite_ssh_user}:#{gitolite_owner_group} ... "
-
-      gitolite_config_path = File.join(gitolite_user_home, ".gitolite")
-      unless File.exists?(gitolite_config_path)
-        puts "can't check because of previous errors".magenta
-        return
-      end
-
-      if File.stat(gitolite_config_path).uid == uid_for(gitolite_ssh_user) &&
-         File.stat(gitolite_config_path).gid == gid_for(gitolite_owner_group)
-        puts "yes".green
-      else
-        puts "no".red
-        try_fixing_it(
-          "sudo chown -R #{gitolite_ssh_user}:#{gitolite_owner_group} #{gitolite_config_path}"
-        )
-        for_more_information(
-          see_installation_guide_section "Gitolite"
-        )
-        fix_and_rerun
-      end
-    end
-
-    def check_gitolite_is_up_to_date
-      print "Using recommended version ... "
-      if gitolite_version.try(:start_with?, "v3.2")
-        puts "yes".green
-      else
-        puts "no".red
-        try_fixing_it(
-          "We strongly recommend using the version pointed out in the installation guide."
-        )
-        for_more_information(
-          see_installation_guide_section "Gitolite"
-        )
-        # this is not a "hard" failure
-      end
-    end
-
-    def check_gitoliterc_git_config_keys
-      gitoliterc_path = File.join(gitolite_user_home, ".gitolite.rc")
-
-      print "Allow all Git config keys in .gitolite.rc ... "
-      option_name = if has_gitolite3?
-                      # see https://github.com/sitaramc/gitolite/blob/v3.04/src/lib/Gitolite/Rc.pm#L329
-                      "GIT_CONFIG_KEYS"
-                    else
-                      # assume older version
-                      # see https://github.com/sitaramc/gitolite/blob/v2.3/conf/example.gitolite.rc#L49
-                      "\\$GL_GITCONFIG_KEYS"
-                    end
-      option_value = ".*"
-      if open(gitoliterc_path).grep(/#{option_name}\s*=[>]?\s*["']#{option_value}["']/).any?
-        puts "yes".green
-      else
-        puts "no".red
-        try_fixing_it(
-          "Open #{gitoliterc_path}",
-          "Find the \"#{option_name}\" option",
-          "Change its value to \".*\""
-        )
-        for_more_information(
-          see_installation_guide_section "Gitolite"
-        )
-        fix_and_rerun
-      end
-    end
-
-    def check_gitoliterc_repo_umask
-      gitoliterc_path = File.join(gitolite_user_home, ".gitolite.rc")
-
-      print "Repo umask is 0007 in .gitolite.rc? ... "
-      option_name = if has_gitolite3?
-                      # see https://github.com/sitaramc/gitolite/blob/v3.04/src/lib/Gitolite/Rc.pm#L328
-                      "UMASK"
-                    else
-                      # assume older version
-                      # see https://github.com/sitaramc/gitolite/blob/v2.3/conf/example.gitolite.rc#L32
-                      "\\$REPO_UMASK"
-                    end
-      option_value = "0007"
-      if open(gitoliterc_path).grep(/#{option_name}\s*=[>]?\s*#{option_value}/).any?
-        puts "yes".green
-      else
-        puts "no".red
-        try_fixing_it(
-          "Open #{gitoliterc_path}",
-          "Find the \"#{option_name}\" option",
-          "Change its value to \"0007\""
-        )
-        for_more_information(
-          see_installation_guide_section "Gitolite"
-        )
-        fix_and_rerun
-      end
-    end
-
-    def check_post_receive_hook_exists
-      print "post-receive hook exists? ... "
-
-      hook_file = "post-receive"
-      gitolite_hooks_path = File.join(Gitlab.config.gitolite.hooks_path, "common")
-      gitolite_hook_file = File.join(gitolite_hooks_path, hook_file)
-      gitolite_ssh_user = Gitlab.config.gitolite.ssh_user
-
-      gitlab_hook_file = Rails.root.join.join("lib", "hooks", hook_file)
-
-      if File.exists?(gitolite_hook_file)
-        puts "yes".green
-      else
-        puts "no".red
-        try_fixing_it(
-          "sudo -u #{gitolite_ssh_user} cp #{gitlab_hook_file} #{gitolite_hook_file}"
-        )
-        for_more_information(
-          see_installation_guide_section "Setup GitLab Hooks"
-        )
-        fix_and_rerun
-      end
-    end
 
     def check_post_receive_hook_is_up_to_date
       print "post-receive hook up-to-date? ... "
 
       hook_file = "post-receive"
-      gitolite_hooks_path = File.join(Gitlab.config.gitolite.hooks_path, "common")
-      gitolite_hook_file  = File.join(gitolite_hooks_path, hook_file)
-      gitolite_ssh_user = Gitlab.config.gitolite.ssh_user
+      gitlab_shell_hooks_path = File.join(Gitlab.config.gitlab_shell.hooks_path, "common")
+      gitlab_shell_hook_file  = File.join(gitlab_shell_hooks_path, hook_file)
+      gitlab_shell_ssh_user = Gitlab.config.gitlab_shell.ssh_user
 
-      unless File.exists?(gitolite_hook_file)
+      unless File.exists?(gitlab_shell_hook_file)
         puts "can't check because of previous errors".magenta
         return
       end
 
-      gitolite_hook_content = File.read(gitolite_hook_file)
+      gitlab_shell_hook_content = File.read(gitlab_shell_hook_file)
       gitlab_hook_file = Rails.root.join.join("lib", "hooks", hook_file)
       gitlab_hook_content = File.read(gitlab_hook_file)
 
-      if gitolite_hook_content == gitlab_hook_content
+      if gitlab_shell_hook_content == gitlab_hook_content
         puts "yes".green
       else
         puts "no".red
         try_fixing_it(
-          "sudo -u #{gitolite_ssh_user} cp #{gitlab_hook_file} #{gitolite_hook_file}"
+          "sudo -u #{gitlab_shell_ssh_user} cp #{gitlab_hook_file} #{gitlab_shell_hook_file}"
         )
         for_more_information(
           see_installation_guide_section "Setup GitLab Hooks"
@@ -676,7 +422,7 @@ namespace :gitlab do
     def check_repo_base_exists
       print "Repo base directory exists? ... "
 
-      repo_base_path = Gitlab.config.gitolite.repos_path
+      repo_base_path = Gitlab.config.gitlab_shell.repos_path
 
       if File.exists?(repo_base_path)
         puts "yes".green
@@ -698,7 +444,7 @@ namespace :gitlab do
     def check_repo_base_is_not_symlink
       print "Repo base directory is a symlink? ... "
 
-      repo_base_path = Gitlab.config.gitolite.repos_path
+      repo_base_path = Gitlab.config.gitlab_shell.repos_path
       unless File.exists?(repo_base_path)
         puts "can't check because of previous errors".magenta
         return
@@ -718,7 +464,7 @@ namespace :gitlab do
     def check_repo_base_permissions
       print "Repo base access is drwxrws---? ... "
 
-      repo_base_path = Gitlab.config.gitolite.repos_path
+      repo_base_path = Gitlab.config.gitlab_shell.repos_path
       unless File.exists?(repo_base_path)
         puts "can't check because of previous errors".magenta
         return
@@ -741,23 +487,23 @@ namespace :gitlab do
     end
 
     def check_repo_base_user_and_group
-      gitolite_ssh_user = Gitlab.config.gitolite.ssh_user
-      gitolite_owner_group = Gitlab.config.gitolite.owner_group
-      print "Repo base owned by #{gitolite_ssh_user}:#{gitolite_owner_group}? ... "
+      gitlab_shell_ssh_user = Gitlab.config.gitlab_shell.ssh_user
+      gitlab_shell_owner_group = Gitlab.config.gitlab_shell.owner_group
+      print "Repo base owned by #{gitlab_shell_ssh_user}:#{gitlab_shell_owner_group}? ... "
 
-      repo_base_path = Gitlab.config.gitolite.repos_path
+      repo_base_path = Gitlab.config.gitlab_shell.repos_path
       unless File.exists?(repo_base_path)
         puts "can't check because of previous errors".magenta
         return
       end
 
-      if File.stat(repo_base_path).uid == uid_for(gitolite_ssh_user) &&
-         File.stat(repo_base_path).gid == gid_for(gitolite_owner_group)
+      if File.stat(repo_base_path).uid == uid_for(gitlab_shell_ssh_user) &&
+         File.stat(repo_base_path).gid == gid_for(gitlab_shell_owner_group)
         puts "yes".green
       else
         puts "no".red
         try_fixing_it(
-          "sudo chown -R #{gitolite_ssh_user}:#{gitolite_owner_group} #{repo_base_path}"
+          "sudo chown -R #{gitlab_shell_ssh_user}:#{gitlab_shell_owner_group} #{repo_base_path}"
         )
         for_more_information(
           see_installation_guide_section "Gitolite"
@@ -766,54 +512,15 @@ namespace :gitlab do
       end
     end
 
-    def check_repos_git_config
-      print "Git config in repos: ... "
-
-      unless Project.count > 0
-        puts "can't check, you have no projects".magenta
-        return
-      end
-      puts ""
-
-      options = {
-        "core.sharedRepository" => "0660",
-      }
-
-      Project.find_each(batch_size: 100) do |project|
-        print "#{project.name_with_namespace.yellow} ... "
-
-        if project.empty_repo?
-          puts "repository is empty".magenta
-        else
-          correct_options = options.map do |name, value|
-            run("git --git-dir=\"#{project.repository.path_to_repo}\" config --get #{name}").try(:chomp) == value
-          end
-
-          if correct_options.all?
-            puts "ok".green
-          else
-            puts "wrong or missing".red
-            try_fixing_it(
-              sudo_gitlab("bundle exec rake gitlab:gitolite:update_repos RAILS_ENV=production")
-            )
-            for_more_information(
-              "doc/raketasks/maintenance.md"
-            )
-            fix_and_rerun
-          end
-        end
-      end
-    end
-
     def check_repos_post_receive_hooks_is_link
       print "post-receive hooks in repos are links: ... "
 
       hook_file = "post-receive"
-      gitolite_hooks_path = File.join(Gitlab.config.gitolite.hooks_path, "common")
-      gitolite_hook_file  = File.join(gitolite_hooks_path, hook_file)
-      gitolite_ssh_user = Gitlab.config.gitolite.ssh_user
+      gitlab_shell_hooks_path = File.join(Gitlab.config.gitlab_shell.hooks_path, "common")
+      gitlab_shell_hook_file  = File.join(gitlab_shell_hooks_path, hook_file)
+      gitlab_shell_ssh_user = Gitlab.config.gitlab_shell.ssh_user
 
-      unless File.exists?(gitolite_hook_file)
+      unless File.exists?(gitlab_shell_hook_file)
         puts "can't check because of previous errors".magenta
         return
       end
@@ -835,7 +542,7 @@ namespace :gitlab do
           unless File.exists?(project_hook_file)
             puts "missing".red
             try_fixing_it(
-              "sudo -u #{gitolite_ssh_user} ln -sf #{gitolite_hook_file} #{project_hook_file}"
+              "sudo -u #{gitlab_shell_ssh_user} ln -sf #{gitlab_shell_hook_file} #{project_hook_file}"
             )
             for_more_information(
               "lib/support/rewrite-hooks.sh"
@@ -845,12 +552,12 @@ namespace :gitlab do
           end
 
           if File.lstat(project_hook_file).symlink? &&
-              File.realpath(project_hook_file) == File.realpath(gitolite_hook_file)
+              File.realpath(project_hook_file) == File.realpath(gitlab_shell_hook_file)
             puts "ok".green
           else
             puts "not a link to Gitolite's hook".red
             try_fixing_it(
-              "sudo -u #{gitolite_ssh_user} ln -sf #{gitolite_hook_file} #{project_hook_file}"
+              "sudo -u #{gitlab_shell_ssh_user} ln -sf #{gitlab_shell_hook_file} #{project_hook_file}"
             )
             for_more_information(
               "lib/support/rewrite-hooks.sh"
@@ -865,19 +572,19 @@ namespace :gitlab do
     # Helper methods
     ########################
 
-    def gitolite_user_home
-      File.expand_path("~#{Gitlab.config.gitolite.ssh_user}")
+    def gitlab_shell_user_home
+      File.expand_path("~#{Gitlab.config.gitlab_shell.ssh_user}")
     end
 
-    def gitolite_version
-      gitolite_version_file = "#{gitolite_user_home}/gitolite/src/VERSION"
-      if File.readable?(gitolite_version_file)
-        File.read(gitolite_version_file)
+    def gitlab_shell_version
+      gitlab_shell_version_file = "#{gitlab_shell_user_home}/gitlab_shell/src/VERSION"
+      if File.readable?(gitlab_shell_version_file)
+        File.read(gitlab_shell_version_file)
       end
     end
 
-    def has_gitolite3?
-      gitolite_version.try(:start_with?, "v3.")
+    def has_gitlab_shell3?
+      gitlab_shell_version.try(:start_with?, "v3.")
     end
   end
 
diff --git a/lib/tasks/gitlab/cleanup.rake b/lib/tasks/gitlab/cleanup.rake
index 2a0ffe0f4bdf918e9d8bbeb06acf39b729c0a359..d8ee56e5523ca95e1e28d45aafeb43b78f1763a9 100644
--- a/lib/tasks/gitlab/cleanup.rake
+++ b/lib/tasks/gitlab/cleanup.rake
@@ -1,38 +1,5 @@
 namespace :gitlab do
   namespace :cleanup do
-    desc "GITLAB | Cleanup | Clean gitolite config"
-    task :config => :environment  do
-      warn_user_is_not_gitlab
-
-      real_repos = Project.all.map(&:path_with_namespace)
-      real_repos << "gitolite-admin"
-      real_repos << "@all"
-
-      remove_flag = ENV['REMOVE']
-
-      puts "Looking for repositories to remove... "
-      Gitlab::GitoliteConfig.new.apply do |config|
-        all_repos = []
-        garbage_repos = []
-
-        all_repos = config.conf.repos.keys
-        garbage_repos = all_repos - real_repos
-
-        garbage_repos.each do |repo_name|
-          if remove_flag
-            config.conf.rm_repo(repo_name)
-            print "to remove...".red
-          end
-
-          puts repo_name.red
-        end
-      end
-
-      unless remove_flag
-        puts "To cleanup repositories run this command with REMOVE=true".yellow
-      end
-    end
-
     desc "GITLAB | Cleanup | Clean namespaces"
     task :dirs => :environment  do
       warn_user_is_not_gitlab
@@ -40,7 +7,7 @@ namespace :gitlab do
 
 
       namespaces = Namespace.pluck(:path)
-      git_base_path = Gitlab.config.gitolite.repos_path
+      git_base_path = Gitlab.config.gitlab_shell.repos_path
       all_dirs = Dir.glob(git_base_path + '/*')
 
       puts git_base_path.yellow
@@ -81,7 +48,7 @@ namespace :gitlab do
       warn_user_is_not_gitlab
       remove_flag = ENV['REMOVE']
 
-      git_base_path = Gitlab.config.gitolite.repos_path
+      git_base_path = Gitlab.config.gitlab_shell.repos_path
       all_dirs = Dir.glob(git_base_path + '/*')
 
       global_projects = Project.where(namespace_id: nil).pluck(:path)
@@ -101,13 +68,6 @@ namespace :gitlab do
         global_projects.include?(path)
       end
 
-      # skip gitolite admin
-      all_dirs.reject! do |dir|
-        repo_name = File.basename dir
-        repo_name == 'gitolite-admin.git'
-      end
-
-
       all_dirs.each do |dir_path|
         if remove_flag
           if FileUtils.rm_rf dir_path
diff --git a/lib/tasks/gitlab/enable_automerge.rake b/lib/tasks/gitlab/enable_automerge.rake
index a89c6eaa5c41291f2aae66ecb3a1cac289c2d1e4..6822e5cf1ade029c5431ca8ecaae8fbb69d527fa 100644
--- a/lib/tasks/gitlab/enable_automerge.rake
+++ b/lib/tasks/gitlab/enable_automerge.rake
@@ -1,12 +1,18 @@
 namespace :gitlab do
-  desc "GITLAB | Enable auto merge"
-  task :enable_automerge => :environment do
+  namespace :satellites do
+    desc "GITLAB | Create satellite repos"
+    task create: :environment do
+      create_satellites
+    end
+  end
+
+  def create_satellites
     warn_user_is_not_gitlab
 
     print "Creating satellites for ..."
     unless Project.count > 0
       puts "skipping, because you have no projects".magenta
-      next
+      return
     end
     puts ""
 
@@ -33,9 +39,4 @@ namespace :gitlab do
       end
     end
   end
-
-  namespace :satellites do
-    desc "GITLAB | Create satellite repos"
-    task create: 'gitlab:enable_automerge'
-  end
 end
diff --git a/lib/tasks/gitlab/enable_namespaces.rake b/lib/tasks/gitlab/enable_namespaces.rake
index aa76a2f7d83d74d21f36f2581c5c8cfafb53bb5e..a33639a001316933f3fae841b42fda80a4083a1a 100644
--- a/lib/tasks/gitlab/enable_namespaces.rake
+++ b/lib/tasks/gitlab/enable_namespaces.rake
@@ -6,11 +6,6 @@ namespace :gitlab do
     migrate_user_namespaces
     migrate_groups
     migrate_projects
-
-    puts "Rebuild Gitolite ... "
-    gitolite = Gitlab::Gitolite.new
-    gitolite.update_repositories(Project.where('namespace_id IS NOT NULL'))
-    puts "... #{"done".green}"
   end
 
   def migrate_user_namespaces
@@ -80,7 +75,7 @@ namespace :gitlab do
   end
 
   def migrate_projects
-    git_path = Gitlab.config.gitolite.repos_path
+    git_path = Gitlab.config.gitlab_shell.repos_path
     puts "\nMove projects in groups into respective directories ... ".blue
     Project.where('namespace_id IS NOT NULL').find_each(batch_size: 500) do |project|
       next unless project.group
diff --git a/lib/tasks/gitlab/gitolite_rebuild.rake b/lib/tasks/gitlab/gitolite_rebuild.rake
deleted file mode 100644
index af2a2127ee29c03b00a5ebd1e5db2c4cff5d753a..0000000000000000000000000000000000000000
--- a/lib/tasks/gitlab/gitolite_rebuild.rake
+++ /dev/null
@@ -1,27 +0,0 @@
-namespace :gitlab do
-  namespace :gitolite do
-    desc "GITLAB | Rebuild each project in Gitolite config"
-    task :update_repos => :environment do
-      warn_user_is_not_gitlab
-
-      puts "Rebuilding projects ... "
-      Project.find_each(:batch_size => 100) do |project|
-        puts "#{project.name_with_namespace.yellow} ... "
-        project.update_repository
-        puts "... #{"done".green}"
-      end
-    end
-
-    desc "GITLAB | Rebuild each user key in Gitolite config"
-    task :update_keys => :environment  do
-      warn_user_is_not_gitlab
-
-      puts "Rebuilding keys ... "
-      Key.find_each(:batch_size => 100) do |key|
-        puts "#{key.identifier.yellow} ... "
-        Gitlab::Gitolite.new.set_key(key.identifier, key.key, key.projects)
-        puts "... #{"done".green}"
-      end
-    end
-  end
-end
diff --git a/lib/tasks/gitlab/import.rake b/lib/tasks/gitlab/import.rake
index 0ca652faa747949184370ee92fb9d317643a8276..bddbd7ef8559b67e21cdf0c00205f6501d45c373 100644
--- a/lib/tasks/gitlab/import.rake
+++ b/lib/tasks/gitlab/import.rake
@@ -12,7 +12,7 @@ namespace :gitlab do
     desc "GITLAB | Import bare repositories from git_host -> base_path into GitLab project instance"
     task :repos => :environment do
 
-      git_base_path = Gitlab.config.gitolite.repos_path
+      git_base_path = Gitlab.config.gitlab_shell.repos_path
       repos_to_import = Dir.glob(git_base_path + '/*')
 
       namespaces = Namespace.pluck(:path)
@@ -26,7 +26,6 @@ namespace :gitlab do
         # skip if not git repo
         next unless repo_name =~ /.git$/
 
-        # skip gitolite admin
         next if repo_name == 'gitolite-admin.git'
 
         path = repo_name.sub(/\.git$/, '')
diff --git a/lib/tasks/gitlab/info.rake b/lib/tasks/gitlab/info.rake
index b325bcc333daaef65bc101277990ea7d45b67e88..c44016ef6e84bb95d5f89aa2dc72707332ffdbc2 100644
--- a/lib/tasks/gitlab/info.rake
+++ b/lib/tasks/gitlab/info.rake
@@ -54,18 +54,16 @@ namespace :gitlab do
 
 
       # check Gitolite version
-      gitolite_version_file = "#{Gitlab.config.gitolite.repos_path}/../gitolite/src/VERSION"
-      if File.readable?(gitolite_version_file)
-        gitolite_version = File.read(gitolite_version_file)
+      gitlab_shell_version_file = "#{Gitlab.config.gitlab_shell.repos_path}/../gitlab-shell/VERSION"
+      if File.readable?(gitlab_shell_version_file)
+        gitlab_shell_version = File.read(gitlab_shell_version_file)
       end
 
       puts ""
-      puts "Gitolite information".yellow
-      puts "Version:\t#{gitolite_version || "unknown".red}"
-      puts "Admin URI:\t#{Gitlab.config.gitolite.admin_uri}"
-      puts "Admin Key:\t#{Gitlab.config.gitolite.admin_key}"
-      puts "Repositories:\t#{Gitlab.config.gitolite.repos_path}"
-      puts "Hooks:\t\t#{Gitlab.config.gitolite.hooks_path}"
+      puts "GitLab Shell".yellow
+      puts "Version:\t#{gitlab_shell_version || "unknown".red}"
+      puts "Repositories:\t#{Gitlab.config.gitlab_shell.repos_path}"
+      puts "Hooks:\t\t#{Gitlab.config.gitlab_shell.hooks_path}"
       puts "Git:\t\t#{Gitlab.config.git.bin_path}"
 
     end
diff --git a/lib/tasks/gitlab/setup.rake b/lib/tasks/gitlab/setup.rake
index 5699e5d6188f53cd75f1dcf122c3de5d247c5c4b..bc0742564d035a70d16ea309e1795b8490460571 100644
--- a/lib/tasks/gitlab/setup.rake
+++ b/lib/tasks/gitlab/setup.rake
@@ -14,7 +14,6 @@ namespace :gitlab do
 
     Rake::Task["db:setup"].invoke
     Rake::Task["db:seed_fu"].invoke
-    Rake::Task["gitlab:enable_automerge"].invoke
   rescue Gitlab::TaskAbortedByUserError
     puts "Quitting...".red
     exit 1
diff --git a/lib/tasks/gitlab/shell.rake b/lib/tasks/gitlab/shell.rake
index 25713482ed81e0dff32cfdaadbb22fc2bfa38c8f..0ab8df1d094093728158d124793c5dc0038c0422 100644
--- a/lib/tasks/gitlab/shell.rake
+++ b/lib/tasks/gitlab/shell.rake
@@ -1,9 +1,25 @@
 namespace :gitlab do
   namespace :shell do
     desc "GITLAB | Setup gitlab-shell"
-    task :setup => :environment do
+    task setup: :environment do
       setup
     end
+
+    desc "GITLAB | Build missing projects"
+    task build_missing_projects: :environment do
+      Project.find_each(batch_size: 1000) do |project|
+        path_to_repo = File.join(Gitlab.config.gitlab_shell.repos_path, "#{project.path_with_namespace}.git")
+        if File.exists?(path_to_repo)
+          print '-'
+        else
+          if Gitlab::Shell.new.add_repository(project.path_with_namespace)
+            print '.'
+          else
+            print 'F'
+          end
+        end
+      end
+    end
   end
 
   def setup
@@ -16,7 +32,7 @@ namespace :gitlab do
 
     system("echo '# Managed by gitlab-shell' > /home/git/.ssh/authorized_keys")
 
-    Key.find_each(:batch_size => 1000) do |key|
+    Key.find_each(batch_size: 1000) do |key|
       if Gitlab::Shell.new.add_key(key.shell_id, key.key)
         print '.'
       else
diff --git a/lib/tasks/sidekiq.rake b/lib/tasks/sidekiq.rake
index e4eb0e6776f9637eff3980073d77ab057a73f515..67e8daafec7dbab1e333ebf7e1470a34c151c83d 100644
--- a/lib/tasks/sidekiq.rake
+++ b/lib/tasks/sidekiq.rake
@@ -6,7 +6,7 @@ namespace :sidekiq do
 
   desc "GITLAB | Start sidekiq"
   task :start do
-    run "nohup bundle exec sidekiq -q post_receive,mailer,system_hook,project_web_hook,gitolite,common,default -e #{Rails.env} -P #{pidfile} >> #{Rails.root.join("log", "sidekiq.log")} 2>&1 &"
+    run "nohup bundle exec sidekiq -q post_receive,mailer,system_hook,project_web_hook,gitlab_shell,common,default -e #{Rails.env} -P #{pidfile} >> #{Rails.root.join("log", "sidekiq.log")} 2>&1 &"
   end
 
   def pidfile
diff --git a/spec/lib/project_mover_spec.rb b/spec/lib/project_mover_spec.rb
index 28323b24ef6d0d0cbe62ef4be7bd9387c56f41dc..9202befdcb2a83d5ba49a98b6d01c4a31670d044 100644
--- a/spec/lib/project_mover_spec.rb
+++ b/spec/lib/project_mover_spec.rb
@@ -7,7 +7,7 @@ describe Gitlab::ProjectMover do
     FileUtils.rm_rf base_path if File.exists? base_path
     FileUtils.mkdir_p base_path
 
-    Gitlab.config.gitolite.stub(repos_path: base_path)
+    Gitlab.config.gitlab_shell.stub(repos_path: base_path)
 
     @project = create(:project)
   end
diff --git a/spec/lib/shell_spec.rb b/spec/lib/shell_spec.rb
index 1c546e59235a7d1fcfc65c9a4c1057891dea5c2d..3c04f4bbeb69746503d1893ced3dbc2acfa57674 100644
--- a/spec/lib/shell_spec.rb
+++ b/spec/lib/shell_spec.rb
@@ -2,7 +2,7 @@ require 'spec_helper'
 
 describe Gitlab::Shell do
   let(:project) { double('Project', id: 7, path: 'diaspora') }
-  let(:gitolite) { Gitlab::Shell.new }
+  let(:gitlab_shell) { Gitlab::Shell.new }
 
   before do
     Project.stub(find: project)
@@ -13,5 +13,5 @@ describe Gitlab::Shell do
   it { should respond_to :add_repository }
   it { should respond_to :remove_repository }
 
-  it { gitolite.url_to_repo('diaspora').should == Gitlab.config.gitolite.ssh_path_prefix + "diaspora.git" }
+  it { gitlab_shell.url_to_repo('diaspora').should == Gitlab.config.gitlab_shell.ssh_path_prefix + "diaspora.git" }
 end
diff --git a/spec/models/project_spec.rb b/spec/models/project_spec.rb
index 3dccb482375c9d4d230a1ddd85e04da4931b11ea..4b620a2fa3efddcbfdfbffacabac798923cf1062 100644
--- a/spec/models/project_spec.rb
+++ b/spec/models/project_spec.rb
@@ -66,11 +66,6 @@ describe Project do
       project.should_not be_valid
       project.errors[:base].first.should match(/Your own projects limit is 1/)
     end
-
-    it "should not allow 'gitolite-admin' as repo name" do
-      should allow_value("blah").for(:path)
-      should_not allow_value("gitolite-admin").for(:path)
-    end
   end
 
   describe "Respond to" do
@@ -91,7 +86,7 @@ describe Project do
 
   it "should return valid url to repo" do
     project = Project.new(path: "somewhere")
-    project.url_to_repo.should == Gitlab.config.gitolite.ssh_path_prefix + "somewhere.git"
+    project.url_to_repo.should == Gitlab.config.gitlab_shell.ssh_path_prefix + "somewhere.git"
   end
 
   it "returns the full web URL for this repo" do
diff --git a/spec/observers/key_observer_spec.rb b/spec/observers/key_observer_spec.rb
index 0a886a57afdd79b030a3ee8be98bd161a2c4ba55..e1412f52e83fe01183866e8b9e90327e9682a5ec 100644
--- a/spec/observers/key_observer_spec.rb
+++ b/spec/observers/key_observer_spec.rb
@@ -14,14 +14,14 @@ describe KeyObserver do
 
   context :after_save do
     it do
-      GitoliteWorker.should_receive(:perform_async).with(:add_key, @key.shell_id, @key.key)
+      GitlabShellWorker.should_receive(:perform_async).with(:add_key, @key.shell_id, @key.key)
       @observer.after_save(@key)
     end
   end
 
   context :after_destroy do
     it do
-      GitoliteWorker.should_receive(:perform_async).with(:remove_key, @key.shell_id, @key.key)
+      GitlabShellWorker.should_receive(:perform_async).with(:remove_key, @key.shell_id, @key.key)
       @observer.after_destroy(@key)
     end
   end
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index bb314e60eb7d47c5e822a721ce7e396905af2dda..77497991f993dff1467b037a6316f2307e242f44 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -35,7 +35,7 @@ RSpec.configure do |config|
   config.before do
     # Use tmp dir for FS manipulations
     temp_repos_path = Rails.root.join('tmp', 'test-git-base-path')
-    Gitlab.config.gitolite.stub(repos_path: temp_repos_path)
+    Gitlab.config.gitlab_shell.stub(repos_path: temp_repos_path)
     FileUtils.rm_rf temp_repos_path
     FileUtils.mkdir_p temp_repos_path
   end
diff --git a/spec/workers/post_receive_spec.rb b/spec/workers/post_receive_spec.rb
index f1a69b1b2e4c7ac5999c620fedb695f6c0090ce3..d38cd59efa76e94599bb2af576839666d6c2dfff 100644
--- a/spec/workers/post_receive_spec.rb
+++ b/spec/workers/post_receive_spec.rb
@@ -39,6 +39,6 @@ describe PostReceive do
   end
 
   def pwd(project)
-    File.join(Gitlab.config.gitolite.repos_path, project.path_with_namespace)
+    File.join(Gitlab.config.gitlab_shell.repos_path, project.path_with_namespace)
   end
 end