summaryrefslogtreecommitdiffstats
path: root/app/controllers/reports_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* CSV export of issues report (#37362).Go MAEDA2022-07-211-0/+9
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Issue Summary: add statistics about issues without assignee, version or categ...Go MAEDA2021-12-121-6/+6
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* Trackers of subprojects are not displayed in the Issue summary page (#34185).Go MAEDA2020-11-161-3/+3
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Enable frozen_string_literal for some files under app and lib directory (#265...Go MAEDA2019-03-161-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Use sorted instead of sort (#29406).Go MAEDA2018-12-021-6/+6
* Extend Issue Summary to include subprojects (#2529).Go MAEDA2018-10-031-13/+14
* Issues reports should show only statuses used by the project (#27772).Go MAEDA2017-12-191-1/+1
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Removes calls to #assert_template and #assigns in functional tests.Jean-Philippe Lang2016-07-191-8/+2
* Use .before_action instead of .before_filter.Jean-Philippe Lang2016-07-141-1/+1
* Limits the tracker list in filters and issue counts (#285).Jean-Philippe Lang2016-06-181-2/+2
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-1/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-021-1/+1
* Reversed order of priorities on the issue summary page (#11205).Jean-Philippe Lang2012-06-201-2/+2
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* remove trailing white-spaces from app/controllers/reports_controller.rb.Toshi MARUYAMA2011-08-301-3/+3
* Ability to assign issues to groups (#2964).Jean-Philippe Lang2011-07-231-6/+6
* Fixed: private subprojects names may be revealed on issue summary report (#53...Jean-Philippe Lang2010-04-271-2/+2
* Refactored IssueStatus finder to a before_filterEric Davis2010-02-111-5/+6
* Refactor: inline the utility methods in ReportsController.Eric Davis2010-02-101-43/+16
* Extracted the rendering from each case statement in issue_reports_detailsEric Davis2010-02-091-9/+7
* Separated ReportsController#issue_report into two separate actions.Eric Davis2010-02-081-18/+24
* Refactor: Pull up several #find_project methods to ApplicationControllerEric Davis2010-02-051-7/+0
* Refactor: Moved the raw SQL finders from ReportsController to Issue.Eric Davis2010-02-031-83/+7
* Fixed: Issue Summary tables that list by user are not sorted (#4552).Jean-Philippe Lang2010-01-171-4/+4
* Display shared versions on the issue summary view (#4425).Jean-Philippe Lang2009-12-181-2/+2
* Changed Enumerations to use a Single Table InheritanceEric Davis2009-05-301-3/+3
* Removes unused code.Jean-Philippe Lang2009-03-011-36/+0
* Replaces Enumeration.get_values and Enumeration.default with named scopes.Jean-Philippe Lang2009-02-151-2/+2
* Merged nested projects branch. Removes limit on subproject nesting (#594).Jean-Philippe Lang2009-01-241-4/+4
* Moves @layout 'base'@ to ApplicationController.Jean-Philippe Lang2008-08-101-1/+0
* Highlight the current item of the main menu.Jean-Philippe Lang2008-01-191-0/+1
* Added details by assignees on issue summary view (Hans Yoon).Jean-Philippe Lang2008-01-101-1/+24
* Added per-project tracker selection. Trackers can be selected on project sett...Jean-Philippe Lang2007-11-201-2/+2
* Application layout refactored.Jean-Philippe Lang2007-09-221-1/+1
* Added per user custom queries.Jean-Philippe Lang2007-06-231-1/+0
* Added the ability to archive projects:Jean-Philippe Lang2007-05-271-4/+4
* Added issue count details for versions on Reports view.Jean-Philippe Lang2007-05-261-1/+24
* Added subprojects issue count on project "Reports" pageJean-Philippe Lang2007-04-031-0/+23
* Simple time tracking functionality added. Time can be logged at issue or proj...Jean-Philippe Lang2007-03-231-0/+1
* fixed #9308 table_name pre/suffix supportJean-Philippe Lang2007-03-151-4/+4