summaryrefslogtreecommitdiffstats
path: root/app/helpers/issues_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-3/+3
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Store relation type instead of i18n key in journals (#15704).Jean-Philippe Lang2013-12-151-1/+2
* Fixed that links for relations in notifications do not include hostname (#156...Jean-Philippe Lang2013-12-151-2/+2
* Merged custom fields format refactoring.Jean-Philippe Lang2013-12-141-4/+5
* Avoid lots of CustomField.find_by_id calls when displaying an issue history w...Jean-Philippe Lang2013-10-131-8/+8
* Fixed that standard fields disabled still appear in email notifications (#145...Jean-Philippe Lang2013-08-051-0/+22
* Role-based issue custom field visibility (#5037).Jean-Philippe Lang2013-07-131-4/+5
* Role based custom queries (#1019).Jean-Philippe Lang2013-07-111-2/+2
* Prepends issue numbers with a number sign (#1005).Jean-Philippe Lang2013-06-061-2/+2
* Fixed that journal details about issue relations may disclose issues that are...Jean-Philippe Lang2013-06-061-2/+2
* remove "del" tag from deleted issue relation (#1005)Toshi MARUYAMA2013-05-191-1/+3
* add journal after creating/deleting issue relation (#1005)Toshi MARUYAMA2013-05-191-1/+12
* Display the bulk edit form with error messages when some issues can not be sa...Jean-Philippe Lang2013-05-041-0/+14
* PDF: fix incompatible character encodings: UTF-8 and ASCII-8BIT (#13354)Toshi MARUYAMA2013-03-161-1/+4
* Code cleanup.Jean-Philippe Lang2013-02-241-2/+2
* Code cleanup.Jean-Philippe Lang2013-02-241-4/+4
* Code cleanup.Jean-Philippe Lang2013-02-241-4/+3
* Use ti tags for sidebar queries (#13242).Jean-Philippe Lang2013-02-241-6/+9
* Refactor: #issues_to_csv and #entries_to_csv merged into QueriesHelper#query_...Jean-Philippe Lang2013-02-231-20/+0
* Refactor: makes issue id a regular QueryColumn.Jean-Philippe Lang2013-02-231-2/+2
* Fixed that float custom fields do not use CSV decimal separator (#10364).Jean-Philippe Lang2013-02-191-21/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Don't do any query if id is not present.Jean-Philippe Lang2013-01-031-0/+3
* Adds STI to Query model. Issue queries are now IssueQuery instances.Jean-Philippe Lang2012-12-091-1/+1
* Adds an option for displaying the issue description on the issue list (#3447).Jean-Philippe Lang2012-12-061-5/+8
* Use named route (#12113).Jean-Philippe Lang2012-10-171-1/+1
* Use parent tracker as the default tracker when adding a subtask (#12113).Jean-Philippe Lang2012-10-171-1/+5
* Adds a helper for displaying a link to add a subtask (#12113).Jean-Philippe Lang2012-10-171-0/+5
* Use a local variable.Jean-Philippe Lang2012-10-171-1/+3
* Adds a setting to allow subtasks to belong to other projects (#5487).Jean-Philippe Lang2012-10-101-2/+2
* html5 compliance.Jean-Philippe Lang2012-07-291-1/+1
* Ability to disable standard fields on a per tracker basis (#1091).Jean-Philippe Lang2012-07-051-0/+42
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* CSV export breaks custom columns (#10168).Jean-Philippe Lang2012-04-091-1/+1
* Reverted r9368.Jean-Philippe Lang2012-04-081-6/+1
* Adds double quotes around issue change details in plain text notifications (#...Jean-Philippe Lang2012-04-081-1/+6
* Do not display the magnifier for added files in email notifications (#4774).Jean-Philippe Lang2012-04-061-1/+1
* add a view link to note attachment file (#4774)Toshi MARUYAMA2012-04-061-2/+9
* code layout cleanup app/helpers/issues_helper.rbToshi MARUYAMA2012-04-061-1/+2
* 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