summaryrefslogtreecommitdiffstats
path: root/app/views/projects/settings
Commit message (Expand)AuthorAgeFilesLines
* Fixed: "Loading..." icon does not disappear after adding a project member whe...Jean-Philippe Lang2011-01-151-2/+2
* Changes ProjectsController#modules param name and add tests.Jean-Philippe Lang2011-01-061-1/+1
* 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: convert VersionsController to a REST resource.Eric Davis2010-09-171-2/+2
* Refactor: convert ProjectEnumerations to a resource on a project.Eric Davis2010-09-101-2/+2
* 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
* Invalid HTMLEric Davis2010-05-241-1/+1
* Adds missing thead tags (#5440).Jean-Philippe Lang2010-05-095-50/+50
* Removes hard-coded size on user search fields (#5319).Jean-Philippe Lang2010-04-181-1/+1
* 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-061-1/+1
* Moves ProjectsController#add_version to VersionsController#new.Jean-Philippe Lang2010-03-061-1/+1
* Fixed: changing user/roles of project member not possible without javascript ...Jean-Philippe Lang2010-02-241-1/+1
* Fixed some labels to be more accessible.Eric Davis2010-01-212-3/+5
* Fixed untranslated string (:label_close_versions => Close completed versions)Azamat Hackimov2010-01-011-1/+1
* Ask for confirmation when a non-admin users tries to remove himself from a pr...Jean-Philippe Lang2009-12-261-1/+2
* 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-061-0/+2
* Cleaning edit/delete links style.Jean-Philippe Lang2009-11-272-9/+17
* 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
* HTML escaping (#4106).Jean-Philippe Lang2009-10-251-1/+1
* 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
* User groups branch merged.Jean-Philippe Lang2009-09-121-19/+24
* Allows multiple roles on the same project (#706). Prerequisite for user group...Jean-Philippe Lang2009-05-101-15/+25
* 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
* Reorder links refactoring (follows r2526).Jean-Philippe Lang2009-03-011-4/+1
* Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.Jean-Philippe Lang2009-02-211-1/+1
* Typos/fixes in views (#2654).Jean-Philippe Lang2009-02-031-1/+0
* Replaces User.find_active with a named scope.Jean-Philippe Lang2008-11-301-1/+1
* Maps repository users to Redmine users (#1383).Jean-Philippe Lang2008-11-101-1/+4
* Added context fields to the :view_projects_settings_members_table hooksEric Davis2008-09-101-2/+2
* Merged hooks branch @ r1785 into trunk.Jean-Philippe Lang2008-09-051-0/+2
* Ability to disable unused SCM adapters in application settings.Jean-Philippe Lang2008-06-081-1/+1
* Added translation support for project modules names and a few other strings.Jean-Philippe Lang2008-02-161-2/+3
* Translation for various hard-coded strings (#577).Jean-Philippe Lang2008-02-123-4/+6
* User display format is now configurable in administration settings.Jean-Philippe Lang2008-01-251-2/+2
* Added version details view accessible from the roadmap.Jean-Philippe Lang2007-12-071-1/+1
* Application layout refactored.Jean-Philippe Lang2007-09-225-14/+33
* A category with assigned issue can now be deleted. 2 options are proposed:Jean-Philippe Lang2007-09-151-1/+1
* Added project module concept.Jean-Philippe Lang2007-09-147-0/+166