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
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

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