Menu

Source Commit Log


Commit Date  
[r10749] by jplang

Non working days is an array of strings (#2161).

2012-10-29 10:19:40 Tree
[r10748] by jplang

Filling locales (#2161).

2012-10-29 10:07:07 Tree
[r10747] by jplang

Ignore non-working days when rescheduling an issue (#2161).

Weekly non-working days can be configured in application settings (set to saturday and sunday by default).

2012-10-29 10:06:30 Tree
[r10746] by emassip

Fixed rendering of just uploaded not yet attached files in non-issue preview (for good).

2012-10-28 23:07:26 Tree
[r10745] by jplang

Hard-coded "Back" on 404 view (#12231).

2012-10-28 20:42:18 Tree
[r10744] by jplang

Use page parameter instead of p for pagination.

2012-10-28 20:27:50 Tree
[r10743] by jplang

REST API for deleting wiki pages (#7082).

2012-10-28 20:17:38 Tree
[r10742] by tmaruyama

code cleanup scm_iconv (#12228)

2012-10-28 11:39:43 Tree
[r10741] by tmaruyama

fix scm_iconv local variable name (#12228)

2012-10-28 07:12:23 Tree
[r10740] by tmaruyama

use String#encode at scm_iconv on Ruby 1.9 (#12228)

Unit git adapter test fails on JRuby 1.7.

<pre>
Failure:
<"test-Ü-2.txt">("UTF-8") expected but was
<"test-\xC3\x9C-2.txt">("ASCII-8BIT").

diff:
- test-Ü-2.txt
? ^
+ test-Ü-2.txt
? ^^
test_entries_latin_1_files(GitAdapterTest)
test/unit/lib/redmine/scm/adapters/git_adapter_test.rb:468:in `test_entries_latin_1_files'
465: assert entries1
466: assert_equal 3, entries1.size
467: f1 = entries1[1]
=> 468: assert_equal "test-#{@char_1}-2.txt", f1.name
469: assert_equal "latin-1-dir/test-#{@char_1}-2.txt", f1.path
470: assert_equal 'file', f1.kind
471: end
</pre>

2012-10-28 06:19:29 Tree
Older >