summaryrefslogtreecommitdiffstats
path: root/app/helpers/issues_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Replace tabs with spaces and remove trailing tabs in several files (#20140).Jean-Philippe Lang2015-06-211-1/+1
* Display time spent on the issue and the total time spent like estimated hours...Jean-Philippe Lang2015-05-251-4/+20
* Don't store total estimated hours on parent issues (#16092).Jean-Philippe Lang2015-05-251-0/+8
* Preload issue associations.Jean-Philippe Lang2015-05-091-1/+1
* Include custom fields description in project settings and issue view (#19296).Jean-Philippe Lang2015-03-211-1/+1
* Fixed rendering of multivalued custom fields in the issue history (#19225).Jean-Philippe Lang2015-03-081-9/+13
* Fixed Stack level too deep error when calling #find_name_by_reflection for mi...Jean-Philippe Lang2015-02-141-3/+3
* Implements /issues/new form for creating issues outside a project (#1003).Jean-Philippe Lang2015-02-141-2/+7
* Removed IssuesController#update_form action, use #new and #edit instead.Jean-Philippe Lang2015-02-131-0/+10
* Moved users list diplayed as available watchers on the new issue form to an h...Jean-Philippe Lang2015-02-131-0/+10
* Adds a specific string for blank values (#18918).Jean-Philippe Lang2015-02-081-1/+1
* Extract grouping logic to an helper.Jean-Philippe Lang2015-02-071-0/+18
* Show long text custom field changes as a diff (#15236).Jean-Philippe Lang2015-01-311-4/+13
* Adds support for macro and Redmine links in PDF export (#13051).Jean-Philippe Lang2015-01-251-0/+1
* Use .klass instead of .class_name.constantize.Jean-Philippe Lang2015-01-241-1/+1
* Memorize journal details value name to display.Jean-Philippe Lang2015-01-241-6/+10
* Use journalized attachments to prevent a query when displaying added file.Jean-Philippe Lang2015-01-241-1/+2
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* The descendant count in the issues delete confirmation message is wrong if is...Jean-Philippe Lang2014-12-301-10/+10
* Do not truncate subissue/related issues titles on the issue view (#18659).Jean-Philippe Lang2014-12-241-1/+1
* 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