summaryrefslogtreecommitdiffstats
path: root/app/views/issues
Commit message (Expand)AuthorAgeFilesLines
* Rails4: replace ActionView::Helpers::TextHelper#truncate by String#truncate a...Toshi MARUYAMA2014-02-061-1/+1
* code format clean up app/views/issues/_list_simple.html.erbToshi MARUYAMA2014-02-051-2/+2
* remove unneeded h() from app/views/issues/_list_simple.html.erbToshi MARUYAMA2014-02-051-2/+2
* Focus first text field automatically (#13134).Jean-Philippe Lang2014-01-191-2/+0
* Show warning when exported issues exceed the limit (#13770).Jean-Philippe Lang2014-01-121-2/+7
* Wrap filters, options and buttons with extra div (#15362).Jean-Philippe Lang2014-01-111-3/+4
* Merged custom fields format refactoring.Jean-Philippe Lang2013-12-141-1/+1
* Fixed that the label element may contain at most one input.Jean-Philippe Lang2013-11-271-1/+1
* Use :button_edit instead of :button_update for editing issues (#15275).Jean-Philippe Lang2013-11-162-2/+2
* Custom fields in issue form - splitting is incorrect (#15227).Jean-Philippe Lang2013-11-091-2/+3
* Allows user to clear dates and text fields when bulk editing issues (#2199).Jean-Philippe Lang2013-09-301-0/+18
* AJAX call on the issue form resets data entered during the call (#14621).Jean-Philippe Lang2013-09-291-1/+1
* Adds missing html titles (#14517).Jean-Philippe Lang2013-07-281-1/+1
* 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