From owner-svn-ports-head@freebsd.org Fri May 15 14:32:12 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2690D2F6F97; Fri, 15 May 2020 14:32:12 +0000 (UTC) (envelope-from mikael@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49NrTS0DMMz3QWv; Fri, 15 May 2020 14:32:12 +0000 (UTC) (envelope-from mikael@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 02E1325BEF; Fri, 15 May 2020 14:32:12 +0000 (UTC) (envelope-from mikael@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 04FEWBak046164; Fri, 15 May 2020 14:32:11 GMT (envelope-from mikael@FreeBSD.org) Received: (from mikael@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 04FEWB5l046159; Fri, 15 May 2020 14:32:11 GMT (envelope-from mikael@FreeBSD.org) Message-Id: <202005151432.04FEWB5l046159@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mikael set sender to mikael@FreeBSD.org using -f From: Mikael Urankar Date: Fri, 15 May 2020 14:32:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r535291 - in head/www/redmine4: . files X-SVN-Group: ports-head X-SVN-Commit-Author: mikael X-SVN-Commit-Paths: in head/www/redmine4: . files X-SVN-Commit-Revision: 535291 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 May 2020 14:32:12 -0000 Author: mikael Date: Fri May 15 14:32:10 2020 New Revision: 535291 URL: https://svnweb.freebsd.org/changeset/ports/535291 Log: www/redmine4: update to 4.1.1 Re-enable the RMAGICK option, the issue is fixed in this release Changelog: https://www.redmine.org/projects/redmine/wiki/Changelog_4_1 Added: head/www/redmine4/files/mini_magick.rb - copied, changed from r535290, head/www/redmine4/files/rmagic.rb Deleted: head/www/redmine4/files/rmagic.rb Modified: head/www/redmine4/Makefile head/www/redmine4/distinfo head/www/redmine4/files/patch-Gemfile head/www/redmine4/pkg-plist Modified: head/www/redmine4/Makefile ============================================================================== --- head/www/redmine4/Makefile Fri May 15 14:30:37 2020 (r535290) +++ head/www/redmine4/Makefile Fri May 15 14:32:10 2020 (r535291) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= redmine -PORTVERSION= 4.0.6 -PORTREVISION= 1 +PORTVERSION= 4.1.1 CATEGORIES= www MASTER_SITES= https://www.redmine.org/releases/ PKGNAMESUFFIX= 4 @@ -20,12 +19,12 @@ RUN_DEPENDS= rubygem-bundler>=1.5.0:sysutils/rubygem-b rubygem-request_store>=1.0.5:devel/rubygem-request_store \ rubygem-mini_mime>=1.0.1:mail/rubygem-mini_mime \ rubygem-actionpack-xml_parser-rails52>=0:textproc/rubygem-actionpack-xml_parser-rails52 \ - rubygem-roadie-rails-rails52>=1.3.0:mail/rubygem-roadie-rails-rails52 \ + rubygem-roadie-rails-rails52>=2.1.0:mail/rubygem-roadie-rails-rails52 \ rubygem-mimemagic>=0:misc/rubygem-mimemagic \ rubygem-mail>=2.7.1:mail/rubygem-mail \ + rubygem-csv>=3.1.1:devel/rubygem-csv \ rubygem-nokogiri>=1.10.0:textproc/rubygem-nokogiri \ rubygem-i18n>=0.7:devel/rubygem-i18n \ - rubygem-sprockets3>=3.7.2:devel/rubygem-sprockets3 \ rubygem-rbpdf>=1.19.6:print/rubygem-rbpdf \ rubygem-net-ldap>=0.16:net/rubygem-net-ldap \ rubygem-ruby-openid>=2.9.2:net/rubygem-ruby-openid \ @@ -44,7 +43,7 @@ PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} SUB_LIST= RUBY_NAME=${RUBY_NAME} OPTIONS_DEFINE= MYSQL POSTGRESQL MARKDOWN RMAGIC THIN -OPTIONS_DEFAULT=MYSQL MARKDOWN THIN +OPTIONS_DEFAULT=MYSQL MARKDOWN RMAGIC THIN OPTIONS_SUB= yes POSTGRESQL_DESC=Enable PostgreSQL support MARKDOWN_DESC= Enable Markdown support @@ -56,21 +55,13 @@ NO_OPTIONS_SORT= yes MYSQL_RUN_DEPENDS= rubygem-mysql2>=0.5.0:databases/rubygem-mysql2 POSTGRESQL_RUN_DEPENDS= rubygem-pg>=1.1.4:databases/rubygem-pg MARKDOWN_RUN_DEPENDS= rubygem-redcarpet>=3.4.0:textproc/rubygem-redcarpet -RMAGIC_RUN_DEPENDS= rubygem-rmagick>=2.16.0:graphics/rubygem-rmagick +RMAGIC_RUN_DEPENDS= rubygem-mini_magick>=4.9.5:graphics/rubygem-mini_magick THIN_RUN_DEPENDS= rubygem-thin>=1.6.2:www/rubygem-thin THIN_SUB_LIST= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} THIN_VARS= USE_RC_SUBR=redmine .include -.if ${PORT_OPTIONS:MRMAGIC} -# rubygem-mini_magick-4.10.1 wants imagemagick7 -# and rubygem-rmagick-2.16.0_6 wants imagemagick6 -# fixed in 4.1.0: https://www.redmine.org/projects/redmine/repository/revisions/18366 -# but not in 4.0-stable as of 2020/02/13 -BROKEN= conflicting dependencies -.endif - post-extract: @${RM} -r ${WRKSRC}/.hgignore ${WRKSRC}/.gitignore ${WRKSRC}/.github \ ${WRKSRC}/files/delete.me ${WRKSRC}/log/delete.me @@ -99,7 +90,7 @@ do-install-MARKDOWN-on: ${CP} ${FILESDIR}/markdown.rb ${STAGEDIR}${WWWDIR}/bundler.d do-install-RMAGIC-on: - ${CP} ${FILESDIR}/rmagic.rb ${STAGEDIR}${WWWDIR}/bundler.d + ${CP} ${FILESDIR}/mini_magick.rb ${STAGEDIR}${WWWDIR}/bundler.d do-install-THIN-on: ${CP} ${FILESDIR}/thin.rb ${STAGEDIR}${WWWDIR}/bundler.d Modified: head/www/redmine4/distinfo ============================================================================== --- head/www/redmine4/distinfo Fri May 15 14:30:37 2020 (r535290) +++ head/www/redmine4/distinfo Fri May 15 14:32:10 2020 (r535291) @@ -1,3 +1,3 @@ -TIMESTAMP = 1582635822 -SHA256 (redmine-4.0.6.tar.gz) = 173c4de0ce0a8b2b1e340b6f50d88dfc4ec3a3a7aae11acde201a15613aec8c4 -SIZE (redmine-4.0.6.tar.gz) = 2520461 +TIMESTAMP = 1586946467 +SHA256 (redmine-4.1.1.tar.gz) = 05faafe764330f2d77b0aacddf9d8ddce579c3d26bb8e03a7d6e7ff461f1cdda +SIZE (redmine-4.1.1.tar.gz) = 2712056 Copied and modified: head/www/redmine4/files/mini_magick.rb (from r535290, head/www/redmine4/files/rmagic.rb) ============================================================================== --- head/www/redmine4/files/rmagic.rb Fri May 15 14:30:37 2020 (r535290, copy source) +++ head/www/redmine4/files/mini_magick.rb Fri May 15 14:32:10 2020 (r535291) @@ -1 +1 @@ -gem "rmagick", "~> 2.16.0" +gem "mini_magick", ">= 4.9.5" Modified: head/www/redmine4/files/patch-Gemfile ============================================================================== --- head/www/redmine4/files/patch-Gemfile Fri May 15 14:30:37 2020 (r535290) +++ head/www/redmine4/files/patch-Gemfile Fri May 15 14:32:10 2020 (r535291) @@ -1,50 +1,26 @@ ---- Gemfile.orig 2019-12-20 12:46:22 UTC -+++ Gemfile -@@ -2,9 +2,9 @@ source 'https://rubygems.org' +--- Gemfile.orig 2020-04-06 19:00:48.000000000 +0200 ++++ Gemfile 2020-05-14 17:15:47.187698000 +0200 +@@ -14,7 +14,7 @@ gem "mimemagic" + gem "mail", "~> 2.7.1" + gem "csv", "~> 3.1.1" + gem "nokogiri", "~> 1.10.0" +-gem "i18n", "~> 1.6.0" ++gem "i18n", ">= 1.6.0" + gem "rbpdf", "~> 1.20.0" - gem "bundler", ">= 1.5.0" - --gem "rails", "5.2.4.1" --gem "rouge", "~> 3.3.0" --gem "request_store", "1.0.5" -+gem "rails", "5.2.4.2" -+gem "rouge", "~> 3.12.0" -+gem "request_store", ">= 1.0.5" - gem "mini_mime", "~> 1.0.1" - gem "actionpack-xml_parser" - gem "roadie-rails", "~> 1.3.0" -@@ -13,7 +13,7 @@ gem "mail", "~> 2.7.1" - gem "csv", "~> 3.0.1" if RUBY_VERSION >= "2.3" && RUBY_VERSION < "2.6" - - gem "nokogiri", (RUBY_VERSION >= "2.3" ? "~> 1.10.0" : "~> 1.9.1") --gem "i18n", "~> 0.7.0" -+gem "i18n", ">= 0.7" - gem "xpath", "< 3.2.0" if RUBY_VERSION < "2.3" - - # TODO: Remove the following line when #32223 is fixed -@@ -21,7 +21,7 @@ gem "sprockets", "~> 3.7.2" - # Windows does not include zoneinfo files, so bundle the tzinfo-data gem - gem 'tzinfo-data', platforms: [:mingw, :x64_mingw, :mswin] --gem "rbpdf", "~> 1.19.6" -+gem "rbpdf", "~> 1.19", ">= 1.19.6" - - # Optional gem for LDAP authentication - group :ldap do -@@ -34,63 +34,6 @@ group :openid do +@@ -31,66 +31,6 @@ group :openid do gem "rack-openid" end --platforms :mri, :mingw, :x64_mingw do -- # Optional gem for exporting the gantt to a PNG file, not supported with jruby -- group :rmagick do -- gem "rmagick", "~> 2.16.0" -- end +-# Optional gem for exporting the gantt to a PNG file +-group :minimagick do +- gem "mini_magick", "~> 4.9.5" +-end - -- # Optional Markdown support, not for JRuby -- group :markdown do -- gem "redcarpet", "~> 3.4.0" -- end +-# Optional Markdown support, not for JRuby +-group :markdown do +- gem "redcarpet", "~> 3.5.0" -end - -# Include database gems for the adapters found in the database @@ -63,10 +39,10 @@ - when /postgresql/ - gem "pg", "~> 1.1.4", :platforms => [:mri, :mingw, :x64_mingw] - when /sqlite3/ -- gem "sqlite3", "~>1.3.12", :platforms => [:mri, :mingw, :x64_mingw] +- gem "sqlite3", "~> 1.4.0", :platforms => [:mri, :mingw, :x64_mingw] - when /sqlserver/ -- gem "tiny_tds", "~> 1.0.5", :platforms => [:mri, :mingw, :x64_mingw] -- gem "activerecord-sqlserver-adapter", :platforms => [:mri, :mingw, :x64_mingw] +- gem "tiny_tds", "~> 2.1.2", :platforms => [:mri, :mingw, :x64_mingw] +- gem "activerecord-sqlserver-adapter", "~> 5.2.1", :platforms => [:mri, :mingw, :x64_mingw] - else - warn("Unknown database adapter `#{adapter}` found in config/database.yml, use Gemfile.local to load your own database gems") - end @@ -85,17 +61,22 @@ -group :test do - gem "rails-dom-testing" - gem 'mocha', '>= 1.4.0' -- gem "simplecov", "~> 0.14.1", :require => false +- gem "simplecov", "~> 0.17.0", :require => false +- gem "ffi", platforms: [:mingw, :x64_mingw, :mswin] - # For running system tests - gem 'puma', '~> 3.7' -- gem "capybara", '~> 2.13' +- gem "capybara", (RUBY_VERSION < "2.4" ? "~> 3.15.1" : "~> 3.25.0") - gem "selenium-webdriver" +- # RuboCop +- gem 'rubocop', '~> 0.76.0' +- gem 'rubocop-performance', '~> 1.5.0' +- gem 'rubocop-rails', '~> 2.3.0' -end - local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local") if File.exists?(local_gemfile) eval_gemfile local_gemfile -@@ -99,4 +42,8 @@ end +@@ -99,4 +39,8 @@ end # Load plugins' Gemfiles Dir.glob File.expand_path("../plugins/*/{Gemfile,PluginGemfile}", __FILE__) do |file| eval_gemfile file Modified: head/www/redmine4/pkg-plist ============================================================================== --- head/www/redmine4/pkg-plist Fri May 15 14:30:37 2020 (r535290) +++ head/www/redmine4/pkg-plist Fri May 15 14:32:10 2020 (r535291) @@ -1,3 +1,5 @@ +%%WWWDIR%%/.rubocop.yml +%%WWWDIR%%/.rubocop_todo.yml %%WWWDIR%%/CONTRIBUTING.md @owner %%WWWOWN%% @group %%WWWGRP%% @@ -63,6 +65,7 @@ %%WWWDIR%%/app/helpers/application_helper.rb %%WWWDIR%%/app/helpers/attachments_helper.rb %%WWWDIR%%/app/helpers/auth_sources_helper.rb +%%WWWDIR%%/app/helpers/avatars_helper.rb %%WWWDIR%%/app/helpers/boards_helper.rb %%WWWDIR%%/app/helpers/calendars_helper.rb %%WWWDIR%%/app/helpers/context_menus_helper.rb @@ -85,6 +88,7 @@ %%WWWDIR%%/app/helpers/news_helper.rb %%WWWDIR%%/app/helpers/principal_memberships_helper.rb %%WWWDIR%%/app/helpers/projects_helper.rb +%%WWWDIR%%/app/helpers/projects_queries_helper.rb %%WWWDIR%%/app/helpers/queries_helper.rb %%WWWDIR%%/app/helpers/reports_helper.rb %%WWWDIR%%/app/helpers/repositories_helper.rb @@ -146,6 +150,7 @@ %%WWWDIR%%/app/models/principal.rb %%WWWDIR%%/app/models/project.rb %%WWWDIR%%/app/models/project_custom_field.rb +%%WWWDIR%%/app/models/project_query.rb %%WWWDIR%%/app/models/query.rb %%WWWDIR%%/app/models/repository.rb %%WWWDIR%%/app/models/repository/bazaar.rb @@ -160,6 +165,7 @@ %%WWWDIR%%/app/models/time_entry_activity.rb %%WWWDIR%%/app/models/time_entry_activity_custom_field.rb %%WWWDIR%%/app/models/time_entry_custom_field.rb +%%WWWDIR%%/app/models/time_entry_import.rb %%WWWDIR%%/app/models/time_entry_query.rb %%WWWDIR%%/app/models/token.rb %%WWWDIR%%/app/models/tracker.rb @@ -206,7 +212,6 @@ %%WWWDIR%%/app/views/auth_sources/edit.html.erb %%WWWDIR%%/app/views/auth_sources/index.html.erb %%WWWDIR%%/app/views/auth_sources/new.html.erb -%%WWWDIR%%/app/views/auto_completes/issues.html.erb %%WWWDIR%%/app/views/boards/_form.html.erb %%WWWDIR%%/app/views/boards/edit.html.erb %%WWWDIR%%/app/views/boards/index.html.erb @@ -217,6 +222,7 @@ %%WWWDIR%%/app/views/common/_diff.html.erb %%WWWDIR%%/app/views/common/_file.html.erb %%WWWDIR%%/app/views/common/_image.html.erb +%%WWWDIR%%/app/views/common/_markup.html.erb %%WWWDIR%%/app/views/common/_no_preview.html.erb %%WWWDIR%%/app/views/common/_other.html.erb %%WWWDIR%%/app/views/common/_preview.html.erb @@ -231,6 +237,9 @@ %%WWWDIR%%/app/views/custom_field_enumerations/index.html.erb %%WWWDIR%%/app/views/custom_fields/_form.html.erb %%WWWDIR%%/app/views/custom_fields/_index.html.erb +%%WWWDIR%%/app/views/custom_fields/_visibility_by_project_selector.html.erb +%%WWWDIR%%/app/views/custom_fields/_visibility_by_role_selector.html.erb +%%WWWDIR%%/app/views/custom_fields/_visibility_by_tracker_selector.html.erb %%WWWDIR%%/app/views/custom_fields/edit.html.erb %%WWWDIR%%/app/views/custom_fields/formats/_attachment.html.erb %%WWWDIR%%/app/views/custom_fields/formats/_bool.html.erb @@ -287,7 +296,16 @@ %%WWWDIR%%/app/views/groups/remove_user.js.erb %%WWWDIR%%/app/views/groups/show.api.rsb %%WWWDIR%%/app/views/groups/show.html.erb -%%WWWDIR%%/app/views/imports/_fields_mapping.html.erb +%%WWWDIR%%/app/views/imports/_issues_fields_mapping.html.erb +%%WWWDIR%%/app/views/imports/_issues_mapping.html.erb +%%WWWDIR%%/app/views/imports/_issues_mapping.js.erb +%%WWWDIR%%/app/views/imports/_issues_saved_objects.html.erb +%%WWWDIR%%/app/views/imports/_issues_sidebar.html.erb +%%WWWDIR%%/app/views/imports/_time_entries_fields_mapping.html.erb +%%WWWDIR%%/app/views/imports/_time_entries_mapping.html.erb +%%WWWDIR%%/app/views/imports/_time_entries_mapping.js.erb +%%WWWDIR%%/app/views/imports/_time_entries_saved_objects.html.erb +%%WWWDIR%%/app/views/imports/_time_entries_sidebar.html.erb %%WWWDIR%%/app/views/imports/mapping.html.erb %%WWWDIR%%/app/views/imports/mapping.js.erb %%WWWDIR%%/app/views/imports/new.html.erb @@ -317,15 +335,14 @@ %%WWWDIR%%/app/views/issues/_action_menu.html.erb %%WWWDIR%%/app/views/issues/_action_menu_edit.html.erb %%WWWDIR%%/app/views/issues/_attributes.html.erb -%%WWWDIR%%/app/views/issues/_changesets.html.erb %%WWWDIR%%/app/views/issues/_conflict.html.erb %%WWWDIR%%/app/views/issues/_edit.html.erb %%WWWDIR%%/app/views/issues/_form.html.erb %%WWWDIR%%/app/views/issues/_form_custom_fields.html.erb -%%WWWDIR%%/app/views/issues/_history.html.erb %%WWWDIR%%/app/views/issues/_list.html.erb %%WWWDIR%%/app/views/issues/_relations.html.erb %%WWWDIR%%/app/views/issues/_sidebar.html.erb +%%WWWDIR%%/app/views/issues/_trackers_description.html.erb %%WWWDIR%%/app/views/issues/_watchers_form.html.erb %%WWWDIR%%/app/views/issues/bulk_edit.html.erb %%WWWDIR%%/app/views/issues/bulk_edit.js.erb @@ -340,6 +357,9 @@ %%WWWDIR%%/app/views/issues/show.api.rsb %%WWWDIR%%/app/views/issues/show.html.erb %%WWWDIR%%/app/views/issues/show.pdf.erb +%%WWWDIR%%/app/views/issues/tabs/_changesets.html.erb +%%WWWDIR%%/app/views/issues/tabs/_history.html.erb +%%WWWDIR%%/app/views/issues/tabs/_time_entries.html.erb %%WWWDIR%%/app/views/journals/_notes_form.html.erb %%WWWDIR%%/app/views/journals/diff.html.erb %%WWWDIR%%/app/views/journals/edit.js.erb @@ -409,6 +429,7 @@ %%WWWDIR%%/app/views/messages/quote.js.erb %%WWWDIR%%/app/views/messages/show.html.erb %%WWWDIR%%/app/views/my/_sidebar.html.erb +%%WWWDIR%%/app/views/my/account.api.rsb %%WWWDIR%%/app/views/my/account.html.erb %%WWWDIR%%/app/views/my/add_block.js.erb %%WWWDIR%%/app/views/my/blocks/_activity.html.erb @@ -431,6 +452,7 @@ %%WWWDIR%%/app/views/news/index.api.rsb %%WWWDIR%%/app/views/news/index.html.erb %%WWWDIR%%/app/views/news/new.html.erb +%%WWWDIR%%/app/views/news/show.api.rsb %%WWWDIR%%/app/views/news/show.html.erb %%WWWDIR%%/app/views/principal_memberships/_edit.html.erb %%WWWDIR%%/app/views/principal_memberships/_index.html.erb @@ -443,10 +465,14 @@ %%WWWDIR%%/app/views/principal_memberships/new.html.erb %%WWWDIR%%/app/views/principal_memberships/new.js.erb %%WWWDIR%%/app/views/principal_memberships/update.js.erb +%%WWWDIR%%/app/views/projects/_board.html.erb %%WWWDIR%%/app/views/projects/_edit.html.erb %%WWWDIR%%/app/views/projects/_form.html.erb +%%WWWDIR%%/app/views/projects/_list.html.erb %%WWWDIR%%/app/views/projects/_members_box.html.erb +%%WWWDIR%%/app/views/projects/_sidebar.html.erb %%WWWDIR%%/app/views/projects/autocomplete.js.erb +%%WWWDIR%%/app/views/projects/bookmark.js.erb %%WWWDIR%%/app/views/projects/copy.html.erb %%WWWDIR%%/app/views/projects/destroy.html.erb %%WWWDIR%%/app/views/projects/index.api.rsb @@ -528,6 +554,7 @@ %%WWWDIR%%/app/views/timelog/_form.html.erb %%WWWDIR%%/app/views/timelog/_list.html.erb %%WWWDIR%%/app/views/timelog/_report_criteria.html.erb +%%WWWDIR%%/app/views/timelog/_sidebar.html.erb %%WWWDIR%%/app/views/timelog/bulk_edit.html.erb %%WWWDIR%%/app/views/timelog/bulk_edit.js.erb %%WWWDIR%%/app/views/timelog/edit.html.erb @@ -618,7 +645,7 @@ %%MARKDOWN%%%%WWWDIR%%/bundler.d/markdown.rb %%MYSQL%%%%WWWDIR%%/bundler.d/mysql.rb %%POSTGRESQL%%%%WWWDIR%%/bundler.d/pg.rb -%%RMAGIC%%%%WWWDIR%%/bundler.d/rmagic.rb +%%RMAGIC%%%%WWWDIR%%/bundler.d/mini_magick.rb %%THIN%%%%WWWDIR%%/bundler.d/thin.rb %%WWWDIR%%/config.ru %%WWWDIR%%/config/additional_environment.rb.example @@ -971,9 +998,14 @@ %%WWWDIR%%/db/migrate/20170418090031_add_view_news_to_all_existing_roles.rb %%WWWDIR%%/db/migrate/20170419144536_add_view_messages_to_all_existing_roles.rb %%WWWDIR%%/db/migrate/20170723112801_rename_comments_to_content.rb +%%WWWDIR%%/db/migrate/20180501132547_add_author_id_to_time_entries.rb %%WWWDIR%%/db/migrate/20180913072918_add_verify_peer_to_auth_sources.rb %%WWWDIR%%/db/migrate/20180923082945_change_sqlite_booleans_to_0_and_1.rb %%WWWDIR%%/db/migrate/20180923091603_change_sqlite_booleans_default.rb +%%WWWDIR%%/db/migrate/20190315094151_change_custom_values_value_limit.rb +%%WWWDIR%%/db/migrate/20190315102101_add_trackers_description.rb +%%WWWDIR%%/db/migrate/20190510070108_add_unique_id_to_import_items.rb +%%WWWDIR%%/db/migrate/20190620135549_change_roles_name_limit.rb %%WWWDIR%%/doc/CHANGELOG %%WWWDIR%%/doc/COPYING %%WWWDIR%%/doc/INSTALL @@ -1012,6 +1044,9 @@ %%WWWDIR%%/lib/generators/redmine_plugin_controller/templates/functional_test.rb.erb %%WWWDIR%%/lib/generators/redmine_plugin_controller/templates/helper.rb.erb %%WWWDIR%%/lib/generators/redmine_plugin_controller/templates/view.html.erb +%%WWWDIR%%/lib/generators/redmine_plugin_migration/USAGE +%%WWWDIR%%/lib/generators/redmine_plugin_migration/redmine_plugin_migration_generator.rb +%%WWWDIR%%/lib/generators/redmine_plugin_migration/templates/migration.rb.tt %%WWWDIR%%/lib/generators/redmine_plugin_model/USAGE %%WWWDIR%%/lib/generators/redmine_plugin_model/redmine_plugin_model_generator.rb %%WWWDIR%%/lib/generators/redmine_plugin_model/templates/migration.rb @@ -1111,6 +1146,7 @@ %%WWWDIR%%/lib/redmine/platform.rb %%WWWDIR%%/lib/redmine/plugin.rb %%WWWDIR%%/lib/redmine/pop3.rb +%%WWWDIR%%/lib/redmine/project_jump_box.rb %%WWWDIR%%/lib/redmine/safe_attributes.rb %%WWWDIR%%/lib/redmine/scm/adapters.rb %%WWWDIR%%/lib/redmine/scm/adapters/abstract_adapter.rb @@ -1398,6 +1434,7 @@ %%WWWDIR%%/public/images/comment.png %%WWWDIR%%/public/images/comments.png %%WWWDIR%%/public/images/copy.png +%%WWWDIR%%/public/images/database_go.png %%WWWDIR%%/public/images/database_key.png %%WWWDIR%%/public/images/delete.png %%WWWDIR%%/public/images/document.png @@ -1477,6 +1514,8 @@ %%WWWDIR%%/public/images/sort_desc.png %%WWWDIR%%/public/images/stats.png %%WWWDIR%%/public/images/table_multiple.png +%%WWWDIR%%/public/images/tag_blue_add.png +%%WWWDIR%%/public/images/tag_blue_delete.png %%WWWDIR%%/public/images/task_done.png %%WWWDIR%%/public/images/task_late.png %%WWWDIR%%/public/images/task_parent_end.png @@ -1551,7 +1590,7 @@ %%WWWDIR%%/public/javascripts/i18n/datepicker-vi.js %%WWWDIR%%/public/javascripts/i18n/datepicker-zh-CN.js %%WWWDIR%%/public/javascripts/i18n/datepicker-zh-TW.js -%%WWWDIR%%/public/javascripts/jquery-1.11.1-ui-1.11.0-ujs-4.3.1.js +%%WWWDIR%%/public/javascripts/jquery-2.2.4-ui-1.11.0-ujs-5.2.3.js %%WWWDIR%%/public/javascripts/jstoolbar/jstoolbar.js %%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-ar.js %%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-az.js @@ -1608,6 +1647,9 @@ %%WWWDIR%%/public/javascripts/repository_navigation.js %%WWWDIR%%/public/javascripts/responsive.js %%WWWDIR%%/public/javascripts/revision_graph.js +%%WWWDIR%%/public/javascripts/tribute-3.7.3.min.js +%%WWWDIR%%/public/javascripts/tribute.min.js.map +%%WWWDIR%%/public/plugin_assets/empty %%WWWDIR%%/public/stylesheets/application.css %%WWWDIR%%/public/stylesheets/context_menu.css %%WWWDIR%%/public/stylesheets/context_menu_rtl.css @@ -1630,6 +1672,7 @@ %%WWWDIR%%/public/stylesheets/responsive.css %%WWWDIR%%/public/stylesheets/rtl.css %%WWWDIR%%/public/stylesheets/scm.css +%%WWWDIR%%/public/stylesheets/tribute-3.7.3.css %%WWWDIR%%/public/themes/README %%WWWDIR%%/public/themes/alternate/stylesheets/application.css %%WWWDIR%%/public/themes/classic/images/home.png @@ -1678,16 +1721,22 @@ %%WWWDIR%%/test/fixtures/files/2010/11/101123161450_testfile_1.png %%WWWDIR%%/test/fixtures/files/2010/12/101223161450_testfile_2.png %%WWWDIR%%/test/fixtures/files/2019/04/190430092344_redmine_logo.ai.unknown +%%WWWDIR%%/test/fixtures/files/2019/05/190511141819_ecookbook-gantt.pdf %%WWWDIR%%/test/fixtures/files/hello.js %%WWWDIR%%/test/fixtures/files/hg-export.diff %%WWWDIR%%/test/fixtures/files/import_dates.csv +%%WWWDIR%%/test/fixtures/files/import_dates_ja.csv %%WWWDIR%%/test/fixtures/files/import_iso8859-1.csv %%WWWDIR%%/test/fixtures/files/import_issues.csv %%WWWDIR%%/test/fixtures/files/import_issues_utf8_with_bom.csv %%WWWDIR%%/test/fixtures/files/import_subtasks.csv +%%WWWDIR%%/test/fixtures/files/import_subtasks_with_unique_id.csv +%%WWWDIR%%/test/fixtures/files/import_time_entries.csv %%WWWDIR%%/test/fixtures/files/invalid-Shift_JIS.csv %%WWWDIR%%/test/fixtures/files/iso8859-1.txt %%WWWDIR%%/test/fixtures/files/japanese-utf-8.txt +%%WWWDIR%%/test/fixtures/files/testfile.md +%%WWWDIR%%/test/fixtures/files/testfile.textile %%WWWDIR%%/test/fixtures/files/testfile.txt %%WWWDIR%%/test/fixtures/groups_users.yml %%WWWDIR%%/test/fixtures/issue_categories.yml @@ -1702,9 +1751,11 @@ %%WWWDIR%%/test/fixtures/ldap/test-ldap.ldif %%WWWDIR%%/test/fixtures/mail_handler/apple_mail_with_attachment.eml %%WWWDIR%%/test/fixtures/mail_handler/body_ks_c_5601-1987.eml +%%WWWDIR%%/test/fixtures/mail_handler/different_contents_in_text_and_html.eml %%WWWDIR%%/test/fixtures/mail_handler/empty_text_and_html_part.eml %%WWWDIR%%/test/fixtures/mail_handler/empty_text_part.eml %%WWWDIR%%/test/fixtures/mail_handler/fullname_of_sender_as_utf8_encoded.eml +%%WWWDIR%%/test/fixtures/mail_handler/fullname_of_sender_in_parentheses.eml %%WWWDIR%%/test/fixtures/mail_handler/gmail-iso8859-2.eml %%WWWDIR%%/test/fixtures/mail_handler/gmail_with_attachment_iso-8859-1.eml %%WWWDIR%%/test/fixtures/mail_handler/gmail_with_attachment_ja.eml @@ -1744,6 +1795,7 @@ %%WWWDIR%%/test/fixtures/mail_handler/ticket_with_invalid_attributes.eml %%WWWDIR%%/test/fixtures/mail_handler/ticket_with_keyword_after_delimiter.eml %%WWWDIR%%/test/fixtures/mail_handler/ticket_with_localized_attributes.eml +%%WWWDIR%%/test/fixtures/mail_handler/ticket_with_localized_private_flag.eml %%WWWDIR%%/test/fixtures/mail_handler/ticket_with_long_subject.eml %%WWWDIR%%/test/fixtures/mail_handler/ticket_with_spaces_between_attribute_and_separator.eml %%WWWDIR%%/test/fixtures/mail_handler/ticket_with_text_attachment_iso-8859-2.eml @@ -1753,6 +1805,7 @@ %%WWWDIR%%/test/fixtures/messages.yml %%WWWDIR%%/test/fixtures/news.yml %%WWWDIR%%/test/fixtures/plugins/foo_plugin/_foo_plugin_settings.html.erb +%%WWWDIR%%/test/fixtures/plugins/other_plugin/_other_plugin_settings.html.erb %%WWWDIR%%/test/fixtures/projects.yml %%WWWDIR%%/test/fixtures/projects_trackers.yml %%WWWDIR%%/test/fixtures/queries.yml @@ -1780,6 +1833,7 @@ %%WWWDIR%%/test/functional/account_controller_test.rb %%WWWDIR%%/test/functional/activities_controller_test.rb %%WWWDIR%%/test/functional/admin_controller_test.rb +%%WWWDIR%%/test/functional/application_controller_test.rb %%WWWDIR%%/test/functional/attachments_controller_test.rb %%WWWDIR%%/test/functional/attachments_visibility_test.rb %%WWWDIR%%/test/functional/auth_sources_controller_test.rb @@ -1834,6 +1888,7 @@ %%WWWDIR%%/test/functional/trackers_controller_test.rb %%WWWDIR%%/test/functional/users_controller_test.rb %%WWWDIR%%/test/functional/versions_controller_test.rb +%%WWWDIR%%/test/functional/versions_custom_fields_visibility_test.rb %%WWWDIR%%/test/functional/watchers_controller_test.rb %%WWWDIR%%/test/functional/welcome_controller_test.rb %%WWWDIR%%/test/functional/wiki_controller_test.rb @@ -1841,12 +1896,14 @@ %%WWWDIR%%/test/functional/workflows_controller_test.rb %%WWWDIR%%/test/helpers/activities_helper_test.rb %%WWWDIR%%/test/helpers/application_helper_test.rb +%%WWWDIR%%/test/helpers/avatars_helper_test.rb %%WWWDIR%%/test/helpers/custom_fields_helper_test.rb %%WWWDIR%%/test/helpers/groups_helper_test.rb %%WWWDIR%%/test/helpers/issues_helper_test.rb %%WWWDIR%%/test/helpers/journals_helper_test.rb %%WWWDIR%%/test/helpers/members_helper_test.rb %%WWWDIR%%/test/helpers/projects_helper_test.rb +%%WWWDIR%%/test/helpers/projects_queries_helper_test.rb %%WWWDIR%%/test/helpers/queries_helper_test.rb %%WWWDIR%%/test/helpers/routes_helper_test.rb %%WWWDIR%%/test/helpers/search_helper_test.rb @@ -1874,6 +1931,7 @@ %%WWWDIR%%/test/integration/api_test/issues_test.rb %%WWWDIR%%/test/integration/api_test/jsonp_test.rb %%WWWDIR%%/test/integration/api_test/memberships_test.rb +%%WWWDIR%%/test/integration/api_test/my_test.rb %%WWWDIR%%/test/integration/api_test/news_test.rb %%WWWDIR%%/test/integration/api_test/projects_test.rb %%WWWDIR%%/test/integration/api_test/queries_test.rb @@ -1972,6 +2030,7 @@ %%WWWDIR%%/test/unit/default_data_test.rb %%WWWDIR%%/test/unit/document_category_test.rb %%WWWDIR%%/test/unit/document_test.rb +%%WWWDIR%%/test/unit/email_address_test.rb %%WWWDIR%%/test/unit/enabled_module_test.rb %%WWWDIR%%/test/unit/enumeration_test.rb %%WWWDIR%%/test/unit/group_test.rb @@ -2025,6 +2084,7 @@ %%WWWDIR%%/test/unit/lib/redmine/pagination_helper_test.rb %%WWWDIR%%/test/unit/lib/redmine/pagination_test.rb %%WWWDIR%%/test/unit/lib/redmine/plugin_test.rb +%%WWWDIR%%/test/unit/lib/redmine/project_jump_box_test.rb %%WWWDIR%%/test/unit/lib/redmine/safe_attributes_test.rb %%WWWDIR%%/test/unit/lib/redmine/scm/adapters/bazaar_adapter_test.rb %%WWWDIR%%/test/unit/lib/redmine/scm/adapters/cvs_adapter_test.rb @@ -2058,6 +2118,7 @@ %%WWWDIR%%/test/unit/project_members_inheritance_test.rb %%WWWDIR%%/test/unit/project_nested_set_concurrency_test.rb %%WWWDIR%%/test/unit/project_nested_set_test.rb +%%WWWDIR%%/test/unit/project_query_test.rb %%WWWDIR%%/test/unit/project_test.rb %%WWWDIR%%/test/unit/query_test.rb %%WWWDIR%%/test/unit/repository_bazaar_test.rb @@ -2071,6 +2132,7 @@ %%WWWDIR%%/test/unit/search_test.rb %%WWWDIR%%/test/unit/setting_test.rb %%WWWDIR%%/test/unit/time_entry_activity_test.rb +%%WWWDIR%%/test/unit/time_entry_import_test.rb %%WWWDIR%%/test/unit/time_entry_query_test.rb %%WWWDIR%%/test/unit/time_entry_test.rb %%WWWDIR%%/test/unit/token_test.rb @@ -2092,7 +2154,6 @@ @dir %%WWWDIR%%/test/mocks/test @dir %%WWWDIR%%/vendor @dir %%WWWDIR%%/app/views/previews -@(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/public/plugin_assets/empty @(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/tmp/pdf/empty @(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/tmp/test/empty @(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/tmp/thumbnails/empty