summaryrefslogtreecommitdiffstats
path: root/app/views/issues
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Refactor : convert queries to REST resources (also fixes #9108).Etienne Massip2011-10-241-3/+3
* Remove unecessary page title HTML escaping from views (#9252).Etienne Massip2011-10-022-2/+2
* replace tabs to spaces at app/views/issues/_sidebar.html.erbToshi MARUYAMA2011-09-181-2/+2
* replace tabs to spaces at app/views/issues/new.html.erbToshi MARUYAMA2011-09-181-1/+1
* replace tabs to spaces at app/views/issues/index.api.rsbToshi MARUYAMA2011-09-171-4/+4
* replace tabs to spaces at app/views/issues/_form.html.erbToshi MARUYAMA2011-09-171-1/+1
* replace tabs to spaces at app/views/issues/_form_custom_fields.html.erbToshi MARUYAMA2011-09-171-1/+1
* replace tabs to spaces at app/views/issues/_history.html.erbToshi MARUYAMA2011-09-171-1/+1
* replace tabs to spaces at app/views/issues/bulk_edit.html.erbToshi MARUYAMA2011-09-171-21/+21
* replace tabs to spaces at app/views/issues/index.html.erbToshi MARUYAMA2011-09-171-25/+25
* remove trailing white-spaces from app/views/issues/_attributes.html.erbToshi MARUYAMA2011-09-171-4/+4
* remove trailing white-spaces from app/views/issues/bulk_edit.html.erbToshi MARUYAMA2011-09-171-6/+6
* remove trailing white-spaces from app/views/issues/_history.html.erbToshi MARUYAMA2011-09-171-1/+1
* remove trailing white-spaces from app/views/issues/index.api.rsbToshi MARUYAMA2011-09-161-4/+4