summaryrefslogtreecommitdiffstats
path: root/app/helpers/issues_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Mailer#url_for not called in views with Rails 3.1.Jean-Philippe Lang2012-02-271-7/+8
* Fixed rounding issue on spent hours column in CSV export (#10150).Jean-Philippe Lang2012-02-041-1/+1
* Display of multi custom fields.Jean-Philippe Lang2012-01-291-1/+1
* Code cleanup.Jean-Philippe Lang2012-01-291-9/+9
* Adds support for multiselect custom fields (#1189).Jean-Philippe Lang2012-01-291-0/+40
* Highlight active issue query in the sidebar.Jean-Philippe Lang2012-01-161-1/+3
* Change attachment link to download and add a view link for text attachments (...Jean-Philippe Lang2012-01-141-1/+1
* Rails3: helper: html_safe for IssuesHelper render_issue_tooltip methodToshi MARUYAMA2012-01-011-7/+7
* html_safe for Rails3Jean-Philippe Lang2011-12-171-2/+2
* Added encoding comment to helpers (#9792).Jean-Philippe Lang2011-12-141-0/+2
* Use Query.visible scope.Jean-Philippe Lang2011-12-041-8/+5
* Fixed malformed HTML.Jean-Philippe Lang2011-12-031-1/+1
* code layout clean up issues helperToshi MARUYAMA2011-12-021-2/+4
* Rails3: helper: html_safe for issues helper "show_detail" methodToshi MARUYAMA2011-12-021-5/+5
* remove unused Iconv from issues helper "issues_to_csv" method (#4742)Toshi MARUYAMA2011-11-201-1/+0
* Adds a dialog box for CSV export options (#4742).Jean-Philippe Lang2011-11-201-51/+28
* fix malformed issues csv encoding in case of unable to convert (#8549)Toshi MARUYAMA2011-11-161-3/+6
* Rails3: use String#html_safe for render_custom_fields_rows() at IssuesHelper.Toshi MARUYAMA2011-08-201-1/+1
* Rails3: use String#html_safe for render_descendants_tree() at IssuesHelper.Toshi MARUYAMA2011-08-201-1/+1
* Rails3: use String#html_safe for render_issue_subject_with_tree() at IssuesHe...Toshi MARUYAMA2011-08-201-1/+1
* Rails3: use String#html_safe for render_issue_tooltip() at IssuesHelper.Toshi MARUYAMA2011-08-201-2/+2
* HTML escape at app/helpers/app/helpers/issues_helper.rb.Toshi MARUYAMA2011-08-021-4/+4
* Use #blank? instead.Jean-Philippe Lang2011-07-291-1/+1
* remove trailing white-spaces from issues helper source.Toshi MARUYAMA2011-05-181-22/+22
* Warn about subtasks before deleting a parent issue (#6562).Jean-Philippe Lang2011-04-171-0/+18
* Private issues (#7414).Jean-Philippe Lang2011-04-151-3/+12
* Adds a helper for issue heading (#7647).Jean-Philippe Lang2011-04-121-0/+4
* Save 2 queries when displaying a root issue.Jean-Philippe Lang2011-03-281-2/+3
* Keep track of issue description changes (#746).Jean-Philippe Lang2011-02-271-3/+12
* Preserve Issues/Gantt/Calendar tab when displaying a saved query (#7605).Jean-Philippe Lang2011-02-211-1/+4
* Splits private/public issue queries in the sidebar (#1067).Jean-Philippe Lang2011-02-211-1/+17
* Adds subtasks to GET /issues/:id API (#5338).Jean-Philippe Lang2010-12-041-0/+14
* Moves a method to the appropriate helper.Jean-Philippe Lang2010-10-221-26/+0
* Document render_issue_tooltipEric Davis2010-09-201-1/+10
* Fixed the zoom, previous, and next links on the Gantt chart.Eric Davis2010-09-101-2/+2
* Rewrite the Gantt chart. #6276Eric Davis2010-09-101-1/+3
* Add Issue Status to the tooltip. #6169Eric Davis2010-08-191-0/+2
* Make the Gantt zoom images more accessibleEric Davis2010-05-261-4/+8
* Refactor: extract gantt zoom links to a helper.Eric Davis2010-05-261-0/+22
* Slight optimization in issue tree rendering.Jean-Philippe Lang2010-03-281-1/+1
* Issue list improvements for subtasking (#5196):Jean-Philippe Lang2010-03-271-6/+14
* Adds parent issue id to the issues CSV export.Jean-Philippe Lang2010-03-271-0/+2
* Fixed: Wrong label in issue-journal for subtask-changes (#5090).Jean-Philippe Lang2010-03-161-0/+5
* Slight UI changes to the subtasks tree.Jean-Philippe Lang2010-03-131-3/+3
* Adds subtasking (#443) including:Jean-Philippe Lang2010-03-131-0/+28
* Refactor: Remove duplicated case statements.Eric Davis2010-03-081-22/+6
* Refactor: Extract similar logic in IssuesHelper#show_detail to a new method.Eric Davis2010-03-081-15/+25
* Fixed: error when exporting an issue with target version to PDF (#4556).Jean-Philippe Lang2010-01-131-2/+2
* Version sharing (#465) + optional inclusion of subprojects in the roadmap vie...Jean-Philippe Lang2009-12-061-2/+2
* Refactoring ApplicationHelper#link_to_issue.Jean-Philippe Lang2009-11-141-1/+1