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
*
Make sure that "today" does not change during tests.
Jean-Philippe Lang
2012-04-27
1
-13
/
+13
*
Fixed gantt_test, Date.today and 0.day.from_now may not be the same depending...
Jean-Philippe Lang
2012-04-27
1
-26
/
+30
*
scm: git: fix test revision value of unit lib test
Toshi MARUYAMA
2012-04-27
1
-5
/
+5
*
add fixtures to test/unit/lib/redmine/helpers/gantt_test.rb
Toshi MARUYAMA
2012-04-27
1
-1
/
+13
*
Merged rails-3.2 branch.
Jean-Philippe Lang
2012-04-25
2
-1
/
+2
*
Removed Query.generate_default! helper.
Jean-Philippe Lang
2012-04-22
1
-1
/
+1
*
Removed object_daddy dependency.
Jean-Philippe Lang
2012-04-22
2
-11
/
+10
*
Fixed that textile nested lists are not properly closed in output (#10642).
Jean-Philippe Lang
2012-04-18
1
-0
/
+30
*
Fixed: ruby 1.9.3 Time Zone setting Internal error (#10442).
Jean-Philippe Lang
2012-03-17
1
-0
/
+9
*
remove hard-coded non ASCII literal from unit git lib test
Toshi MARUYAMA
2012-03-14
1
-7
/
+0
*
Adds an helper to get the body of an email in tests.
Jean-Philippe Lang
2012-03-04
1
-1
/
+1
*
Rails 3.1 compatibility.
Jean-Philippe Lang
2012-03-04
1
-1
/
+1
*
No need to delete fixtures.
Jean-Philippe Lang
2012-03-04
1
-4
/
+0
*
Extracted auto_link and auto_mailto to a module.
Jean-Philippe Lang
2012-03-04
1
-2
/
+2
*
Do not recognize invalid textile attributes.
Jean-Philippe Lang
2012-02-17
1
-1
/
+1
*
Fixed that partial diffs are done against html instead of original code (#9143).
Jean-Philippe Lang
2012-02-15
1
-0
/
+23
*
Allows custom styles in textile formatting using a white list of styles (#2416).
Jean-Philippe Lang
2012-02-12
1
-0
/
+44
*
scm: git: use default branch from HEAD (#10207)
Toshi MARUYAMA
2012-02-12
1
-0
/
+10
*
scm: git: update test repository (#10207)
Toshi MARUYAMA
2012-02-12
1
-4
/
+8
*
scm: git: raise exception if "git log" is error and block is given in lib rev...
Toshi MARUYAMA
2012-02-10
1
-11
/
+19
*
scm: git: add explicit :excludes option to calling revision method in "test_r...
Toshi MARUYAMA
2012-02-09
1
-1
/
+2
*
scm: git: add test of get revisions from disjointed histories to unit lib tes...
Toshi MARUYAMA
2012-02-09
1
-0
/
+17
*
scm: git: update test repository (#8857)
Toshi MARUYAMA
2012-02-09
1
-1
/
+5
*
scm: git: remove redundant comma from test_revisions_includes_master_two_revs...
Toshi MARUYAMA
2012-02-09
1
-1
/
+1
*
scm: git: code cleanup "test_branches" of unit lib test
Toshi MARUYAMA
2012-02-09
1
-12
/
+16
*
scm: git: add lib test to get master branch revisions from origin (#8857)
Toshi MARUYAMA
2012-02-09
1
-0
/
+12
*
scm: git: add includes and excludes options to lib revisions method (#8857)
Toshi MARUYAMA
2012-02-08
1
-0
/
+56
*
scm: git: remove unused "--all" option of "git log" in lib revisions method
Toshi MARUYAMA
2012-02-08
1
-11
/
+0
*
scm: git: use explicit "master" instead of all for revisions method at unit l...
Toshi MARUYAMA
2012-02-08
1
-2
/
+2
*
code layout cleanup test/unit/lib/redmine/scm/adapters/git_adapter_test.rb
Toshi MARUYAMA
2012-02-08
1
-7
/
+7
*
scm: git: remove "test_getting_certain_revisions" from unit lib test
Toshi MARUYAMA
2012-02-07
1
-4
/
+0
*
Support for nested array in API builder.
Jean-Philippe Lang
2012-01-29
2
-0
/
+26
*
Moved test from ApplicationControllerTest.
Jean-Philippe Lang
2012-01-03
1
-0
/
+9
*
fix filename of test/unit/lib/redmine/wiki_formatting.rb
Toshi MARUYAMA
2011-12-23
1
-0
/
+0
*
test: include ERB::Util at test/unit/lib/redmine/helpers/gantt_test.rb
Toshi MARUYAMA
2011-12-22
1
-0
/
+1
*
Test cleanup.
Jean-Philippe Lang
2011-12-18
1
-122
/
+101
*
Get rid of HelperTestcase.
Jean-Philippe Lang
2011-12-18
1
-18
/
+11
*
Make sure that tests restore the attachments path to the tmp dir so that fixt...
Jean-Philippe Lang
2011-12-16
1
-1
/
+1
*
Asserts that objects are not nil before getting their ids (test still fails w...
Jean-Philippe Lang
2011-12-15
1
-0
/
+2
*
Removed dependency with monkey-patched rubytree.
Jean-Philippe Lang
2011-12-14
1
-1
/
+1
*
Code cleanup.
Jean-Philippe Lang
2011-12-13
1
-2
/
+16
*
ruby1.9: macro must accept 2 arguments.
Jean-Philippe Lang
2011-12-10
1
-1
/
+1
*
scm: git: remove unused --since option (#4547, #4716, #7146, #6013)
Toshi MARUYAMA
2011-12-10
1
-9
/
+0
*
Adds tests for plugin API.
Jean-Philippe Lang
2011-12-03
1
-0
/
+30
*
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: 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
[next]