summaryrefslogtreecommitdiffstats
path: root/app/views/trackers/_form.html.erb
Commit message (Collapse)AuthorAgeFilesLines
* Create tracker by copy (#34258).Go MAEDA2020-11-251-1/+1
| | | | | | | Patch by Takenori TAKAKI. git-svn-id: http://svn.redmine.org/redmine/trunk@20492 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add a description for trackers (#442).Jean-Philippe Lang2019-03-151-0/+1
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17970 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Wrap "splitcontentright" and "splitcontentleft" containers with a flexbox ↵Go MAEDA2019-01-121-0/+2
| | | | | | | | | (#30168). Patch by Max Johansson. git-svn-id: http://svn.redmine.org/redmine/trunk@17790 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replace check_all_links in new tracker form with toogle_checkboxes_link ↵Go MAEDA2018-04-291-2/+1
| | | | | | | | | (#27807). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17318 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix: Sort issue custom fields by position in tracker views (#28393).Go MAEDA2018-03-251-2/+3
| | | | | | | Patch by Gregor Schmidt. git-svn-id: http://svn.redmine.org/redmine/trunk@17237 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Speeds up the tracker edit view when having hundreds of projects.Jean-Philippe Lang2016-01-211-1/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15083 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed unneeded #h calls in views.Jean-Philippe Lang2015-02-231-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14043 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Default status per tracker (#5991).Jean-Philippe Lang2014-11-021-1/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13535 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removes duplicate ids (#15485).Jean-Philippe Lang2014-01-111-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12657 e93f8b46-1217-0410-a6f0-8f06a7374b81
* One query is enough.Jean-Philippe Lang2013-07-111-2/+2
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12007 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed duplicated helper (#11539).Jean-Philippe Lang2012-08-101-1/+1
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10191 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Ability to disable standard fields on a per tracker basis (#1091).Jean-Philippe Lang2012-07-051-0/+11
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9912 e93f8b46-1217-0410-a6f0-8f06a7374b81
* [#9489] link label to elementToshi MARUYAMA2011-10-291-1/+1
| | | | | | Contributed by Romano Licker. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7687 e93f8b46-1217-0410-a6f0-8f06a7374b81
* replace tabs to spaces at app/views/trackers/_form.html.erbToshi MARUYAMA2011-09-181-7/+7
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7396 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rename .rhtml to .html.erb of app/views/trackers/_form.rhtml.Toshi MARUYAMA2011-08-251-0/+41
:rhtml and :rxml were finally removed as template handlers at Rails 3.1 RC4. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6631 e93f8b46-1217-0410-a6f0-8f06a7374b81