obsolete.ChilliProject/app/views/projects
Eric Davis 5833ba9f81 Added a Activities tab to Project Settings
* Changed Project#activities to allow getting inactive Activities also:
  * Changed the Enumeration#all named_scope to exclude project specific Activities
  * Changed the Project has_many time_entry_activities to include all by default
    and provided an #active method to filter them to active ones only
  * Split Project#activities to two methods and gave it a parameter that is used
    to determine if inactive activities are included (default is no)
* Added a reset button to delete all project specific activities.
* Added ProjectsController#reset_activities to remove the project
  specific activities
* Added a HTTP DELETE route for reset_activities
* Changed the permissions for managing project activities to have access to the
  ProjectsController#reset_activities action
* Added a way to bulk save Project specific Activities in ProjectsController
  * #save_activities will save all the changed activities, including update the
    existing records
  * Added helper methods to the controller which will be refactored later
  * Allow the same TimeEntryActivity names on different projects

  #4077

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2949 e93f8b46-1217-0410-a6f0-8f06a7374b81
2009-10-21 22:34:45 +00:00
..
settings Added a Activities tab to Project Settings 2009-10-21 22:34:45 +00:00
_edit.rhtml Added project module concept. 2007-09-14 11:34:08 +00:00
_form.rhtml Set minimum identifier lenght to 1 (#3073). 2009-04-04 09:55:17 +00:00
activity.rhtml Adds a lang string with arguments for date ranges (#2305). 2009-03-13 19:03:34 +00:00
add.rhtml Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2. 2009-02-21 11:04:50 +00:00
add_file.rhtml Files module: makes version field non required (#1053). 2008-12-09 18:00:27 +00:00
add_issue_category.rhtml Each category can now be associated to a user, so that new issues in that category are automatically assigned to that user. 2007-06-29 17:21:37 +00:00
add_version.rhtml trunk moved from /trunk/redmine to /trunk 2006-12-05 20:45:04 +00:00
changelog.rhtml Converted routing and urls to follow the Rails REST convention. 2009-01-26 01:47:51 +00:00
copy.rhtml Removes untranslated string. 2009-05-10 11:33:02 +00:00
destroy.rhtml Merged nested projects branch. Removes limit on subproject nesting (#594). 2009-01-24 11:31:15 +00:00
index.rhtml Ability to allow non-admin users to create projects (#1007). 2009-05-17 12:59:14 +00:00
list_files.rhtml Slight changes to the files list (#2658, #2806). 2009-02-22 11:04:17 +00:00
list_members.rhtml Removed User#display_name (replaced by User#name). 2007-06-29 17:27:27 +00:00
roadmap.rhtml Added plugin hook :view_projects_roadmap_version_bottom. #2543 2009-02-10 01:18:49 +00:00
settings.rhtml Refactoring of tabs rendering. 2009-09-12 09:13:13 +00:00
show.rhtml Fixed: Custom values with a nil value cause error on (project|account)/show (#3705). 2009-09-20 09:56:06 +00:00