- 30 Oct, 2012 3 commits
-
-
jplang authored
Changes how relative date filters work and adds specific filters for filtering dates in past/next n days (#11426). git-svn-id: https://svn.redmine.org/redmine/trunk@10768 e93f8b46-1217-0410-a6f0-8f06a7374b81
-
jplang authored
git-svn-id: https://svn.redmine.org/redmine/trunk@10767 e93f8b46-1217-0410-a6f0-8f06a7374b81
-
tmaruyama authored
git-svn-id: https://svn.redmine.org/redmine/trunk@10766 e93f8b46-1217-0410-a6f0-8f06a7374b81
-
- 29 Oct, 2012 11 commits
-
-
jplang authored
git-svn-id: https://svn.redmine.org/redmine/trunk@10765 e93f8b46-1217-0410-a6f0-8f06a7374b81
-
tmaruyama authored
git-svn-id: https://svn.redmine.org/redmine/trunk@10763 e93f8b46-1217-0410-a6f0-8f06a7374b81
-
tmaruyama authored
git-svn-id: https://svn.redmine.org/redmine/trunk@10762 e93f8b46-1217-0410-a6f0-8f06a7374b81
-
jplang authored
git-svn-id: https://svn.redmine.org/redmine/trunk@10761 e93f8b46-1217-0410-a6f0-8f06a7374b81
-
jplang authored
git-svn-id: https://svn.redmine.org/redmine/trunk@10758 e93f8b46-1217-0410-a6f0-8f06a7374b81
-
jplang authored
git-svn-id: https://svn.redmine.org/redmine/trunk@10757 e93f8b46-1217-0410-a6f0-8f06a7374b81
-
jplang authored
git-svn-id: https://svn.redmine.org/redmine/trunk@10751 e93f8b46-1217-0410-a6f0-8f06a7374b81
-
jplang authored
git-svn-id: https://svn.redmine.org/redmine/trunk@10750 e93f8b46-1217-0410-a6f0-8f06a7374b81
-
jplang authored
git-svn-id: https://svn.redmine.org/redmine/trunk@10749 e93f8b46-1217-0410-a6f0-8f06a7374b81
-
jplang authored
git-svn-id: https://svn.redmine.org/redmine/trunk@10748 e93f8b46-1217-0410-a6f0-8f06a7374b81
-
jplang authored
Weekly non-working days can be configured in application settings (set to saturday and sunday by default). git-svn-id: https://svn.redmine.org/redmine/trunk@10747 e93f8b46-1217-0410-a6f0-8f06a7374b81
-
- 28 Oct, 2012 12 commits
-
-
jplang authored
git-svn-id: https://svn.redmine.org/redmine/trunk@10745 e93f8b46-1217-0410-a6f0-8f06a7374b81
-
jplang authored
git-svn-id: https://svn.redmine.org/redmine/trunk@10744 e93f8b46-1217-0410-a6f0-8f06a7374b81
-
jplang authored
git-svn-id: https://svn.redmine.org/redmine/trunk@10743 e93f8b46-1217-0410-a6f0-8f06a7374b81
-
tmaruyama authored
git-svn-id: https://svn.redmine.org/redmine/trunk@10742 e93f8b46-1217-0410-a6f0-8f06a7374b81
-
tmaruyama authored
git-svn-id: https://svn.redmine.org/redmine/trunk@10741 e93f8b46-1217-0410-a6f0-8f06a7374b81
-
tmaruyama authored
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> git-svn-id: https://svn.redmine.org/redmine/trunk@10740 e93f8b46-1217-0410-a6f0-8f06a7374b81
-
tmaruyama authored
git-svn-id: https://svn.redmine.org/redmine/trunk@10739 e93f8b46-1217-0410-a6f0-8f06a7374b81
-
tmaruyama authored
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> git-svn-id: https://svn.redmine.org/redmine/trunk@10737 e93f8b46-1217-0410-a6f0-8f06a7374b81
-
tmaruyama authored
git-svn-id: https://svn.redmine.org/redmine/trunk@10736 e93f8b46-1217-0410-a6f0-8f06a7374b81
-
tmaruyama authored
git-svn-id: https://svn.redmine.org/redmine/trunk@10735 e93f8b46-1217-0410-a6f0-8f06a7374b81
-
tmaruyama authored
git-svn-id: https://svn.redmine.org/redmine/trunk@10734 e93f8b46-1217-0410-a6f0-8f06a7374b81
-
tmaruyama authored
git-svn-id: https://svn.redmine.org/redmine/trunk@10733 e93f8b46-1217-0410-a6f0-8f06a7374b81
-
- 27 Oct, 2012 5 commits
-
-
jplang authored
git-svn-id: https://svn.redmine.org/redmine/trunk@10729 e93f8b46-1217-0410-a6f0-8f06a7374b81
-
jplang authored
git-svn-id: https://svn.redmine.org/redmine/trunk@10728 e93f8b46-1217-0410-a6f0-8f06a7374b81
-
jplang authored
git-svn-id: https://svn.redmine.org/redmine/trunk@10727 e93f8b46-1217-0410-a6f0-8f06a7374b81
-
jplang authored
git-svn-id: https://svn.redmine.org/redmine/trunk@10726 e93f8b46-1217-0410-a6f0-8f06a7374b81
-
jplang authored
git-svn-id: https://svn.redmine.org/redmine/trunk@10725 e93f8b46-1217-0410-a6f0-8f06a7374b81
-
- 26 Oct, 2012 2 commits
-
-
jplang authored
git-svn-id: https://svn.redmine.org/redmine/trunk@10721 e93f8b46-1217-0410-a6f0-8f06a7374b81
-
jplang authored
git-svn-id: https://svn.redmine.org/redmine/trunk@10720 e93f8b46-1217-0410-a6f0-8f06a7374b81
-
- 25 Oct, 2012 4 commits
-
-
jplang authored
git-svn-id: https://svn.redmine.org/redmine/trunk@10719 e93f8b46-1217-0410-a6f0-8f06a7374b81
-
jplang authored
git-svn-id: https://svn.redmine.org/redmine/trunk@10718 e93f8b46-1217-0410-a6f0-8f06a7374b81
-
jplang authored
git-svn-id: https://svn.redmine.org/redmine/trunk@10717 e93f8b46-1217-0410-a6f0-8f06a7374b81
-
jplang authored
git-svn-id: https://svn.redmine.org/redmine/trunk@10716 e93f8b46-1217-0410-a6f0-8f06a7374b81
-
- 24 Oct, 2012 3 commits
-
-
jplang authored
git-svn-id: https://svn.redmine.org/redmine/trunk@10715 e93f8b46-1217-0410-a6f0-8f06a7374b81
-
jplang authored
git-svn-id: https://svn.redmine.org/redmine/trunk@10714 e93f8b46-1217-0410-a6f0-8f06a7374b81
-
tmaruyama authored
@rev is set as default branch at controller. On Git, in most cases it is "master". And it is set on revision text box of "View all revisions" page. "master" branch is NOT revision, so clicking OK button causes error. It is very confused. git-svn-id: https://svn.redmine.org/redmine/trunk@10713 e93f8b46-1217-0410-a6f0-8f06a7374b81
-