summaryrefslogtreecommitdiffstats
path: root/app/views/issues/_form.rhtml
Commit message (Expand)AuthorAgeFilesLines
* rename .rhtml to .html.erb of app/views/issues/_form.rhtml.Toshi MARUYAMA2011-09-011-40/+0
* Adds an id attribute to the private label on the issue form (#8894).Jean-Philippe Lang2011-07-301-1/+1
* Private issues (#7414).Jean-Philippe Lang2011-04-151-0/+5
* Moved the parent issue field above start/due date fields.Jean-Philippe Lang2011-04-111-7/+0
* Added ability to create issue directly as a subtask of another one. #5484Jean-Baptiste Barth2010-10-301-2/+2
* Add ids to some sections of the issue formEric Davis2010-10-221-2/+2
* Add view_issues_form_details_top hookEric Davis2010-09-201-0/+2
* Use the full path to the partialsEric Davis2010-09-151-1/+1
* Refactor: merge IssuesController#update_form into IssuesController#newEric Davis2010-08-201-1/+1
* Refactor: move IssuesController#auto_complete to a new controller. #4382Eric Davis2010-08-171-4/+1
* Convert the file attachment's description to a label.Eric Davis2010-05-251-1/+1
* Adds subtasking (#443) including:Jean-Philippe Lang2010-03-131-0/+10
* Make use of #watched_by? in issue form.Jean-Philippe Lang2009-12-021-1/+1
* Enable tracker update on issue edit form (#2405).Jean-Philippe Lang2009-11-291-37/+5
* Adds version status to limit issue assignments (#1245).Jean-Philippe Lang2009-11-081-3/+3
* Do not show Category field when categories are not defined.Jean-Philippe Lang2009-01-171-0/+2
* Slight visual changes on the issue form.Jean-Philippe Lang2009-01-171-0/+2
* Makes issue description a non-required field (#2456).Jean-Philippe Lang2009-01-071-1/+1
* Do not hardcode Watcher string in r2164.Jean-Philippe Lang2008-12-221-1/+1
* Adds watchers selection on new issue form (#398). Permission 'add issue watch...Jean-Philippe Lang2008-12-221-0/+8
* Merged hooks branch @ r1785 into trunk.Jean-Philippe Lang2008-09-051-0/+2
* Fixes custom fields display order at several places (#1768).Jean-Philippe Lang2008-08-111-1/+1
* Move repetitive calendar include code from views into helper (patch #966 by P...Jean-Philippe Lang2008-03-311-7/+0
* Added line under tracker name to make clear what is going on hereJohn Goerzen2008-03-181-0/+1
* Adds an optional description to attachments.Jean-Philippe Lang2008-02-291-3/+1
* Fixed: empty status list shouldn't be displayed when the user can not change ...Jean-Philippe Lang2008-02-121-1/+1
* Merged IssuesController #edit and #update into a single actions.Jean-Philippe Lang2008-02-091-5/+3
* Issue properties below the description textarea.Jean-Philippe Lang2008-01-231-8/+11
* Added tabindex property on wiki toolbar buttons and 'new category' link.Jean-Philippe Lang2008-01-201-1/+1
* Display custom fields in two columns on the issue form.Jean-Philippe Lang2008-01-201-3/+2
* ProjectsController#add_issue moved to IssuesController#new.Jean-Philippe Lang2008-01-201-0/+7
* Added preview on add/edit issue form.Jean-Philippe Lang2007-10-061-1/+5
* Content of projects/add_issue.rhtml and issues/edit.rhtml moved to a shared p...Jean-Philippe Lang2007-10-061-0/+48