Menu

Source Commit Log


Commit Date  
[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
[r10739] by tmaruyama

fix JRuby 1.6 tests fail on CI server (#12228)

2012-10-28 03:59:09 Tree
[r10738] by tmaruyama

Merged r10733 from trunk (#12232, #12235)

German translation for 2.1-stable updated by Daniel Felix.

2012-10-28 01:59:00 Tree
[r10737] by tmaruyama

prevent rake task error on JRuby 1.7 (#12228)

Following is "rake db:migrate RAILS_ENV=test" output
on jruby 1.7.0 (1.9.3p203) 2012-10-22 ff1ebbe on OpenJDK Client VM 1.6.0_18-b18 [linux-i386].

<pre>
ArgumentError: file not found: db:migrate
non_options at /xxxxx/rubies/jruby-1.7.0/lib/ruby/1.9/test/unit.rb:167
map! at org/jruby/RubyArray.java:2387
non_options at /xxxxx/rubies/jruby-1.7.0/lib/ruby/1.9/test/unit.rb:146
non_options at /xxxxx/rubies/jruby-1.7.0/lib/ruby/1.9/test/unit.rb:207
process_args at /xxxxx/rubies/jruby-1.7.0/lib/ruby/1.9/test/unit.rb:52
_run at /xxxxx/rubies/jruby-1.7.0/lib/ruby/1.9/minitest/unit.rb:891
run at /xxxxx/rubies/jruby-1.7.0/lib/ruby/1.9/minitest/unit.rb:884
run at /xxxxx/rubies/jruby-1.7.0/lib/ruby/1.9/test/unit.rb:21
autorun at /xxxxx/rubies/jruby-1.7.0/lib/ruby/1.9/test/unit.rb:326
run_once at /xxxxx/rubies/jruby-1.7.0/lib/ruby/1.9/test/unit.rb:27
autorun at /xxxxx/rubies/jruby-1.7.0/lib/ruby/1.9/test/unit.rb:325
</pre>

2012-10-28 01:52:01 Tree
[r10736] by tmaruyama

remove trailing white-space from app/controllers/repositories_controller.rb

2012-10-28 01:12:00 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.