Project

General



Profile

Statistics
| Revision:

# Date Author Comment
16858 2017-07-23 12:43 Jean-Philippe Lang

Removes debugging stuff.

16857 2017-07-23 12:26 Jean-Philippe Lang

Code cleanup.

16856 2017-07-23 12:22 Jean-Philippe Lang

Fixed notification of previous assignee (#26499).

16855 2017-07-23 11:54 Jean-Philippe Lang

Dirty attributes methods deprecations in Rails 5.1 (#26499).

16854 2017-07-22 13:14 Jean-Philippe Lang

Removes routes to repositories#changes that are defined twice.

16853 2017-07-22 13:06 Jean-Philippe Lang

Adds tests for path to an html file (#26498).

16852 2017-07-22 12:58 Jean-Philippe Lang

Tests cleanup.

16851 2017-07-22 12:49 Jean-Philippe Lang

Fixed routes to html files in repositories (#26498).

16850 2017-07-22 12:31 Jean-Philippe Lang

Use rails-ujs provided by Rails 5.1.

16849 2017-07-22 10:30 Jean-Philippe Lang

Fixes repository routing tests.

16848 2017-07-22 10:00 Jean-Philippe Lang

Fixed format for repository routes with Rails 5.

16807 2017-07-09 17:43 Jean-Philippe Lang

Use versioned migrations.

16806 2017-07-09 17:32 Jean-Philippe Lang

Fixes routing assertions.

16805 2017-07-09 17:30 Jean-Philippe Lang

Test failures.

16804 2017-07-09 17:20 Jean-Philippe Lang

Fixes robots.txt route.

16803 2017-07-09 17:10 Jean-Philippe Lang

Fixes robots.txt route.

16802 2017-07-09 17:03 Jean-Philippe Lang

Don't check the class.

16801 2017-07-09 17:02 Jean-Philippe Lang

Temporary workaround for a Rails 5.1 regression that breaks comments association.

16800 2017-07-09 16:41 Jean-Philippe Lang

Fix tests syntax.

16799 2017-07-09 16:36 Jean-Philippe Lang

Convert params to hash where needed.

16798 2017-07-09 16:35 Jean-Philippe Lang

Take all params.

16797 2017-07-09 16:33 Jean-Philippe Lang

Use transactional tests now that after_commit callbacks are supported.

16796 2017-07-09 16:31 Jean-Philippe Lang

Use create instead of new.

16795 2017-07-09 16:30 Jean-Philippe Lang

Use strong params for project enumerations.

16794 2017-07-09 16:27 Jean-Philippe Lang

Don't use params#slice.

16793 2017-07-09 16:24 Jean-Philippe Lang

Fix invalid parameters in tests.

16792 2017-07-09 16:23 Jean-Philippe Lang

Update test rake tasks.

16791 2017-07-09 16:22 Jean-Philippe Lang

safe_attributes= takes a Hash.

16790 2017-07-09 16:16 Jean-Philippe Lang

Use skip_pipeline option to prevent deprecation messages.

16789 2017-07-09 16:09 Jean-Philippe Lang

#create_or_update now takes arguments.

16788 2017-07-09 16:08 Jean-Philippe Lang

Use #use_transactional_tests= instead of #use_transactional_fixtures=.

16787 2017-07-09 16:05 Jean-Philippe Lang

Removes compatibilty for Rails 4 tests syntax.

16786 2017-07-09 16:02 Jean-Philippe Lang

Make it boot with Rails 5.1.2.

16785 2017-07-09 15:42 Jean-Philippe Lang

Added rails-5.1 branch.

13476 2014-10-21 22:35 Jean-Philippe Lang

Removed unused shoulda gems.

13456 2014-10-19 14:34 Toshi MARUYAMA

db migrate: replace deprecated Relation#update_all at 20130215111141_populate_issues_closed_on.rb (#18132)

13455 2014-10-19 14:33 Toshi MARUYAMA

db migrate: replace deprecated Relation#update_all at 20091225164732_remove_enumerations_opt.rb (#18132)

13454 2014-10-19 14:33 Toshi MARUYAMA

db migrate: replace deprecated Relation#update_all at 101_populate_changesets_user_id.rb (#18132)

13453 2014-10-19 14:33 Toshi MARUYAMA

db migrate: replace deprecated Relation#update_all at 078_add_custom_fields_position.rb (#18132)

13452 2014-10-19 14:33 Toshi MARUYAMA

db migrate: replace deprecated Relation#update_all at 072_add_enumerations_position.rb (#18132)

13448 2014-10-16 21:18 Jean-Philippe Lang

Fixed that Issue.visible with an unsaved user triggers an SQL error.

13447 2014-10-16 21:10 Jean-Philippe Lang

Resets current user.

13446 2014-10-15 10:49 Toshi MARUYAMA

remove Ruby 1.9.2 from .travis.yml

Rails4 dropped Ruby 1.9.2 support.

13445 2014-10-14 17:31 Jean-Philippe Lang

Don't store instance ids in class variables.

13444 2014-10-14 14:08 Jean-Philippe Lang

Set locale as expected.

13443 2014-10-14 00:14 Jean-Philippe Lang

Rebase from trunk at r13439.

13442 2014-10-13 23:26 Jean-Philippe Lang

Test failure with JRuby 1.7.16 under Windows due to Rails.root containing backslashes.

13441 2014-10-13 23:23 Jean-Philippe Lang

Test failure.

13435 2014-10-08 23:47 Jean-Philippe Lang

Don't change setting for other tests.

13434 2014-10-08 20:20 Jean-Philippe Lang

Moved assertion to get more information about the failure.

13433 2014-10-08 19:15 Jean-Philippe Lang

Fixed redirect error with Rails 4.1.6.

13431 2014-10-08 16:24 Toshi MARUYAMA

Gemfile: update Rails version to 4.1.6

13414 2014-09-25 05:46 Toshi MARUYAMA

remove unneeded String#mb_chars from SearchHelper

Test fails randomly.

  1) Error:
SearchHelperTest#test_highlight_multibyte:
ArgumentError: invalid byte sequence in UTF-8
    app/helpers/search_helper.rb:36:in `block in highlight_tokens'
    app/helpers/search_helper.rb:26:in `each'...
13388 2014-09-12 15:47 Toshi MARUYAMA

Merged r13386 from trunk to rails-4.1

add missing fixtures to TimeEntryActivityTest

13387 2014-09-12 15:47 Toshi MARUYAMA

Merged r13385 from trunk to rails-4.1

add missing fixtures to Redmine::VersionFieldFormatTest

13384 2014-09-12 13:03 Toshi MARUYAMA

remove JRuby Iconv assertion removed by r13269

13382 2014-09-12 09:40 Toshi MARUYAMA

Merged r13381 from trunk to rails-4.1

add missing fixtures to TimeEntryQueryTest

13380 2014-09-12 06:05 Toshi MARUYAMA

Merged r13379 from trunk to rails-4.1

add missing fixtures to Redmine::UserFieldFormatTest

13377 2014-09-11 19:28 Toshi MARUYAMA

Merged r13375 from trunk to rails-4.1

add missing fixtures to NewsControllerTest

13376 2014-09-11 19:28 Toshi MARUYAMA

Merged r13374 from trunk to rails-4.1

add missing fixtures to CustomFieldTest

13373 2014-09-11 19:01 Toshi MARUYAMA

Gemfile: pin awesome_nested_set version on 3.0.0

Test fails on awesome_nested_set 3.0.1.

  1) Error:
IssueTest#test_destroying_a_deleted_issue_should_not_raise_an_error:
ActiveRecord::StaleObjectError: Attempted to destroy a stale object: Issue
    app/models/issue.rb:188:in `destroy'...
13372 2014-09-11 19:01 Toshi MARUYAMA

Gemfile: update Rails version to 4.1.5

13333 2014-07-16 05:39 Toshi MARUYAMA

Merged r13332 from trunk to rails-4.1

add missing fixtures to ChangesetTest

13321 2014-07-13 17:14 Jean-Philippe Lang

Display response body when these assertions fail.

13320 2014-07-13 17:00 Jean-Philippe Lang

Linking to copied issue creates a journal entry if cross project relation is allowed.

13319 2014-07-13 15:48 Jean-Philippe Lang

Sort by id too for when messages have same created_on.

13318 2014-07-13 15:22 Jean-Philippe Lang

Don't change start_of_week setting for the other tests.

13317 2014-07-13 14:56 Jean-Philippe Lang

Don't change default_projects_modules setting for the other tests.

13316 2014-07-13 13:00 Jean-Philippe Lang

fastercsv gem no longer needed now that ruby1.8 support is dropped.

13315 2014-07-13 12:38 Jean-Philippe Lang

Use .on() instead of .live().

13314 2014-07-13 12:30 Jean-Philippe Lang

Adds missing PATCH routes.

13313 2014-07-13 12:26 Jean-Philippe Lang

Upgrade to JQuery 1.11.1

13312 2014-07-13 11:56 Toshi MARUYAMA

Merged r13311 from trunk to rails-4.1

add missing fixtures to SettingsControllerTest

13310 2014-07-13 11:12 Jean-Philippe Lang

Resets current user to nil.

13309 2014-07-13 10:46 Jean-Philippe Lang

Use assert_include to get additional information when the assertion fails.

13308 2014-07-13 10:36 Jean-Philippe Lang

Set appropriate default language.

13307 2014-07-13 04:45 Toshi MARUYAMA

Merged r13306 from trunk to rails-4.1

add missing fixtures to SearchControllerTest

13305 2014-07-13 02:28 Toshi MARUYAMA

.travis.yml: run same commands with Redmine official CI server

13304 2014-07-13 02:08 Toshi MARUYAMA

Merged r13302 from trunk to rails-4.1

add missing fixtures to test/unit/journal_test.rb

13298 2014-07-12 15:15 Jean-Philippe Lang

Don't change the date format for the other tests.

13297 2014-07-12 14:36 Jean-Philippe Lang

Removed deprecated :action option in #link_to_project.

13296 2014-07-12 14:20 Jean-Philippe Lang

Add missing fixtures.

13295 2014-07-12 13:24 Jean-Philippe Lang

NameError: uninitialized constant ActiveSupport::TestCase::Shoulda error on the CI server.

13294 2014-07-12 13:13 Jean-Philippe Lang

Reverts r13279.

uninitialized constant Rake::TestTask error: bundle is not yet completed when running rake -f lib/tasks/ci.rake config/database.yml on the CI server. What was the problem with Rake::Task["test"].invoke ?

13293 2014-07-12 12:59 Jean-Philippe Lang

mysql gem no longer used.

13292 2014-07-11 18:17 Toshi MARUYAMA

Gemfile: use awesome_nested_set gem

13291 2014-07-11 18:16 Toshi MARUYAMA

revert r13239 awesome_nested_set modification

13290 2014-07-11 18:15 Toshi MARUYAMA

copy r13239 awesome_nested_set modification to Issue model

13286 2014-07-11 10:00 Toshi MARUYAMA

remove TODO comment from RepositorySubversionTest#test_log_encoding_ignore_setting

13283 2014-07-11 09:24 Toshi MARUYAMA

fix indents of PdfTest#test_attach

13282 2014-07-11 09:24 Toshi MARUYAMA

test both of CP932 and SJIS at PdfTest#test_attach

13281 2014-07-11 09:23 Toshi MARUYAMA

test both of CP932 and SJIS at PdfTest#test_rdm_pdf_iconv_cannot_convert_ja_cp932

13280 2014-07-11 09:23 Toshi MARUYAMA

follow r13269 change at PdfTest#test_rdm_pdf_iconv_cannot_convert_ja_cp932

13279 2014-07-11 07:18 Toshi MARUYAMA

define test tasks for CI

13278 2014-07-11 06:51 Toshi MARUYAMA

follow r13269 ja.yml change

13277 2014-07-11 00:21 Jean-Philippe Lang

Don't check request method in #update actions as we get PATCH requests now. PUT requests must be accepted for the API.

13276 2014-07-10 23:57 Jean-Philippe Lang

Moved binaries to /bin.

13275 2014-07-10 23:40 Jean-Philippe Lang

Environments files cleanup.

13274 2014-07-10 23:25 Jean-Philippe Lang

Config files cleanup.

13273 2014-07-10 23:19 Jean-Philippe Lang

Use eval_gemfile.