summaryrefslogtreecommitdiffstats
path: root/app/views/issues
Commit message (Expand)AuthorAgeFilesLines
* 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
* replace tabs to spaces at app/views/issues/_edit.html.erbToshi MARUYAMA2012-02-051-3/+3
* Better handling of issue update conflicts (#8691).Jean-Philippe Lang2012-02-042-0/+28
* Adds support for multiselect custom fields (#1189).Jean-Philippe Lang2012-01-291-2/+2
* Allows bulk change issue private flag (#10042).Jean-Philippe Lang2012-01-231-0/+8
* Localized string for issue position in results.Jean-Philippe Lang2012-01-201-1/+1
* Adds an option of the copy form to enable/disable attachments copy (#3055).Jean-Philippe Lang2012-01-201-0/+7
* Display the position of the current issue in the query results.Jean-Philippe Lang2012-01-161-0/+3
* Adds support for multiple repositories per project (#779).Jean-Philippe Lang2012-01-151-1/+1
* Fixed: Routing error when deleting an issue with spent time.Jean-Philippe Lang2012-01-101-1/+1
* code layout clean up app/views/issues/_relations.html.erbToshi MARUYAMA2012-01-101-3/+6
* code layout clean up app/views/issues/show.html.erbToshi MARUYAMA2012-01-101-1/+4
* Do not generate duplicate ids.Jean-Philippe Lang2012-01-081-1/+1
* Removed invalid div.Jean-Philippe Lang2012-01-081-1/+1
* Do not generate duplicate ids.Jean-Philippe Lang2012-01-081-1/+1
* Check project assignment on issue copy/move.Jean-Philippe Lang2012-01-081-1/+1
* Use the regular issue form to copy a single issue.Jean-Philippe Lang2012-01-083-3/+5
* Copy issues via bulk update action.Jean-Philippe Lang2012-01-072-3/+7
* Allows project to be changed from the bulk edit form.Jean-Philippe Lang2012-01-071-2/+19
* Render projects as a tree in the project select field.Jean-Philippe Lang2012-01-071-1/+1
* Removed the "Move" button for single issue since it can be moved from the reg...Jean-Philippe Lang2012-01-071-1/+0
* Allows project to be changed from the regular issue update action (#4769, #98...Jean-Philippe Lang2012-01-073-9/+18
* Use #context_menu helper.Jean-Philippe Lang2012-01-061-5/+2
* code layout clean up app/views/issues/index.html.erbToshi MARUYAMA2012-01-051-6/+21
* Rails3: view: change html special characters to hexadecimal utf-8 strings at ...Toshi MARUYAMA2012-01-041-2/+4
* use i18n label for previous and next issue (#2850)Toshi MARUYAMA2012-01-041-2/+6
* Adds previous/next links to issue (#2850).Jean-Philippe Lang2012-01-031-1/+8
* Rails3: view: html_safe for issues/bulk_edit.html.erbToshi MARUYAMA2012-01-011-2/+7
* Rails3: view: html_safe for issues/destroy.html.erbToshi MARUYAMA2011-12-221-1/+1
* html_safe for Rails3Jean-Philippe Lang2011-12-171-1/+1
* Display issue form fields according to permissions.Jean-Philippe Lang2011-12-154-21/+33
* Code cleanup.Jean-Philippe Lang2011-12-133-3/+3