summaryrefslogtreecommitdiffstats
path: root/app/views/projects
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix wikilinks in project > settings > versions and version view. #6435 #4416Jean-Baptiste Barth2010-10-291-2/+2
* Refactor: convert WikiController to a REST resourceEric Davis2010-10-281-1/+1
* Refactor: use :id instead of :page when linking to Wiki PagesEric Davis2010-10-271-1/+1
* Refactor: rename TimelogController#details to #indexEric Davis2010-10-061-1/+1
* Refactor: extract TimelogController#report to a new controller classEric Davis2010-10-051-1/+1
* Refactor: convert VersionsController to a REST resource.Eric Davis2010-09-171-2/+2
* Fix the new subproject link on project overview. #6388Eric Davis2010-09-171-1/+1
* Refactor: convert ProjectEnumerations to a resource on a project.Eric Davis2010-09-101-2/+2
* Refactor: convert the Projects routes to resources.Eric Davis2010-09-092-2/+2
* Refactor: split method ProjectsController#edit to ProjectsController#update.Eric Davis2010-09-081-1/+1
* Refactor: rename method ProjectsController#add to ProjectsController#newEric Davis2010-09-072-1/+1
* Change project add form to use #create. (From r4067)Eric Davis2010-09-061-1/+1
* Refactor: move method, ProjectsController#reset_activities to ProjectEnumerat...Eric Davis2010-09-031-1/+1
* Refactor: move method, ProjectsController#save_activities to ProjectEnumerati...Eric Davis2010-09-021-1/+1
* Refactor: move method, ProjectsController#add_file to FilesController#new.Eric Davis2010-09-011-16/+0
* Refactor: move method, ProjectsController#list_files to FilesController#index.Eric Davis2010-08-311-46/+0
* Refactor: move method, ProjectsController#roadmap to VersionsController#index.Eric Davis2010-08-301-54/+0
* Refactor: extract ProjectsController#activity to a new Activities controller.Eric Davis2010-08-273-63/+2
* Refactor: extract Members Box to partial.Eric Davis2010-08-192-8/+9