summaryrefslogtreecommitdiffstats
path: root/lib/redmine/helpers/time_report.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces from lib (#31506).Go MAEDA2019-06-061-3/+3
* 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
* Only allow the use of visible custom fields in time entry reports (#29162).Go MAEDA2018-07-121-4/+4
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Get rid of sort_helper when using queries.Jean-Philippe Lang2017-03-131-0/+1
* Adds issue tracker and status columns and filters on spent time list (#23401).Jean-Philippe Lang2016-08-201-1/+1
* Fully qualify the Version class in Redmine::Helpers::TimeReport (#23269).Jean-Philippe Lang2016-07-121-1/+1
* Replace Date.today with User.current.today (#22320).Jean-Philippe Lang2016-05-071-2/+2
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Exclude custom fields with multiple values from time report criteria (#16519).Jean-Philippe Lang2014-04-061-1/+1
* Rails4: replace deprecated Relation#sum with finder options at lib/redmine/he...Toshi MARUYAMA2014-02-141-4/+4
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Merged custom fields format refactoring.Jean-Philippe Lang2013-12-141-1/+2
* Fixed that time entries report by week breaks on edge cases (#5329).Jean-Philippe Lang2013-02-241-2/+2
* Makes project custom fields available on spent time report (#1766).Jean-Philippe Lang2013-02-241-5/+8
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Code cleanup.Jean-Philippe Lang2013-01-031-15/+4
* Use joins instead of sub-queries (#12713).Jean-Philippe Lang2013-01-031-4/+10
* Rename the Member column to User on the time entries list.Jean-Philippe Lang2012-12-091-2/+2
* Adds TimeEntryQuery for listing time entries.Jean-Philippe Lang2012-12-091-19/+8
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-021-2/+2
* Fixed that time report raises a SQL error if there are multiple CustomValue f...Jean-Philippe Lang2012-06-141-3/+3
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Adds "Status" to the time report criteria (#9985).Jean-Philippe Lang2012-01-141-0/+3
* Replace raw SQL with a .count call.Jean-Philippe Lang2011-12-051-29/+13
* Fixed time report broken by r8085.Jean-Philippe Lang2011-12-051-8/+21
* Extracted time report logic from the controller.Jean-Philippe Lang2011-12-021-0/+164