summaryrefslogtreecommitdiffstats
path: root/app/views/projects
Commit message (Expand)AuthorAgeFilesLines
* Display shared versions in project settings (#4357).Jean-Philippe Lang2009-12-081-10/+12
* Version sharing (#465) + optional inclusion of subprojects in the roadmap vie...Jean-Philippe Lang2009-12-064-16/+20
* Cleaning edit/delete links style.Jean-Philippe Lang2009-11-272-9/+17
* Adds links to versions on changelog.Jean-Philippe Lang2009-11-151-1/+2
* Eager load priorities on roadmap and changelog.Jean-Philippe Lang2009-11-152-2/+2
* Allow non admin users to add subprojects (#2963).Jean-Philippe Lang2009-11-151-1/+1
* Refactoring ApplicationHelper#link_to_issue.Jean-Philippe Lang2009-11-142-2/+2
* Add view_issues permission (#3187).Jean-Philippe Lang2009-11-141-1/+1
* Adds a link to automatically close completed versions in project settings (#1...Jean-Philippe Lang2009-11-091-0/+6
* Adds version status to limit issue assignments (#1245).Jean-Philippe Lang2009-11-081-5/+8
* Fixes users links.Jean-Philippe Lang2009-10-291-1/+1
* HTML escaping (#4106).Jean-Philippe Lang2009-10-251-1/+1
* Allow project forums copy.Jean-Philippe Lang2009-10-251-0/+1
* Display stats about objects that can be copied.Jean-Philippe Lang2009-10-251-6/+6
* Project copy: let the user choose what to copy from the source project (every...Jean-Philippe Lang2009-10-241-0/+10
* Fixes form buttons on projects/settings/activities (closes #4083).Jean-Philippe Lang2009-10-221-2/+7
* Added a Activities tab to Project SettingsEric Davis2009-10-211-0/+37
* Fixed: Custom values with a nil value cause error on (project|account)/show (...Jean-Philippe Lang2009-09-201-1/+1
* Refactoring of tabs rendering.Jean-Philippe Lang2009-09-121-25/+1
* User groups branch merged.Jean-Philippe Lang2009-09-121-19/+24
* Added plugin hook, :view_projects_show_sidebar_bottomEric Davis2009-09-121-0/+1
* Ability to allow non-admin users to create projects (#1007).Jean-Philippe Lang2009-05-171-1/+1
* Escape role name.Jean-Philippe Lang2009-05-121-1/+1
* Display all users roles on project overview (#3339).Jean-Philippe Lang2009-05-121-5/+3
* Removes untranslated string.Jean-Philippe Lang2009-05-101-1/+1
* Allows multiple roles on the same project (#706). Prerequisite for user group...Jean-Philippe Lang2009-05-101-15/+25
* Added the ability to copy a project in the Project Administration panel.Eric Davis2009-05-031-0/+16
* Added two new plugin hooks to the Project Overview pageEric Davis2009-04-241-0/+2
* Fixed: an error is raised when no tab is available on project settings (#3179).Jean-Philippe Lang2009-04-191-0/+5
* Set minimum identifier lenght to 1 (#3073).Jean-Philippe Lang2009-04-041-1/+1
* Adds a user search field with autocompleter on project members screen.Jean-Philippe Lang2009-03-281-9/+16
* Escape member name.Jean-Philippe Lang2009-03-271-1/+1
* Ability to add multiple project members in a single action (#1556).Jean-Philippe Lang2009-03-271-6/+15
* Adds a lang string with arguments for date ranges (#2305).Jean-Philippe Lang2009-03-131-3/+3
* Reorder links refactoring (follows r2526).Jean-Philippe Lang2009-03-011-4/+1
* Add links for one-click activity filtering (#2857).Jean-Philippe Lang2009-02-271-1/+3
* Slight changes to the files list (#2658, #2806).Jean-Philippe Lang2009-02-221-8/+12
* Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.Jean-Philippe Lang2009-02-214-6/+7
* Adds (a maximum of 3) links to project ancestors in the page title (#2788).Jean-Philippe Lang2009-02-201-4/+0
* Added plugin hook :view_projects_roadmap_version_bottom. #2543Eric Davis2009-02-101-0/+1
* Typos/fixes in views (#2654).Jean-Philippe Lang2009-02-031-1/+0
* Adds an helper to render other formats download links.Jean-Philippe Lang2009-01-292-8/+6
* Fixes activity pagination broken by r2317.Jean-Philippe Lang2009-01-261-2/+2
* Converted routing and urls to follow the Rails REST convention.Eric Davis2009-01-261-1/+1
* Merged nested projects branch. Removes limit on subproject nesting (#594).Jean-Philippe Lang2009-01-245-21/+14
* Automatically focus several form fields.Jean-Philippe Lang2009-01-221-0/+1
* Lower the project identifier limit to a minimum of two characters (#2003).Jean-Philippe Lang2009-01-031-1/+1
* Validates sort_key and sort_order params (#2378).Jean-Philippe Lang2008-12-241-4/+4
* Files module: makes version field non required (#1053).Jean-Philippe Lang2008-12-092-15/+15
* AttachmentsController now handles attachments deletion.Jean-Philippe Lang2008-12-091-2/+3