Redmine/app/views/projects
Jean-Philippe Lang 5f57bceabb Makes some attributes optional in API response to get faster/lightweight responses.
These attributes are not required for common uses case (eg. updating an object). They can be requested in the reponse using the 'include' parameter. Example GET /issues/1.xml?include=journals. The list of attributes that can be included in responses will be documented in the wiki.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4486 e93f8b46-1217-0410-a6f0-8f06a7374b81
2010-12-11 10:19:11 +00:00
..
settings Disable button to prevent accidental double click on project members (#6826). 2010-11-06 12:04:24 +00:00
_edit.rhtml Refactor: convert the Projects routes to resources. 2010-09-09 18:57:21 +00:00
_form.rhtml Raised maximum length of project names and identifiers to 255 and 100 respectively (#6446). 2010-11-14 12:33:14 +00:00
_members_box.html.erb Refactor: extract Members Box to partial. 2010-08-19 22:24:37 +00:00
copy.rhtml Adds an option to enable/disable email notifications during a project copy (#4672). 2010-03-21 11:17:29 +00:00
destroy.rhtml Refactor: convert the Projects routes to resources. 2010-09-09 18:57:21 +00:00
index.api.rsb Fixed: error when serializing back objects with custom fields using ActiveResource (#6403). 2010-12-10 10:12:19 +00:00
index.rhtml Refactor: rename method ProjectsController#add to ProjectsController#new 2010-09-07 15:00:27 +00:00
list_members.rhtml Fixes users links. 2009-10-29 18:44:16 +00:00
new.html.erb Moves project attributes default assignments from ProjectsController#new to the model (#6064). 2010-12-03 16:15:16 +00:00
settings.rhtml Refactoring of tabs rendering. 2009-09-12 09:13:13 +00:00
show.api.rsb Makes some attributes optional in API response to get faster/lightweight responses. 2010-12-11 10:19:11 +00:00
show.rhtml Adds a "visible" option on User and Project custom fields (#1738). 2010-11-07 14:15:01 +00:00