Mercurial > hg > soundsoftware-site
changeset 1488:423d68919ebb redmine-2.4-integration
Tidy
author | Chris Cannam |
---|---|
date | Wed, 15 Jan 2014 13:50:17 +0000 |
parents | e6d8c818a49d |
children | c86dacc2ef0a |
files | plugins/redmine_tags/lib/redmine_tags/patches/projects_controller_patch.rb |
diffstat | 1 files changed, 0 insertions(+), 30 deletions(-) [+] |
line wrap: on
line diff
--- 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