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
/
unit
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
add unit test of error message in case that member role is empty
Toshi MARUYAMA
2011-12-08
1
-0
/
+8
*
back out r8124
Toshi MARUYAMA
2011-12-08
1
-1
/
+0
*
Rails3: model: Member: errors must be set on existing attributes
Toshi MARUYAMA
2011-12-08
1
-0
/
+1
*
Fixed that custom values get saved when assigning custom values after changin...
Jean-Philippe Lang
2011-12-06
1
-0
/
+16
*
Fixed: error when filtering by numeric custom field with postgresql (#9719).
Jean-Philippe Lang
2011-12-05
1
-4
/
+35
*
Removed unnecessary calculations in time entries index.
Jean-Philippe Lang
2011-12-04
1
-48
/
+0
*
Makes spent time column available on the issue list (#971).
Jean-Philippe Lang
2011-12-04
1
-0
/
+7
*
add unit test to validate watcher
Toshi MARUYAMA
2011-12-04
1
-0
/
+7
*
add unit test to ensure user preference others is hash in saving
Toshi MARUYAMA
2011-12-04
1
-0
/
+14
*
add unit test of member_role validate
Toshi MARUYAMA
2011-12-04
1
-0
/
+9
*
Adds tests for plugin API.
Jean-Philippe Lang
2011-12-03
1
-0
/
+30
*
Don't change setting value in tests.
Jean-Philippe Lang
2011-12-03
1
-4
/
+6
*
add test to check to set issue category assignee nil in destroying member
Toshi MARUYAMA
2011-12-03
1
-1
/
+4
*
Adds a test for child_pages macro failure.
Jean-Philippe Lang
2011-12-03
1
-0
/
+4
*
Adds a test for macro registration.
Jean-Philippe Lang
2011-12-03
1
-0
/
+11
*
Adds a test for macro_list wiki macro.
Jean-Philippe Lang
2011-12-03
1
-0
/
+5
*
Fixed test_updated_on_eager_load.
Jean-Philippe Lang
2011-12-03
1
-1
/
+1
*
fix member validate test of empty role at unit test
Toshi MARUYAMA
2011-12-03
1
-1
/
+5
*
add gmtime at unit wiki page "test_updated_on_eager_load" for Rails3 compatib...
Toshi MARUYAMA
2011-12-03
1
-0
/
+1
*
Makes the link in an issue update notification point to the change (#9690).
Jean-Philippe Lang
2011-12-02
1
-3
/
+8
*
Fixed: crypting blank passwords raises an error (#9137).
Jean-Philippe Lang
2011-11-29
1
-0
/
+8
*
Fixed: Wiki section edit escapes pre tags inside pre blocks (#9673).
Jean-Philippe Lang
2011-11-28
1
-0
/
+5
*
Fixed: Wiki section edit escapes code tags inside pre blocks (#9673).
Jean-Philippe Lang
2011-11-28
1
-0
/
+5
*
Adds #current_version? method to wiki content.
Jean-Philippe Lang
2011-11-28
1
-0
/
+7
*
Fixed: Angle brackets within 'pre' blocks are silently replaced by HTML entit...
Jean-Philippe Lang
2011-11-28
1
-0
/
+10
*
Fixes require path in test.
Jean-Philippe Lang
2011-11-27
1
-1
/
+1
*
Improved user creation from incoming email.
Jean-Philippe Lang
2011-11-27
1
-0
/
+40
*
Sort the issue list by author/assignee according to user display format (#9669).
Jean-Philippe Lang
2011-11-26
2
-0
/
+40
*
Limit the characters stripped by Attachment#sanitize_filename (#4324).
Jean-Philippe Lang
2011-11-24
1
-0
/
+21
*
pdf: lib: add the method to return attachment from filename and encoding (#3261)
Toshi MARUYAMA
2011-11-24
1
-0
/
+37
*
reset Attachment.storage_path at the end of attachment tests
Toshi MARUYAMA
2011-11-24
2
-0
/
+3
*
code layout clean up test/unit/helpers/application_helper_test.rb
Toshi MARUYAMA
2011-11-24
1
-7
/
+5
*
add missing fixtures at unit attachment test
Toshi MARUYAMA
2011-11-24
1
-1
/
+2
*
move logic to use latest image file attachment to class method for common use...
Toshi MARUYAMA
2011-11-24
1
-0
/
+20
*
add unit application helper test to use latest image file (#3261)
Toshi MARUYAMA
2011-11-24
1
-0
/
+25
*
Fixed stub.
Jean-Philippe Lang
2011-11-23
1
-1
/
+1
*
use temporary attachments directory in unit attachment test
Toshi MARUYAMA
2011-11-23
1
-0
/
+1
*
fix inconsistent image filename extensions (#9638)
Toshi MARUYAMA
2011-11-23
1
-0
/
+53
*
Fixed: TMail 1.2.7 malforms To header when number of recipients more then 8 (...
Jean-Philippe Lang
2011-11-20
1
-0
/
+8
*
Fixed: Issue filter by assigned_to_role is not project specific (#9540).
Jean-Philippe Lang
2011-11-19
1
-27
/
+50
*
Adds a way to filter issues with or without start date (#9607).
Jean-Philippe Lang
2011-11-19
1
-0
/
+16
*
Wiki links for news and forums (#9600).
Jean-Philippe Lang
2011-11-19
1
-1
/
+11
*
Handle the case of a text formatter that doesn't support section edit (#2222).
Jean-Philippe Lang
2011-11-18
1
-0
/
+10
*
Wiki: allows single section edit (#2222).
Jean-Philippe Lang
2011-11-18
1
-0
/
+105
*
move repositories helper to_utf8 tests to new CodesetUtilTest (#2371)
Toshi MARUYAMA
2011-11-18
1
-22
/
+21
*
move iconv from utf8 logic from pdf to lib/redmine/codeset_util.rb for common...
Toshi MARUYAMA
2011-11-16
1
-47
/
+17
*
Fixed: Deleting a subtasks doesn't update parent's rgt & lft values, introduc...
Jean-Philippe Lang
2011-11-15
1
-0
/
+14
*
Additional tests for email From header (#9564).
Jean-Philippe Lang
2011-11-14
1
-1
/
+11
*
Replaced non standard Precedence email header with "X-Auto-Response-Suppress:...
Jean-Philippe Lang
2011-11-13
1
-1
/
+1
*
Adds a method to clear the settings cache.
Jean-Philippe Lang
2011-11-13
1
-0
/
+13
[prev]
[next]