Copied over 0.14.2 ./public contents

This commit is contained in:
Alexey Verkhovsky 2005-11-02 07:34:11 +00:00
parent 26a5338764
commit 7f8d3adfb5
14 changed files with 4408 additions and 2672 deletions

View file

@ -5,8 +5,6 @@ class ApplicationController < ActionController::Base
before_filter :connect_to_model, :setup_url_generator, :set_content_type_header, :set_robots_metatag
after_filter :remember_location, :teardown_url_generator
observer :page_observer
# For injecting a different wiki model implementation. Intended for use in tests
def self.wiki=(the_wiki)
# a global variable is used here because Rails reloads controller and model classes in the