Class: TimelogController (<Toplevel Module>)

Overview
Module Structure
Class Hierarchy
Instance Methods
TimelogController#index
TimelogController#report
TimelogController#show
TimelogController#new
TimelogController#create
TimelogController#edit
TimelogController#update
TimelogController#bulk_edit
TimelogController#bulk_update
TimelogController#destroy
TimelogController#find_time_entry
TimelogController#find_time_entries
TimelogController#set_flash_from_bulk_time_entry_save / 2
TimelogController#find_project
TimelogController#find_optional_project
TimelogController#retrieve_date_range
TimelogController#parse_params_for_bulk_time_entry_attributes / 1
is a submodule of
module: <Toplevel Module>   
includes
  CustomFieldsHelper   
  SortHelper   
  TimelogHelper   
inherits from
  ApplicationController   
has properties
method: index   
method: report   
method: show   
method: new   
method: create   
method: edit   
method: update   
method: bulk_edit   
method: bulk_update   
method: destroy   
method: find_time_entry   
method: find_time_entries   
method: set_flash_from_bulk_time_entry_save / 2   
method: find_project   
method: find_optional_project   
method: retrieve_date_range   
method: parse_params_for_bulk_time_entry_attributes / 1   
is defined at
#18 in app/controllers/timelog_controller.rb  

Overview

Module Structure

  module: <Toplevel Module>
class: ApplicationController     
class: TimelogController     
module: CustomFieldsHelper     
module: SortHelper     
module: TimelogHelper     

Class Hierarchy

Object ( Builtin-Module )
Base ( ActionController )
ApplicationController
includes
  I18n ( Redmine )
  MenuController ( Redmine::MenuManager )
  Controller ( Redmine::Search )
has properties
method: handle_unverified_request   
method: delete_broken_cookies   
method: params_filter   
method: utf8nize! / 1   
method: user_setup   
method: find_current_user   
method: logged_user= / 1   
method: check_if_login_required   
method: set_localization   
method: require_login   
method: require_admin   
method: deny_access   
method: authorize / 3   
method: authorize_global / 3   
method: find_project   
method: find_project_by_project_id   
method: find_optional_project   
method: find_project_from_association   
method: find_model_object   
class method: model_object / 1   
method: find_issues   
method: check_project_privacy   
method: back_url   
method: redirect_back_or_default / 1   
method: render_403 / 1   
method: render_404 / 1   
method: render_error / 1   
method: require_admin_or_api_request   
method: use_layout   
method: invalid_authenticity_token   
method: render_feed / 2   
class method: accept_rss_auth / 1   
method: accept_rss_auth? / 1   
class method: accept_api_auth / 1   
method: accept_api_auth? / 1   
method: per_page_option   
method: api_offset_and_limit / 1   
method: parse_qvalues / 1   
method: filename_for_content_disposition / 1   
method: api_request?   
method: api_key_from_request   
method: render_attachment_warning_if_needed / 1   
method: set_flash_from_bulk_issue_save / 2   
method: query_statement_invalid / 1   
method: render_validation_errors / 1   
method: default_template / 1   
method: pick_layout / 1   
TimelogController
includes
  CustomFieldsHelper   
  SortHelper   
  TimelogHelper   
has properties
method: index   
method: report   
method: show   
method: new   
method: create   
method: edit   
method: update   
method: bulk_edit   
method: bulk_update   
method: destroy   
method: find_time_entry   
method: find_time_entries   
method: set_flash_from_bulk_time_entry_save / 2   
method: find_project   
method: find_optional_project   
method: retrieve_date_range   
method: parse_params_for_bulk_time_entry_attributes / 1   

Instance Methods

TimelogController#index

#39 in app/controllers/timelog_controller.rb

index

TimelogController#report

#101 in app/controllers/timelog_controller.rb

report

TimelogController#show

#111 in app/controllers/timelog_controller.rb

show

TimelogController#new

#119 in app/controllers/timelog_controller.rb

new

TimelogController#create

#124 in app/controllers/timelog_controller.rb

create

TimelogController#edit

#154 in app/controllers/timelog_controller.rb

edit

TimelogController#update

#158 in app/controllers/timelog_controller.rb

update

TimelogController#bulk_edit

#179 in app/controllers/timelog_controller.rb

bulk_edit

TimelogController#bulk_update

#184 in app/controllers/timelog_controller.rb

bulk_update

TimelogController#destroy

#201 in app/controllers/timelog_controller.rb

destroy

TimelogController#find_time_entry

#230 in app/controllers/timelog_controller.rb

find_time_entry

TimelogController#find_time_entries

#241 in app/controllers/timelog_controller.rb

find_time_entries

TimelogController#set_flash_from_bulk_time_entry_save / 2

#250 in app/controllers/timelog_controller.rb

set_flash_from_bulk_time_entry_save ( time_entries ,
  unsaved_time_entry_ids )

TimelogController#find_project

#261 in app/controllers/timelog_controller.rb

find_project

TimelogController#find_optional_project

#277 in app/controllers/timelog_controller.rb

find_optional_project

TimelogController#retrieve_date_range

#287 in app/controllers/timelog_controller.rb

retrieve_date_range

TimelogController#parse_params_for_bulk_time_entry_attributes / 1

#330 in app/controllers/timelog_controller.rb

parse_params_for_bulk_time_entry_attributes ( params )