Project

General

Profile

Statistics
| Revision:
  • svn:ignore: coverage .project .settings .loadpath .bundle .powrc .rvmrc Gemfile.lock Gemfile.local
  • svn:mergeinfo: /sandbox/custom_fields:12320-12324,12326-12399

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

13236 2014-07-09 00:04 Jean-Philippe Lang

Preload project by default in #shared_versions.

13235 2014-07-08 23:45 Jean-Philippe Lang

Fixed default admin account creation during migration (#14534).

13234 2014-07-08 23:35 Jean-Philippe Lang

Fixed error on Project.rebuild_tree! during migration (#14534).

13233 2014-07-08 23:19 Jean-Philippe Lang

Test suite passes with Rails 4.1.

13232 2014-07-08 23:16 Jean-Philippe Lang

Rails 4.1 branch

13227 2014-07-06 12:39 Jean-Philippe Lang

Updates for 2.5.2 release.

13220 2014-07-06 05:57 Toshi MARUYAMA

Japanese translation updated by Go MAEDA (#17392, #17003)

13219 2014-07-05 12:43 Jean-Philippe Lang

Fixed relative "source" links in email notifications (#3483).

Patch by William Baum.

13218 2014-07-05 12:13 Jean-Philippe Lang

Include host in macro generated thumbnails urls (#16989).

13217 2014-07-05 12:00 Jean-Philippe Lang

Adds translation string (#17003).

13216 2014-07-05 11:59 Jean-Philippe Lang

Option to render boolean custom fields as a single check box or radio buttons (#17003).

13213 2014-07-05 11:02 Jean-Philippe Lang

Don't redirect to another suburi (#16530).

13209 2014-07-04 01:03 Toshi MARUYAMA

remove trailing white-space from app/models/workflow_permission.rb

13208 2014-07-04 00:36 Toshi MARUYAMA

Gemfile: update Rails 3.2.19

13207 2014-07-02 18:13 Toshi MARUYAMA

use \A instead of ^ for RegExp (#16190)

13206 2014-07-02 18:13 Toshi MARUYAMA

only ignore undesirable Auto-Submitted headers defined in RFC3834 (#16190)

Contributed by Felix Schäfer.

13205 2014-07-02 18:13 Toshi MARUYAMA

add "Auto-Submitted: auto-forwarded" to ignore mail test (#16190)

13199 2014-07-01 05:52 Toshi MARUYAMA

fix file upload broken on Chrome 36 (#17151)

Contributed by Felix Schäfer.

13198 2014-07-01 05:52 Toshi MARUYAMA

prevent "can't modify frozen String" exception when mail sending error (#17235)

13197 2014-07-01 05:39 Toshi MARUYAMA

Japanese translation changed by Go MAEDA (#17346)

13196 2014-06-30 15:35 Toshi MARUYAMA

Gemfile: update builder version >= 3.0.4 (#17309)

13195 2014-06-30 10:03 Toshi MARUYAMA

add test of issue id in sending mail when issue is created by mail (#17078)

13194 2014-06-27 07:15 Toshi MARUYAMA

fix Japanese terms mismatch in workflow by Go MAEDA (#17308)

13190 2014-06-26 21:33 Jean-Philippe Lang

Fix Invalid CSS on Error-Pages (#17206).

Patch by Daniel Felix

13186 2014-06-25 19:09 Toshi MARUYAMA

revert r13183 (#17151)

13185 2014-06-25 16:44 Toshi MARUYAMA

Czech translation updated by Karel Pičman (#17301)

13184 2014-06-25 15:34 Toshi MARUYAMA

fix file upload does not work with Safari (#13932)

Contributed by Felix Schäfer.

13183 2014-06-25 15:23 Toshi MARUYAMA

fix file upload broken on Chrome 36 (#17151)

Contributed by Felix Schäfer.

13181 2014-06-12 13:43 Toshi MARUYAMA

Gemfile: pin request_store version 1.0.5 (#16685)

Many integration tests are broken.

13180 2014-06-12 13:05 Toshi MARUYAMA

Japanese translation updated by Go MAEDA (#17166)

13177 2014-06-09 01:55 Toshi MARUYAMA

fix Ruby Logger doc link (#5706)

13176 2014-06-08 06:23 Toshi MARUYAMA

fix variable name confusion at AttachmentsController#thumbnail

This is suggested by Rails team.
https://github.com/rails/rails/issues/15471#issuecomment-45419147

13175 2014-06-08 06:01 Toshi MARUYAMA

add test of attachment thumbnail etag

13174 2014-06-02 19:03 Toshi MARUYAMA

add test of attachment download etag

13173 2014-06-02 19:02 Toshi MARUYAMA

use with_settings at AttachmentsControllerTest#test_show_text_file_should_send_if_too_big

13172 2014-06-02 19:02 Toshi MARUYAMA

add missing fixture to ApplicationHelperTest

13171 2014-05-25 17:56 Toshi MARUYAMA

pass PatchesTest on Rails 4.0.5 (#16194)

13170 2014-05-25 16:38 Toshi MARUYAMA

fix ProjectsHelperTest fails when config.threadsafe! is enabled (#12097)

13169 2014-05-25 16:37 Toshi MARUYAMA

remove redundant empty lines from app/models/auth_source_ldap.rb

13168 2014-05-24 19:01 Jean-Philippe Lang

Remove useless settings when editing a query from the gantt (#16747).

13167 2014-05-24 18:53 Jean-Philippe Lang

Fixed: unable to clear value for list custom field with multiple values and checkboxes style (#16798).

13153 2014-05-24 18:09 Jean-Philippe Lang

Fixed "column specified more than once" error with SQLServer (#6579).

13152 2014-05-24 14:04 Toshi MARUYAMA

Gemfile: upgrade sqlserver tiny_tds to 0.6.2 (#6579)

13151 2014-05-24 12:53 Jean-Philippe Lang

Adds a custom message for when a syntax error occurs (#16878).

13150 2014-05-24 12:51 Jean-Philippe Lang

Parse configuration file for ERB (#16878).

Patch by Gavin Dunne.

13149 2014-05-24 12:41 Jean-Philippe Lang

Count users with a single query on group list (#16905).

13148 2014-05-24 12:18 Toshi MARUYAMA

awesome_nested_set: not use cache for max rgt (#6579)

13147 2014-05-24 12:17 Toshi MARUYAMA

remove awesome_nested_set patch from config/initializers/10-patches.rb (#6579)

13146 2014-05-24 12:17 Toshi MARUYAMA

awesome_nested_set: add lib/plugins/awesome_nested_set/init.rb (#6579)

13145 2014-05-24 12:17 Toshi MARUYAMA

awesome_nested_set: import git 2-1-stable branch revision 8eaab19868f326 (#6579)

https://github.com/collectiveidea/awesome_nested_set/commit/8eaab19868f326

13144 2014-05-24 12:16 Toshi MARUYAMA

awesome_nested_set: import git 2-1-stable branch revision 3d5ac746542b564 (#6579)

https://github.com/collectiveidea/awesome_nested_set/commit/3d5ac746542b564

13143 2014-05-24 12:16 Toshi MARUYAMA

awesome_nested_set: import git 2-1-stable branch revision 606847769 (#6579)

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

13142 2014-05-24 12:15 Toshi MARUYAMA

replace tabs to spaces (#16795)

13141 2014-05-24 12:12 Jean-Philippe Lang

Fixed that custom field referencing deleted value trigger an error on display (#16926).

13140 2014-05-24 11:55 Jean-Philippe Lang

Fixed that Member#destroy triggers after_destroy callbacks twice (#16795).

13139 2014-05-19 23:17 Jean-Baptiste Barth

Improve performance of Principal.member_of scope

The 'join' turns to be slow for large numbers of members (>20k). Using a
sub-query like in Principal.not_member_of is more efficient and performance
is the same for smaller values.

13138 2014-05-16 10:28 Toshi MARUYAMA

add support for pop3s (SSL) to redmine:email:receive_pop3 (#16707)

Contributed by Eric Davis.

13137 2014-05-16 10:28 Toshi MARUYAMA

gantt: completed percent truncated instead of rounded (#14737)

Contributed by Jérôme BATAILLE.

13136 2014-05-14 08:10 Toshi MARUYAMA

split method for scm test repository extracting (#16881)

13135 2014-05-14 08:10 Toshi MARUYAMA

add :environment to test:scm:setup:create_dir and test:scm:update rake tasks (#16881)

13132 2014-05-07 10:25 Toshi MARUYAMA

remove unneeded trailing ';' from lib/redmine/export/pdf.rb

13131 2014-05-07 10:25 Toshi MARUYAMA

remove unneeded trailing ';' from test/functional/repositories_git_controller_test.rb

13130 2014-05-07 09:55 Toshi MARUYAMA

Gemfile: update Rails 3.2.18

13129 2014-05-04 01:21 Toshi MARUYAMA

fix typo of app/models/repository/mercurial.rb

13128 2014-05-04 01:20 Toshi MARUYAMA

fix typo of app/models/repository/cvs.rb

13127 2014-05-02 10:09 Jean-Philippe Lang

Repository identifiers can be reserved words (#16564).

Patch by Felix Schäfer.

13126 2014-05-02 09:56 Jean-Philippe Lang

Mailer.token_for generates invalid message_id when using from address with full name (#16619).

13125 2014-05-02 09:38 Jean-Philippe Lang

Blank content type for attachments attached via Ajax file upload (Patch by Jens Krämer).

13124 2014-05-02 09:32 Jean-Philippe Lang

Field set as read-only still available in the issues list context menu (#16755).

13123 2014-05-02 09:07 Jean-Philippe Lang

Use async email deliveries in rake tasks (#16784).

13122 2014-05-02 08:57 Jean-Philippe Lang

Crash in markdown formatter causes ruby process to end (#16781).

Patch by Jens Krämer.

13117 2014-05-01 13:44 Toshi MARUYAMA

Gemfile: upgrade mocha version (#16685)

13116 2014-05-01 03:59 Toshi MARUYAMA

use rvm 2.0 and 2.1 instead of 2.0.0 and 2.1.0 at .travis.yml

See:
https://github.com/travis-ci/travis-ci/issues/2220

13115 2014-05-01 03:59 Toshi MARUYAMA

add patch for regression of Hash#reject in Ruby 2.1.1 (#16194)

13112 2014-05-01 03:50 Toshi MARUYAMA

Gemfile: use double quote for request_store (#16685)

13110 2014-05-01 02:44 Toshi MARUYAMA

introduce request_store to ensure that the current user doesn't leak across request boundaries (#16685)

Contributed by Holger Just.

13109 2014-04-26 09:56 Jean-Philippe Lang

Missing type=array attributes in custom fields API (#16739).

13108 2014-04-26 09:48 Jean-Philippe Lang

Don't submit the form when tabs are inside a form (#16708).

Patch by Nicolas Rodriguez.

13107 2014-04-26 09:44 Jean-Philippe Lang

Support for the 1.x versions of mime-types gem (#16710).

Patch by Szilveszter Ördög.

13106 2014-04-26 09:34 Jean-Philippe Lang

Redmine links not working with html escpaed characters (#16668).

13105 2014-04-26 09:02 Jean-Philippe Lang

Set Redcarpet :no_intra_emphasis to true (#16669).

13104 2014-04-26 08:57 Jean-Philippe Lang

Set default start date on issues created by email if default_issue_start_date_to_creation_date is set (#16655).

13101 2014-04-17 20:21 Toshi MARUYAMA

fix non-ascii attachment file name get corrupted in IE11 (#16711)

Contributed by Go MAEDA.

13100 2014-04-17 03:11 Toshi MARUYAMA

remove permission_manage_documents (#16704, #7418)