summaryrefslogtreecommitdiffstats
path: root/app/helpers/timelog_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix malformed time log csv encoding in case of unable to convert (#8549)Toshi MARUYAMA2011-11-161-3/+6
* remove trailing white-spaces from app/helpers/timelog_helper.rb.Toshi MARUYAMA2011-08-311-18/+18
* HTML escape at app/helpers/timelog_helper.rb.Toshi MARUYAMA2011-08-021-1/+1
* Fixes time report with JRuby (#5404).Jean-Philippe Lang2010-04-301-1/+1
* Changes misleading scopes on Enumeration.Jean-Philippe Lang2009-11-211-1/+1
* Don't reveal issue subjects if user is only allowed to view spent time (#3187).Jean-Philippe Lang2009-11-141-2/+19
* Refactoring ApplicationHelper#link_to_issue.Jean-Philippe Lang2009-11-141-1/+1
* Use FasterCSV or ruby1.9 CSV instead of ruby1.8 builtin CSV.Jean-Philippe Lang2009-11-041-6/+2
* Changed the Timelogs to use both the Systemwide and Project specific TimeEntr...Eric Davis2009-10-211-3/+9
* Added an active field track if an Enumeration is active on the frontend view.Eric Davis2009-10-211-4/+11
* Changed Enumerations to use a Single Table InheritanceEric Davis2009-05-301-1/+1
* Show timelog reports for non-versioned issues (#3051).Jean-Philippe Lang2009-03-301-1/+5
* Replaces Enumeration.get_values and Enumeration.default with named scopes.Jean-Philippe Lang2009-02-151-1/+1
* Fixed: Details time log report CSV export doesn't honour date format from set...Jean-Philippe Lang2009-01-241-1/+3
* Adds cross-project time reports support (#994).Jean-Philippe Lang2008-08-311-0/+8
* Adds custom fields to the time entries csv export.Jean-Philippe Lang2008-07-221-0/+6