summaryrefslogtreecommitdiffstats
path: root/app/views/issues
Commit message (Expand)AuthorAgeFilesLines
* 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
* Moved fields specific to new issues to the new issue form.Jean-Philippe Lang2011-12-132-15/+14
* Fixed broken issue form update when changing tracker.Jean-Philippe Lang2011-12-121-1/+1
* Adds a hook before the new issue form.Jean-Philippe Lang2011-12-121-0/+2
* Changed IssuesController#destroy to DELETE only.Jean-Philippe Lang2011-12-101-1/+1
* Custom fields display on bulk edit form.Jean-Philippe Lang2011-12-101-1/+1
* Removed TabularFormBuilder references in views.Jean-Philippe Lang2011-12-092-2/+2
* replace tabs to spaces at app/views/issues/_form.html.erbToshi MARUYAMA2011-12-081-4/+4
* Removed the "more" link to edit additional properties of an issue (#7603).Jean-Philippe Lang2011-12-062-9/+11
* Issue forms cleanup.Jean-Philippe Lang2011-12-062-9/+4
* Parameter changed to issue_category in r7882 (#9724).Jean-Philippe Lang2011-12-051-1/+1
* Makes spent time column available on the issue list (#971).Jean-Philippe Lang2011-12-041-1/+1
* CSS class for modal box buttons.Jean-Philippe Lang2011-11-261-1/+1
* Fixed: log time form not displayed on issue edit with :log_time permission on...Jean-Philippe Lang2011-11-251-1/+1
* Resourcified issue categories (#9553).Jean-Philippe Lang2011-11-201-1/+1
* Adds a dialog box for CSV export options (#4742).Jean-Philippe Lang2011-11-201-1/+18
* Removed useless return false; statement.Jean-Philippe Lang2011-11-201-1/+1
* [#9489] linked labels to their elementsToshi MARUYAMA2011-10-292-12/+12
* Make queries resources fully conform to common behavior (removed additonal ro...Etienne Massip2011-10-261-3/+3