Date: Mon, 11 Nov 2019 17:57:54 +0000 (UTC) From: Matthias Fechner <mfechner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r517275 - in head/www: . redmine4 redmine4/files Message-ID: <201911111757.xABHvsxD012281@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mfechner Date: Mon Nov 11 17:57:53 2019 New Revision: 517275 URL: https://svnweb.freebsd.org/changeset/ports/517275 Log: New port for redmine version 4.0.5. PR: 234005 Submitted by: mikael.urankar@gmail.com Reviewed by: mfechner Added: head/www/redmine4/ - copied from r517268, head/www/redmine/ Modified: head/www/Makefile head/www/redmine4/Makefile head/www/redmine4/distinfo head/www/redmine4/files/mysql.rb head/www/redmine4/files/patch-Gemfile head/www/redmine4/files/pg.rb head/www/redmine4/pkg-plist Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Mon Nov 11 17:56:29 2019 (r517274) +++ head/www/Makefile Mon Nov 11 17:57:53 2019 (r517275) @@ -1903,6 +1903,7 @@ SUBDIR += radicale2 SUBDIR += red5 SUBDIR += redmine + SUBDIR += redmine4 SUBDIR += redmine-a_common_libs SUBDIR += redmine-basecamp SUBDIR += redmine-default_assign Modified: head/www/redmine4/Makefile ============================================================================== --- head/www/redmine/Makefile Mon Nov 11 16:47:17 2019 (r517268) +++ head/www/redmine4/Makefile Mon Nov 11 17:57:53 2019 (r517275) @@ -2,40 +2,39 @@ # $FreeBSD$ PORTNAME= redmine -PORTVERSION= 3.4.11 +PORTVERSION= 4.0.5 CATEGORIES= www MASTER_SITES= https://www.redmine.org/releases/ -MAINTAINER= ruby@FreeBSD.org +MAINTAINER= mikael.urankar@gmail.com COMMENT= Flexible project management web application LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/doc/COPYING RUN_DEPENDS= rubygem-bundler>=1.5.0:sysutils/rubygem-bundler \ - rubygem-rails4>=4.2.11.1:www/rubygem-rails4 \ - rubygem-jquery-rails>=3.1.4:www/rubygem-jquery-rails \ - rubygem-coderay>=1.1.1:textproc/rubygem-coderay \ + rubygem-rails52>=5.2.3:www/rubygem-rails52 \ + rubygem-rouge>=3.12.0:textproc/rubygem-rouge \ rubygem-request_store>=1.0.5:devel/rubygem-request_store \ - rubygem-mime-types>=3.0:misc/rubygem-mime-types \ - rubygem-protected_attributes>=0:devel/rubygem-protected_attributes \ - rubygem-actionpack-xml_parser1>=0:textproc/rubygem-actionpack-xml_parser1 \ - rubygem-roadie-rails>=1.1.1:mail/rubygem-roadie-rails \ - rubygem-roadie>=3.2.1:mail/rubygem-roadie \ + rubygem-mini_mime>=1.0.1:mail/rubygem-mini_mime \ + rubygem-actionpack-xml_parser52>=0:textproc/rubygem-actionpack-xml_parser52 \ + rubygem-roadie-rails52>=1.3.0:mail/rubygem-roadie-rails52 \ rubygem-mimemagic>=0:misc/rubygem-mimemagic \ - rubygem-mail>=2.6.4:mail/rubygem-mail \ - rubygem-nokogiri18>=1.8.1:textproc/rubygem-nokogiri18 \ + rubygem-mail>=2.7.1:mail/rubygem-mail \ + rubygem-nokogiri>=1.10.0:textproc/rubygem-nokogiri \ rubygem-i18n>=0.7:devel/rubygem-i18n \ - rubygem-rails-html-sanitizer>=1.0.3:textproc/rubygem-rails-html-sanitizer \ + rubygem-sprockets3>=3.7.2:devel/rubygem-sprockets3 \ rubygem-rbpdf>=1.19.6:print/rubygem-rbpdf \ - rubygem-net-ldap>=0.12:net/rubygem-net-ldap \ - rubygem-ruby-openid>=2.3:net/rubygem-ruby-openid \ + rubygem-net-ldap>=0.16:net/rubygem-net-ldap \ + rubygem-ruby-openid>=2.9.2:net/rubygem-ruby-openid \ rubygem-rack-openid>=0:www/rubygem-rack-openid \ rubygem-rake>=0:devel/rubygem-rake USES= cpe USE_RUBY= yes +CONFLICTS_INSTALL= redmine + NO_ARCH= yes NO_BUILD= yes @@ -54,8 +53,8 @@ THIN_DESC= Use Thin WEB server MYSQL_DESC= MySQL database support (via mysql2 rubygem) NO_OPTIONS_SORT= yes -MYSQL_RUN_DEPENDS= rubygem-mysql2>=0.4.6:databases/rubygem-mysql2 -POSTGRESQL_RUN_DEPENDS= rubygem-pg018>=0.18.1:databases/rubygem-pg018 +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 THIN_RUN_DEPENDS= rubygem-thin>=1.6.2:www/rubygem-thin @@ -63,29 +62,20 @@ THIN_SUB_LIST= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} THIN_VARS= USE_RC_SUBR=redmine post-extract: - @${RM} ${WRKSRC}/.hgignore ${WRKSRC}/.travis.yml + @${RM} -r ${WRKSRC}/.hgignore ${WRKSRC}/.gitignore ${WRKSRC}/.github \ + ${WRKSRC}/files/delete.me ${WRKSRC}/log/delete.me @${MV} ${WRKSRC}/config/settings.yml ${WRKSRC}/config/settings.yml.sample @${MV} ${WRKSRC}/config/database.yml.example ${WRKSRC}/config/database.yml.sample - @${TOUCH} ${WRKSRC}/log/development.log post-patch: - @${FIND} ${WRKSRC} -name '*.bak' -delete + @${RM} ${WRKSRC}/Gemfile.orig -pre-install: - ${MKDIR} ${WRKSRC}/public/plugin_assets - do-install: ${MKDIR} ${STAGEDIR}${WWWDIR} - ${MKDIR} ${STAGEDIR}${WWWDIR}/tmp/pids ${MKDIR} ${STAGEDIR}${WWWDIR}/bundler.d - ${MKDIR} ${STAGEDIR}${WWWDIR}/tmp/pdf - ${TOUCH} ${STAGEDIR}${WWWDIR}/tmp/pdf/empty - ${MKDIR} ${STAGEDIR}${WWWDIR}/tmp/test - ${TOUCH} ${STAGEDIR}${WWWDIR}/tmp/test/empty - ${MKDIR} ${STAGEDIR}${WWWDIR}/tmp/thumbnails - ${TOUCH} ${STAGEDIR}${WWWDIR}/tmp/thumbnails/empty ${MKDIR} ${STAGEDIR}${WWWDIR}/log - ${TOUCH} ${STAGEDIR}${WWWDIR}/log/development.log + ${MKDIR} ${STAGEDIR}${WWWDIR}/public/plugin_assets + ${MKDIR} ${STAGEDIR}${WWWDIR}/tmp cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} ${TOUCH} ${STAGEDIR}${WWWDIR}/Gemfile.lock Modified: head/www/redmine4/distinfo ============================================================================== --- head/www/redmine/distinfo Mon Nov 11 16:47:17 2019 (r517268) +++ head/www/redmine4/distinfo Mon Nov 11 17:57:53 2019 (r517275) @@ -1,3 +1,3 @@ -TIMESTAMP = 1564158013 -SHA256 (redmine-3.4.11.tar.gz) = 19c09eedbe970fc5a20de96c2f1107a186072a69dc512c501a5638979a3e2891 -SIZE (redmine-3.4.11.tar.gz) = 2454920 +TIMESTAMP = 1573401952 +SHA256 (redmine-4.0.5.tar.gz) = 64eabe6867fd5d14d1b4c584417b9b71fbb9b68a019400eeb03e1f2147c369e8 +SIZE (redmine-4.0.5.tar.gz) = 2519900 Modified: head/www/redmine4/files/mysql.rb ============================================================================== --- head/www/redmine/files/mysql.rb Mon Nov 11 16:47:17 2019 (r517268) +++ head/www/redmine4/files/mysql.rb Mon Nov 11 17:57:53 2019 (r517275) @@ -1 +1 @@ -gem "mysql2", "~> 0.4.6" +gem "mysql2", "~> 0.5.0" Modified: head/www/redmine4/files/patch-Gemfile ============================================================================== --- head/www/redmine/files/patch-Gemfile Mon Nov 11 16:47:17 2019 (r517268) +++ head/www/redmine4/files/patch-Gemfile Mon Nov 11 17:57:53 2019 (r517275) @@ -1,51 +1,26 @@ ---- Gemfile.orig 2019-06-10 12:52:16 UTC +--- Gemfile.orig 2019-10-19 09:33:33 UTC +++ Gemfile -@@ -1,25 +1,25 @@ - source 'https://rubygems.org' +@@ -3,8 +3,8 @@ source 'https://rubygems.org' + gem "bundler", ">= 1.5.0" --gem "bundler", ">= 1.5.0", "< 2.0.0" -+gem "bundler", ">= 1.5.0" - --gem "rails", "4.2.11.1" -+gem "rails", ">= 4.2.11.1" - gem "addressable", "2.4.0" if RUBY_VERSION < "2.0" - if RUBY_VERSION < "2.1" - gem "public_suffix", (RUBY_VERSION < "2.0" ? "~> 1.4" : "~> 2.0.5") - end --gem "jquery-rails", "~> 3.1.4" -+gem "jquery-rails", ">= 3.1.4" - gem "coderay", "~> 1.1.1" + gem "rails", "5.2.3" +-gem "rouge", "~> 3.3.0" -gem "request_store", "1.0.5" ++gem "rouge", "~> 3.12.0" +gem "request_store", ">= 1.0.5" - gem "mime-types", (RUBY_VERSION >= "2.0" ? "~> 3.0" : "~> 2.99") - gem "protected_attributes" + gem "mini_mime", "~> 1.0.1" gem "actionpack-xml_parser" --gem "roadie-rails", "~> 1.1.1" --gem "roadie", "~> 3.2.1" -+gem "roadie-rails", "~> 1.1", ">= 1.1.1" -+gem "roadie", "~> 3.2", ">= 3.2.1" - gem "mimemagic" --gem "mail", "~> 2.6.4" -+gem "mail", ">= 2.6.4" + 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.1" ? "~> 1.8.1" : "~> 1.6.8") + gem "nokogiri", (RUBY_VERSION >= "2.3" ? "~> 1.10.0" : "~> 1.9.1") -gem "i18n", "~> 0.7.0" +gem "i18n", ">= 0.7" - gem "ffi", "1.9.14", :platforms => :mingw if RUBY_VERSION < "2.0" gem "xpath", "< 3.2.0" if RUBY_VERSION < "2.3" -@@ -32,76 +32,15 @@ gem "rbpdf", "~> 1.19.6" - - # Optional gem for LDAP authentication - group :ldap do -- gem "net-ldap", "~> 0.12.0" -+ gem "net-ldap", "~> 0.12" - end - - # Optional gem for OpenID authentication - group :openid do -- gem "ruby-openid", "~> 2.3.0", :require => "openid" -+ gem "ruby-openid", "~> 2.3", :require => "openid" + # TODO: Remove the following line when #32223 is fixed +@@ -34,63 +34,6 @@ group :openid do gem "rack-openid" end @@ -73,14 +48,13 @@ - adapters.each do |adapter| - case adapter - when 'mysql2' -- gem "mysql2", "~> 0.4.6", :platforms => [:mri, :mingw, :x64_mingw] +- gem "mysql2", "~> 0.5.0", :platforms => [:mri, :mingw, :x64_mingw] - when /postgresql/ -- gem "pg", "~> 0.18.1", :platforms => [:mri, :mingw, :x64_mingw] +- gem "pg", "~> 1.1.4", :platforms => [:mri, :mingw, :x64_mingw] - when /sqlite3/ -- gem "sqlite3", (RUBY_VERSION < "2.0" && RUBY_PLATFORM =~ /mingw/ ? "1.3.12" : "~>1.3.12"), -- :platforms => [:mri, :mingw, :x64_mingw] +- gem "sqlite3", "~>1.3.12", :platforms => [:mri, :mingw, :x64_mingw] - when /sqlserver/ -- gem "tiny_tds", (RUBY_VERSION >= "2.0" ? "~> 1.0.5" : "~> 0.7.0"), :platforms => [:mri, :mingw, :x64_mingw] +- gem "tiny_tds", "~> 1.0.5", :platforms => [:mri, :mingw, :x64_mingw] - gem "activerecord-sqlserver-adapter", :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") @@ -94,30 +68,28 @@ -end - -group :development do -- gem "rdoc", "~> 4.3" - gem "yard" -end - -group :test do -- gem "minitest" - gem "rails-dom-testing" - gem "mocha" -- gem "simplecov", "~> 0.9.1", :require => false -- # TODO: remove this after upgrading to Rails 5 -- gem "test_after_commit", "~> 0.4.2" -- # For running UI tests +- gem "simplecov", "~> 0.14.1", :require => false +- # For running system tests +- gem 'puma', '~> 3.7' - gem "capybara", '~> 2.13' -- gem "selenium-webdriver", "~> 2.53.4" +- gem "selenium-webdriver" -end - local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local") if File.exists?(local_gemfile) eval_gemfile local_gemfile -@@ -111,3 +50,7 @@ end +@@ -99,4 +42,8 @@ end + # Load plugins' Gemfiles Dir.glob File.expand_path("../plugins/*/{Gemfile,PluginGemfile}", __FILE__) do |file| eval_gemfile file - end ++end + +Dir["#{File.dirname(__FILE__)}/bundler.d/*.rb"].each do |bundle| + self.instance_eval(Bundler.read_file(bundle)) -+end + end Modified: head/www/redmine4/files/pg.rb ============================================================================== --- head/www/redmine/files/pg.rb Mon Nov 11 16:47:17 2019 (r517268) +++ head/www/redmine4/files/pg.rb Mon Nov 11 17:57:53 2019 (r517275) @@ -1 +1 @@ -gem "pg", "~> 0.18.1" +gem "pg", "~> 1.1.4" Modified: head/www/redmine4/pkg-plist ============================================================================== --- head/www/redmine/pkg-plist Mon Nov 11 16:47:17 2019 (r517268) +++ head/www/redmine4/pkg-plist Mon Nov 11 17:57:53 2019 (r517275) @@ -1,4 +1,3 @@ -%%WWWDIR%%/.github/PULL_REQUEST_TEMPLATE.md %%WWWDIR%%/CONTRIBUTING.md @owner %%WWWOWN%% @group %%WWWGRP%% @@ -151,7 +150,6 @@ %%WWWDIR%%/app/models/repository.rb %%WWWDIR%%/app/models/repository/bazaar.rb %%WWWDIR%%/app/models/repository/cvs.rb -%%WWWDIR%%/app/models/repository/darcs.rb %%WWWDIR%%/app/models/repository/filesystem.rb %%WWWDIR%%/app/models/repository/git.rb %%WWWDIR%%/app/models/repository/mercurial.rb @@ -173,6 +171,7 @@ %%WWWDIR%%/app/models/watcher.rb %%WWWDIR%%/app/models/wiki.rb %%WWWDIR%%/app/models/wiki_content.rb +%%WWWDIR%%/app/models/wiki_content_version.rb %%WWWDIR%%/app/models/wiki_page.rb %%WWWDIR%%/app/models/wiki_redirect.rb %%WWWDIR%%/app/models/workflow_permission.rb @@ -183,6 +182,7 @@ %%WWWDIR%%/app/views/account/lost_password.html.erb %%WWWDIR%%/app/views/account/password_recovery.html.erb %%WWWDIR%%/app/views/account/register.html.erb +%%WWWDIR%%/app/views/activities/_activities.html.erb %%WWWDIR%%/app/views/activities/index.html.erb %%WWWDIR%%/app/views/admin/_menu.html.erb %%WWWDIR%%/app/views/admin/_no_data.html.erb @@ -217,6 +217,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/_no_preview.html.erb %%WWWDIR%%/app/views/common/_other.html.erb %%WWWDIR%%/app/views/common/_preview.html.erb %%WWWDIR%%/app/views/common/_tabs.html.erb @@ -314,6 +315,7 @@ %%WWWDIR%%/app/views/issue_statuses/index.html.erb %%WWWDIR%%/app/views/issue_statuses/new.html.erb %%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 @@ -409,6 +411,7 @@ %%WWWDIR%%/app/views/my/_sidebar.html.erb %%WWWDIR%%/app/views/my/account.html.erb %%WWWDIR%%/app/views/my/add_block.js.erb +%%WWWDIR%%/app/views/my/blocks/_activity.html.erb %%WWWDIR%%/app/views/my/blocks/_calendar.html.erb %%WWWDIR%%/app/views/my/blocks/_documents.html.erb %%WWWDIR%%/app/views/my/blocks/_issue_query_selection.html.erb @@ -429,7 +432,6 @@ %%WWWDIR%%/app/views/news/index.html.erb %%WWWDIR%%/app/views/news/new.html.erb %%WWWDIR%%/app/views/news/show.html.erb -%%WWWDIR%%/app/views/previews/issue.html.erb %%WWWDIR%%/app/views/principal_memberships/_edit.html.erb %%WWWDIR%%/app/views/principal_memberships/_index.html.erb %%WWWDIR%%/app/views/principal_memberships/_new_form.html.erb @@ -454,11 +456,10 @@ %%WWWDIR%%/app/views/projects/settings/_activities.html.erb %%WWWDIR%%/app/views/projects/settings/_boards.html.erb %%WWWDIR%%/app/views/projects/settings/_issue_categories.html.erb +%%WWWDIR%%/app/views/projects/settings/_issues.html.erb %%WWWDIR%%/app/views/projects/settings/_members.html.erb -%%WWWDIR%%/app/views/projects/settings/_modules.html.erb %%WWWDIR%%/app/views/projects/settings/_repositories.html.erb %%WWWDIR%%/app/views/projects/settings/_versions.html.erb -%%WWWDIR%%/app/views/projects/settings/_wiki.html.erb %%WWWDIR%%/app/views/projects/show.api.rsb %%WWWDIR%%/app/views/projects/show.html.erb %%WWWDIR%%/app/views/queries/_columns.html.erb @@ -517,6 +518,7 @@ %%WWWDIR%%/app/views/settings/_projects.html.erb %%WWWDIR%%/app/views/settings/_repositories.html.erb %%WWWDIR%%/app/views/settings/_timelog.html.erb +%%WWWDIR%%/app/views/settings/_users.html.erb %%WWWDIR%%/app/views/settings/edit.html.erb %%WWWDIR%%/app/views/settings/plugin.html.erb %%WWWDIR%%/app/views/sudo_mode/_new_modal.html.erb @@ -527,6 +529,7 @@ %%WWWDIR%%/app/views/timelog/_list.html.erb %%WWWDIR%%/app/views/timelog/_report_criteria.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 %%WWWDIR%%/app/views/timelog/edit.js.erb %%WWWDIR%%/app/views/timelog/index.api.rsb @@ -577,7 +580,7 @@ %%WWWDIR%%/app/views/watchers/destroy.js.erb %%WWWDIR%%/app/views/watchers/new.js.erb %%WWWDIR%%/app/views/welcome/index.html.erb -%%WWWDIR%%/app/views/welcome/robots.html.erb +%%WWWDIR%%/app/views/welcome/robots.text.erb %%WWWDIR%%/app/views/wiki/_content.html.erb %%WWWDIR%%/app/views/wiki/_new_modal.html.erb %%WWWDIR%%/app/views/wiki/_sidebar.html.erb @@ -609,6 +612,7 @@ %%WWWDIR%%/appveyor.yml %%WWWDIR%%/bin/about %%WWWDIR%%/bin/bundle +%%WWWDIR%%/bin/changelog.rb %%WWWDIR%%/bin/rails %%WWWDIR%%/bin/rake %%MARKDOWN%%%%WWWDIR%%/bundler.d/markdown.rb @@ -966,6 +970,10 @@ %%WWWDIR%%/db/migrate/20170320051650_change_repositories_extra_info_limit.rb %%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/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%%/doc/CHANGELOG %%WWWDIR%%/doc/COPYING %%WWWDIR%%/doc/INSTALL @@ -990,18 +998,6 @@ %%WWWDIR%%/extra/sample_plugin/test/integration/routing_test.rb %%WWWDIR%%/extra/svn/Redmine.pm %%WWWDIR%%/extra/svn/reposman.rb -@(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/files/delete.me -%%WWWDIR%%/lib/SVG/GPL.txt -%%WWWDIR%%/lib/SVG/Graph/Bar.rb -%%WWWDIR%%/lib/SVG/Graph/BarBase.rb -%%WWWDIR%%/lib/SVG/Graph/BarHorizontal.rb -%%WWWDIR%%/lib/SVG/Graph/Graph.rb -%%WWWDIR%%/lib/SVG/Graph/Line.rb -%%WWWDIR%%/lib/SVG/Graph/Pie.rb -%%WWWDIR%%/lib/SVG/Graph/Plot.rb -%%WWWDIR%%/lib/SVG/Graph/Schedule.rb -%%WWWDIR%%/lib/SVG/Graph/TimeSeries.rb -%%WWWDIR%%/lib/SVG/LICENSE.txt %%WWWDIR%%/lib/diff.rb %%WWWDIR%%/lib/generators/redmine_plugin/USAGE %%WWWDIR%%/lib/generators/redmine_plugin/redmine_plugin_generator.rb @@ -1029,10 +1025,6 @@ %%WWWDIR%%/lib/plugins/acts_as_customizable/lib/acts_as_customizable.rb %%WWWDIR%%/lib/plugins/acts_as_event/init.rb %%WWWDIR%%/lib/plugins/acts_as_event/lib/acts_as_event.rb -%%WWWDIR%%/lib/plugins/acts_as_list/README -%%WWWDIR%%/lib/plugins/acts_as_list/init.rb -%%WWWDIR%%/lib/plugins/acts_as_list/lib/active_record/acts/list.rb -%%WWWDIR%%/lib/plugins/acts_as_list/test/list_test.rb %%WWWDIR%%/lib/plugins/acts_as_searchable/init.rb %%WWWDIR%%/lib/plugins/acts_as_searchable/lib/acts_as_searchable.rb %%WWWDIR%%/lib/plugins/acts_as_tree/README @@ -1045,29 +1037,6 @@ %%WWWDIR%%/lib/plugins/acts_as_tree/test/fixtures/mixin.rb %%WWWDIR%%/lib/plugins/acts_as_tree/test/fixtures/mixins.yml %%WWWDIR%%/lib/plugins/acts_as_tree/test/schema.rb -%%WWWDIR%%/lib/plugins/acts_as_versioned/CHANGELOG -%%WWWDIR%%/lib/plugins/acts_as_versioned/MIT-LICENSE -%%WWWDIR%%/lib/plugins/acts_as_versioned/README -%%WWWDIR%%/lib/plugins/acts_as_versioned/RUNNING_UNIT_TESTS -%%WWWDIR%%/lib/plugins/acts_as_versioned/Rakefile -%%WWWDIR%%/lib/plugins/acts_as_versioned/init.rb -%%WWWDIR%%/lib/plugins/acts_as_versioned/lib/acts_as_versioned.rb -%%WWWDIR%%/lib/plugins/acts_as_versioned/test/abstract_unit.rb -%%WWWDIR%%/lib/plugins/acts_as_versioned/test/database.yml -%%WWWDIR%%/lib/plugins/acts_as_versioned/test/fixtures/authors.yml -%%WWWDIR%%/lib/plugins/acts_as_versioned/test/fixtures/landmark.rb -%%WWWDIR%%/lib/plugins/acts_as_versioned/test/fixtures/landmark_versions.yml -%%WWWDIR%%/lib/plugins/acts_as_versioned/test/fixtures/landmarks.yml -%%WWWDIR%%/lib/plugins/acts_as_versioned/test/fixtures/locked_pages.yml -%%WWWDIR%%/lib/plugins/acts_as_versioned/test/fixtures/locked_pages_revisions.yml -%%WWWDIR%%/lib/plugins/acts_as_versioned/test/fixtures/migrations/1_add_versioned_tables.rb -%%WWWDIR%%/lib/plugins/acts_as_versioned/test/fixtures/page.rb -%%WWWDIR%%/lib/plugins/acts_as_versioned/test/fixtures/page_versions.yml -%%WWWDIR%%/lib/plugins/acts_as_versioned/test/fixtures/pages.yml -%%WWWDIR%%/lib/plugins/acts_as_versioned/test/fixtures/widget.rb -%%WWWDIR%%/lib/plugins/acts_as_versioned/test/migration_test.rb -%%WWWDIR%%/lib/plugins/acts_as_versioned/test/schema.rb -%%WWWDIR%%/lib/plugins/acts_as_versioned/test/versioned_test.rb %%WWWDIR%%/lib/plugins/acts_as_watchable/init.rb %%WWWDIR%%/lib/plugins/acts_as_watchable/lib/acts_as_watchable.rb %%WWWDIR%%/lib/plugins/gravatar/.gitignore @@ -1110,8 +1079,6 @@ %%WWWDIR%%/lib/redmine/configuration.rb %%WWWDIR%%/lib/redmine/core_ext.rb %%WWWDIR%%/lib/redmine/core_ext/active_record.rb -%%WWWDIR%%/lib/redmine/core_ext/date.rb -%%WWWDIR%%/lib/redmine/core_ext/date/calculations.rb %%WWWDIR%%/lib/redmine/core_ext/string.rb %%WWWDIR%%/lib/redmine/core_ext/string/conversions.rb %%WWWDIR%%/lib/redmine/core_ext/string/inflections.rb @@ -1150,7 +1117,6 @@ %%WWWDIR%%/lib/redmine/scm/adapters/bazaar_adapter.rb %%WWWDIR%%/lib/redmine/scm/adapters/command_failed.rb %%WWWDIR%%/lib/redmine/scm/adapters/cvs_adapter.rb -%%WWWDIR%%/lib/redmine/scm/adapters/darcs_adapter.rb %%WWWDIR%%/lib/redmine/scm/adapters/filesystem_adapter.rb %%WWWDIR%%/lib/redmine/scm/adapters/git_adapter.rb %%WWWDIR%%/lib/redmine/scm/adapters/mercurial/hg-template-1.0.tmpl @@ -1201,8 +1167,6 @@ %%WWWDIR%%/lib/tasks/reminder.rake %%WWWDIR%%/lib/tasks/testing.rake %%WWWDIR%%/lib/tasks/yardoc.rake -@(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/log/delete.me -@(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/log/development.log %%WWWDIR%%/plugins/README %%WWWDIR%%/public/404.html %%WWWDIR%%/public/500.html @@ -1407,19 +1371,15 @@ %%WWWDIR%%/public/help/zh/wiki_syntax_markdown.html %%WWWDIR%%/public/help/zh/wiki_syntax_textile.html %%WWWDIR%%/public/htaccess.fcgi.example -%%WWWDIR%%/public/images/1downarrow.png -%%WWWDIR%%/public/images/1uparrow.png -%%WWWDIR%%/public/images/2downarrow.png -%%WWWDIR%%/public/images/2uparrow.png +%%WWWDIR%%/public/images/3_bullets.png %%WWWDIR%%/public/images/add.png %%WWWDIR%%/public/images/anonymous.png -%%WWWDIR%%/public/images/arrow_collapsed.png %%WWWDIR%%/public/images/arrow_down.png -%%WWWDIR%%/public/images/arrow_expanded.png +%%WWWDIR%%/public/images/arrow_left.png +%%WWWDIR%%/public/images/arrow_right.png +%%WWWDIR%%/public/images/arrow_up.png %%WWWDIR%%/public/images/attachment.png %%WWWDIR%%/public/images/bullet_add.png -%%WWWDIR%%/public/images/bullet_arrow_left.png -%%WWWDIR%%/public/images/bullet_arrow_right.png %%WWWDIR%%/public/images/bullet_black.png %%WWWDIR%%/public/images/bullet_blue.png %%WWWDIR%%/public/images/bullet_delete.png @@ -1442,7 +1402,6 @@ %%WWWDIR%%/public/images/delete.png %%WWWDIR%%/public/images/document.png %%WWWDIR%%/public/images/download.png -%%WWWDIR%%/public/images/draft.png %%WWWDIR%%/public/images/duplicate.png %%WWWDIR%%/public/images/edit.png %%WWWDIR%%/public/images/email.png @@ -1533,6 +1492,7 @@ %%WWWDIR%%/public/images/time.png %%WWWDIR%%/public/images/time_add.png %%WWWDIR%%/public/images/toggle_check.png +%%WWWDIR%%/public/images/transparent.png %%WWWDIR%%/public/images/true.png %%WWWDIR%%/public/images/unlock.png %%WWWDIR%%/public/images/user.png @@ -1541,6 +1501,7 @@ %%WWWDIR%%/public/images/wiki_edit.png %%WWWDIR%%/public/images/zoom_in.png %%WWWDIR%%/public/images/zoom_out.png +%%WWWDIR%%/public/javascripts/Chart.bundle.min.js %%WWWDIR%%/public/javascripts/application.js %%WWWDIR%%/public/javascripts/attachments.js %%WWWDIR%%/public/javascripts/context_menu.js @@ -1590,8 +1551,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-3.1.4.js -%%WWWDIR%%/public/javascripts/jstoolbar/jstoolbar-textile.min.js +%%WWWDIR%%/public/javascripts/jquery-1.11.1-ui-1.11.0-ujs-4.3.1.js %%WWWDIR%%/public/javascripts/jstoolbar/jstoolbar.js %%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-ar.js %%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-az.js @@ -1648,7 +1608,6 @@ %%WWWDIR%%/public/javascripts/repository_navigation.js %%WWWDIR%%/public/javascripts/responsive.js %%WWWDIR%%/public/javascripts/revision_graph.js -@(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/public/plugin_assets/empty %%WWWDIR%%/public/stylesheets/application.css %%WWWDIR%%/public/stylesheets/context_menu.css %%WWWDIR%%/public/stylesheets/context_menu_rtl.css @@ -1676,8 +1635,8 @@ %%WWWDIR%%/public/themes/classic/images/home.png %%WWWDIR%%/public/themes/classic/images/wrench.png %%WWWDIR%%/public/themes/classic/stylesheets/application.css -@(,,755) %%WWWDIR%%/script/about -@(,,755) %%WWWDIR%%/script/rails +%%WWWDIR%%/test/application_system_test_case.rb +%%WWWDIR%%/test/controllers/empty %%WWWDIR%%/test/coverage/html_formatter.rb %%WWWDIR%%/test/coverage/views/index.erb %%WWWDIR%%/test/coverage/views/source.erb @@ -1718,6 +1677,8 @@ %%WWWDIR%%/test/fixtures/files/2006/07/060719210727_source.rb %%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/hello.js %%WWWDIR%%/test/fixtures/files/hg-export.diff %%WWWDIR%%/test/fixtures/files/import_dates.csv %%WWWDIR%%/test/fixtures/files/import_iso8859-1.csv @@ -1762,6 +1723,7 @@ %%WWWDIR%%/test/fixtures/mail_handler/subject_as_iso-8859-1.eml %%WWWDIR%%/test/fixtures/mail_handler/subject_japanese_1.eml %%WWWDIR%%/test/fixtures/mail_handler/subject_japanese_2.eml +%%WWWDIR%%/test/fixtures/mail_handler/subject_japanese_3.eml %%WWWDIR%%/test/fixtures/mail_handler/thunderbird_with_attachment_iso-8859-1.eml %%WWWDIR%%/test/fixtures/mail_handler/thunderbird_with_attachment_ja.eml %%WWWDIR%%/test/fixtures/mail_handler/ticket_by_empty_user.eml @@ -1797,7 +1759,6 @@ %%WWWDIR%%/test/fixtures/repositories.yml %%WWWDIR%%/test/fixtures/repositories/bazaar_repository.tar.gz %%WWWDIR%%/test/fixtures/repositories/cvs_repository.tar.gz -%%WWWDIR%%/test/fixtures/repositories/darcs_repository.tar.gz %%WWWDIR%%/test/fixtures/repositories/filesystem_repository.tar.gz %%WWWDIR%%/test/fixtures/repositories/git_repository.tar.gz %%WWWDIR%%/test/fixtures/repositories/mercurial_repository.hg @@ -1857,7 +1818,6 @@ %%WWWDIR%%/test/functional/repositories_bazaar_controller_test.rb %%WWWDIR%%/test/functional/repositories_controller_test.rb %%WWWDIR%%/test/functional/repositories_cvs_controller_test.rb -%%WWWDIR%%/test/functional/repositories_darcs_controller_test.rb %%WWWDIR%%/test/functional/repositories_filesystem_controller_test.rb %%WWWDIR%%/test/functional/repositories_git_controller_test.rb %%WWWDIR%%/test/functional/repositories_mercurial_controller_test.rb @@ -1868,9 +1828,9 @@ %%WWWDIR%%/test/functional/sessions_controller_test.rb %%WWWDIR%%/test/functional/settings_controller_test.rb %%WWWDIR%%/test/functional/sys_controller_test.rb -%%WWWDIR%%/test/functional/time_entry_reports_controller_test.rb %%WWWDIR%%/test/functional/timelog_controller_test.rb %%WWWDIR%%/test/functional/timelog_custom_fields_visibility_test.rb +%%WWWDIR%%/test/functional/timelog_report_test.rb %%WWWDIR%%/test/functional/trackers_controller_test.rb %%WWWDIR%%/test/functional/users_controller_test.rb %%WWWDIR%%/test/functional/versions_controller_test.rb @@ -1879,6 +1839,23 @@ %%WWWDIR%%/test/functional/wiki_controller_test.rb %%WWWDIR%%/test/functional/wikis_controller_test.rb %%WWWDIR%%/test/functional/workflows_controller_test.rb +%%WWWDIR%%/test/helpers/activities_helper_test.rb +%%WWWDIR%%/test/helpers/application_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/queries_helper_test.rb +%%WWWDIR%%/test/helpers/routes_helper_test.rb +%%WWWDIR%%/test/helpers/search_helper_test.rb +%%WWWDIR%%/test/helpers/settings_helper_test.rb +%%WWWDIR%%/test/helpers/sort_helper_test.rb +%%WWWDIR%%/test/helpers/timelog_helper_test.rb +%%WWWDIR%%/test/helpers/version_helper_test.rb +%%WWWDIR%%/test/helpers/watchers_helper_test.rb +%%WWWDIR%%/test/helpers/wiki_helper_test.rb %%WWWDIR%%/test/integration/account_test.rb %%WWWDIR%%/test/integration/admin_test.rb %%WWWDIR%%/test/integration/api_test/api_routing_test.rb @@ -1968,15 +1945,19 @@ %%WWWDIR%%/test/integration/sessions_test.rb %%WWWDIR%%/test/integration/sudo_mode_test.rb %%WWWDIR%%/test/integration/users_test.rb +%%WWWDIR%%/test/integration/welcome_test.rb %%WWWDIR%%/test/integration/wiki_test.rb +%%WWWDIR%%/test/mailers/empty %%WWWDIR%%/test/mocks/open_id_authentication_mock.rb +%%WWWDIR%%/test/models/empty %%WWWDIR%%/test/object_helpers.rb +%%WWWDIR%%/test/system/issues_import_test.rb +%%WWWDIR%%/test/system/issues_test.rb +%%WWWDIR%%/test/system/my_page_test.rb +%%WWWDIR%%/test/system/quick_jump_test.rb +%%WWWDIR%%/test/system/sudo_mode_test.rb +%%WWWDIR%%/test/system/timelog_test.rb %%WWWDIR%%/test/test_helper.rb -%%WWWDIR%%/test/ui/base.rb -%%WWWDIR%%/test/ui/issues_test_ui.rb -%%WWWDIR%%/test/ui/my_page_test_ui.rb -%%WWWDIR%%/test/ui/sudo_mode_test_ui.rb -%%WWWDIR%%/test/ui/timelog_test_ui.rb %%WWWDIR%%/test/unit/activity_test.rb %%WWWDIR%%/test/unit/attachment_test.rb %%WWWDIR%%/test/unit/attachment_transaction_test.rb @@ -1994,23 +1975,6 @@ %%WWWDIR%%/test/unit/enabled_module_test.rb %%WWWDIR%%/test/unit/enumeration_test.rb %%WWWDIR%%/test/unit/group_test.rb -%%WWWDIR%%/test/unit/helpers/activities_helper_test.rb -%%WWWDIR%%/test/unit/helpers/application_helper_test.rb -%%WWWDIR%%/test/unit/helpers/custom_fields_helper_test.rb -%%WWWDIR%%/test/unit/helpers/groups_helper_test.rb -%%WWWDIR%%/test/unit/helpers/issues_helper_test.rb -%%WWWDIR%%/test/unit/helpers/journals_helper_test.rb -%%WWWDIR%%/test/unit/helpers/members_helper_test.rb -%%WWWDIR%%/test/unit/helpers/projects_helper_test.rb -%%WWWDIR%%/test/unit/helpers/queries_helper_test.rb -%%WWWDIR%%/test/unit/helpers/routes_helper_test.rb -%%WWWDIR%%/test/unit/helpers/search_helper_test.rb -%%WWWDIR%%/test/unit/helpers/settings_helper_test.rb -%%WWWDIR%%/test/unit/helpers/sort_helper_test.rb -%%WWWDIR%%/test/unit/helpers/timelog_helper_test.rb -%%WWWDIR%%/test/unit/helpers/version_helper_test.rb -%%WWWDIR%%/test/unit/helpers/watchers_helper_test.rb -%%WWWDIR%%/test/unit/helpers/wiki_helper_test.rb %%WWWDIR%%/test/unit/initializers/patches_test.rb %%WWWDIR%%/test/unit/issue_category_test.rb %%WWWDIR%%/test/unit/issue_custom_field_test.rb @@ -2033,6 +1997,7 @@ %%WWWDIR%%/test/unit/lib/redmine/codeset_util_test.rb %%WWWDIR%%/test/unit/lib/redmine/configuration_test.rb %%WWWDIR%%/test/unit/lib/redmine/export/csv_test.rb +%%WWWDIR%%/test/unit/lib/redmine/export/pdf/issues_pdf_test.rb %%WWWDIR%%/test/unit/lib/redmine/export/pdf_test.rb %%WWWDIR%%/test/unit/lib/redmine/field_format/attachment_format_test.rb %%WWWDIR%%/test/unit/lib/redmine/field_format/attachment_format_visibility_test.rb @@ -2047,6 +2012,7 @@ %%WWWDIR%%/test/unit/lib/redmine/helpers/calendar_test.rb %%WWWDIR%%/test/unit/lib/redmine/helpers/diff_test.rb %%WWWDIR%%/test/unit/lib/redmine/helpers/gantt_test.rb +%%WWWDIR%%/test/unit/lib/redmine/helpers/url_test.rb %%WWWDIR%%/test/unit/lib/redmine/hook_test.rb %%WWWDIR%%/test/unit/lib/redmine/i18n_test.rb %%WWWDIR%%/test/unit/lib/redmine/info_test.rb @@ -2062,12 +2028,11 @@ %%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 -%%WWWDIR%%/test/unit/lib/redmine/scm/adapters/darcs_adapter_test.rb %%WWWDIR%%/test/unit/lib/redmine/scm/adapters/filesystem_adapter_test.rb %%WWWDIR%%/test/unit/lib/redmine/scm/adapters/git_adapter_test.rb %%WWWDIR%%/test/unit/lib/redmine/scm/adapters/mercurial_adapter_test.rb %%WWWDIR%%/test/unit/lib/redmine/scm/adapters/subversion_adapter_test.rb -%%WWWDIR%%/test/unit/lib/redmine/syntax_highlighting/coderay_test.rb +%%WWWDIR%%/test/unit/lib/redmine/syntax_highlighting/rouge_test.rb %%WWWDIR%%/test/unit/lib/redmine/themes_test.rb %%WWWDIR%%/test/unit/lib/redmine/unified_diff_test.rb %%WWWDIR%%/test/unit/lib/redmine/utils/date_calculation.rb @@ -2083,6 +2048,7 @@ %%WWWDIR%%/test/unit/lib/redmine/wiki_formatting_test.rb %%WWWDIR%%/test/unit/lib/redmine_test.rb %%WWWDIR%%/test/unit/mail_handler_test.rb +%%WWWDIR%%/test/unit/mailer_localisation_test.rb %%WWWDIR%%/test/unit/mailer_test.rb %%WWWDIR%%/test/unit/member_test.rb %%WWWDIR%%/test/unit/message_test.rb @@ -2096,7 +2062,6 @@ %%WWWDIR%%/test/unit/query_test.rb %%WWWDIR%%/test/unit/repository_bazaar_test.rb %%WWWDIR%%/test/unit/repository_cvs_test.rb -%%WWWDIR%%/test/unit/repository_darcs_test.rb %%WWWDIR%%/test/unit/repository_filesystem_test.rb %%WWWDIR%%/test/unit/repository_git_test.rb %%WWWDIR%%/test/unit/repository_mercurial_test.rb @@ -2121,17 +2086,24 @@ %%WWWDIR%%/test/unit/wiki_test.rb %%WWWDIR%%/test/unit/workflow_test.rb %%WWWDIR%%/test/unit/workflow_transition_test.rb +@dir %%WWWDIR%%/test/fixtures/files/2016/12 +@dir %%WWWDIR%%/test/fixtures/mailer +@dir %%WWWDIR%%/test/mocks/development +@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 -@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/log -@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/test/fixtures/files/2016/12 -@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/test/fixtures/mailer -@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/test/mocks/development -@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/test/mocks/test @dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/tmp/cache @dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/tmp/imports -@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/tmp/pids @dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/tmp/sessions @dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/tmp/sockets -@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/vendor +@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/files +@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/log +@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/tmp +@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/tmp/pdf +@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/tmp/test +@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/tmp/thumbnails +@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/public/plugin_assets
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911111757.xABHvsxD012281>