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
*
Added per-project tracker selection. Trackers can be selected on project sett...
Jean-Philippe Lang
2007-11-20
1
-10
/
+16
*
Anonymous users can now be allowed to create, edit, comment issues, comment n...
Jean-Philippe Lang
2007-11-20
1
-6
/
+5
*
Fixed: Update of time entry fails when the issue has been moved to an other p...
Jean-Philippe Lang
2007-11-17
1
-17
/
+10
*
Fixed: admin should be able to move issues to any project.
Jean-Philippe Lang
2007-11-14
1
-2
/
+7
*
Custom fields can now be reordered.
Jean-Philippe Lang
2007-11-12
1
-6
/
+6
*
Added issues status changes on the activity view (initial patch by Cyril Moug...
Jean-Philippe Lang
2007-11-08
1
-0
/
+1
*
Added forums topics on the activity view (disabled by default).
Jean-Philippe Lang
2007-11-07
1
-2
/
+9
*
Moved ProjectsController#list_news to NewsController#index.
Jean-Philippe Lang
2007-11-05
1
-11
/
+1
*
ProjectsController#list_issues, #export_issues_csv and #export_issues_pdf mer...
Jean-Philippe Lang
2007-11-05
1
-138
/
+4
*
Added radio buttons on the documents list to sort documents by category, date...
Jean-Philippe Lang
2007-11-04
1
-1
/
+13
*
Added the hability to copy an issue.
Jean-Philippe Lang
2007-10-28
1
-18
/
+20
*
Fixed: error when bulk editing with Postgresql
Jean-Philippe Lang
2007-10-23
1
-5
/
+5
*
New document form can be accessed from the document list with no additional r...
Jean-Philippe Lang
2007-10-18
1
-1
/
+0
*
Added the ability to unassign issues with bulk edit.
Jean-Philippe Lang
2007-10-18
1
-1
/
+1
*
Removed translated email templates attachments_added and document_added (no l...
Jean-Philippe Lang
2007-10-12
1
-2
/
+2
*
Status can now be updated when bulk editing issues.
Jean-Philippe Lang
2007-10-12
1
-2
/
+10
*
Gantt chart:
Jean-Philippe Lang
2007-10-11
1
-4
/
+12
*
Bulk editing:
Jean-Philippe Lang
2007-10-11
1
-2
/
+7
*
Fixed: Bulk edit doesn't change the category or fixed version properties.
Jean-Philippe Lang
2007-10-10
1
-0
/
+4
*
Added 'Bulk edit' functionality.
Jean-Philippe Lang
2007-10-09
1
-0
/
+30
*
Calendar:
Jean-Philippe Lang
2007-10-07
1
-15
/
+7
*
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
[next]