summaryrefslogtreecommitdiffstats
path: root/app/views/projects
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add maxlength attributes to some Project fields. #4896Eric Davis2010-08-041-2/+2
* Add a link to the cross project time entries page to /projects. #4935Eric Davis2010-06-201-0/+1
* Add ATOM auto discovery link to the Projects list. #5317Eric Davis2010-06-191-0/+4
* Invalid HTMLEric Davis2010-05-241-1/+1
* Adds missing thead tags (#5440).Jean-Philippe Lang2010-05-095-50/+50
* Refactor: move Project Calendar to it's own controller.Eric Davis2010-05-031-1/+1
* Fixing indentation.Jean-Philippe Lang2010-05-011-12/+12
* Adds trackers to individual project XML (#5342).Jean-Philippe Lang2010-05-011-7/+13
* Refactor: Move gantts to a separate controller.Eric Davis2010-04-281-1/+1
* Removes hard-coded size on user search fields (#5319).Jean-Philippe Lang2010-04-181-1/+1
* Fixed: Links to missing wiki pages not red on project overview page (#5177).Jean-Philippe Lang2010-03-271-1/+3
* Adds an option to enable/disable email notifications during a project copy (#...Jean-Philippe Lang2010-03-211-0/+2
* Adds an helper for displaying the 'checked' image.Jean-Philippe Lang2010-03-171-1/+1
* Moves ProjectsController#add_issue_category to IssueCategoriesController#new.Jean-Philippe Lang2010-03-062-7/+1
* Moves ProjectsController#add_version to VersionsController#new.Jean-Philippe Lang2010-03-062-7/+1
* Adds context menu to the roadmap issue lists.Jean-Philippe Lang2010-03-061-5/+11