Class: Wiki (<Toplevel Module>)

Overview
Module Structure
Class Hierarchy
Class Methods
Wiki.find_page (2/E) / 2
Wiki.titleize / 1
Instance Methods
Wiki#visible? / 1
Wiki#sidebar
Wiki#find_or_new_page / 1
Wiki#find_page (1/2) / 2
Wiki#page_found_with_redirect?
is a submodule of
module: <Toplevel Module>   
includes
  SafeAttributes ( Redmine )
inherits from
  Base ( ActiveRecord )
has properties
method: visible? / 1   
method: sidebar   
method: find_or_new_page / 1   
method: find_page (1/2) / 2   
method: page_found_with_redirect?   
class method: find_page (2/E) / 2   
class method: titleize / 1   
is defined at
#18 in app/models/wiki.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: ActiveRecord
class: Base     
✗ class: Wiki
  module: Redmine
module: SafeAttributes     

Class Hierarchy

Object ( Builtin-Module )
Base ( ActiveRecord )
has properties
class method: find_ids / 1   
Wiki
includes
  SafeAttributes ( Redmine )
has properties
method: visible? / 1   
method: sidebar   
method: find_or_new_page / 1   
method: find_page (1/2) / 2   
method: page_found_with_redirect?   
class method: find_page (2/E) / 2   
class method: titleize / 1   

Class Methods

Wiki.find_page (2/E) / 2

#75 in app/models/wiki.rb

find_page ( title ,
  options = {} )

Wiki.titleize / 1

#90 in app/models/wiki.rb

titleize ( title )

Instance Methods

Wiki#visible? / 1

#31 in app/models/wiki.rb

visible? ( user=User.current )

Wiki#sidebar

#37 in app/models/wiki.rb

sidebar

Wiki#find_or_new_page / 1

#43 in app/models/wiki.rb

find_or_new_page ( title )

Wiki#find_page (1/2) / 2

#49 in app/models/wiki.rb

find_page ( title ,
  options = {} )

Wiki#page_found_with_redirect?

#66 in app/models/wiki.rb

page_found_with_redirect?