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
...
*
Performance improvement on calendar and gantt (about 45% on gantt for large n...
Jean-Philippe Lang
2007-10-03
1
-0
/
+1
*
Small fix in project activity feed.
Jean-Philippe Lang
2007-10-01
1
-1
/
+1
*
Removed ProjectsController#feeds. This view was incomplete and inconsistent w...
Jean-Philippe Lang
2007-10-01
1
-5
/
+0
*
Custom query columns: checkboxes replaced by two selects that let the user sp...
Jean-Philippe Lang
2007-10-01
1
-1
/
+1
*
Project activity view now only shows what the user is allowed to view.
Jean-Philippe Lang
2007-09-24
1
-6
/
+8
*
The news list now shows the full news contents.
Jean-Philippe Lang
2007-09-22
1
-2
/
+2
*
Application layout refactored.
Jean-Philippe Lang
2007-09-22
1
-0
/
+2
*
Project modules are checked (default) when creating a project.
Jean-Philippe Lang
2007-09-15
1
-0
/
+1
*
Main project list now displays root projects with their subprojects.
Jean-Philippe Lang
2007-09-14
1
-15
/
+7
*
Mail notification options restored (default is: issue_added and issue_updated).
Jean-Philippe Lang
2007-09-14
1
-3
/
+4
*
Added project module concept.
Jean-Philippe Lang
2007-09-14
1
-46
/
+9
*
Removed @html_title assignments in controllers.
Jean-Philippe Lang
2007-09-07
1
-1
/
+0
*
Added the ability to move issues (to another project) without changing their ...
Jean-Philippe Lang
2007-08-31
1
-9
/
+10
*
Fixed: "subproject of" list should not show archived projects.
Jean-Philippe Lang
2007-08-29
1
-2
/
+2
*
Fix: error when posting to projects/add or users/add with no custom_fields pa...
Jean-Philippe Lang
2007-08-29
1
-1
/
+1
*
Merged 0.6 branch into trunk.
Jean-Philippe Lang
2007-08-29
1
-62
/
+53
*
Fixed: queries with multiple custom fields return no result.
Jean-Philippe Lang
2007-08-26
1
-3
/
+3
*
Gantt chart can now be exported to a graphic file (png).
Jean-Philippe Lang
2007-08-26
1
-2
/
+7
*
Fixed: calendar and gantt not updated when adding/editing/deleting a project ...
Jean-Philippe Lang
2007-08-25
1
-0
/
+1
*
Code improvement in ProjectsController#activity (Nicolas Chuche)
Jean-Philippe Lang
2007-08-16
1
-12
/
+3
*
Added a link to add a new category when creating or editing an issue.
Jean-Philippe Lang
2007-08-16
1
-2
/
+12
*
Added feeds auto discovery links on projects/show (patch by Nicolas Chuche).
Jean-Philippe Lang
2007-08-16
1
-0
/
+2
*
Activity view improvements:
Jean-Philippe Lang
2007-08-16
1
-5
/
+15
*
Overdue versions (date reached and open issues > 0) are now always displayed ...
Jean-Philippe Lang
2007-08-12
1
-2
/
+2
*
Applied the flash notices patch by Matt Jones (slightly edited).
Jean-Philippe Lang
2007-08-02
1
-1
/
+1
*
Each category can now be associated to a user, so that new issues in that cat...
Jean-Philippe Lang
2007-06-29
1
-10
/
+5
*
Fixed Iconv::IllegalSequence errors in csv exports
Jean-Philippe Lang
2007-06-23
1
-2
/
+2
*
Added per user custom queries.
Jean-Philippe Lang
2007-06-23
1
-18
/
+1
*
Added an error message when trying to create an issue with no default status ...
Jean-Philippe Lang
2007-06-12
1
-0
/
+5
*
Added basic support for CVS and Mercurial SCMs.
Jean-Philippe Lang
2007-06-12
1
-3
/
+5
*
Fixed: error on csv/pdf export and feeds (oracle)
Jean-Philippe Lang
2007-05-29
1
-2
/
+2
*
Added the ability to archive projects:
Jean-Philippe Lang
2007-05-27
1
-4
/
+19
*
Versions can now be created with no date.
Jean-Philippe Lang
2007-05-20
1
-17
/
+7
*
"me" value is now available in queries for "assigned to" and "author" filters.
Jean-Philippe Lang
2007-05-08
1
-1
/
+2
*
Removed "Wiki edits" option in the activity view if the project has no wiki.
Jean-Philippe Lang
2007-05-07
1
-1
/
+1
*
Added an option to see all versions in the roadmap view (including completed ...
Jean-Philippe Lang
2007-05-07
1
-2
/
+3
*
Added fragment caching for calendar and gantt views
Jean-Philippe Lang
2007-05-06
1
-0
/
+2
*
Members management in project settings is now AJAXified
Jean-Philippe Lang
2007-05-05
1
-9
/
+7
*
Issue relations first commit (not thoroughly tested). 4 kinds of relation are...
Jean-Philippe Lang
2007-05-05
1
-0
/
+3
*
Subproject name added in csv and pdf exports.
Jean-Philippe Lang
2007-04-30
1
-3
/
+5
*
Fixed: last day of the month not included in project activity
Jean-Philippe Lang
2007-04-30
1
-1
/
+1
*
Added a quick search form in page header. Search functionality moved to a ded...
Jean-Philippe Lang
2007-04-30
1
-27
/
+1
*
Subproject name displayed on issue list, calendar and gantt (only for issues ...
Jean-Philippe Lang
2007-04-27
1
-2
/
+2
*
Fixed: 10342 Creation of Schema in Oracle
Jean-Philippe Lang
2007-04-25
1
-3
/
+3
*
Fixed: default status not showing in new issue
Jean-Philippe Lang
2007-04-24
1
-1
/
+1
*
Fixed 10337 Regression: Admin raises issue in project not assigned to
Jean-Philippe Lang
2007-04-24
1
-1
/
+1
*
Projects menu item now shows the list of public projects and projects for whi...
Jean-Philippe Lang
2007-04-21
1
-2
/
+2
*
Fixed: error when exporting to PDF an issue list using a custom field filter.
Jean-Philippe Lang
2007-04-21
1
-1
/
+1
*
Custom fields for issues can now be used as filters on issue list.
Jean-Philippe Lang
2007-04-17
1
-2
/
+2
*
Various changes on views. On project summary, members are now grouped by role...
Jean-Philippe Lang
2007-04-08
1
-1
/
+1
[prev]
[next]