summaryrefslogtreecommitdiffstats
path: root/app/views/issues/new.rhtml
Commit message (Expand)AuthorAgeFilesLines
* rename .rhtml to .html.erb of app/views/issues/new.rhtml.Toshi MARUYAMA2011-09-011-27/+0
* Adds noindex,noarchive robots meta tag on form pages (#7582).Jean-Philippe Lang2011-04-121-0/+1
* Added ability to create issue directly as a subtask of another one. #5484Jean-Baptiste Barth2010-10-301-1/+1
* Refactor: move IssuesController#preview to a new controller.Eric Davis2010-08-181-1/+1
* Refactor: Split IssuesController#new to #new and #create to match REST pattern.Eric Davis2010-04-221-1/+1
* Makes subject field get focus on 'New issue' form (#2522).Jean-Philippe Lang2009-01-161-0/+2
* Adds a 'Create and continue' button on the new issue form, that will create t...Jean-Philippe Lang2009-01-161-0/+1
* Fixed: syntax highlight doesn't appear in new ticket preview (#1976).Jean-Philippe Lang2009-01-031-0/+4
* Fixed: trying to preview a new issue raises an exception with postgresql (clo...Jean-Philippe Lang2008-04-031-1/+1
* Fixed: wiki and changeset links not displayed when previewing issue descripti...Jean-Philippe Lang2008-02-121-1/+1
* Replaced window.hash= by Element.scrollTo()Jean-Philippe Lang2008-02-111-2/+1
* Merged IssuesController #edit and #update into a single actions.Jean-Philippe Lang2008-02-091-0/+3
* Issue properties below the description textarea.Jean-Philippe Lang2008-01-231-1/+1
* ProjectsController#add_issue moved to IssuesController#new.Jean-Philippe Lang2008-01-201-0/+17