summaryrefslogtreecommitdiffstats
path: root/app/views/issues
Commit message (Expand)AuthorAgeFilesLines
* Role-based issue custom field visibility (#5037).Jean-Philippe Lang2013-07-133-4/+4
* add test of current issue start and due date datepicker (#14024)Toshi MARUYAMA2013-05-191-2/+2
* code layout clean up app/views/issues/_attributes.html.erbToshi MARUYAMA2013-05-101-2/+10
* Preserve field values on bulk edit failure (#13943).Jean-Philippe Lang2013-05-041-20/+34
* Display the bulk edit form with error messages when some issues can not be sa...Jean-Philippe Lang2013-05-041-0/+16
* Restores the bottom action menu.Jean-Philippe Lang2013-05-011-0/+1
* git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11752 e93f8b46-1217...Jean-Philippe Lang2013-05-011-1/+0
* replace tabs to spaces and code cleanup at app/views/issues/bulk_edit.html.erbToshi MARUYAMA2013-03-151-12/+12
* Always instanciate a relation.Jean-Philippe Lang2013-03-121-1/+1
* Use li tags for issue links in the sidebar (#13242).Jean-Philippe Lang2013-02-241-5/+9
* Adds an helper for rendering query columns selection.Jean-Philippe Lang2013-02-231-1/+1
* Refactor: makes issue id a regular QueryColumn.Jean-Philippe Lang2013-02-231-3/+1
* Adds closed_on to issues API responses (#824).Jean-Philippe Lang2013-02-162-0/+2
* Fixed that updating the issue form was broken by r4011 when user is not allow...Jean-Philippe Lang2013-02-161-0/+0
* Don't wrap watcher link with span.Jean-Philippe Lang2013-02-071-1/+1
* Add/remove issue watchers via the REST API (#6727).Jean-Philippe Lang2013-01-301-0/+6
* Input fields restricted on length should have maxlength parameter set (#12833).Jean-Philippe Lang2013-01-201-1/+1
* Store the other issue in a variable (#10916).Jean-Philippe Lang2013-01-051-6/+7
* Code cleanup, use named routes.Jean-Philippe Lang2012-12-231-4/+4
* Code cleanup, use named routes.Jean-Philippe Lang2012-12-221-2/+2
* Code cleanup.Jean-Philippe Lang2012-12-221-6/+5
* Code cleanup, use named routes.Jean-Philippe Lang2012-12-221-15/+17
* Code cleanup, use named routes.Jean-Philippe Lang2012-12-223-11/+7
* 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