]>
source.dussan.org Git - redmine.git/log
Toshi MARUYAMA [Sun, 18 Jan 2015 16:40:34 +0000 (16:40 +0000)]
use "where" instead of find_by_ at Repository::Cvs class
git-svn-id: http://svn.redmine.org/redmine/trunk@13904
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Sun, 18 Jan 2015 16:27:31 +0000 (16:27 +0000)]
revert r13901
git-svn-id: http://svn.redmine.org/redmine/trunk@13903
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sun, 18 Jan 2015 16:16:23 +0000 (16:16 +0000)]
Make sure that #scm_iconv returns a string with the target encoding (#14534).
filechanges.find_by_revision_and_path fails with SQLite if arguments are not UTF-8 encoded.
git-svn-id: http://svn.redmine.org/redmine/trunk@13902
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Sun, 18 Jan 2015 16:13:05 +0000 (16:13 +0000)]
workaround unit cvs test failure on sqlite3
git-svn-id: http://svn.redmine.org/redmine/trunk@13901
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Sun, 18 Jan 2015 16:04:48 +0000 (16:04 +0000)]
svn propset svn:executable bin/ files
git-svn-id: http://svn.redmine.org/redmine/trunk@13900
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Sun, 18 Jan 2015 14:05:35 +0000 (14:05 +0000)]
prevent "config.log_level" DEPRECATION WARNING
DEPRECATION WARNING: You did not specify a `log_level` in `production.rb`.
Currently, the default value for `log_level` is `:info` for the production environment
and `:debug` in all other environments.
In Rails 5 the default value will be unified to `:debug` across all environments.
To preserve the current setting, add the following line to your `production.rb`:
config.log_level = :info
git-svn-id: http://svn.redmine.org/redmine/trunk@13899
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Sun, 18 Jan 2015 14:05:27 +0000 (14:05 +0000)]
add missing fixture to Redmine::Hook::ManagerTest
git-svn-id: http://svn.redmine.org/redmine/trunk@13898
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sun, 18 Jan 2015 11:45:08 +0000 (11:45 +0000)]
Prevents calling #truncate on nil.
git-svn-id: http://svn.redmine.org/redmine/trunk@13897
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sun, 18 Jan 2015 11:43:58 +0000 (11:43 +0000)]
Use attribute writers instead of before_create callback to normalize comments and committer (#14534).
Unlike other adapters, SQLite raises Encoding::UndefinedConversionError before the callback that reencodes attributes is called.
git-svn-id: http://svn.redmine.org/redmine/trunk@13896
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sun, 18 Jan 2015 09:07:42 +0000 (09:07 +0000)]
Fixed that Redmine::Activity::Fetcher should consider activity provider permission option if given (#18832).
git-svn-id: http://svn.redmine.org/redmine/trunk@13895
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sun, 18 Jan 2015 09:04:21 +0000 (09:04 +0000)]
Fix migration and use Rails 4.2.0 release (#14534).
git-svn-id: http://svn.redmine.org/redmine/trunk@13894
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Sun, 18 Jan 2015 05:56:17 +0000 (05:56 +0000)]
Gemfile: use GitHub rails gem
20091114105931 AddViewIssuesPermission: db migrating fails on ruby 1.9.3p551 sqlite3
git-svn-id: http://svn.redmine.org/redmine/trunk@13893
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sat, 17 Jan 2015 17:02:55 +0000 (17:02 +0000)]
Upgrade to Rails 4.2.0 (#14534).
git-svn-id: http://svn.redmine.org/redmine/trunk@13892
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sat, 17 Jan 2015 14:55:37 +0000 (14:55 +0000)]
Missing fixtures.
git-svn-id: http://svn.redmine.org/redmine/trunk@13891
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sat, 17 Jan 2015 14:55:17 +0000 (14:55 +0000)]
Missing fixtures.
git-svn-id: http://svn.redmine.org/redmine/trunk@13890
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sat, 17 Jan 2015 14:54:38 +0000 (14:54 +0000)]
Missing fixtures.
git-svn-id: http://svn.redmine.org/redmine/trunk@13889
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sat, 17 Jan 2015 14:51:29 +0000 (14:51 +0000)]
Send password reset email to the email used in lost password form (#4244).
git-svn-id: http://svn.redmine.org/redmine/trunk@13888
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sat, 17 Jan 2015 14:17:58 +0000 (14:17 +0000)]
Adds strings to locales (#4244).
git-svn-id: http://svn.redmine.org/redmine/trunk@13887
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sat, 17 Jan 2015 14:14:12 +0000 (14:14 +0000)]
Add support for multiple email addresses per user (#4244).
git-svn-id: http://svn.redmine.org/redmine/trunk@13886
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Fri, 16 Jan 2015 04:57:10 +0000 (04:57 +0000)]
IssuesControllerTest: make encoding tests independent of ordering (#18856)
Contributed by Antonio Terceiro.
git-svn-id: http://svn.redmine.org/redmine/trunk@13885
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Thu, 15 Jan 2015 16:31:01 +0000 (16:31 +0000)]
fix UsersControllerTest failure randomly
<pre>
1) Error:
UsersControllerTest#test_show:
ActionView::Template::Error: undefined method `name' for nil:NilClass
app/models/issue.rb:53:in `block in <class:Issue>'
lib/plugins/acts_as_event/lib/acts_as_event.rb:62:in `call'
lib/plugins/acts_as_event/lib/acts_as_event.rb:62:in `event_title'
app/views/users/show.html.erb:57:in `block (2 levels) in _app_views_users_show_html_erb___2965700471773239267_46119700'
app/views/users/show.html.erb:53:in `each'
app/views/users/show.html.erb:53:in `block in _app_views_users_show_html_erb___2965700471773239267_46119700'
app/views/users/show.html.erb:50:in `each'
app/views/users/show.html.erb:50:in `_app_views_users_show_html_erb___2965700471773239267_46119700'
app/controllers/users_controller.rb:75:in `block (2 levels) in show'
app/controllers/users_controller.rb:71:in `show'
test/functional/users_controller_test.rb:76:in `test_show'
</pre>
This can be reproduced with following change.
<pre>
fixtures :users, :projects, :members, :member_roles, :roles,
:custom_fields, :custom_values, :groups_users,
- :auth_sources
+ :auth_sources,
+ :enabled_modules,
+ :issues, :issue_statuses
</pre>
git-svn-id: http://svn.redmine.org/redmine/trunk@13883
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Thu, 15 Jan 2015 13:48:58 +0000 (13:48 +0000)]
Japanese translation updated by Go MAEDA (#18844)
git-svn-id: http://svn.redmine.org/redmine/trunk@13882
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Thu, 15 Jan 2015 13:38:44 +0000 (13:38 +0000)]
add missing fixture to SearchControllerTest
git-svn-id: http://svn.redmine.org/redmine/trunk@13881
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Thu, 15 Jan 2015 13:38:36 +0000 (13:38 +0000)]
remove jruby-21mode from .travis.yml
git-svn-id: http://svn.redmine.org/redmine/trunk@13880
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Thu, 15 Jan 2015 06:38:49 +0000 (06:38 +0000)]
Japanese translation updated and changed by Go MAEDA (#18794)
git-svn-id: http://svn.redmine.org/redmine/trunk@13879
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Thu, 15 Jan 2015 06:38:41 +0000 (06:38 +0000)]
Traditional Chinese translation updated by ChunChang Lo (#18819)
git-svn-id: http://svn.redmine.org/redmine/trunk@13878
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Thu, 15 Jan 2015 06:38:33 +0000 (06:38 +0000)]
generate i18n key (#10734)
git-svn-id: http://svn.redmine.org/redmine/trunk@13877
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sun, 11 Jan 2015 09:15:24 +0000 (09:15 +0000)]
Updates for 2.6.1 release.
git-svn-id: http://svn.redmine.org/redmine/trunk@13874
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sun, 11 Jan 2015 09:09:50 +0000 (09:09 +0000)]
Copyright update.
git-svn-id: http://svn.redmine.org/redmine/trunk@13872
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Sun, 11 Jan 2015 04:19:33 +0000 (04:19 +0000)]
Gemfile: update rbpdf version to 1.18.4 (#18629)
git-svn-id: http://svn.redmine.org/redmine/trunk@13870
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sat, 10 Jan 2015 13:03:52 +0000 (13:03 +0000)]
Fixed: Custom field is rendered, even if its value is empty (for multiple) (#18654).
git-svn-id: http://svn.redmine.org/redmine/trunk@13864
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sat, 10 Jan 2015 11:06:27 +0000 (11:06 +0000)]
Fixed: Redmine::FieldFormat::IntFormat does not accept "real" Integer values (#18781).
git-svn-id: http://svn.redmine.org/redmine/trunk@13863
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sat, 10 Jan 2015 10:26:09 +0000 (10:26 +0000)]
Unlock capybara gem version (#18789).
git-svn-id: http://svn.redmine.org/redmine/trunk@13862
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sat, 10 Jan 2015 10:24:19 +0000 (10:24 +0000)]
Time dependend failures in UI tests (#18789).
Patch by Ondřej Ezr.
git-svn-id: http://svn.redmine.org/redmine/trunk@13861
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sat, 10 Jan 2015 10:20:50 +0000 (10:20 +0000)]
Fixed errors in UI tests (#18782).
git-svn-id: http://svn.redmine.org/redmine/trunk@13860
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sat, 10 Jan 2015 10:10:48 +0000 (10:10 +0000)]
Fixed open div tag position.
git-svn-id: http://svn.redmine.org/redmine/trunk@13859
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sat, 10 Jan 2015 10:09:34 +0000 (10:09 +0000)]
Option to search open issues only (#10734).
git-svn-id: http://svn.redmine.org/redmine/trunk@13858
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Fri, 9 Jan 2015 21:06:50 +0000 (21:06 +0000)]
Adds strings to locales (#4383).
git-svn-id: http://svn.redmine.org/redmine/trunk@13857
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Fri, 9 Jan 2015 21:06:09 +0000 (21:06 +0000)]
Option to search attachment filenames and description (#4383).
git-svn-id: http://svn.redmine.org/redmine/trunk@13856
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Thu, 8 Jan 2015 22:04:00 +0000 (22:04 +0000)]
Search custom fields and journals with different queries to take advantage of indexes on text columns if present.
git-svn-id: http://svn.redmine.org/redmine/trunk@13855
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Thu, 8 Jan 2015 06:20:32 +0000 (06:20 +0000)]
replace tab to space at test/test_helper.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@13854
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Wed, 7 Jan 2015 22:56:34 +0000 (22:56 +0000)]
Same fix as r13582 for trackers and statuses (#18769).
git-svn-id: http://svn.redmine.org/redmine/trunk@13853
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Wed, 7 Jan 2015 22:52:23 +0000 (22:52 +0000)]
Redirect to the current page when reordering roles (#18769).
Patch by Jérôme BATAILLE.
git-svn-id: http://svn.redmine.org/redmine/trunk@13852
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Wed, 7 Jan 2015 22:51:45 +0000 (22:51 +0000)]
Skip validation if attribute did not change.
git-svn-id: http://svn.redmine.org/redmine/trunk@13851
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Wed, 7 Jan 2015 22:45:11 +0000 (22:45 +0000)]
Missing break (#18734).
git-svn-id: http://svn.redmine.org/redmine/trunk@13850
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Wed, 7 Jan 2015 22:33:25 +0000 (22:33 +0000)]
Deprecates Project#set_allowed_parent!.
git-svn-id: http://svn.redmine.org/redmine/trunk@13849
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Wed, 7 Jan 2015 22:29:50 +0000 (22:29 +0000)]
Fixed that project copy triggers a 500 error if project validation fails.
git-svn-id: http://svn.redmine.org/redmine/trunk@13848
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Wed, 7 Jan 2015 22:19:57 +0000 (22:19 +0000)]
Cleans up parent project assignment in ProjectsController.
git-svn-id: http://svn.redmine.org/redmine/trunk@13847
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Wed, 7 Jan 2015 22:18:58 +0000 (22:18 +0000)]
Move always possible for new records.
git-svn-id: http://svn.redmine.org/redmine/trunk@13846
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Wed, 7 Jan 2015 21:11:05 +0000 (21:11 +0000)]
Use r13844 workaround for SQLServer only.
git-svn-id: http://svn.redmine.org/redmine/trunk@13845
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Wed, 7 Jan 2015 20:57:52 +0000 (20:57 +0000)]
Fixed dead locks with SQLServer.
git-svn-id: http://svn.redmine.org/redmine/trunk@13844
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Wed, 7 Jan 2015 20:37:06 +0000 (20:37 +0000)]
Moved Project#hierarchy to NestedSet::Traversing.
git-svn-id: http://svn.redmine.org/redmine/trunk@13843
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Wed, 7 Jan 2015 20:26:21 +0000 (20:26 +0000)]
Insert children issues to respect same order as ids.
git-svn-id: http://svn.redmine.org/redmine/trunk@13842
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Wed, 7 Jan 2015 20:19:49 +0000 (20:19 +0000)]
Replaces awesome_nested_set gem with a simple and more robust implementation of nested sets.
The concurrency tests added in this commit trigger dead locks and/or nested set inconsistency with awesome_nested_set.
git-svn-id: http://svn.redmine.org/redmine/trunk@13841
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Sun, 4 Jan 2015 07:31:41 +0000 (07:31 +0000)]
Gemfile: pin pg version 0.17
On Rails 4.1.8, pg 0.18.0 cause error.
<pre>
1) Failure:
WikiContentTest#test_update_with_gzipped_history [test/unit/wiki_content_test.rb:88]:
Expected: "gzip"
Actual: ""
</pre>
git-svn-id: http://svn.redmine.org/redmine/trunk@13839
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Sun, 4 Jan 2015 04:20:49 +0000 (04:20 +0000)]
remove duplicated :remote key from app/views/messages/show.html.erb
Ruby 2.2 shows warning.
git-svn-id: http://svn.redmine.org/redmine/trunk@13836
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Sun, 4 Jan 2015 04:20:40 +0000 (04:20 +0000)]
remove duplicated :id key from app/views/timelog/report.html.erb
Ruby 2.2 shows warning.
git-svn-id: http://svn.redmine.org/redmine/trunk@13835
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Sat, 3 Jan 2015 17:31:01 +0000 (17:31 +0000)]
fix Ruby 2.2 warning at lib/redmine/scm/adapters/cvs_adapter.rb
On ruby 2.2.0p0 (2014-12-25 revision 49005) [x86_64-linux]:
<pre>
lib/redmine/scm/adapters/cvs_adapter.rb:342:
warning: Comparable#== will no more rescue exceptions of #<=> in the next release.
lib/redmine/scm/adapters/cvs_adapter.rb:342:
warning: Return nil in #<=> if the comparison is inappropriate or avoid such comparison.
</pre>
git-svn-id: http://svn.redmine.org/redmine/trunk@13831
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Sat, 3 Jan 2015 16:18:31 +0000 (16:18 +0000)]
Gemfile: pin activerecord-jdbcsqlite3-adapter version 1.3.11
1.3.13 breaks test/functional/issues_controller_test.rb.
git-svn-id: http://svn.redmine.org/redmine/trunk@13829
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Sat, 3 Jan 2015 15:56:53 +0000 (15:56 +0000)]
add jruby-21mode to .travis.yml
git-svn-id: http://svn.redmine.org/redmine/trunk@13826
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Sat, 3 Jan 2015 14:59:01 +0000 (14:59 +0000)]
Adds table reference to textile help (#12734).
Patch by Matt Wiseley.
git-svn-id: http://svn.redmine.org/redmine/trunk@13825
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Sat, 3 Jan 2015 13:36:05 +0000 (13:36 +0000)]
Japanese wiki_syntax_detailed.html translation updated by Go MAEDA (#18637)
git-svn-id: http://svn.redmine.org/redmine/trunk@13824
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Sat, 3 Jan 2015 13:35:56 +0000 (13:35 +0000)]
Wiki formatting documentation for nested lists in translated languages (#4518)
git-svn-id: http://svn.redmine.org/redmine/trunk@13823
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Sat, 3 Jan 2015 13:35:45 +0000 (13:35 +0000)]
revert r13762 because character encodings are broken (#12734)
git-svn-id: http://svn.redmine.org/redmine/trunk@13822
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Sat, 3 Jan 2015 12:00:40 +0000 (12:00 +0000)]
fix Japanese "label_sort_by" misspelling (#18671)
Contributed by Go MAEDA.
git-svn-id: http://svn.redmine.org/redmine/trunk@13821
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Sat, 3 Jan 2015 11:05:24 +0000 (11:05 +0000)]
Swedish translation updated by Khedron Wilk (#18587)
git-svn-id: http://svn.redmine.org/redmine/trunk@13819
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Tue, 30 Dec 2014 11:24:00 +0000 (11:24 +0000)]
The descendant count in the issues delete confirmation message is wrong if issues share some descendants.
git-svn-id: http://svn.redmine.org/redmine/trunk@13818
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Fri, 26 Dec 2014 12:23:05 +0000 (12:23 +0000)]
Preload wiki page content for search results.
git-svn-id: http://svn.redmine.org/redmine/trunk@13814
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Fri, 26 Dec 2014 12:08:55 +0000 (12:08 +0000)]
Fixed duplicate content_url tag introduced in r13806 (#18707).
git-svn-id: http://svn.redmine.org/redmine/trunk@13813
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Fri, 26 Dec 2014 12:05:01 +0000 (12:05 +0000)]
Updates comments for r13811.
git-svn-id: http://svn.redmine.org/redmine/trunk@13812
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Fri, 26 Dec 2014 12:03:01 +0000 (12:03 +0000)]
Converts timestamps to integers in #search_result_ranks_and_ids.
git-svn-id: http://svn.redmine.org/redmine/trunk@13811
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Fri, 26 Dec 2014 11:38:52 +0000 (11:38 +0000)]
Force UTF-8 encoding of language names.
git-svn-id: http://svn.redmine.org/redmine/trunk@13807
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Fri, 26 Dec 2014 11:26:24 +0000 (11:26 +0000)]
Allow attachment thumbnails from REST API (#18707).
git-svn-id: http://svn.redmine.org/redmine/trunk@13806
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Toshi MARUYAMA [Fri, 26 Dec 2014 05:08:09 +0000 (05:08 +0000)]
add Ruby 2.2 to .travis.yml
git-svn-id: http://svn.redmine.org/redmine/trunk@13797
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Wed, 24 Dec 2014 12:29:49 +0000 (12:29 +0000)]
Do not truncate subissue/related issues titles on the issue view (#18659).
Patch by Felix Schäfer.
git-svn-id: http://svn.redmine.org/redmine/trunk@13796
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Wed, 24 Dec 2014 12:27:45 +0000 (12:27 +0000)]
Adds News and Forum link documentation (#13497).
Patch by Matt Wiseley.
git-svn-id: http://svn.redmine.org/redmine/trunk@13795
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Wed, 24 Dec 2014 12:24:00 +0000 (12:24 +0000)]
Adds p/n access keys for previous/next links (#18692).
Patch by Go MAEDA.
git-svn-id: http://svn.redmine.org/redmine/trunk@13794
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Mon, 22 Dec 2014 14:14:36 +0000 (14:14 +0000)]
Use upload helper method.
git-svn-id: http://svn.redmine.org/redmine/trunk@13793
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Mon, 22 Dec 2014 13:46:31 +0000 (13:46 +0000)]
Use raw request content in tests to make sure that XML/JSON payload is properly parsed.
git-svn-id: http://svn.redmine.org/redmine/trunk@13792
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Mon, 22 Dec 2014 13:41:51 +0000 (13:41 +0000)]
Adds tests for creating an issue with multiple uploads.
git-svn-id: http://svn.redmine.org/redmine/trunk@13791
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Mon, 22 Dec 2014 13:41:15 +0000 (13:41 +0000)]
XML parameters parser extracted to actionpack-xml_parser gem in Rails 4 (#14534).
git-svn-id: http://svn.redmine.org/redmine/trunk@13790
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sun, 21 Dec 2014 21:24:46 +0000 (21:24 +0000)]
Set en locale in test (#18679).
git-svn-id: http://svn.redmine.org/redmine/trunk@13789
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sun, 21 Dec 2014 21:07:13 +0000 (21:07 +0000)]
Send the content type as parameter when uploading a file.
git-svn-id: http://svn.redmine.org/redmine/trunk@13788
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sun, 21 Dec 2014 21:02:38 +0000 (21:02 +0000)]
Attachment content type not set when uploading attachment (#18667).
git-svn-id: http://svn.redmine.org/redmine/trunk@13787
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sun, 21 Dec 2014 20:19:39 +0000 (20:19 +0000)]
Fixed: LabelledFormBuilder#label outputs 2 label elements (#18679).
Patch by Masato NODA.
git-svn-id: http://svn.redmine.org/redmine/trunk@13786
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sun, 21 Dec 2014 20:15:24 +0000 (20:15 +0000)]
Error when adding user to group where he is already assigned (#18665).
git-svn-id: http://svn.redmine.org/redmine/trunk@13785
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sun, 21 Dec 2014 19:46:33 +0000 (19:46 +0000)]
Don't overwrite headers that were already set (#14699).
git-svn-id: http://svn.redmine.org/redmine/trunk@13784
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sun, 21 Dec 2014 15:05:18 +0000 (15:05 +0000)]
Leading slash required with Rails 4.2.
git-svn-id: http://svn.redmine.org/redmine/trunk@13783
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sun, 21 Dec 2014 12:50:43 +0000 (12:50 +0000)]
Subclasses may not be loaded when running the test.
git-svn-id: http://svn.redmine.org/redmine/trunk@13782
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sun, 21 Dec 2014 12:39:48 +0000 (12:39 +0000)]
Replaced "can't" with "cannot" in error messages.
git-svn-id: http://svn.redmine.org/redmine/trunk@13781
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sun, 21 Dec 2014 11:57:01 +0000 (11:57 +0000)]
PermissionsAttributeCoder.load called twice when mocha expectation is set.
git-svn-id: http://svn.redmine.org/redmine/trunk@13780
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sun, 21 Dec 2014 11:48:00 +0000 (11:48 +0000)]
Use DOM assertion instead.
git-svn-id: http://svn.redmine.org/redmine/trunk@13779
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sat, 20 Dec 2014 14:41:04 +0000 (14:41 +0000)]
Use DOM assertions as attributes order changes from a Rails version to another.
git-svn-id: http://svn.redmine.org/redmine/trunk@13778
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sat, 20 Dec 2014 14:33:17 +0000 (14:33 +0000)]
Make sure that themes are reloaded after test.
git-svn-id: http://svn.redmine.org/redmine/trunk@13777
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sat, 20 Dec 2014 14:30:33 +0000 (14:30 +0000)]
Rewrites assertions.
git-svn-id: http://svn.redmine.org/redmine/trunk@13776
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sat, 20 Dec 2014 14:22:50 +0000 (14:22 +0000)]
Removed that quote in a fixture subject.
git-svn-id: http://svn.redmine.org/redmine/trunk@13775
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sat, 20 Dec 2014 13:51:34 +0000 (13:51 +0000)]
Use a CustomFieldValue instead of CustomValue.
git-svn-id: http://svn.redmine.org/redmine/trunk@13774
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sat, 20 Dec 2014 13:42:57 +0000 (13:42 +0000)]
Removes test menu item after test.
git-svn-id: http://svn.redmine.org/redmine/trunk@13773
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sat, 20 Dec 2014 13:35:57 +0000 (13:35 +0000)]
Set locale for error messages.
git-svn-id: http://svn.redmine.org/redmine/trunk@13772
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sat, 20 Dec 2014 13:35:33 +0000 (13:35 +0000)]
Reset current user on each test.
git-svn-id: http://svn.redmine.org/redmine/trunk@13771
e93f8b46 -1217-0410-a6f0-
8f06a7374b81