# HG changeset patch # User Chris Cannam # Date 1389793817 0 # Node ID 423d68919ebb22e4c62b10a128c1d2c0a80957dd # Parent e6d8c818a49daa37cb74472fb91bdf165bcd3514 Tidy diff -r e6d8c818a49d -r 423d68919ebb plugins/redmine_tags/lib/redmine_tags/patches/projects_controller_patch.rb --- a/plugins/redmine_tags/lib/redmine_tags/patches/projects_controller_patch.rb Wed Jan 15 13:50:04 2014 +0000 +++ b/plugins/redmine_tags/lib/redmine_tags/patches/projects_controller_patch.rb Wed Jan 15 13:50:17 2014 +0000 @@ -31,36 +31,6 @@ @offset ||= @project_pages.current.offset end - # def set_fieldset_status -# - # # luisf. test for missing parameters……… - # field = params[:field_id] - # status = params[:status] -# - # session[(field + "_status").to_sym] = status - # render :nothing => true - # end - - # gets the status of the collabsible fieldsets - # def get_fieldset_statuses - # if session[:my_projects_fieldset_status].nil? - # @myproj_status = "true" - # else - # @myproj_status = session[:my_projects_fieldset_status] - # end -# - # if session[:filters_fieldset_status].nil? - # @filter_status = "false" - # else - # @filter_status = session[:filters_fieldset_status] - # end -# - # if params && params[:project] && !params[:project][:tag_list].# nil? - # @filter_status = "true" - # end -# - # end - # Lists visible projects. Paginator is for top-level projects only # (subprojects belong to them) def filtered_index