summaryrefslogtreecommitdiffstats
path: root/app/helpers/issues_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Wrong CSS classes in subtasks tree (#23391).Jean-Philippe Lang2016-08-201-1/+1
* Make time entries groupable (#16843).Jean-Philippe Lang2016-07-131-21/+6
* Remove special behaviour for listing issue time entries, use a filter for that.Jean-Philippe Lang2016-07-121-2/+4
* Moves sidebar queries rendering to QueriesHelper (#14790).Jean-Philippe Lang2016-07-121-34/+0
* Don't generate urls with params.Jean-Philippe Lang2016-07-101-1/+1
* Add missing links to images in issue history (#22058).Jean-Philippe Lang2016-06-181-1/+2
* Preload assignee.Jean-Philippe Lang2016-06-121-1/+1
* Adds Issue#allowed_target_trackers (#7839).Jean-Philippe Lang2016-05-301-0/+10
* Do not propose trackers which disallow parent_issue_id for new child issues (...Jean-Philippe Lang2016-04-241-1/+1
* Improve accessibility for icon-only links by adding hidden text (#21805).Jean-Philippe Lang2016-03-201-2/+3
* Add status, assigned_to and done_ratio classes to issue subtasks (#21776).Jean-Philippe Lang2016-03-151-3/+3
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Adds units in history for estimated time (#12456).Jean-Philippe Lang2016-01-311-2/+2
* Fixed that % done field is shown on issue show subtree even if deactivated fo...Jean-Philippe Lang2016-01-211-1/+1
* Use regular edit/update actions and named routes for JournalsController.Jean-Philippe Lang2016-01-211-2/+1
* Replace uses of image_tag() with CSS (#21256).Jean-Philippe Lang2016-01-201-5/+4
* Adding issue css classes to issue subtasks and relations tr (#21474).Jean-Philippe Lang2016-01-161-1/+1
* Improved responsiveness for versions and roadmap (#19097).Jean-Philippe Lang2015-11-081-1/+1
* Render issue attributes using divs instead of a table for responsiveness (#19...Jean-Philippe Lang2015-11-081-9/+9
* Use #issue_fields_rows to render custom fields values.Jean-Philippe Lang2015-11-081-15/+7
* Un-inline conditions.Jean-Philippe Lang2015-10-251-8/+11
* Display totals for each group on grouped queries (#1561).Jean-Philippe Lang2015-10-091-1/+6
* 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