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
*
Show estimated time on the overview page as well as spent time (#30464).
Go MAEDA
2019-01-22
1
-0
/
+12
*
Let admins unarchive the project when trying to access an archived project (#...
Jean-Philippe Lang
2018-12-02
1
-2
/
+14
*
Mark default version in versions tab from project settings (#27799).
Go MAEDA
2018-08-09
1
-0
/
+21
*
Fix improper way of getting roles in test_settings_should_show_tabs_depending...
Go MAEDA
2018-06-03
1
-3
/
+4
*
Tests for r17359 (#28693).
Go MAEDA
2018-06-03
1
-0
/
+22
*
Adds a few tests.
Jean-Philippe Lang
2017-07-31
1
-0
/
+10
*
Removes wiki tab in project settings (#26579).
Jean-Philippe Lang
2017-07-30
1
-15
/
+0
*
Project settings: Move issue tracking settings to their own tab (#26488).
Jean-Philippe Lang
2017-07-27
1
-4
/
+2
*
Removes the Modules tab in project settings (#26488).
Jean-Philippe Lang
2017-07-26
1
-4
/
+6
*
Fixed that issue counts are 0 on project overview (#26376).
Jean-Philippe Lang
2017-07-08
1
-0
/
+10
*
Don't redirect anonymous users to the login form when module is disabled (#26...
Jean-Philippe Lang
2017-06-26
1
-2
/
+2
*
Update copyright.
Jean-Philippe Lang
2017-06-25
1
-1
/
+1
*
Use Rails 5 syntax for functional tests.
Jean-Philippe Lang
2017-05-31
1
-128
/
+323
*
Moves project quick search to a dedicated action.
Jean-Philippe Lang
2017-05-13
1
-2
/
+2
*
Adds a link to all projects in the jump drop down (#23310).
Jean-Philippe Lang
2017-01-10
1
-0
/
+10
*
Fixed that project settings should show locked members (#22034).
Jean-Philippe Lang
2016-12-31
1
-0
/
+12
*
Replaces project jump select with custom dropdown (#23310).
Jean-Philippe Lang
2016-11-26
1
-0
/
+6
*
Enable filtering versions on Project -> Settings -> Versions (#22608).
Jean-Philippe Lang
2016-08-30
1
-0
/
+30
*
Disable "Select project modules" permission does not apply to the new project...
Jean-Philippe Lang
2016-08-30
1
-0
/
+44
*
Removes calls to #assert_template and #assigns in functional tests.
Jean-Philippe Lang
2016-07-19
1
-51
/
+32
*
Adds our own class for controller tests.
Jean-Philippe Lang
2016-07-14
1
-1
/
+1
*
Removed the "New issue" menu item (#6204).
Jean-Philippe Lang
2016-04-19
1
-24
/
+0
*
Updates copyright for 2016.
Jean-Philippe Lang
2016-03-13
1
-1
/
+1
*
Error message when editing a child project without add project/subprojects pe...
Jean-Philippe Lang
2015-09-21
1
-0
/
+11
*
Project copy does not copy custom field settings (#20360).
Jean-Philippe Lang
2015-09-20
1
-0
/
+14
*
Fixed invalid search link on the new project form (#20565).
Jean-Philippe Lang
2015-09-20
1
-0
/
+9
*
Adds a configuration setting to enable sudo mode, disabled by default (#19851).
Jean-Philippe Lang
2015-06-19
1
-1
/
+0
*
Require password re-entry for sensitive actions (#19851).
Jean-Philippe Lang
2015-06-19
1
-0
/
+1
*
Menu should not include "New issue" for users with copy issues permission only.
Jean-Philippe Lang
2015-05-30
1
-0
/
+10
*
Custom field (long text format) displayed even if empty (#19482).
Jean-Philippe Lang
2015-04-25
1
-0
/
+9
*
Add support for multiple email addresses per user (#4244).
Jean-Philippe Lang
2015-01-17
1
-1
/
+1
*
Copyright update.
Jean-Philippe Lang
2015-01-11
1
-1
/
+1
*
Fixed: Custom field is rendered, even if its value is empty (for multiple) (#...
Jean-Philippe Lang
2015-01-10
1
-0
/
+12
*
Fixed that project copy triggers a 500 error if project validation fails.
Jean-Philippe Lang
2015-01-07
1
-0
/
+7
*
Replaced "can't" with "cannot" in error messages.
Jean-Philippe Lang
2014-12-21
1
-1
/
+1
*
Tab "New Issue" should not be displayed if a project has no trackers (#18571).
Jean-Philippe Lang
2014-12-05
1
-0
/
+14
*
Adds a few tests.
Jean-Philippe Lang
2014-12-03
1
-0
/
+8
*
add missing fixtures to test/functional/projects_controller_test.rb
Toshi MARUYAMA
2014-11-30
1
-1
/
+2
*
Error raised on project settings after project wiki is deleted (#18429).
Jean-Philippe Lang
2014-11-28
1
-0
/
+14
*
Replaced remaining #assert_tag with #assert_select.
Jean-Philippe Lang
2014-11-22
1
-1
/
+1
*
Quote values in DOM selectors for Nokogiri compatibility.
Jean-Philippe Lang
2014-11-20
1
-2
/
+2
*
use escaped "can't" constant at ProjectsControllerTest
Toshi MARUYAMA
2014-02-04
1
-1
/
+1
*
code format clean up ProjectsControllerTest
Toshi MARUYAMA
2014-02-04
1
-2
/
+4
*
update copyright year (#15977)
Toshi MARUYAMA
2014-01-29
1
-1
/
+1
*
Fixed that the sidebar may be displayed empty (#15414).
Jean-Philippe Lang
2013-11-20
1
-0
/
+10
*
Adds a project specific css class to body (#14767).
Jean-Philippe Lang
2013-09-29
1
-0
/
+5
*
not use assert_not_nil in Errors#[]
Toshi MARUYAMA
2013-07-30
1
-3
/
+3
*
Cleanup of finders with :conditions option.
Jean-Philippe Lang
2013-06-12
1
-1
/
+1
*
Code cleanup.
Jean-Philippe Lang
2013-02-18
1
-246
/
+239
*
Typo that makes the checkbox not visible (#5605).
Jean-Philippe Lang
2013-02-02
1
-0
/
+2
[next]