summaryrefslogtreecommitdiffstats
path: root/app/views/issues
Commit message (Expand)AuthorAgeFilesLines
* Adds an option for displaying the issue description on the issue list (#3447).Jean-Philippe Lang2012-12-062-4/+15
* 'None' grouped issue list section should be translated (#12358).Jean-Philippe Lang2012-11-171-1/+1
* Issue "Update" link broken focus (#12356).Jean-Philippe Lang2012-11-171-1/+1
* Wrap issue description and its contextual menu in a div (#12211).Jean-Philippe Lang2012-10-271-0/+2
* Adds a helper for displaying a link to add a subtask (#12113).Jean-Philippe Lang2012-10-171-1/+1
* Adds a setting to allow subtasks to belong to other projects (#5487).Jean-Philippe Lang2012-10-101-1/+1
* Restyles the issue counts.Jean-Philippe Lang2012-10-071-1/+1
* Private issue notes (#1554).Jean-Philippe Lang2012-10-033-5/+12
* Don't display the dropdown if no transition is allowed.Jean-Philippe Lang2012-09-271-1/+1
* code layout cleanup app/views/issues/_list.html.erbToshi MARUYAMA2012-09-251-11/+16
* fix deprecation warning of the format in the template nameToshi MARUYAMA2012-09-181-1/+1
* do not show estimated time if it is nil on issue pageToshi MARUYAMA2012-09-111-1/+3
* Option to copy subtasks when copying issue(s) (#6965).Jean-Philippe Lang2012-09-082-0/+13
* Code cleanup.Jean-Philippe Lang2012-08-091-1/+1
* html5 compliance.Jean-Philippe Lang2012-07-291-1/+1
* html5 compliance.Jean-Philippe Lang2012-07-291-1/+1
* html5 compliance.Jean-Philippe Lang2012-07-291-1/+2
* Moved syntax highlight styles to application.css.Jean-Philippe Lang2012-07-282-2/+0
* JQuery in, Prototype/Scriptaculous out (#11445).Jean-Philippe Lang2012-07-2210-33/+23
* Removes RJS from IssuesController.Jean-Philippe Lang2012-07-191-0/+9
* Removes calls to link_to_remote.Jean-Philippe Lang2012-07-182-7/+9
* Adds a helper for preview links.Jean-Philippe Lang2012-07-182-14/+2
* Removes calls to link_to_remote.Jean-Philippe Lang2012-07-181-8/+12
* Removes a call to link_to_remote.Jean-Philippe Lang2012-07-181-7/+6
* Workflow enhancement: editable and required fields configurable by role, trac...Jean-Philippe Lang2012-07-153-12/+15
* Fixed that link to the assignee is escaped twice on the issue view (#11352).Jean-Philippe Lang2012-07-091-1/+1
* Deprecated :confirm => 'Text' option.Jean-Philippe Lang2012-07-073-4/+3
* Displays thumbnails of attached images of the issue view (#1006).Jean-Philippe Lang2012-07-071-1/+1
* Fixed: escaped link in conflict resolution form (#11341).Jean-Philippe Lang2012-07-071-1/+1
* Ability to disable standard fields on a per tracker basis (#1091).Jean-Philippe Lang2012-07-053-30/+54
* Rails 3.2.5 compatibility.Jean-Philippe Lang2012-06-031-2/+2
* Use a modal form to create a category from the issue form.Jean-Philippe Lang2012-05-241-6/+4
* view: remote_form_for: equals sign mandatory to print blocks and replace to f...Toshi MARUYAMA2012-04-291-2/+4
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-2510-15/+15
* Fixed MissingFeatureException: let user choose to copy attachments or not whe...Jean-Philippe Lang2012-04-141-0/+7
* replace tabs to spaces and fix indents at app/views/issues/new.html.erbToshi MARUYAMA2012-03-281-8/+8
* Ability to add non-member watchers on issue creation (#5159).Jean-Philippe Lang2012-03-241-4/+9
* Fix missing cells at app/views/issues/show.html.erbToshi MARUYAMA2012-03-241-0/+3
* Fix duplicated 'back_url' IDsToshi MARUYAMA2012-03-241-1/+1
* Fixed that the bulk edit/copy form does not propose versions and categories f...Jean-Philippe Lang2012-03-011-7/+2
* Use content_tag for "no change" options.Jean-Philippe Lang2012-02-251-4/+4
* Missing argument to new_project_query_path named route (#10254).Jean-Philippe Lang2012-02-161-1/+1
* Better handling of attachments when issue validation fails (#10253).Jean-Philippe Lang2012-02-162-2/+2
* replace tabs to spaces app/views/issues/show.html.erbToshi MARUYAMA2012-02-161-3/+3
* replace tabs to spaces app/views/issues/new.html.erbToshi MARUYAMA2012-02-161-7/+7
* route: split issue preview route to adding and editingToshi MARUYAMA2012-02-152-2/+2
* Adds confirmation message to relation delete link (#8413).Jean-Philippe Lang2012-02-151-1/+2
* Removed "clear:both" divs that break the issue form with long sidebar content.Jean-Philippe Lang2012-02-122-2/+4
* Displays the full form when creating a version from the issue form so that re...Jean-Philippe Lang2012-02-111-6/+4
* replace tabs to spaces at app/views/issues/_conflict.html.erbToshi MARUYAMA2012-02-051-13/+13