index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
app
/
controllers
/
projects_controller.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed: roadmap show subprojects issues even if subprojects is unchecked (#4761).
Jean-Philippe Lang
2010-02-10
1
-5
/
+1
*
Refactor: Pull up several #find_project methods to ApplicationController
Eric Davis
2010-02-05
1
-9
/
+0
*
XML REST API for Projects (#296).
Jean-Philippe Lang
2010-01-14
1
-10
/
+46
*
Do not display the copy form when project copy is created.
Jean-Philippe Lang
2009-12-26
1
-1
/
+7
*
Adds a 'Add subprojects' permission.
Jean-Philippe Lang
2009-12-24
1
-3
/
+18
*
Roadmap: sort issues by project and prepend project name if different (#4373).
Jean-Philippe Lang
2009-12-12
1
-2
/
+2
*
Removes changelog view.
Jean-Philippe Lang
2009-12-12
1
-31
/
+4
*
Ability to add a new version from the issue form (#4315).
Jean-Philippe Lang
2009-12-06
1
-3
/
+22
*
Version sharing (#465) + optional inclusion of subprojects in the roadmap vie...
Jean-Philippe Lang
2009-12-06
1
-7
/
+54
*
Fixed: no error message when creating a category from the issue form fails (#...
Jean-Philippe Lang
2009-12-02
1
-10
/
+19
*
Adds a setting for new projects default modules (#1797).
Jean-Philippe Lang
2009-11-15
1
-1
/
+1
*
Allow non admin users to add subprojects (#2963).
Jean-Philippe Lang
2009-11-15
1
-3
/
+3
*
Fixed a test failure.
Jean-Philippe Lang
2009-10-29
1
-2
/
+3
*
Add etag check on the activity view to avoid rendering when not modified.
Jean-Philippe Lang
2009-10-25
1
-14
/
+16
*
Display stats about objects that can be copied.
Jean-Philippe Lang
2009-10-25
1
-4
/
+5
*
Do not ignore parent project setting on project copy (#3386).
Jean-Philippe Lang
2009-10-25
1
-0
/
+1
*
Project copy: let the user choose what to copy from the source project (every...
Jean-Philippe Lang
2009-10-24
1
-1
/
+1
*
When a specific TimeEntryActivity are change, associated TimeEntries will be
Eric Davis
2009-10-21
1
-4
/
+5
*
Added a Activities tab to Project Settings
Eric Davis
2009-10-21
1
-0
/
+18
*
Keep status filter on the projects list when un/archiving a project (#3530).
Jean-Philippe Lang
2009-07-04
1
-2
/
+2
*
Adds a setting to choose which role is given to a non-admin user who creates ...
Jean-Philippe Lang
2009-05-17
1
-1
/
+2
*
Ability to allow non-admin users to create projects (#1007).
Jean-Philippe Lang
2009-05-17
1
-3
/
+9
*
Display all users roles on project overview (#3339).
Jean-Philippe Lang
2009-05-12
1
-1
/
+1
*
Allows multiple roles on the same project (#706). Prerequisite for user group...
Jean-Philippe Lang
2009-05-10
1
-1
/
+1
*
Added the ability to copy a project in the Project Administration panel.
Eric Davis
2009-05-03
1
-3
/
+27
*
Adds (a maximum of 3) links to project ancestors in the page title (#2788).
Jean-Philippe Lang
2009-02-20
1
-1
/
+0
*
Removes Issue.visible_by
Jean-Philippe Lang
2009-01-31
1
-4
/
+4
*
Replaces the obsolete robots.txt with a cached action (#2491).
Jean-Philippe Lang
2009-01-27
1
-0
/
+6
*
Merged nested projects branch. Removes limit on subproject nesting (#594).
Jean-Philippe Lang
2009-01-24
1
-14
/
+8
*
Move PDF stuff to a single helper.
Jean-Philippe Lang
2009-01-04
1
-2
/
+0
*
Jump to the current tab when using the project quick-jump combo (#2364).
Jean-Philippe Lang
2008-12-30
1
-0
/
+5
*
Validates sort_key and sort_order params (#2378).
Jean-Philippe Lang
2008-12-24
1
-2
/
+6
*
Files module: makes version field non required (#1053).
Jean-Philippe Lang
2008-12-09
1
-4
/
+8
*
Fixed: 404 when "Apply" clicked on activity page (#2251).
Jean-Philippe Lang
2008-12-01
1
-1
/
+1
*
Replaces User.find_active with a named scope.
Jean-Philippe Lang
2008-11-30
1
-1
/
+1
*
Makes activity view accept a user_id param to show user's activity (#1002).
Jean-Philippe Lang
2008-11-30
1
-3
/
+14
*
Fixes activity date param.
Jean-Philippe Lang
2008-11-09
1
-1
/
+1
*
Adds support for free ticket filtering and custom queries on Calendar.
Jean-Philippe Lang
2008-09-11
1
-29
/
+1
*
Adds support for free ticket filtering and custom queries on Gantt chart.
Jean-Philippe Lang
2008-09-10
1
-63
/
+0
*
Adds an option to generate sequential project identifiers.
Jean-Philippe Lang
2008-08-31
1
-0
/
+1
*
Moves @layout 'base'@ to ApplicationController.
Jean-Philippe Lang
2008-08-10
1
-1
/
+0
*
Fixed: activity atom feed broken by r1701 (#1703).
Jean-Philippe Lang
2008-07-30
1
-1
/
+1
*
Activity refactoring.
Jean-Philippe Lang
2008-07-27
1
-82
/
+10
*
Better naming of activity feed if only one kind of event is displayed (#1323).
Jean-Philippe Lang
2008-07-06
1
-1
/
+4
*
Merged Rails 2.1 compatibility branch.
Jean-Philippe Lang
2008-07-04
1
-1
/
+1
*
Custom fields refactoring: most of code moved from controllers to models (usi...
Jean-Philippe Lang
2008-06-27
1
-12
/
+2
*
Display issue notes in the activity view (#1509).
Jean-Philippe Lang
2008-06-21
1
-1
/
+2
*
Adds new projects atom feed (#1290).
Jean-Philippe Lang
2008-05-27
1
-2
/
+10
*
Moved ProjectsController#list to ProjectsController#index.
Jean-Philippe Lang
2008-05-26
1
-6
/
+1
*
Gantt chart: display issues that don't have a due date if they are assigned t...
Jean-Philippe Lang
2008-05-25
1
-0
/
+7
[next]