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
/
test
/
functional
/
projects_controller_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixes tests broken by r2532 (#2853).
Jean-Philippe Lang
2009-02-28
1
-2
/
+2
*
Moves project menu tests to a dedicated integration test.
Jean-Philippe Lang
2009-02-21
1
-32
/
+0
*
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.
Jean-Philippe Lang
2009-02-21
1
-4
/
+4
*
Adds (a maximum of 3) links to project ancestors in the page title (#2788).
Jean-Philippe Lang
2009-02-20
1
-0
/
+16
*
Converted routing and urls to follow the Rails REST convention.
Eric Davis
2009-01-26
1
-23
/
+176
*
Merged nested projects branch. Removes limit on subproject nesting (#594).
Jean-Philippe Lang
2009-01-24
1
-5
/
+12
*
Jump to the current tab when using the project quick-jump combo (#2364).
Jean-Philippe Lang
2008-12-30
1
-0
/
+17
*
Fixes functional test failures.
Jean-Philippe Lang
2008-12-27
1
-2
/
+2
*
Files module: makes version field non required (#1053).
Jean-Philippe Lang
2008-12-09
1
-2
/
+47
*
Makes activity view accept a user_id param to show user's activity (#1002).
Jean-Philippe Lang
2008-11-30
1
-0
/
+18
*
Adds a css class on menu items in order to apply item specific styles (eg. ic...
Jean-Philippe Lang
2008-11-27
1
-3
/
+6
*
Slight tests fixes.
Jean-Philippe Lang
2008-11-25
1
-0
/
+1
*
Adds support for free ticket filtering and custom queries on Calendar.
Jean-Philippe Lang
2008-09-11
1
-26
/
+2
*
Adds support for free ticket filtering and custom queries on Gantt chart.
Jean-Philippe Lang
2008-09-10
1
-41
/
+0
*
Merged hooks branch @ r1785 into trunk.
Jean-Philippe Lang
2008-09-05
1
-0
/
+19
*
Fixed: activity atom feed broken by r1701 (#1703).
Jean-Philippe Lang
2008-07-30
1
-0
/
+6
*
Activity refactoring.
Jean-Philippe Lang
2008-07-27
1
-46
/
+15
*
Menu mapper: add support for :before, :after and :last options to #push metho...
Jean-Philippe Lang
2008-07-13
1
-0
/
+29
*
Fixed: no :author method error on projects atom feed (#1623).
Jean-Philippe Lang
2008-07-12
1
-0
/
+8
*
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
-1
/
+1
*
Fixes test broken by r1578.
Jean-Philippe Lang
2008-06-24
1
-2
/
+2
*
Moved ProjectsController#list to ProjectsController#index.
Jean-Philippe Lang
2008-05-26
1
-7
/
+1
*
Gantt chart: display issues that don't have a due date if they are assigned t...
Jean-Philippe Lang
2008-05-25
1
-1
/
+10
*
Fixed: Calendar and Gantt show private subprojects even if current user is no...
Jean-Philippe Lang
2008-05-14
1
-2
/
+23
*
Fixed: private subprojects names are revealed on the project overview (#1152).
Jean-Philippe Lang
2008-05-01
1
-0
/
+15
*
Add an icon to each event on the activity view.
Jean-Philippe Lang
2008-04-12
1
-1
/
+1
*
Activity enhancements:
Jean-Philippe Lang
2008-03-11
1
-3
/
+55
*
Display the last 30 days on the activity view rather than the current month.
Jean-Philippe Lang
2008-03-05
1
-2
/
+2
*
Issue list now supports bulk edit/move/delete (#563, #607). For now, issues f...
Jean-Philippe Lang
2008-02-10
1
-26
/
+0
*
Activity test fix (r1120).
Jean-Philippe Lang
2008-02-05
1
-6
/
+8
*
Fixed: custom field selection is not saved when unchecking them all on projec...
Jean-Philippe Lang
2008-01-20
1
-1
/
+2
*
ProjectsController#add_issue moved to IssuesController#new.
Jean-Philippe Lang
2008-01-20
1
-19
/
+0
*
On the calendar, the gantt and in the Tracker filter on the issue list, only ...
Jean-Philippe Lang
2008-01-16
1
-3
/
+3
*
Moved ProjectsController#list_documents and add_document to DocumentsControll...
Jean-Philippe Lang
2007-12-18
1
-7
/
+0
*
Project identifier is now used in URLs (instead of project id).
Jean-Philippe Lang
2007-12-17
1
-5
/
+13
*
Added some tests for projects controller and helper.
Jean-Philippe Lang
2007-12-14
1
-1
/
+47
*
Added some functional tests (projects and repositories).
Jean-Philippe Lang
2007-12-12
1
-1
/
+56
*
Project name format limitation removed (name can now contain any character).
Jean-Philippe Lang
2007-12-03
1
-1
/
+8
*
* Added links to previous and next revisions on revision view (patch by Cyril...
Jean-Philippe Lang
2007-12-01
1
-1
/
+1
*
Added per-project tracker selection. Trackers can be selected on project sett...
Jean-Philippe Lang
2007-11-20
1
-1
/
+1
*
Added issues status changes on the activity view (initial patch by Cyril Moug...
Jean-Philippe Lang
2007-11-08
1
-1
/
+19
*
Moved ProjectsController#list_news to NewsController#index.
Jean-Philippe Lang
2007-11-05
1
-7
/
+0
*
ProjectsController#list_issues, #export_issues_csv and #export_issues_pdf mer...
Jean-Philippe Lang
2007-11-05
1
-28
/
+1
*
Removed IssueStatus html_color attribute.
Jean-Philippe Lang
2007-11-04
1
-1
/
+1
*
Added the hability to copy an issue.
Jean-Philippe Lang
2007-10-28
1
-1
/
+20
*
Fixed: error when bulk editing with Postgresql
Jean-Philippe Lang
2007-10-23
1
-3
/
+3
*
Added 'Bulk edit' functionality.
Jean-Philippe Lang
2007-10-09
1
-0
/
+10
*
The news list now shows the full news contents.
Jean-Philippe Lang
2007-09-22
1
-1
/
+1
*
Added 'Estimated hours' attribute on issues.
Jean-Philippe Lang
2007-09-15
1
-1
/
+1
[next]