Project

General

Profile

Statistics
| Revision:

# Date Author Comment
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.

13272 2014-07-10 23:08 Jean-Philippe Lang

Set I18n.enforce_available_locales to true.

13271 2014-07-10 22:32 Jean-Philippe Lang

Set appropriate default language.

13270 2014-07-10 19:55 Jean-Philippe Lang

Removed FCSV stuff.

13269 2014-07-10 19:53 Jean-Philippe Lang

Removed Iconv stuff.

13268 2014-07-10 19:35 Jean-Philippe Lang

tzinfo-data gem required with Windows/JRuby.

13267 2014-07-09 22:53 Jean-Philippe Lang

Removed app/sweepers.

13266 2014-07-09 22:41 Jean-Philippe Lang

Removes ruby version checks.

13265 2014-07-09 22:41 Jean-Philippe Lang

Raise an ArgumentError when User#allowed_to? is called with wrong context.

13264 2014-07-09 22:31 Jean-Philippe Lang

Set appropriate default language.

13263 2014-07-09 22:12 Jean-Philippe Lang

Removes ruby version check.

13262 2014-07-09 22:11 Jean-Philippe Lang

Upgrade to Redcarpet 3 now that ruby1.8 support is dropped.

13261 2014-07-09 22:03 Jean-Philippe Lang

Cleanup: removes mocha requires.

13260 2014-07-09 21:56 Jean-Philippe Lang

Cleanup: removes mocha requires.

13259 2014-07-09 21:53 Jean-Philippe Lang

Removes other #respond_to?(:force_encoding).

13258 2014-07-09 20:10 Jean-Philippe Lang

Removes #respond_to?(:force_encoding) checks in integration tests.

13257 2014-07-09 20:09 Jean-Philippe Lang

Removes #respond_to?(:force_encoding) checks in functional tests.

13256 2014-07-09 19:55 Jean-Philippe Lang

Removes #respond_to?(:force_encoding) checks in SCM adapters.

13255 2014-07-09 19:29 Jean-Philippe Lang

Removes some ruby1.8 handling code.

13254 2014-07-09 19:10 Jean-Philippe Lang

Set appropriate default language.

13253 2014-07-09 18:48 Jean-Philippe Lang

Removes some ruby1.8 handling code.

13252 2014-07-09 15:34 Toshi MARUYAMA

use references

On Rails 4.0:

DEPRECATION WARNING: It looks like you are eager loading table(s) (one of: issues, projects, em)
that are referenced in a string SQL snippet. For example:

    Post.includes(:comments).where("comments.title = 'foo'")

Currently, Active Record recognizes the table in the string, and knows to JOIN the comments table to the query,...
13251 2014-07-09 15:33 Toshi MARUYAMA

replace Relation#all

On Rails4.0:

DEPRECATION WARNING: Relation#all is deprecated.
If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`).
If you want to get an array of records from a relation,
you can call #to_a (e.g. `Post.where(published: true).to_a`).

13250 2014-07-09 13:37 Toshi MARUYAMA

replace Relation#all

On Rails4.0:

DEPRECATION WARNING: Relation#all is deprecated.
If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`).
If you want to get an array of records from a relation,
you can call #to_a (e.g. `Post.where(published: true).to_a`).

13249 2014-07-09 13:37 Toshi MARUYAMA

use references

On Rails 4.0:

DEPRECATION WARNING: It looks like you are eager loading table(s) (one of: issues, projects, em)
that are referenced in a string SQL snippet. For example:

    Post.includes(:comments).where("comments.title = 'foo'")

Currently, Active Record recognizes the table in the string, and knows to JOIN the comments table to the query,...
13248 2014-07-09 12:57 Toshi MARUYAMA

replace Relation#all

On Rails4.0:

DEPRECATION WARNING: Relation#all is deprecated.
If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`).
If you want to get an array of records from a relation,
you can call #to_a (e.g. `Post.where(published: true).to_a`).

13247 2014-07-09 12:41 Toshi MARUYAMA

remove unneeded Relation#all from ProjectTest

13246 2014-07-09 10:08 Toshi MARUYAMA

Gemfile: remove version from mocha

13245 2014-07-09 10:08 Toshi MARUYAMA

Gemfile: remove version from shoulda

13244 2014-07-09 10:08 Toshi MARUYAMA

Gemfile: upgrade shoulda 3.5.0

This shoulda version is not support Ruby 1.8.7.

13243 2014-07-09 09:36 Toshi MARUYAMA

db migrate: remove Relation#all from 20100819172912_enable_calendar_and_gantt_modules_where_appropriate.rb

On Rails4.0:

DEPRECATION WARNING: Relation#all is deprecated.
If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`)....

13242 2014-07-09 09:36 Toshi MARUYAMA

config: remove config.whiny_nils from test and development environments

On Rails 4.0:

DEPRECATION WARNING: config.whiny_nils option is deprecated and no longer works.

13241 2014-07-09 09:35 Toshi MARUYAMA

fix "connection" at IssueQuery model

13240 2014-07-09 09:35 Toshi MARUYAMA

.travis.yml: remove Ruby 1.8.7

13239 2014-07-09 08:16 Toshi MARUYAMA

graft trunk r13148 "not use cache for max rgt"

13238 2014-07-09 08:16 Toshi MARUYAMA

add lib/plugins/awesome_nested_set/init.rb

13237 2014-07-09 08:15 Toshi MARUYAMA

awesome_nested_set: import master branch source

https://github.com/collectiveidea/awesome_nested_set/commit/f823ffb304ccf5ca9c4f14b60ff1f45ad2c3f440