summaryrefslogtreecommitdiffstats
path: root/app/helpers/issues_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use FasterCSV or ruby1.9 CSV instead of ruby1.8 builtin CSV.Jean-Philippe Lang2009-11-041-5/+1
* Completes r2856 (#3979).Jean-Philippe Lang2009-10-101-7/+2
* Changing l10n messages (fixes #3807)Azamat Hackimov2009-09-041-3/+3
* Fixed: custom fields are not displayed in the same order on issue form and view.Jean-Philippe Lang2009-07-291-0/+19
* Changed Enumerations to use a Single Table InheritanceEric Davis2009-05-301-2/+2
* Adds more css classes to the roadmap issues (#3214).Jean-Philippe Lang2009-04-251-10/+0
* Only retrieve query name for display.Jean-Philippe Lang2009-03-121-0/+1
* Adds 2 css classes (created-by-me and assigned-to-me) to issues created by or...Jean-Philippe Lang2009-03-071-0/+2
* Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.Jean-Philippe Lang2009-02-211-1/+1
* Adds 'closed' css class to closed issues in the issue list (#2458).Jean-Philippe Lang2009-01-071-0/+1
* Adds a css class (overdue) to overdue issues on issue lists and detail views ...Jean-Philippe Lang2008-12-161-0/+1
* Adds a helper that returns issues css classes.Jean-Philippe Lang2008-12-161-0/+6
* Merged hooks branch @ r1785 into trunk.Jean-Philippe Lang2008-09-051-1/+2
* Fixed: Estimated time in issue's journal should be rounded to two decimals (#...Jean-Philippe Lang2008-08-251-0/+3
* Appends the filename to the attachment url so that clients that ignore conten...Jean-Philippe Lang2008-07-221-2/+2
* Custom fields refactoring: most of code moved from controllers to models (usi...Jean-Philippe Lang2008-06-271-1/+1
* Adds a key in lang files (general_csv_decimal_separator) to set the decimal s...Jean-Philippe Lang2008-06-261-1/+2