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
*
remove unneeded trailing ';' from test/functional/repositories_git_controller...
Toshi MARUYAMA
2014-05-07
1
-1
/
+1
*
Mailer.token_for generates invalid message_id when using from address with fu...
Jean-Philippe Lang
2014-05-02
1
-0
/
+6
*
Blank content type for attachments attached via Ajax file upload (Patch by Je...
Jean-Philippe Lang
2014-05-02
1
-0
/
+9
*
Field set as read-only still available in the issues list context menu (#16755).
Jean-Philippe Lang
2014-05-02
2
-0
/
+22
*
Crash in markdown formatter causes ruby process to end (#16781).
Jean-Philippe Lang
2014-05-02
1
-0
/
+12
*
add patch for regression of Hash#reject in Ruby 2.1.1 (#16194)
Toshi MARUYAMA
2014-05-01
1
-0
/
+61
*
Missing type=array attributes in custom fields API (#16739).
Jean-Philippe Lang
2014-04-26
1
-0
/
+2
*
Redmine links not working with html escpaed characters (#16668).
Jean-Philippe Lang
2014-04-26
1
-0
/
+8
*
Set Redcarpet :no_intra_emphasis to true (#16669).
Jean-Philippe Lang
2014-04-26
1
-0
/
+4
*
Set default start date on issues created by email if default_issue_start_date...
Jean-Philippe Lang
2014-04-26
1
-13
/
+23
*
fix typo at test/unit/helpers/application_helper_test.rb
Toshi MARUYAMA
2014-04-16
1
-1
/
+1
*
remove unneeded tabs from test/functional/repositories_cvs_controller_test.rb
Toshi MARUYAMA
2014-04-15
1
-1
/
+1
*
fix typos at unit version test
Toshi MARUYAMA
2014-04-07
1
-2
/
+2
*
Exclude custom fields with multiple values from time report criteria (#16519).
Jean-Philippe Lang
2014-04-06
1
-1
/
+13
*
Fixed that back_url=/ param is ignored (#16467).
Jean-Philippe Lang
2014-04-05
1
-2
/
+8
*
Fixed back url verification (#16466).
Jean-Philippe Lang
2014-03-29
1
-2
/
+8
*
fix race condition of highest rgt at Issue#update_nested_set_attributes_on_pa...
Toshi MARUYAMA
2014-03-26
1
-3
/
+7
*
fix always new lft and rgt are lft = 1, rgt = 2 (#6579)
Toshi MARUYAMA
2014-03-26
1
-1
/
+2
*
Don't run the test if Redcarpet is not available (#16236).
Jean-Philippe Lang
2014-03-21
1
-0
/
+2
*
Let user choose an issue of another project when updating a time entry (#16338).
Jean-Philippe Lang
2014-03-21
1
-0
/
+22
*
Fixed: right-aligned table of contents (TOC) not working with markdown (#16236).
Jean-Philippe Lang
2014-03-21
1
-0
/
+16
*
Don't clear plugins in tests (#16258).
Jean-Philippe Lang
2014-03-21
1
-3
/
+6
*
Don't clear plugins in tests (#16258).
Jean-Philippe Lang
2014-03-21
1
-1
/
+2
*
Fixed: Error generated on 'search for watchers to add' after clicking add wit...
Jean-Philippe Lang
2014-03-21
1
-0
/
+7
*
Fixed test failure (#16362).
Jean-Philippe Lang
2014-03-17
1
-3
/
+1
*
Wrong argument.
Jean-Philippe Lang
2014-03-17
1
-13
/
+12
*
Adds an option to send email on "Assignee updated" in application settings (#...
Jean-Philippe Lang
2014-03-17
2
-3
/
+39
*
remove garbage comment from test/integration/account_test.rb
Toshi MARUYAMA
2014-03-15
1
-1
/
+0
*
Fixed that requesting a specific version of a non-existent wiki page raises a...
Jean-Philippe Lang
2014-03-15
1
-0
/
+5
*
Fixed that integer custom fields with "Link values to URL" set are displayed ...
Jean-Philippe Lang
2014-03-15
2
-0
/
+39
*
Watcher search now displays project members by default.
Jean-Philippe Lang
2014-03-02
1
-2
/
+1
*
Changeset comments set to longtext for handling comments > 64KB with Mysql (#...
Jean-Philippe Lang
2014-02-28
1
-0
/
+11
*
Fixed that non-empty blank strings as custom field values are not properly va...
Jean-Philippe Lang
2014-02-28
1
-0
/
+8
*
scm: mercurial: add one "closed" branch to test repository (#16177)
Toshi MARUYAMA
2014-02-26
4
-6
/
+6
*
Bulk edit workflows for multiple trackers/roles (#16164).
Jean-Philippe Lang
2014-02-25
2
-63
/
+166
*
explicitly set encoding UTF-8 (#16107)
Toshi MARUYAMA
2014-02-22
1
-1
/
+6
*
add "assert_response 401" to tests (#16107)
Toshi MARUYAMA
2014-02-22
1
-0
/
+2
*
Strip invalid UTF-8 bytes in User#find_by_login (#16107).
Jean-Philippe Lang
2014-02-22
1
-1
/
+7
*
Trigger basic HTTP authentication only when Basic authorization header is pre...
Jean-Philippe Lang
2014-02-22
1
-0
/
+10
*
fix newline of fixture (#16122)
Toshi MARUYAMA
2014-02-18
1
-6
/
+6
*
add test of gmail ISO-8859-2 mail receiving (#16122)
Toshi MARUYAMA
2014-02-18
2
-0
/
+22
*
add test of quoted printable UTF-8 mail reviving (#14675)
Toshi MARUYAMA
2014-02-17
2
-0
/
+30
*
Rails4: fix time related git unit test failure
Toshi MARUYAMA
2014-02-15
1
-1
/
+1
*
Fixed that collapse macro with headings breaks the table of contents (#16077).
Jean-Philippe Lang
2014-02-15
1
-0
/
+16
*
Fixed: Export CSV - Custom field true/false not using translation (#16081).
Jean-Philippe Lang
2014-02-15
2
-0
/
+22
*
use escaped "Can't" constant at MailerTest
Toshi MARUYAMA
2014-02-14
1
-3
/
+3
*
Rails4: fix time related git adapter test failures
Toshi MARUYAMA
2014-02-14
1
-2
/
+2
*
add missing fixtures to TimeEntryReportsControllerTest
Toshi MARUYAMA
2014-02-14
1
-1
/
+3
*
Rails4: fix PreviewsControllerTest assert_template failures
Toshi MARUYAMA
2014-02-13
1
-3
/
+3
*
Rails4: replace hard-coded html with class at ApplicationHelperTest#test_wiki...
Toshi MARUYAMA
2014-02-13
1
-17
/
+67
[next]