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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tests should not change settings.
Jean-Philippe Lang
2012-07-08
15
-61
/
+94
*
Code cleanup.
Jean-Philippe Lang
2012-07-08
1
-0
/
+54
*
Fixed test failure.
Jean-Philippe Lang
2012-07-08
1
-0
/
+1
*
Test failure.
Jean-Philippe Lang
2012-07-07
1
-0
/
+3
*
Code cleanup.
Jean-Philippe Lang
2012-07-07
1
-0
/
+41
*
Code cleanup.
Jean-Philippe Lang
2012-07-07
1
-0
/
+4
*
Fixed that deleting the last reply of a topic does not update last_reply_id.
Jean-Philippe Lang
2012-07-07
1
-0
/
+15
*
Displays thumbnails of attached images of the issue view (#1006).
Jean-Philippe Lang
2012-07-07
5
-2
/
+109
*
Adds a configurable timeout for LDAP authentication (#8978).
Jean-Philippe Lang
2012-07-07
1
-0
/
+10
*
Fixed test case name.
Jean-Philippe Lang
2012-07-07
1
-1
/
+1
*
Fixed: Openid registration form should not require user to enter password (#1...
Jean-Philippe Lang
2012-07-07
2
-1
/
+38
*
Code cleanup.
Jean-Philippe Lang
2012-07-07
1
-1
/
+1
*
Enable openid in test case setup.
Jean-Philippe Lang
2012-07-07
1
-9
/
+5
*
Moved openid functional tests for their own test case.
Jean-Philippe Lang
2012-07-07
2
-103
/
+133
*
Fixed: escaped link in conflict resolution form (#11341).
Jean-Philippe Lang
2012-07-07
1
-4
/
+8
*
Ignore emails with "Auto-Submitted: auto-*" header (#11338).
Jean-Philippe Lang
2012-07-07
1
-1
/
+2
*
Adds Private filter to the issue list (#8577).
Jean-Philippe Lang
2012-07-05
1
-0
/
+30
*
Perf: use a custom decoder for Role#permissions instead of YAML.load.
Jean-Philippe Lang
2012-07-05
1
-0
/
+5
*
Ability to disable standard fields on a per tracker basis (#1091).
Jean-Philippe Lang
2012-07-05
3
-0
/
+105
*
Fixed test failure.
Jean-Philippe Lang
2012-07-04
1
-1
/
+1
*
Fixed: unified diff link broken on specific file/revision diff (#11325).
Jean-Philippe Lang
2012-07-04
1
-4
/
+24
*
Fixed: Can't filter for negative numeric custom field (#11307).
Jean-Philippe Lang
2012-07-04
1
-0
/
+28
*
Fixed: Link is escaped in wiki added/updated notification email (#11262).
Jean-Philippe Lang
2012-06-26
1
-0
/
+10
*
Fixed that wiki diff may produce html (#11209).
Jean-Philippe Lang
2012-06-26
1
-3
/
+11
*
Fixed that root projects are escaped twice in the project drop down (#11217).
Jean-Philippe Lang
2012-06-26
1
-0
/
+10
*
Makes Redmine.pm handle project status (#3640).
Jean-Philippe Lang
2012-06-25
1
-0
/
+43
*
Ability to close projects (read-only) (#3640).
Jean-Philippe Lang
2012-06-25
5
-0
/
+78
*
add missing fixture to test/unit/query_test.rb
Toshi MARUYAMA
2012-06-23
1
-1
/
+2
*
Reversed order of priorities on the issue summary page (#11205).
Jean-Philippe Lang
2012-06-20
1
-1
/
+8
*
Makes repository url read-only after saving.
Jean-Philippe Lang
2012-06-20
1
-2
/
+2
*
Make repository identifier accept underscores (#11192).
Jean-Philippe Lang
2012-06-19
1
-0
/
+9
*
fix test_global_index of functional activities controller test fails around U...
Toshi MARUYAMA
2012-06-19
1
-1
/
+4
*
scm: git: fix unable to run unit lib test if git binary is not available on W...
Toshi MARUYAMA
2012-06-18
1
-10
/
+10
*
Fix: Unable to run unit and functional tests if git binary is not available.
Jean-Philippe Lang
2012-06-18
2
-20
/
+20
*
Fixed that deleting a project with subtasks may fail (#11185).
Jean-Philippe Lang
2012-06-18
2
-0
/
+36
*
fix unit test fails on Ruby 1.8 and JRuby (#2190)
Toshi MARUYAMA
2012-06-17
1
-1
/
+3
*
Display dates using user's locale if available (#2190).
Etienne Massip
2012-06-16
1
-1
/
+27
*
Fixed that time entries should be sorted by date and created_on (#11178).
Jean-Philippe Lang
2012-06-16
1
-0
/
+14
*
Fixed that sticky messages are not displayed first (#11170).
Jean-Philippe Lang
2012-06-16
1
-0
/
+14
*
Fixed that time report raises a SQL error if there are multiple CustomValue f...
Jean-Philippe Lang
2012-06-14
1
-0
/
+10
*
Adds support for Git's smart HTTP protocol to Redmine.pm (#4905).
Jean-Philippe Lang
2012-06-14
1
-0
/
+97
*
Additional tests for Redmine.pm.
Jean-Philippe Lang
2012-06-14
1
-1
/
+36
*
Use a random filename.
Jean-Philippe Lang
2012-06-12
1
-1
/
+1
*
Start implementing tests for Redmine.pm perl module.
Jean-Philippe Lang
2012-06-12
3
-1
/
+300
*
Fixed that Subversion#load_entries_changesets raises an error if entries is nil.
Jean-Philippe Lang
2012-06-12
1
-0
/
+5
*
Fixed that lines with spaces only before headings break wiki section extracti...
Jean-Philippe Lang
2012-06-11
1
-0
/
+25
*
fix test_user_index of activities controller test fails at Japanese morning a...
Toshi MARUYAMA
2012-06-11
1
-1
/
+5
*
add some avatar tests
Toshi MARUYAMA
2012-06-11
1
-0
/
+8
*
Fixed that Repository#entries returns an Array.
Jean-Philippe Lang
2012-06-10
7
-1
/
+28
*
Configurable session lifetime and timeout (#6597).
Jean-Philippe Lang
2012-06-10
1
-0
/
+113
[next]