summaryrefslogtreecommitdiffstats
path: root/app/views/projects
Commit message (Expand)AuthorAgeFilesLines
* rename .rhtml to .html.erb of app/views/projects/index.rhtml.Toshi MARUYAMA2011-09-011-0/+0
* rename .rhtml to .html.erb of app/views/projects/list_members.rhtml.Toshi MARUYAMA2011-09-011-0/+0
* rename .rhtml to .html.erb of app/views/projects/settings.rhtml.Toshi MARUYAMA2011-09-011-0/+0
* rename .rhtml to .html.erb of app/views/projects/_form.rhtml.Toshi MARUYAMA2011-09-011-0/+0
* rename .rhtml to .html.erb of app/views/projects/_edit.rhtml.Toshi MARUYAMA2011-09-011-0/+0
* rename .rhtml to .html.erb of app/views/projects/show.rhtml.Toshi MARUYAMA2011-09-011-0/+0
* rename .rhtml to .html.erb of app/views/projects/copy.rhtml.Toshi MARUYAMA2011-09-011-0/+0
* rename .rhtml to .html.erb of app/views/projects/destroy.rhtml.Toshi MARUYAMA2011-09-011-0/+0
* rename .rhtml to .html.erb of app/views/projects/settings/_activities.rhtml.Toshi MARUYAMA2011-09-011-0/+0
* rename .rhtml to .html.erb of app/views/projects/settings/_members.rhtml.Toshi MARUYAMA2011-09-011-0/+0
* rename .rhtml to .html.erb of app/views/projects/settings/_wiki.rhtml.Toshi MARUYAMA2011-09-011-0/+0
* rename .rhtml to .html.erb of app/views/projects/settings/_repository.rhtml.Toshi MARUYAMA2011-09-011-0/+0
* rename .rhtml to .html.erb of app/views/projects/settings/_boards.rhtml.Toshi MARUYAMA2011-09-011-0/+0
* rename .rhtml to .html.erb of app/views/projects/settings/_modules.rhtml.Toshi MARUYAMA2011-09-011-0/+0
* rename .rhtml to .html.erb of app/views/projects/settings/_versions.rhtml.Toshi MARUYAMA2011-09-011-0/+0
* rename .rhtml to .html.erb of app/views/projects/settings/_issue_categories.r...Toshi MARUYAMA2011-09-011-0/+0
* HTML escape at app/views/projects/list_members.rhtml.Toshi MARUYAMA2011-08-021-1/+1
* remove trailing white-spaces from app/views/projects/show.rhtml.Toshi MARUYAMA2011-08-021-8/+8
* HTML escape.Jean-Philippe Lang2011-07-301-2/+2
* Additional escaping.Jean-Philippe Lang2011-07-301-2/+2
* Adds a 'Create and continue' button on project form.Jean-Philippe Lang2011-07-211-1/+2
* Adds visibility condition on parent project in API.Jean-Philippe Lang2011-07-092-2/+2
* Adds parent project to /projects/:id API (#8229).Jean-Philippe Lang2011-07-091-0/+1
* Makes versions resource shallow (#7403).Jean-Philippe Lang2011-07-051-2/+2
* Adds REST API for versions (#7403).Jean-Philippe Lang2011-07-041-3/+3
* Slight UI changes (#4273).Jean-Philippe Lang2011-05-291-3/+2
* scm: remove scm command and version on project setting (#4273).Toshi MARUYAMA2011-05-291-4/+2
* set svn:eol-style=native app/views/projects/settings/_activities.rhtml.Toshi MARUYAMA2011-05-211-42/+42
* scm: change separator between command and version ',' to '|' in setting (#4273).Toshi MARUYAMA2011-05-101-1/+2
* scm: change i18n key name 'text_scm_version' to 'text_scm_command_version' in...Toshi MARUYAMA2011-05-101-1/+1
* scm: add the feature of SCM command availability automatic check in administr...Toshi MARUYAMA2011-05-041-1/+7
* scm: refactor projects/settings/_repository.rhtml.Toshi MARUYAMA2011-05-041-3/+9
* scm: code clean up projects/settings/_repository.rhtml.Toshi MARUYAMA2011-05-041-4/+11
* scm: code clean up app/views/projects/settings/_repository.rhtml.Toshi MARUYAMA2011-05-031-1/+1
* Removed duplicate Modules fieldset on project copy form.Jean-Philippe Lang2011-04-051-9/+0
* Replaces TimeEntry.visible_by with a visible scope.Jean-Philippe Lang2011-03-161-1/+1
* Fixed: "Loading..." icon does not disappear after adding a project member whe...Jean-Philippe Lang2011-01-151-2/+2
* Do not show trackers and issue custom fields on project form when issue track...Jean-Philippe Lang2011-01-062-14/+17
* Changes ProjectsController#modules param name and add tests.Jean-Philippe Lang2011-01-061-1/+1
* Moves enabled_module_names param to project attribute so that it can be set t...Jean-Philippe Lang2011-01-061-2/+2
* Makes /projects API accept same pagination parameters as other API collection...Jean-Philippe Lang2010-12-231-1/+1
* Makes some attributes optional in API response to get faster/lightweight resp...Jean-Philippe Lang2010-12-111-1/+1
* Fixed: error when serializing back objects with custom fields using ActiveRes...Jean-Philippe Lang2010-12-102-10/+4
* Adds a pseudo format to api template names and overrides ActionController#def...Jean-Philippe Lang2010-12-042-0/+0
* Moves project attributes default assignments from ProjectsController#new to t...Jean-Philippe Lang2010-12-031-0/+2
* Converts ProjectsController to use the new API template system.Jean-Philippe Lang2010-12-034-42/+40
* Raised maximum length of project names and identifiers to 255 and 100 respect...Jean-Philippe Lang2010-11-141-3/+3
* Adds a "visible" option on User and Project custom fields (#1738).Jean-Philippe Lang2010-11-073-3/+3
* Disable button to prevent accidental double click on project members (#6826).Jean-Philippe Lang2010-11-061-2/+4
* Add a label for user and group search fields. #6521Jean-Baptiste Barth2010-10-301-1/+1