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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Role-based issue custom field visibility (#5037).
Jean-Philippe Lang
2013-07-13
1
-2
/
+2
*
remove redundant empty lines from PluginTest
Toshi MARUYAMA
2013-06-06
1
-12
/
+0
*
gantt: sort versions by start date (#7335)
Toshi MARUYAMA
2013-05-21
1
-0
/
+25
*
gantt: sort issues by start date (#7335)
Toshi MARUYAMA
2013-05-21
1
-0
/
+47
*
upgrade mocha 0.14 and remove deprecation warning
Toshi MARUYAMA
2013-05-21
6
-6
/
+6
*
Removed some shoulda context.
Jean-Philippe Lang
2013-05-18
1
-12
/
+10
*
gantt: add test to sort issues by current logic (#7335)
Toshi MARUYAMA
2013-05-17
1
-0
/
+20
*
Fixed that ordered/unordered lists inside table cell are mangled (#14038).
Jean-Philippe Lang
2013-05-14
1
-0
/
+36
*
Add missing tests for Redmine::MenuManager::Mapper#initialize.
Jean-Baptiste Barth
2013-05-03
1
-1
/
+12
*
Add missing tests for Redmine::Helpers::Gantt#number_of_rows.
Jean-Baptiste Barth
2013-05-02
1
-2
/
+17
*
Remove duplicate test Redmine::I18nTest#test_time_format (keeping the most co...
Jean-Baptiste Barth
2013-05-02
1
-9
/
+0
*
Allow plugins to define their base directory (#13927).
Jean-Baptiste Barth
2013-05-02
1
-0
/
+12
*
fix diff error in case of line_left out of range (#13644)
Toshi MARUYAMA
2013-04-05
1
-0
/
+64
*
add test to ensure language name is UTF-8 (#12475)
Toshi MARUYAMA
2013-03-21
1
-1
/
+3
*
fix that diff outputs become ??? in some non ASCII words (#12641)
Toshi MARUYAMA
2013-03-07
1
-0
/
+23
*
Test failure with ruby 2.0.
Jean-Philippe Lang
2013-03-01
1
-3
/
+3
*
Removed unused fixtures.
Jean-Philippe Lang
2013-02-11
2
-2
/
+1
*
Adds tests for Redmine::MenuManager.
Jean-Philippe Lang
2013-01-20
1
-4
/
+10
*
Don't use Iconv with ruby1.9 (#12787).
Jean-Philippe Lang
2013-01-12
1
-1
/
+0
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
35
-35
/
+35
*
Fixed: Cannot edit a wiki section which title starts with a tab (#12799).
Jean-Philippe Lang
2013-01-10
1
-0
/
+14
*
Fixed that macros with uppercase letters can not be called (#12744).
Jean-Philippe Lang
2013-01-05
1
-0
/
+6
*
Split #per_page_links helper and moved test to specific test case.
Jean-Philippe Lang
2012-12-17
1
-0
/
+34
*
Replaces the classic_pagination plugin with a simple pagination module.
Jean-Philippe Lang
2012-12-17
1
-0
/
+94
*
Adds STI to Query model. Issue queries are now IssueQuery instances.
Jean-Philippe Lang
2012-12-09
1
-1
/
+1
*
Make the tests pass when config.threadsafe! is enabled (#12097).
Jean-Philippe Lang
2012-12-02
1
-0
/
+1
*
Fixed that #extract_macro_options should not be greedy (#12451).
Jean-Philippe Lang
2012-11-27
1
-0
/
+19
*
Cache languages names to avoid loading all translations files.
Jean-Philippe Lang
2012-11-18
1
-0
/
+11
*
Makes Plugin#requires_redmine accept a range of versions (#12299).
Jean-Philippe Lang
2012-11-17
1
-10
/
+25
*
Makes Plugin#requires_redmine accept only major and minor version (#12299).
Jean-Philippe Lang
2012-11-17
1
-0
/
+12
*
Rewrites requires_redmine tests.
Jean-Philippe Lang
2012-11-17
1
-17
/
+19
*
Fixed some more test/unit/*_test.rb breaking when run alone (#12285)
Jean-Baptiste Barth
2012-11-01
1
-1
/
+1
*
Ignore non-working days when rescheduling an issue (#2161).
Jean-Philippe Lang
2012-10-29
1
-0
/
+76
*
fix scm_iconv local variable name (#12228)
Toshi MARUYAMA
2012-10-28
1
-0
/
+17
*
Adds a macro for inserting collapsed text (#12167).
Jean-Philippe Lang
2012-10-20
1
-0
/
+30
*
Set proper locale.
Jean-Philippe Lang
2012-10-13
1
-0
/
+2
*
Tests cleanup.
Jean-Philippe Lang
2012-10-13
1
-0
/
+16
*
Remove Issue.generate_for_project! test helper and use Issue.generate! instead.
Jean-Philippe Lang
2012-10-12
1
-3
/
+3
*
fix number_to_currency() raises exception on Rails3 bs and de locale (#11922)
Toshi MARUYAMA
2012-09-26
1
-0
/
+18
*
remove empty setup method from test/unit/lib/redmine/unified_diff_test.rb
Toshi MARUYAMA
2012-09-19
1
-4
/
+0
*
use git diff format for all diff (#11868)
Toshi MARUYAMA
2012-09-19
1
-0
/
+54
*
scm: bazaar: add entry test to unit lib test
Toshi MARUYAMA
2012-09-17
1
-0
/
+31
*
scm: git: add entry test to unit lib test
Toshi MARUYAMA
2012-09-17
1
-0
/
+31
*
scm: bazaar: add revisions test to unit lib test
Toshi MARUYAMA
2012-09-17
1
-0
/
+16
*
Adds a "depth" option to the child_pages macro (#10789).
Jean-Philippe Lang
2012-09-16
1
-3
/
+15
*
scm: mercurial: add test of diff from new to old revision to unit lib test
Toshi MARUYAMA
2012-09-16
1
-1
/
+10
*
scm: bazaar: add diff test to unit lib test
Toshi MARUYAMA
2012-09-16
1
-0
/
+7
*
scm: git: remove unnecessary encoding header from unit adapter test
Toshi MARUYAMA
2012-09-15
1
-1
/
+0
*
scm: git: change test author encoding in unit adapter test to ASCII-8BIT
Toshi MARUYAMA
2012-09-15
1
-1
/
+1
*
add copyright statement to test/unit/lib/redmine/scm/adapters/*.rb
Toshi MARUYAMA
2012-09-14
6
-0
/
+100
[next]