summaryrefslogtreecommitdiffstats
path: root/app/helpers/timelog_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r22746 from trunk to 5.1-stable (#40043).Marius Balteanu2024-02-271-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Add default spent time activity per role (#29286).Go MAEDA2022-08-091-0/+8
* Make the only enabled activity in a project the default one for time entry (#...Go MAEDA2022-07-171-5/+1
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* shorten long line of TimelogHelperToshi MARUYAMA2020-12-101-6/+14
* add empty line after guard clause to TimelogHelperToshi MARUYAMA2020-11-031-0/+1
* remove spaces inside {} of TimelogHelperToshi MARUYAMA2020-09-211-3/+3
* Fix time entry user is shown twice in the User drop-down (#33341).Go MAEDA2020-04-271-1/+1
* Editing a time entry for a locked user changes the user to the current user (...Jean-Philippe Lang2020-04-051-0/+1
* Fix missing subject and tracker name in CSV export of time (#33052).Go MAEDA2020-03-041-1/+9
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Fix that selected user on timelog#edit is incorrect (#32959).Go MAEDA2020-02-091-1/+1
* Fix that spent time report CSV shows translation missing text if custom field...Go MAEDA2019-12-061-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
* Remove unnecessary encoding magic comment (#31034).Go MAEDA2019-03-161-2/+0
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Adds a permission to log time for another user (#3848).Jean-Philippe Lang2018-12-161-0/+5
* Removes render_ prefix from cancel_button_tag methods (#8888).Jean-Philippe Lang2018-09-261-2/+2
* Add cancel button to new/edit log time page (#8888).Jean-Philippe Lang2018-09-261-0/+6
* Add links to Users, Projects and Versions in timelog report (#29042).Go MAEDA2018-06-181-7/+3
* Allow switching the encoding to UTF-8 when exporting to CSV (#26279).Go MAEDA2018-05-071-1/+1
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Remove special behaviour for listing issue time entries, use a filter for that.Jean-Philippe Lang2016-07-121-14/+0
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Adds a class for handling CSV generation (#7037).Jean-Philippe Lang2015-06-131-15/+8
* Update activities list when changing project/issue id on the time entry form ...Jean-Philippe Lang2015-05-301-0/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Removed unused helper.Jean-Philippe Lang2014-12-121-15/+0
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-1/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Merged custom fields format refactoring.Jean-Philippe Lang2013-12-141-1/+3
* Adds label_total_time string (#13337).Jean-Philippe Lang2013-03-101-2/+2
* Refactor: #issues_to_csv and #entries_to_csv merged into QueriesHelper#query_...Jean-Philippe Lang2013-02-231-15/+0
* Makes all time entry columns available in the CSV export.Jean-Philippe Lang2013-02-191-34/+6
* replace tabs to spaces at app/helpers/timelog_helper.rbToshi MARUYAMA2013-02-161-3/+3
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-021-1/+1
* Add "last 2 weeks" preset to time entries reporting (#11862).Jean-Philippe Lang2012-10-091-0/+1
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Display of multi custom fields.Jean-Philippe Lang2012-01-291-1/+1
* Display "none" inside square brackets.Jean-Philippe Lang2012-01-141-1/+1
* Added encoding comment to helpers (#9792).Jean-Philippe Lang2011-12-141-0/+2
* Extracted time report logic from the controller.Jean-Philippe Lang2011-12-021-18/+18
* fix csv decimal separator of time entry csv (#8368)Toshi MARUYAMA2011-11-271-5/+6
* fix time entry csv last line encoding (#8549)Toshi MARUYAMA2011-11-271-1/+2
* backout r6356: HTML escape of app/helpers/timelog_helper.rbToshi MARUYAMA2011-11-271-1/+1
* fix malformed time entry report csv encoding in case of unable to convert (#8...Toshi MARUYAMA2011-11-161-7/+6