summaryrefslogtreecommitdiffstats
path: root/app/controllers/projects_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixed: roadmap show subprojects issues even if subprojects is unchecked (#4761).Jean-Philippe Lang2010-02-101-5/+1
* Refactor: Pull up several #find_project methods to ApplicationControllerEric Davis2010-02-051-9/+0
* XML REST API for Projects (#296).Jean-Philippe Lang2010-01-141-10/+46
* Do not display the copy form when project copy is created.Jean-Philippe Lang2009-12-261-1/+7
* Adds a 'Add subprojects' permission.Jean-Philippe Lang2009-12-241-3/+18
* Roadmap: sort issues by project and prepend project name if different (#4373).Jean-Philippe Lang2009-12-121-2/+2
* Removes changelog view.Jean-Philippe Lang2009-12-121-31/+4
* Ability to add a new version from the issue form (#4315).Jean-Philippe Lang2009-12-061-3/+22
* Version sharing (#465) + optional inclusion of subprojects in the roadmap vie...Jean-Philippe Lang2009-12-061-7/+54
* Fixed: no error message when creating a category from the issue form fails (#...Jean-Philippe Lang2009-12-021-10/+19
* Adds a setting for new projects default modules (#1797).Jean-Philippe Lang2009-11-151-1/+1
* Allow non admin users to add subprojects (#2963).Jean-Philippe Lang2009-11-151-3/+3
* Fixed a test failure.Jean-Philippe Lang2009-10-291-2/+3
* Add etag check on the activity view to avoid rendering when not modified.Jean-Philippe Lang2009-10-251-14/+16
* Display stats about objects that can be copied.Jean-Philippe Lang2009-10-251-4/+5
* Do not ignore parent project setting on project copy (#3386).Jean-Philippe Lang2009-10-251-0/+1
* Project copy: let the user choose what to copy from the source project (every...Jean-Philippe Lang2009-10-241-1/+1
* When a specific TimeEntryActivity are change, associated TimeEntries will beEric Davis2009-10-211-4/+5
* Added a Activities tab to Project SettingsEric Davis2009-10-211-0/+18
* Keep status filter on the projects list when un/archiving a project (#3530).Jean-Philippe Lang2009-07-041-2/+2
* Adds a setting to choose which role is given to a non-admin user who creates ...Jean-Philippe Lang2009-05-171-1/+2
* Ability to allow non-admin users to create projects (#1007).Jean-Philippe Lang2009-05-171-3/+9
* Display all users roles on project overview (#3339).Jean-Philippe Lang2009-05-121-1/+1
* Allows multiple roles on the same project (#706). Prerequisite for user group...Jean-Philippe Lang2009-05-101-1/+1
* Added the ability to copy a project in the Project Administration panel.Eric Davis2009-05-031-3/+27
* Adds (a maximum of 3) links to project ancestors in the page title (#2788).Jean-Philippe Lang2009-02-201-1/+0
* Removes Issue.visible_byJean-Philippe Lang2009-01-311-4/+4
* Replaces the obsolete robots.txt with a cached action (#2491).Jean-Philippe Lang2009-01-271-0/+6
* Merged nested projects branch. Removes limit on subproject nesting (#594).Jean-Philippe Lang2009-01-241-14/+8
* Move PDF stuff to a single helper.Jean-Philippe Lang2009-01-041-2/+0
* Jump to the current tab when using the project quick-jump combo (#2364).Jean-Philippe Lang2008-12-301-0/+5
* Validates sort_key and sort_order params (#2378).Jean-Philippe Lang2008-12-241-2/+6
* Files module: makes version field non required (#1053).Jean-Philippe Lang2008-12-091-4/+8
* Fixed: 404 when "Apply" clicked on activity page (#2251).Jean-Philippe Lang2008-12-011-1/+1
* Replaces User.find_active with a named scope.Jean-Philippe Lang2008-11-301-1/+1
* Makes activity view accept a user_id param to show user's activity (#1002).Jean-Philippe Lang2008-11-301-3/+14
* Fixes activity date param.Jean-Philippe Lang2008-11-091-1/+1
* Adds support for free ticket filtering and custom queries on Calendar.Jean-Philippe Lang2008-09-111-29/+1
* Adds support for free ticket filtering and custom queries on Gantt chart.Jean-Philippe Lang2008-09-101-63/+0
* Adds an option to generate sequential project identifiers.Jean-Philippe Lang2008-08-311-0/+1
* Moves @layout 'base'@ to ApplicationController.Jean-Philippe Lang2008-08-101-1/+0
* Fixed: activity atom feed broken by r1701 (#1703).Jean-Philippe Lang2008-07-301-1/+1
* Activity refactoring.Jean-Philippe Lang2008-07-271-82/+10
* Better naming of activity feed if only one kind of event is displayed (#1323).Jean-Philippe Lang2008-07-061-1/+4
* Merged Rails 2.1 compatibility branch.Jean-Philippe Lang2008-07-041-1/+1
* Custom fields refactoring: most of code moved from controllers to models (usi...Jean-Philippe Lang2008-06-271-12/+2
* Display issue notes in the activity view (#1509).Jean-Philippe Lang2008-06-211-1/+2
* Adds new projects atom feed (#1290).Jean-Philippe Lang2008-05-271-2/+10
* Moved ProjectsController#list to ProjectsController#index.Jean-Philippe Lang2008-05-261-6/+1
* Gantt chart: display issues that don't have a due date if they are assigned t...Jean-Philippe Lang2008-05-251-0/+7