From owner-svn-ports-head@freebsd.org Tue Jun 21 08:21:25 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3F6CDAC430B; Tue, 21 Jun 2016 08:21:25 +0000 (UTC) (envelope-from tz@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 mx1.freebsd.org (Postfix) with ESMTPS id EC7B21F66; Tue, 21 Jun 2016 08:21:24 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5L8LOM9058636; Tue, 21 Jun 2016 08:21:24 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5L8LNch058625; Tue, 21 Jun 2016 08:21:23 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201606210821.u5L8LNch058625@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Tue, 21 Jun 2016 08:21:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417191 - in head: . www/redmine www/redmine/files X-SVN-Group: ports-head 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.22 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: Tue, 21 Jun 2016 08:21:25 -0000 Author: tz Date: Tue Jun 21 08:21:23 2016 New Revision: 417191 URL: https://svnweb.freebsd.org/changeset/ports/417191 Log: www/redmine: Update from 2.6.9 to 3.2.3 Changelog: https://www.redmine.org/projects/redmine/wiki/Changelog A big thanks for the preparation of that update to swills PR: 209938 Approved by: swills (ruby, mentor) Added: head/www/redmine/files/ldap.rb (contents, props changed) head/www/redmine/files/markdown.rb (contents, props changed) head/www/redmine/files/mysql.rb (contents, props changed) head/www/redmine/files/pg.rb (contents, props changed) Modified: head/UPDATING head/www/redmine/Makefile head/www/redmine/distinfo head/www/redmine/files/patch-Gemfile head/www/redmine/files/rmagic.rb head/www/redmine/pkg-plist Modified: head/UPDATING ============================================================================== --- head/UPDATING Tue Jun 21 08:16:47 2016 (r417190) +++ head/UPDATING Tue Jun 21 08:21:23 2016 (r417191) @@ -6,6 +6,15 @@ You should get into the habit of checkin you update your ports collection, before attempting any port upgrades. 20160621 + AFFECTS: users of www/redmine + AUTHOR: tz@FreeBSD.org + + Redmine was updated from 2.6.9 to 3.2.3. Since this an update over + major versions be careful with your update. + For further update instructions please have a look at: + https://www.redmine.org/projects/redmine/wiki/RedmineUpgrade + +20160621 AFFECTS: users of ftp/wget AUTHOR: vlad-fbsd@acheronmedia.com Modified: head/www/redmine/Makefile ============================================================================== --- head/www/redmine/Makefile Tue Jun 21 08:16:47 2016 (r417190) +++ head/www/redmine/Makefile Tue Jun 21 08:21:23 2016 (r417191) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= redmine -PORTVERSION= 2.6.9 -PORTREVISION= 2 +PORTVERSION= 3.2.3 CATEGORIES= www MASTER_SITES= http://www.redmine.org/releases/ @@ -13,21 +12,23 @@ COMMENT= Flexible project management web LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/doc/COPYING -RUN_DEPENDS= rubygem-builder>=3.0.0:devel/rubygem-builder \ - rubygem-bundler>=0:sysutils/rubygem-bundler \ - rubygem-coderay>=1.0.9:textproc/rubygem-coderay \ - rubygem-i18n>=0.7.0:devel/rubygem-i18n \ - rubygem-jquery-rails>=3.1.4:www/rubygem-jquery-rails \ +RUN_DEPENDS= rubygem-bundler>=1.5.0:sysutils/rubygem-bundler \ + rubygem-rails4>=4.2.5:www/rubygem-rails4 \ + rubygem-jquery-rails4>=3.1.4:www/rubygem-jquery-rails4 \ + rubygem-coderay>=1.1.0:textproc/rubygem-coderay \ + rubygem-builder>=3.0.4:devel/rubygem-builder \ + rubygem-request_store>=1.0.5:devel/rubygem-request_store \ rubygem-mime-types>=0:misc/rubygem-mime-types \ - rubygem-net-ldap>=0.3.1:net/rubygem-net-ldap \ - rubygem-rack-openid>=0:www/rubygem-rack-openid \ - rubygem-ruby-openid>=2.3.0:net/rubygem-ruby-openid \ - rubygem-rails>=3.2.22:www/rubygem-rails \ + rubygem-mimemagic>=0:misc/rubygem-mimemagic \ + rubygem-protected_attributes>=0:devel/rubygem-protected_attributes \ + rubygem-actionpack-action_caching>=0:devel/rubygem-actionpack-action_caching \ + rubygem-actionpack-xml_parser>=0:textproc/rubygem-actionpack-xml_parser \ + rubygem-roadie-rails>=0:mail/rubygem-roadie-rails \ + rubygem-rbpdf>=1.19.0:print/rubygem-rbpdf \ rubygem-rake>=0:devel/rubygem-rake \ - rubygem-rbpdf>=0:print/rubygem-rbpdf \ - rubygem-redcarpet>=3.3.2:textproc/rubygem-redcarpet \ - rubygem-request_store>=1.1.0:devel/rubygem-request_store \ - rubygem-rubytree>=0:devel/rubygem-rubytree + rubygem-ruby-openid>=2.3.0:net/rubygem-ruby-openid \ + rubygem-rack-openid>=0:www/rubygem-rack-openid \ + rubygem-net-ldap>=0.3.1:net/rubygem-net-ldap NO_ARCH= yes NO_BUILD= yes @@ -39,22 +40,24 @@ GROUPS= ${WWWGRP} PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} SUB_LIST= RUBY_NAME=${RUBY_NAME} -OPTIONS_DEFINE= MYSQL MYSQL2 POSTGRESQL RMAGIC -OPTIONS_DEFAULT=MYSQL2 RMAGIC THIN +OPTIONS_DEFINE= MYSQL POSTGRESQL LDAP MARKDOWN RMAGIC +OPTIONS_DEFAULT=MYSQL MARKDOWN RMAGIC THIN OPTIONS_SINGLE= WWWSERVER OPTIONS_SINGLE_WWWSERVER= THIN PASSENGER OPTIONS_SUB= yes -POSTGRESQL_DESC=Enable PostgreSQL support +POSTGRESQL_DESC= Enable PostgreSQL support +LDAP_DESC= Enable LDAP Authentification +MARKDOWN_DESC= Enable Markdown support RMAGIC_DESC= Enable Gantt charts support THIN_DESC= Use Thin WEB server PASSENGER_DESC= Use Apache/Nginx WEB server -MYSQL2_DESC= MySQL database support (via mysql2 rubygem) -NO_OPTIONS_SORT=yes +MYSQL_DESC= MySQL database support (via mysql2 rubygem) +NO_OPTIONS_SORT= yes -MYSQL_RUN_DEPENDS= rubygem-mysql>=2.8.1:databases/rubygem-mysql -MYSQL2_RUN_DEPENDS= rubygem-mysql2>=0:databases/rubygem-mysql2 +MYSQL_RUN_DEPENDS= rubygem-mysql2>=0.3.11:databases/rubygem-mysql2 PASSENGER_RUN_DEPENDS= passenger-config:www/rubygem-passenger -POSTGRESQL_RUN_DEPENDS= rubygem-pg>=0:databases/rubygem-pg +POSTGRESQL_RUN_DEPENDS= rubygem-pg>=0.18.1:databases/rubygem-pg +MARKDOWN_RUN_DEPENDS= rubygem-redcarpet>=3.3.2:textproc/rubygem-redcarpet RMAGIC_RUN_DEPENDS= rubygem-rmagick>=2.13.4:graphics/rubygem-rmagick THIN_RUN_DEPENDS= thin:www/rubygem-thin THIN_SUB_LIST= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} @@ -63,9 +66,11 @@ THIN_VARS= USE_RC_SUBR=redmine post-extract: @${RM} ${WRKSRC}/.hgignore ${WRKSRC}/.travis.yml @${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' -o -name '*.orig' -delete + @${FIND} ${WRKSRC} -name '*.bak' -delete pre-install: ${MKDIR} ${WRKSRC}/public/plugin_assets @@ -76,6 +81,21 @@ do-install: ${MKDIR} ${STAGEDIR}${WWWDIR}/bundler.d cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} +do-install-MYSQL-on: + ${CP} ${FILESDIR}/mysql.rb ${STAGEDIR}${WWWDIR}/bundler.d + +do-install-POSTGRESQL-on: + ${CP} ${FILESDIR}/pg.rb ${STAGEDIR}${WWWDIR}/bundler.d + +do-install-LDAP-on: + ${CP} ${FILESDIR}/ldap.rb ${STAGEDIR}${WWWDIR}/bundler.d + +do-install-OPENID-on: + ${CP} ${FILESDIR}/openid.rb ${STAGEDIR}${WWWDIR}/bundler.d + +do-install-MARKDOWN-on: + ${CP} ${FILESDIR}/markdown.rb ${STAGEDIR}${WWWDIR}/bundler.d + do-install-RMAGIC-on: ${CP} ${FILESDIR}/rmagic.rb ${STAGEDIR}${WWWDIR}/bundler.d Modified: head/www/redmine/distinfo ============================================================================== --- head/www/redmine/distinfo Tue Jun 21 08:16:47 2016 (r417190) +++ head/www/redmine/distinfo Tue Jun 21 08:21:23 2016 (r417191) @@ -1,2 +1,3 @@ -SHA256 (redmine-2.6.9.tar.gz) = 15cafc3983e0520c3ecc6105ef33031f55b1dc2b21270d092938562b47362d4c -SIZE (redmine-2.6.9.tar.gz) = 2127454 +TIMESTAMP = 1466169440 +SHA256 (redmine-3.2.3.tar.gz) = 570f039ce72112297c915d2f7e78228a4750020f1633fe479f23f6fdb5f8fa24 +SIZE (redmine-3.2.3.tar.gz) = 2311713 Added: head/www/redmine/files/ldap.rb ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/redmine/files/ldap.rb Tue Jun 21 08:21:23 2016 (r417191) @@ -0,0 +1 @@ +gem "net-ldap", ">= 0.12.0" Added: head/www/redmine/files/markdown.rb ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/redmine/files/markdown.rb Tue Jun 21 08:21:23 2016 (r417191) @@ -0,0 +1 @@ +gem "redcarpet", ">= 3.3.2" Added: head/www/redmine/files/mysql.rb ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/redmine/files/mysql.rb Tue Jun 21 08:21:23 2016 (r417191) @@ -0,0 +1 @@ +gem "mysql2", "~> 0.3.11" Modified: head/www/redmine/files/patch-Gemfile ============================================================================== --- head/www/redmine/files/patch-Gemfile Tue Jun 21 08:16:47 2016 (r417190) +++ head/www/redmine/files/patch-Gemfile Tue Jun 21 08:21:23 2016 (r417191) @@ -1,28 +1,35 @@ ---- Gemfile.orig 2015-12-05 08:47:22 UTC -+++ Gemfile -@@ -1,37 +1,29 @@ - source 'https://rubygems.org' - --gem "rails", "3.2.22" -+gem "rails", "~> 3.2" - gem "rack-cache", "1.2" if RUBY_VERSION < "1.9.3" - gem "jquery-rails", "~> 3.1.4" +--- Gemfile.orig 2016-05-05 18:39:09.000000000 +0000 ++++ Gemfile 2016-06-06 19:49:50.462089000 +0000 +@@ -4,11 +4,11 @@ + abort "Redmine requires Bundler 1.5.0 or higher (you're using #{Bundler::VERSION}).\nPlease update with 'gem update bundler'." + end + +-gem "rails", "4.2.5.2" +-gem "jquery-rails", "~> 3.1.4" ++gem "rails", ">= 4.2.5.2" ++gem "jquery-rails" gem "coderay", "~> 1.1.0" - gem "fastercsv", "~> 1.5.0", :platforms => [:mri_18, :mingw_18, :jruby] gem "builder", ">= 3.0.4" -gem "request_store", "1.0.5" +gem "request_store", ">= 1.0.5" - gem "mime-types" --gem "rbpdf", "~> 1.18.7" -+gem "rbpdf", ">= 1.18.7" - --gem "i18n", "~> 0.6.11" -+gem "i18n", ">= 0.6.11" + gem "mime-types", (RUBY_VERSION >= "2.0" ? "~> 3.0" : "~> 2.99") + gem "protected_attributes" + gem "actionpack-action_caching" +@@ -17,7 +17,7 @@ + gem "mimemagic" + + # Request at least nokogiri 1.6.7.2 because of security advisories +-gem "nokogiri", ">= 1.6.7.2" ++gem "nokogiri" + + # Request at least rails-html-sanitizer 1.0.3 because of security advisories + gem "rails-html-sanitizer", ">= 1.0.3" +@@ -28,27 +28,15 @@ # Optional gem for LDAP authentication group :ldap do -- gem "net-ldap", "~> 0.3.1" -+ gem "net-ldap", ">= 0.3.1" +- gem "net-ldap", "~> 0.12.0" ++ gem "net-ldap" end # Optional gem for OpenID authentication @@ -32,28 +39,22 @@ gem "rack-openid" end - platforms :mri, :mingw do +-platforms :mri, :mingw, :x64_mingw do - # Optional gem for exporting the gantt to a PNG file, not supported with jruby - group :rmagick do -- # RMagick 2 supports ruby 1.9 -- # RMagick 1 would be fine for ruby 1.8 but Bundler does not support -- # different requirements for the same gem on different platforms -- gem "rmagick", (RUBY_VERSION < "1.9" ? "2.13.3" : "~> 2.13.4") +- gem "rmagick", ">= 2.14.0" - end - - # Optional Markdown support, not for JRuby - group :markdown do - gem "redcarpet", (RUBY_VERSION < "1.9" ? "~> 2.3.0" : "~> 3.3.2") -@@ -62,7 +54,7 @@ if File.exist?(database_file) - gem "mysql", "~> 2.8.1", :platforms => [:mri, :mingw] - gem "activerecord-jdbcmysql-adapter", :platforms => :jruby - when /postgresql/ -- gem "pg", "~> 0.17.1", :platforms => [:mri, :mingw] -+ gem "pg", "~> 0.18.4", :platforms => [:mri, :mingw] - gem "activerecord-jdbcpostgresql-adapter", :platforms => :jruby - when /sqlite3/ - gem "sqlite3", :platforms => [:mri, :mingw] -@@ -82,23 +74,6 @@ else +- # Optional Markdown support, not for JRuby +- group :markdown do +- gem "redcarpet", "~> 3.3.2" +- end +-end +- + platforms :jruby do + # jruby-openssl is bundled with JRuby 1.7.0 + gem "jruby-openssl" if Object.const_defined?(:JRUBY_VERSION) && JRUBY_VERSION < '1.7.0' +@@ -92,21 +80,6 @@ warn("Please configure your config/database.yml first") end @@ -64,22 +65,20 @@ - -group :test do - gem "minitest" -- gem "test-unit", "~> 3.0" -- gem "shoulda", "~> 3.3.2" -- gem "shoulda-matchers", "1.4.1" -- gem "mocha", "~> 1.0.0", :require => 'mocha/api' -- if RUBY_VERSION >= '1.9.3' -- gem "capybara" -- gem "selenium-webdriver" -- end +- gem "rails-dom-testing" +- gem "mocha" +- gem "simplecov", "~> 0.9.1", :require => false +- # For running UI tests +- gem "capybara" +- gem "selenium-webdriver" -end - local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local") if File.exists?(local_gemfile) - puts "Loading Gemfile.local ..." if $DEBUG # `ruby -d` or `bundle -v` -@@ -111,3 +86,7 @@ Dir.glob File.expand_path("../plugins/*/ - #TODO: switch to "eval_gemfile file" when bundler >= 1.2.0 will be required (rails 4) - instance_eval File.read(file), file + eval_gemfile local_gemfile +@@ -116,3 +89,7 @@ + Dir.glob File.expand_path("../plugins/*/{Gemfile,PluginGemfile}", __FILE__) do |file| + eval_gemfile file end + +Dir["#{File.dirname(__FILE__)}/bundler.d/*.rb"].each do |bundle| Added: head/www/redmine/files/pg.rb ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/redmine/files/pg.rb Tue Jun 21 08:21:23 2016 (r417191) @@ -0,0 +1 @@ +gem "pg", "~> 0.18.1" Modified: head/www/redmine/files/rmagic.rb ============================================================================== --- head/www/redmine/files/rmagic.rb Tue Jun 21 08:16:47 2016 (r417190) +++ head/www/redmine/files/rmagic.rb Tue Jun 21 08:21:23 2016 (r417191) @@ -1 +1 @@ -gem "rmagick", ">= 2.13.4" +gem "rmagick", ">= 2.14.0" Modified: head/www/redmine/pkg-plist ============================================================================== --- head/www/redmine/pkg-plist Tue Jun 21 08:16:47 2016 (r417190) +++ head/www/redmine/pkg-plist Tue Jun 21 08:21:23 2016 (r417191) @@ -18,12 +18,15 @@ %%WWWDIR%%/app/controllers/calendars_controller.rb %%WWWDIR%%/app/controllers/comments_controller.rb %%WWWDIR%%/app/controllers/context_menus_controller.rb +%%WWWDIR%%/app/controllers/custom_field_enumerations_controller.rb %%WWWDIR%%/app/controllers/custom_fields_controller.rb %%WWWDIR%%/app/controllers/documents_controller.rb +%%WWWDIR%%/app/controllers/email_addresses_controller.rb %%WWWDIR%%/app/controllers/enumerations_controller.rb %%WWWDIR%%/app/controllers/files_controller.rb %%WWWDIR%%/app/controllers/gantts_controller.rb %%WWWDIR%%/app/controllers/groups_controller.rb +%%WWWDIR%%/app/controllers/imports_controller.rb %%WWWDIR%%/app/controllers/issue_categories_controller.rb %%WWWDIR%%/app/controllers/issue_relations_controller.rb %%WWWDIR%%/app/controllers/issue_statuses_controller.rb @@ -35,6 +38,7 @@ %%WWWDIR%%/app/controllers/my_controller.rb %%WWWDIR%%/app/controllers/news_controller.rb %%WWWDIR%%/app/controllers/previews_controller.rb +%%WWWDIR%%/app/controllers/principal_memberships_controller.rb %%WWWDIR%%/app/controllers/project_enumerations_controller.rb %%WWWDIR%%/app/controllers/projects_controller.rb %%WWWDIR%%/app/controllers/queries_controller.rb @@ -64,9 +68,11 @@ %%WWWDIR%%/app/helpers/context_menus_helper.rb %%WWWDIR%%/app/helpers/custom_fields_helper.rb %%WWWDIR%%/app/helpers/documents_helper.rb +%%WWWDIR%%/app/helpers/email_addresses_helper.rb %%WWWDIR%%/app/helpers/enumerations_helper.rb %%WWWDIR%%/app/helpers/gantt_helper.rb %%WWWDIR%%/app/helpers/groups_helper.rb +%%WWWDIR%%/app/helpers/imports_helper.rb %%WWWDIR%%/app/helpers/issue_categories_helper.rb %%WWWDIR%%/app/helpers/issue_relations_helper.rb %%WWWDIR%%/app/helpers/issue_statuses_helper.rb @@ -77,6 +83,7 @@ %%WWWDIR%%/app/helpers/messages_helper.rb %%WWWDIR%%/app/helpers/my_helper.rb %%WWWDIR%%/app/helpers/news_helper.rb +%%WWWDIR%%/app/helpers/principal_memberships_helper.rb %%WWWDIR%%/app/helpers/projects_helper.rb %%WWWDIR%%/app/helpers/queries_helper.rb %%WWWDIR%%/app/helpers/reports_helper.rb @@ -102,11 +109,14 @@ %%WWWDIR%%/app/models/changeset.rb %%WWWDIR%%/app/models/comment.rb %%WWWDIR%%/app/models/custom_field.rb +%%WWWDIR%%/app/models/custom_field_enumeration.rb %%WWWDIR%%/app/models/custom_field_value.rb %%WWWDIR%%/app/models/custom_value.rb %%WWWDIR%%/app/models/document.rb %%WWWDIR%%/app/models/document_category.rb %%WWWDIR%%/app/models/document_category_custom_field.rb +%%WWWDIR%%/app/models/document_custom_field.rb +%%WWWDIR%%/app/models/email_address.rb %%WWWDIR%%/app/models/enabled_module.rb %%WWWDIR%%/app/models/enumeration.rb %%WWWDIR%%/app/models/group.rb @@ -114,9 +124,12 @@ %%WWWDIR%%/app/models/group_builtin.rb %%WWWDIR%%/app/models/group_custom_field.rb %%WWWDIR%%/app/models/group_non_member.rb +%%WWWDIR%%/app/models/import.rb +%%WWWDIR%%/app/models/import_item.rb %%WWWDIR%%/app/models/issue.rb %%WWWDIR%%/app/models/issue_category.rb %%WWWDIR%%/app/models/issue_custom_field.rb +%%WWWDIR%%/app/models/issue_import.rb %%WWWDIR%%/app/models/issue_priority.rb %%WWWDIR%%/app/models/issue_priority_custom_field.rb %%WWWDIR%%/app/models/issue_query.rb @@ -180,6 +193,7 @@ %%WWWDIR%%/app/views/attachments/_links.html.erb %%WWWDIR%%/app/views/attachments/destroy.js.erb %%WWWDIR%%/app/views/attachments/diff.html.erb +%%WWWDIR%%/app/views/attachments/edit.html.erb %%WWWDIR%%/app/views/attachments/file.html.erb %%WWWDIR%%/app/views/attachments/show.api.rsb %%WWWDIR%%/app/views/attachments/upload.api.rsb @@ -206,11 +220,15 @@ %%WWWDIR%%/app/views/common/feed.atom.builder %%WWWDIR%%/app/views/context_menus/issues.html.erb %%WWWDIR%%/app/views/context_menus/time_entries.html.erb +%%WWWDIR%%/app/views/custom_field_enumerations/create.js.erb +%%WWWDIR%%/app/views/custom_field_enumerations/destroy.html.erb +%%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/edit.html.erb %%WWWDIR%%/app/views/custom_fields/formats/_bool.html.erb %%WWWDIR%%/app/views/custom_fields/formats/_date.html.erb +%%WWWDIR%%/app/views/custom_fields/formats/_enumeration.erb %%WWWDIR%%/app/views/custom_fields/formats/_link.html.erb %%WWWDIR%%/app/views/custom_fields/formats/_list.html.erb %%WWWDIR%%/app/views/custom_fields/formats/_numeric.html.erb @@ -230,6 +248,9 @@ %%WWWDIR%%/app/views/documents/index.html.erb %%WWWDIR%%/app/views/documents/new.html.erb %%WWWDIR%%/app/views/documents/show.html.erb +%%WWWDIR%%/app/views/email_addresses/_index.html.erb +%%WWWDIR%%/app/views/email_addresses/index.html.erb +%%WWWDIR%%/app/views/email_addresses/index.js.erb %%WWWDIR%%/app/views/enumerations/_form.html.erb %%WWWDIR%%/app/views/enumerations/destroy.html.erb %%WWWDIR%%/app/views/enumerations/edit.html.erb @@ -242,6 +263,8 @@ %%WWWDIR%%/app/views/groups/_form.html.erb %%WWWDIR%%/app/views/groups/_general.html.erb %%WWWDIR%%/app/views/groups/_memberships.html.erb +%%WWWDIR%%/app/views/groups/_new_users_form.html.erb +%%WWWDIR%%/app/views/groups/_new_users_modal.html.erb %%WWWDIR%%/app/views/groups/_users.html.erb %%WWWDIR%%/app/views/groups/add_users.js.erb %%WWWDIR%%/app/views/groups/autocomplete_for_user.js.erb @@ -251,9 +274,19 @@ %%WWWDIR%%/app/views/groups/index.api.rsb %%WWWDIR%%/app/views/groups/index.html.erb %%WWWDIR%%/app/views/groups/new.html.erb +%%WWWDIR%%/app/views/groups/new_users.html.erb +%%WWWDIR%%/app/views/groups/new_users.js.erb %%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/mapping.html.erb +%%WWWDIR%%/app/views/imports/mapping.js.erb +%%WWWDIR%%/app/views/imports/new.html.erb +%%WWWDIR%%/app/views/imports/run.html.erb +%%WWWDIR%%/app/views/imports/run.js.erb +%%WWWDIR%%/app/views/imports/settings.html.erb +%%WWWDIR%%/app/views/imports/show.html.erb %%WWWDIR%%/app/views/issue_categories/_form.html.erb %%WWWDIR%%/app/views/issue_categories/_new_modal.html.erb %%WWWDIR%%/app/views/issue_categories/create.js.erb @@ -289,12 +322,15 @@ %%WWWDIR%%/app/views/issues/bulk_edit.js.erb %%WWWDIR%%/app/views/issues/destroy.html.erb %%WWWDIR%%/app/views/issues/edit.html.erb +%%WWWDIR%%/app/views/issues/edit.js.erb %%WWWDIR%%/app/views/issues/index.api.rsb %%WWWDIR%%/app/views/issues/index.html.erb +%%WWWDIR%%/app/views/issues/index.pdf.erb %%WWWDIR%%/app/views/issues/new.html.erb +%%WWWDIR%%/app/views/issues/new.js.erb %%WWWDIR%%/app/views/issues/show.api.rsb %%WWWDIR%%/app/views/issues/show.html.erb -%%WWWDIR%%/app/views/issues/update_form.js.erb +%%WWWDIR%%/app/views/issues/show.pdf.erb %%WWWDIR%%/app/views/journals/_notes_form.html.erb %%WWWDIR%%/app/views/journals/diff.html.erb %%WWWDIR%%/app/views/journals/edit.js.erb @@ -305,6 +341,7 @@ %%WWWDIR%%/app/views/layouts/base.html.erb %%WWWDIR%%/app/views/layouts/mailer.html.erb %%WWWDIR%%/app/views/layouts/mailer.text.erb +%%WWWDIR%%/app/views/mail_handler/new.html.erb %%WWWDIR%%/app/views/mailer/_issue.html.erb %%WWWDIR%%/app/views/mailer/_issue.text.erb %%WWWDIR%%/app/views/mailer/account_activated.html.erb @@ -339,10 +376,14 @@ %%WWWDIR%%/app/views/mailer/wiki_content_added.text.erb %%WWWDIR%%/app/views/mailer/wiki_content_updated.html.erb %%WWWDIR%%/app/views/mailer/wiki_content_updated.text.erb +%%WWWDIR%%/app/views/members/_new_form.html.erb +%%WWWDIR%%/app/views/members/_new_modal.html.erb %%WWWDIR%%/app/views/members/autocomplete.js.erb %%WWWDIR%%/app/views/members/create.js.erb %%WWWDIR%%/app/views/members/destroy.js.erb %%WWWDIR%%/app/views/members/index.api.rsb +%%WWWDIR%%/app/views/members/new.html.erb +%%WWWDIR%%/app/views/members/new.js.erb %%WWWDIR%%/app/views/members/show.api.rsb %%WWWDIR%%/app/views/members/update.js.erb %%WWWDIR%%/app/views/messages/_form.html.erb @@ -364,6 +405,8 @@ %%WWWDIR%%/app/views/my/page.html.erb %%WWWDIR%%/app/views/my/page_layout.html.erb %%WWWDIR%%/app/views/my/password.html.erb +%%WWWDIR%%/app/views/my/show_api_key.html.erb +%%WWWDIR%%/app/views/my/show_api_key.js.erb %%WWWDIR%%/app/views/news/_form.html.erb %%WWWDIR%%/app/views/news/_news.html.erb %%WWWDIR%%/app/views/news/edit.html.erb @@ -372,6 +415,14 @@ %%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/_index.html.erb +%%WWWDIR%%/app/views/principal_memberships/_new_form.html.erb +%%WWWDIR%%/app/views/principal_memberships/_new_modal.html.erb +%%WWWDIR%%/app/views/principal_memberships/create.js.erb +%%WWWDIR%%/app/views/principal_memberships/destroy.js.erb +%%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/_edit.html.erb %%WWWDIR%%/app/views/projects/_form.html.erb %%WWWDIR%%/app/views/projects/_members_box.html.erb @@ -380,7 +431,6 @@ %%WWWDIR%%/app/views/projects/destroy.html.erb %%WWWDIR%%/app/views/projects/index.api.rsb %%WWWDIR%%/app/views/projects/index.html.erb -%%WWWDIR%%/app/views/projects/list_members.html.erb %%WWWDIR%%/app/views/projects/new.html.erb %%WWWDIR%%/app/views/projects/settings.html.erb %%WWWDIR%%/app/views/projects/settings/_activities.html.erb @@ -435,6 +485,8 @@ %%WWWDIR%%/app/views/roles/permissions.html.erb %%WWWDIR%%/app/views/roles/show.api.rsb %%WWWDIR%%/app/views/search/index.html.erb +%%WWWDIR%%/app/views/settings/_api.html.erb +%%WWWDIR%%/app/views/settings/_attachments.html.erb %%WWWDIR%%/app/views/settings/_authentication.html.erb %%WWWDIR%%/app/views/settings/_display.html.erb %%WWWDIR%%/app/views/settings/_general.html.erb @@ -445,6 +497,9 @@ %%WWWDIR%%/app/views/settings/_repositories.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 +%%WWWDIR%%/app/views/sudo_mode/new.html.erb +%%WWWDIR%%/app/views/sudo_mode/new.js.erb %%WWWDIR%%/app/views/timelog/_date_range.html.erb %%WWWDIR%%/app/views/timelog/_form.html.erb %%WWWDIR%%/app/views/timelog/_list.html.erb @@ -454,6 +509,7 @@ %%WWWDIR%%/app/views/timelog/index.api.rsb %%WWWDIR%%/app/views/timelog/index.html.erb %%WWWDIR%%/app/views/timelog/new.html.erb +%%WWWDIR%%/app/views/timelog/new.js.erb %%WWWDIR%%/app/views/timelog/report.html.erb %%WWWDIR%%/app/views/timelog/show.api.rsb %%WWWDIR%%/app/views/trackers/_form.html.erb @@ -507,6 +563,7 @@ %%WWWDIR%%/app/views/wiki/diff.html.erb %%WWWDIR%%/app/views/wiki/edit.html.erb %%WWWDIR%%/app/views/wiki/export.html.erb +%%WWWDIR%%/app/views/wiki/export.pdf.erb %%WWWDIR%%/app/views/wiki/export_multiple.html.erb %%WWWDIR%%/app/views/wiki/history.html.erb %%WWWDIR%%/app/views/wiki/index.api.rsb @@ -514,6 +571,7 @@ %%WWWDIR%%/app/views/wiki/rename.html.erb %%WWWDIR%%/app/views/wiki/show.api.rsb %%WWWDIR%%/app/views/wiki/show.html.erb +%%WWWDIR%%/app/views/wiki/show.pdf.erb %%WWWDIR%%/app/views/wikis/destroy.html.erb %%WWWDIR%%/app/views/wikis/edit.js.erb %%WWWDIR%%/app/views/workflows/_action_menu.html.erb @@ -522,12 +580,17 @@ %%WWWDIR%%/app/views/workflows/edit.html.erb %%WWWDIR%%/app/views/workflows/index.html.erb %%WWWDIR%%/app/views/workflows/permissions.html.erb +%%WWWDIR%%/appveyor.yml +%%WWWDIR%%/bin/about +%%WWWDIR%%/bin/bundle +%%WWWDIR%%/bin/rails +%%WWWDIR%%/bin/rake %%WWWDIR%%/config.ru %%WWWDIR%%/config/additional_environment.rb.example %%WWWDIR%%/config/application.rb %%WWWDIR%%/config/boot.rb %%WWWDIR%%/config/configuration.yml.example -%%WWWDIR%%/config/database.yml.example +@sample %%WWWDIR%%/config/database.yml.sample %%WWWDIR%%/config/environment.rb %%WWWDIR%%/config/environments/development.rb %%WWWDIR%%/config/environments/production.rb @@ -551,6 +614,7 @@ %%WWWDIR%%/config/locales/el.yml %%WWWDIR%%/config/locales/en-GB.yml %%WWWDIR%%/config/locales/en.yml +%%WWWDIR%%/config/locales/es-PA.yml %%WWWDIR%%/config/locales/es.yml %%WWWDIR%%/config/locales/et.yml %%WWWDIR%%/config/locales/eu.yml @@ -588,7 +652,6 @@ %%WWWDIR%%/config/locales/vi.yml %%WWWDIR%%/config/locales/zh-TW.yml %%WWWDIR%%/config/locales/zh.yml -%%WWWDIR%%/config/preinitializer.rb %%WWWDIR%%/config/routes.rb %%WWWDIR%%/db/migrate/001_setup.rb %%WWWDIR%%/db/migrate/002_issue_move.rb @@ -827,6 +890,34 @@ %%WWWDIR%%/db/migrate/20140228130325_change_changesets_comments_limit.rb %%WWWDIR%%/db/migrate/20140903143914_add_password_changed_at_to_user.rb %%WWWDIR%%/db/migrate/20140920094058_insert_builtin_groups.rb +%%WWWDIR%%/db/migrate/20141029181752_add_trackers_default_status_id.rb +%%WWWDIR%%/db/migrate/20141029181824_remove_issue_statuses_is_default.rb +%%WWWDIR%%/db/migrate/20141109112308_add_roles_users_visibility.rb +%%WWWDIR%%/db/migrate/20141122124142_add_wiki_redirects_redirects_to_wiki_id.rb +%%WWWDIR%%/db/migrate/20150113194759_create_email_addresses.rb +%%WWWDIR%%/db/migrate/20150113211532_populate_email_addresses.rb +%%WWWDIR%%/db/migrate/20150113213922_remove_users_mail.rb +%%WWWDIR%%/db/migrate/20150113213955_add_email_addresses_user_id_index.rb +%%WWWDIR%%/db/migrate/20150208105930_replace_move_issues_permission.rb +%%WWWDIR%%/db/migrate/20150510083747_change_documents_title_limit.rb +%%WWWDIR%%/db/migrate/20150525103953_clear_estimated_hours_on_parent_issues.rb +%%WWWDIR%%/db/migrate/20150526183158_add_roles_time_entries_visibility.rb +%%WWWDIR%%/db/migrate/20150528084820_add_roles_all_roles_managed.rb +%%WWWDIR%%/db/migrate/20150528092912_create_roles_managed_roles.rb +%%WWWDIR%%/db/migrate/20150528093249_add_unique_index_on_roles_managed_roles.rb +%%WWWDIR%%/db/migrate/20150725112753_insert_allowed_statuses_for_new_issues.rb +%%WWWDIR%%/db/migrate/20150730122707_create_imports.rb +%%WWWDIR%%/db/migrate/20150730122735_create_import_items.rb +%%WWWDIR%%/db/migrate/20150921204850_change_time_entries_comments_limit_to_1024.rb +%%WWWDIR%%/db/migrate/20150921210243_change_wiki_contents_comments_limit_to_1024.rb +%%WWWDIR%%/db/migrate/20151020182334_change_attachments_filesize_limit_to_8.rb +%%WWWDIR%%/db/migrate/20151020182731_fix_comma_in_user_format_setting_value.rb +%%WWWDIR%%/db/migrate/20151021184614_change_issue_categories_name_limit_to_60.rb +%%WWWDIR%%/db/migrate/20151021185456_change_auth_sources_filter_to_text.rb +%%WWWDIR%%/db/migrate/20151021190616_change_user_preferences_hide_mail_default_to_true.rb +%%WWWDIR%%/db/migrate/20151024082034_add_tokens_updated_on.rb +%%WWWDIR%%/db/migrate/20151025072118_create_custom_field_enumerations.rb +%%WWWDIR%%/db/migrate/20151031095005_add_projects_default_version_id.rb %%WWWDIR%%/doc/CHANGELOG %%WWWDIR%%/doc/COPYING %%WWWDIR%%/doc/INSTALL @@ -931,47 +1022,6 @@ %%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/awesome_nested_set/.autotest -%%WWWDIR%%/lib/plugins/awesome_nested_set/.gitignore -%%WWWDIR%%/lib/plugins/awesome_nested_set/.travis.yml -%%WWWDIR%%/lib/plugins/awesome_nested_set/CHANGELOG -%%WWWDIR%%/lib/plugins/awesome_nested_set/CONTRIBUTING.md -%%WWWDIR%%/lib/plugins/awesome_nested_set/Gemfile -%%WWWDIR%%/lib/plugins/awesome_nested_set/MIT-LICENSE -%%WWWDIR%%/lib/plugins/awesome_nested_set/README.md -%%WWWDIR%%/lib/plugins/awesome_nested_set/Rakefile -%%WWWDIR%%/lib/plugins/awesome_nested_set/awesome_nested_set.gemspec -%%WWWDIR%%/lib/plugins/awesome_nested_set/gemfiles/Gemfile.rails-3.0.rb -%%WWWDIR%%/lib/plugins/awesome_nested_set/gemfiles/Gemfile.rails-3.1.rb -%%WWWDIR%%/lib/plugins/awesome_nested_set/gemfiles/Gemfile.rails-3.2.rb -%%WWWDIR%%/lib/plugins/awesome_nested_set/init.rb -%%WWWDIR%%/lib/plugins/awesome_nested_set/lib/awesome_nested_set.rb -%%WWWDIR%%/lib/plugins/awesome_nested_set/lib/awesome_nested_set/awesome_nested_set.rb -%%WWWDIR%%/lib/plugins/awesome_nested_set/lib/awesome_nested_set/columns.rb -%%WWWDIR%%/lib/plugins/awesome_nested_set/lib/awesome_nested_set/helper.rb -%%WWWDIR%%/lib/plugins/awesome_nested_set/lib/awesome_nested_set/iterator.rb -%%WWWDIR%%/lib/plugins/awesome_nested_set/lib/awesome_nested_set/model.rb -%%WWWDIR%%/lib/plugins/awesome_nested_set/lib/awesome_nested_set/model/movable.rb -%%WWWDIR%%/lib/plugins/awesome_nested_set/lib/awesome_nested_set/model/prunable.rb -%%WWWDIR%%/lib/plugins/awesome_nested_set/lib/awesome_nested_set/model/rebuildable.rb -%%WWWDIR%%/lib/plugins/awesome_nested_set/lib/awesome_nested_set/model/relatable.rb -%%WWWDIR%%/lib/plugins/awesome_nested_set/lib/awesome_nested_set/model/transactable.rb -%%WWWDIR%%/lib/plugins/awesome_nested_set/lib/awesome_nested_set/model/validatable.rb -%%WWWDIR%%/lib/plugins/awesome_nested_set/lib/awesome_nested_set/move.rb -%%WWWDIR%%/lib/plugins/awesome_nested_set/lib/awesome_nested_set/set_validator.rb -%%WWWDIR%%/lib/plugins/awesome_nested_set/lib/awesome_nested_set/tree.rb -%%WWWDIR%%/lib/plugins/awesome_nested_set/lib/awesome_nested_set/version.rb -%%WWWDIR%%/lib/plugins/awesome_nested_set/spec/awesome_nested_set/helper_spec.rb -%%WWWDIR%%/lib/plugins/awesome_nested_set/spec/awesome_nested_set_spec.rb -%%WWWDIR%%/lib/plugins/awesome_nested_set/spec/db/database.yml -%%WWWDIR%%/lib/plugins/awesome_nested_set/spec/db/schema.rb -%%WWWDIR%%/lib/plugins/awesome_nested_set/spec/fixtures/brokens.yml -%%WWWDIR%%/lib/plugins/awesome_nested_set/spec/fixtures/categories.yml -%%WWWDIR%%/lib/plugins/awesome_nested_set/spec/fixtures/departments.yml -%%WWWDIR%%/lib/plugins/awesome_nested_set/spec/fixtures/notes.yml -%%WWWDIR%%/lib/plugins/awesome_nested_set/spec/fixtures/things.yml -%%WWWDIR%%/lib/plugins/awesome_nested_set/spec/spec_helper.rb -%%WWWDIR%%/lib/plugins/awesome_nested_set/spec/support/models.rb %%WWWDIR%%/lib/plugins/gravatar/.gitignore %%WWWDIR%%/lib/plugins/gravatar/MIT-LICENSE %%WWWDIR%%/lib/plugins/gravatar/README.rdoc @@ -1017,19 +1067,29 @@ %%WWWDIR%%/lib/redmine/core_ext/string.rb %%WWWDIR%%/lib/redmine/core_ext/string/conversions.rb %%WWWDIR%%/lib/redmine/core_ext/string/inflections.rb +%%WWWDIR%%/lib/redmine/database.rb %%WWWDIR%%/lib/redmine/default_data/loader.rb +%%WWWDIR%%/lib/redmine/export/csv.rb %%WWWDIR%%/lib/redmine/export/pdf.rb +%%WWWDIR%%/lib/redmine/export/pdf/issues_pdf_helper.rb +%%WWWDIR%%/lib/redmine/export/pdf/wiki_pdf_helper.rb %%WWWDIR%%/lib/redmine/field_format.rb %%WWWDIR%%/lib/redmine/helpers/calendar.rb %%WWWDIR%%/lib/redmine/helpers/diff.rb %%WWWDIR%%/lib/redmine/helpers/gantt.rb %%WWWDIR%%/lib/redmine/helpers/time_report.rb +%%WWWDIR%%/lib/redmine/helpers/url.rb %%WWWDIR%%/lib/redmine/hook.rb +%%WWWDIR%%/lib/redmine/hook/listener.rb +%%WWWDIR%%/lib/redmine/hook/view_listener.rb %%WWWDIR%%/lib/redmine/i18n.rb %%WWWDIR%%/lib/redmine/imap.rb %%WWWDIR%%/lib/redmine/info.rb %%WWWDIR%%/lib/redmine/menu_manager.rb %%WWWDIR%%/lib/redmine/mime_type.rb +%%WWWDIR%%/lib/redmine/nested_set/issue_nested_set.rb +%%WWWDIR%%/lib/redmine/nested_set/project_nested_set.rb +%%WWWDIR%%/lib/redmine/nested_set/traversing.rb %%WWWDIR%%/lib/redmine/notifiable.rb %%WWWDIR%%/lib/redmine/pagination.rb %%WWWDIR%%/lib/redmine/platform.rb @@ -1050,6 +1110,7 @@ %%WWWDIR%%/lib/redmine/scm/base.rb %%WWWDIR%%/lib/redmine/search.rb %%WWWDIR%%/lib/redmine/subclass_factory.rb +%%WWWDIR%%/lib/redmine/sudo_mode.rb %%WWWDIR%%/lib/redmine/syntax_highlighting.rb %%WWWDIR%%/lib/redmine/themes.rb %%WWWDIR%%/lib/redmine/thumbnail.rb @@ -1065,11 +1126,14 @@ %%WWWDIR%%/lib/redmine/views/my_page/block.rb %%WWWDIR%%/lib/redmine/views/other_formats_builder.rb %%WWWDIR%%/lib/redmine/wiki_formatting.rb +%%WWWDIR%%/lib/redmine/wiki_formatting/html_parser.rb %%WWWDIR%%/lib/redmine/wiki_formatting/macros.rb %%WWWDIR%%/lib/redmine/wiki_formatting/markdown/formatter.rb %%WWWDIR%%/lib/redmine/wiki_formatting/markdown/helper.rb +%%WWWDIR%%/lib/redmine/wiki_formatting/markdown/html_parser.rb %%WWWDIR%%/lib/redmine/wiki_formatting/textile/formatter.rb %%WWWDIR%%/lib/redmine/wiki_formatting/textile/helper.rb +%%WWWDIR%%/lib/redmine/wiki_formatting/textile/html_parser.rb %%WWWDIR%%/lib/tasks/ci.rake %%WWWDIR%%/lib/tasks/ciphering.rake %%WWWDIR%%/lib/tasks/deprecated.rake @@ -1092,102 +1156,202 @@ %%WWWDIR%%/public/500.html %%WWWDIR%%/public/dispatch.fcgi.example %%WWWDIR%%/public/favicon.ico -%%WWWDIR%%/public/help/ar/wiki_syntax.html -%%WWWDIR%%/public/help/ar/wiki_syntax_detailed.html -%%WWWDIR%%/public/help/az/wiki_syntax.html -%%WWWDIR%%/public/help/az/wiki_syntax_detailed.html -%%WWWDIR%%/public/help/bg/wiki_syntax.html -%%WWWDIR%%/public/help/bg/wiki_syntax_detailed.html -%%WWWDIR%%/public/help/bs/wiki_syntax.html -%%WWWDIR%%/public/help/bs/wiki_syntax_detailed.html -%%WWWDIR%%/public/help/ca/wiki_syntax.html -%%WWWDIR%%/public/help/ca/wiki_syntax_detailed.html -%%WWWDIR%%/public/help/cs/wiki_syntax.html -%%WWWDIR%%/public/help/cs/wiki_syntax_detailed.html -%%WWWDIR%%/public/help/da/wiki_syntax.html -%%WWWDIR%%/public/help/da/wiki_syntax_detailed.html -%%WWWDIR%%/public/help/de/wiki_syntax.html -%%WWWDIR%%/public/help/de/wiki_syntax_detailed.html -%%WWWDIR%%/public/help/el/wiki_syntax.html -%%WWWDIR%%/public/help/el/wiki_syntax_detailed.html -%%WWWDIR%%/public/help/en-gb/wiki_syntax.html -%%WWWDIR%%/public/help/en-gb/wiki_syntax_detailed.html -%%WWWDIR%%/public/help/en/wiki_syntax.html -%%WWWDIR%%/public/help/en/wiki_syntax_detailed.html -%%WWWDIR%%/public/help/es/wiki_syntax.html -%%WWWDIR%%/public/help/es/wiki_syntax_detailed.html -%%WWWDIR%%/public/help/et/wiki_syntax.html -%%WWWDIR%%/public/help/et/wiki_syntax_detailed.html -%%WWWDIR%%/public/help/eu/wiki_syntax.html -%%WWWDIR%%/public/help/eu/wiki_syntax_detailed.html -%%WWWDIR%%/public/help/fa/wiki_syntax.html -%%WWWDIR%%/public/help/fa/wiki_syntax_detailed.html -%%WWWDIR%%/public/help/fi/wiki_syntax.html -%%WWWDIR%%/public/help/fi/wiki_syntax_detailed.html -%%WWWDIR%%/public/help/fr/wiki_syntax.html -%%WWWDIR%%/public/help/fr/wiki_syntax_detailed.html -%%WWWDIR%%/public/help/gl/wiki_syntax.html -%%WWWDIR%%/public/help/gl/wiki_syntax_detailed.html -%%WWWDIR%%/public/help/he/wiki_syntax.html -%%WWWDIR%%/public/help/he/wiki_syntax_detailed.html -%%WWWDIR%%/public/help/hr/wiki_syntax.html -%%WWWDIR%%/public/help/hr/wiki_syntax_detailed.html -%%WWWDIR%%/public/help/hu/wiki_syntax.html -%%WWWDIR%%/public/help/hu/wiki_syntax_detailed.html -%%WWWDIR%%/public/help/id/wiki_syntax.html -%%WWWDIR%%/public/help/id/wiki_syntax_detailed.html -%%WWWDIR%%/public/help/it/wiki_syntax.html -%%WWWDIR%%/public/help/it/wiki_syntax_detailed.html -%%WWWDIR%%/public/help/ja/wiki_syntax.html -%%WWWDIR%%/public/help/ja/wiki_syntax_detailed.html -%%WWWDIR%%/public/help/ko/wiki_syntax.html -%%WWWDIR%%/public/help/ko/wiki_syntax_detailed.html -%%WWWDIR%%/public/help/lt/wiki_syntax.html -%%WWWDIR%%/public/help/lt/wiki_syntax_detailed.html -%%WWWDIR%%/public/help/lv/wiki_syntax.html -%%WWWDIR%%/public/help/lv/wiki_syntax_detailed.html -%%WWWDIR%%/public/help/mk/wiki_syntax.html -%%WWWDIR%%/public/help/mk/wiki_syntax_detailed.html -%%WWWDIR%%/public/help/mn/wiki_syntax.html -%%WWWDIR%%/public/help/mn/wiki_syntax_detailed.html -%%WWWDIR%%/public/help/nl/wiki_syntax.html -%%WWWDIR%%/public/help/nl/wiki_syntax_detailed.html -%%WWWDIR%%/public/help/no/wiki_syntax.html -%%WWWDIR%%/public/help/no/wiki_syntax_detailed.html -%%WWWDIR%%/public/help/pl/wiki_syntax.html -%%WWWDIR%%/public/help/pl/wiki_syntax_detailed.html -%%WWWDIR%%/public/help/pt-br/wiki_syntax.html -%%WWWDIR%%/public/help/pt-br/wiki_syntax_detailed.html -%%WWWDIR%%/public/help/pt/wiki_syntax.html -%%WWWDIR%%/public/help/pt/wiki_syntax_detailed.html -%%WWWDIR%%/public/help/ro/wiki_syntax.html -%%WWWDIR%%/public/help/ro/wiki_syntax_detailed.html -%%WWWDIR%%/public/help/ru/wiki_syntax.html -%%WWWDIR%%/public/help/ru/wiki_syntax_detailed.html -%%WWWDIR%%/public/help/sk/wiki_syntax.html -%%WWWDIR%%/public/help/sk/wiki_syntax_detailed.html -%%WWWDIR%%/public/help/sl/wiki_syntax.html -%%WWWDIR%%/public/help/sl/wiki_syntax_detailed.html -%%WWWDIR%%/public/help/sq/wiki_syntax.html -%%WWWDIR%%/public/help/sq/wiki_syntax_detailed.html -%%WWWDIR%%/public/help/sr-yu/wiki_syntax.html -%%WWWDIR%%/public/help/sr-yu/wiki_syntax_detailed.html -%%WWWDIR%%/public/help/sr/wiki_syntax.html -%%WWWDIR%%/public/help/sr/wiki_syntax_detailed.html -%%WWWDIR%%/public/help/sv/wiki_syntax.html -%%WWWDIR%%/public/help/sv/wiki_syntax_detailed.html -%%WWWDIR%%/public/help/th/wiki_syntax.html -%%WWWDIR%%/public/help/th/wiki_syntax_detailed.html -%%WWWDIR%%/public/help/tr/wiki_syntax.html -%%WWWDIR%%/public/help/tr/wiki_syntax_detailed.html -%%WWWDIR%%/public/help/uk/wiki_syntax.html -%%WWWDIR%%/public/help/uk/wiki_syntax_detailed.html -%%WWWDIR%%/public/help/vi/wiki_syntax.html -%%WWWDIR%%/public/help/vi/wiki_syntax_detailed.html -%%WWWDIR%%/public/help/zh-tw/wiki_syntax.html -%%WWWDIR%%/public/help/zh-tw/wiki_syntax_detailed.html -%%WWWDIR%%/public/help/zh/wiki_syntax.html -%%WWWDIR%%/public/help/zh/wiki_syntax_detailed.html +%%WWWDIR%%/public/help/ar/wiki_syntax_detailed_markdown.html +%%WWWDIR%%/public/help/ar/wiki_syntax_detailed_textile.html +%%WWWDIR%%/public/help/ar/wiki_syntax_markdown.html +%%WWWDIR%%/public/help/ar/wiki_syntax_textile.html +%%WWWDIR%%/public/help/az/wiki_syntax_detailed_markdown.html +%%WWWDIR%%/public/help/az/wiki_syntax_detailed_textile.html +%%WWWDIR%%/public/help/az/wiki_syntax_markdown.html +%%WWWDIR%%/public/help/az/wiki_syntax_textile.html +%%WWWDIR%%/public/help/bg/wiki_syntax_detailed_markdown.html +%%WWWDIR%%/public/help/bg/wiki_syntax_detailed_textile.html +%%WWWDIR%%/public/help/bg/wiki_syntax_markdown.html +%%WWWDIR%%/public/help/bg/wiki_syntax_textile.html +%%WWWDIR%%/public/help/bs/wiki_syntax_detailed_markdown.html +%%WWWDIR%%/public/help/bs/wiki_syntax_detailed_textile.html +%%WWWDIR%%/public/help/bs/wiki_syntax_markdown.html +%%WWWDIR%%/public/help/bs/wiki_syntax_textile.html +%%WWWDIR%%/public/help/ca/wiki_syntax_detailed_markdown.html +%%WWWDIR%%/public/help/ca/wiki_syntax_detailed_textile.html +%%WWWDIR%%/public/help/ca/wiki_syntax_markdown.html +%%WWWDIR%%/public/help/ca/wiki_syntax_textile.html +%%WWWDIR%%/public/help/cs/wiki_syntax_detailed_markdown.html +%%WWWDIR%%/public/help/cs/wiki_syntax_detailed_textile.html +%%WWWDIR%%/public/help/cs/wiki_syntax_markdown.html +%%WWWDIR%%/public/help/cs/wiki_syntax_textile.html +%%WWWDIR%%/public/help/da/wiki_syntax_detailed_markdown.html +%%WWWDIR%%/public/help/da/wiki_syntax_detailed_textile.html +%%WWWDIR%%/public/help/da/wiki_syntax_markdown.html +%%WWWDIR%%/public/help/da/wiki_syntax_textile.html +%%WWWDIR%%/public/help/de/wiki_syntax_detailed_markdown.html +%%WWWDIR%%/public/help/de/wiki_syntax_detailed_textile.html +%%WWWDIR%%/public/help/de/wiki_syntax_markdown.html +%%WWWDIR%%/public/help/de/wiki_syntax_textile.html +%%WWWDIR%%/public/help/el/wiki_syntax_detailed_markdown.html +%%WWWDIR%%/public/help/el/wiki_syntax_detailed_textile.html +%%WWWDIR%%/public/help/el/wiki_syntax_markdown.html +%%WWWDIR%%/public/help/el/wiki_syntax_textile.html +%%WWWDIR%%/public/help/en-gb/wiki_syntax_detailed_markdown.html +%%WWWDIR%%/public/help/en-gb/wiki_syntax_detailed_textile.html +%%WWWDIR%%/public/help/en-gb/wiki_syntax_markdown.html +%%WWWDIR%%/public/help/en-gb/wiki_syntax_textile.html +%%WWWDIR%%/public/help/en/wiki_syntax_detailed_markdown.html +%%WWWDIR%%/public/help/en/wiki_syntax_detailed_textile.html +%%WWWDIR%%/public/help/en/wiki_syntax_markdown.html +%%WWWDIR%%/public/help/en/wiki_syntax_textile.html +%%WWWDIR%%/public/help/es-pa/wiki_syntax_detailed_markdown.html +%%WWWDIR%%/public/help/es-pa/wiki_syntax_detailed_textile.html +%%WWWDIR%%/public/help/es-pa/wiki_syntax_markdown.html +%%WWWDIR%%/public/help/es-pa/wiki_syntax_textile.html +%%WWWDIR%%/public/help/es/wiki_syntax_detailed_markdown.html +%%WWWDIR%%/public/help/es/wiki_syntax_detailed_textile.html +%%WWWDIR%%/public/help/es/wiki_syntax_markdown.html +%%WWWDIR%%/public/help/es/wiki_syntax_textile.html +%%WWWDIR%%/public/help/et/wiki_syntax_detailed_markdown.html +%%WWWDIR%%/public/help/et/wiki_syntax_detailed_textile.html +%%WWWDIR%%/public/help/et/wiki_syntax_markdown.html +%%WWWDIR%%/public/help/et/wiki_syntax_textile.html +%%WWWDIR%%/public/help/eu/wiki_syntax_detailed_markdown.html +%%WWWDIR%%/public/help/eu/wiki_syntax_detailed_textile.html +%%WWWDIR%%/public/help/eu/wiki_syntax_markdown.html +%%WWWDIR%%/public/help/eu/wiki_syntax_textile.html +%%WWWDIR%%/public/help/fa/wiki_syntax_detailed_markdown.html +%%WWWDIR%%/public/help/fa/wiki_syntax_detailed_textile.html +%%WWWDIR%%/public/help/fa/wiki_syntax_markdown.html +%%WWWDIR%%/public/help/fa/wiki_syntax_textile.html +%%WWWDIR%%/public/help/fi/wiki_syntax_detailed_markdown.html +%%WWWDIR%%/public/help/fi/wiki_syntax_detailed_textile.html +%%WWWDIR%%/public/help/fi/wiki_syntax_markdown.html +%%WWWDIR%%/public/help/fi/wiki_syntax_textile.html +%%WWWDIR%%/public/help/fr/wiki_syntax_detailed_markdown.html +%%WWWDIR%%/public/help/fr/wiki_syntax_detailed_textile.html +%%WWWDIR%%/public/help/fr/wiki_syntax_markdown.html +%%WWWDIR%%/public/help/fr/wiki_syntax_textile.html +%%WWWDIR%%/public/help/gl/wiki_syntax_detailed_markdown.html +%%WWWDIR%%/public/help/gl/wiki_syntax_detailed_textile.html +%%WWWDIR%%/public/help/gl/wiki_syntax_markdown.html +%%WWWDIR%%/public/help/gl/wiki_syntax_textile.html +%%WWWDIR%%/public/help/he/wiki_syntax_detailed_markdown.html +%%WWWDIR%%/public/help/he/wiki_syntax_detailed_textile.html +%%WWWDIR%%/public/help/he/wiki_syntax_markdown.html +%%WWWDIR%%/public/help/he/wiki_syntax_textile.html +%%WWWDIR%%/public/help/hr/wiki_syntax_detailed_markdown.html +%%WWWDIR%%/public/help/hr/wiki_syntax_detailed_textile.html +%%WWWDIR%%/public/help/hr/wiki_syntax_markdown.html +%%WWWDIR%%/public/help/hr/wiki_syntax_textile.html +%%WWWDIR%%/public/help/hu/wiki_syntax_detailed_markdown.html +%%WWWDIR%%/public/help/hu/wiki_syntax_detailed_textile.html +%%WWWDIR%%/public/help/hu/wiki_syntax_markdown.html +%%WWWDIR%%/public/help/hu/wiki_syntax_textile.html +%%WWWDIR%%/public/help/id/wiki_syntax_detailed_markdown.html +%%WWWDIR%%/public/help/id/wiki_syntax_detailed_textile.html +%%WWWDIR%%/public/help/id/wiki_syntax_markdown.html +%%WWWDIR%%/public/help/id/wiki_syntax_textile.html +%%WWWDIR%%/public/help/it/wiki_syntax_detailed_markdown.html +%%WWWDIR%%/public/help/it/wiki_syntax_detailed_textile.html +%%WWWDIR%%/public/help/it/wiki_syntax_markdown.html +%%WWWDIR%%/public/help/it/wiki_syntax_textile.html +%%WWWDIR%%/public/help/ja/wiki_syntax_detailed_markdown.html +%%WWWDIR%%/public/help/ja/wiki_syntax_detailed_textile.html +%%WWWDIR%%/public/help/ja/wiki_syntax_markdown.html +%%WWWDIR%%/public/help/ja/wiki_syntax_textile.html +%%WWWDIR%%/public/help/ko/wiki_syntax_detailed_markdown.html +%%WWWDIR%%/public/help/ko/wiki_syntax_detailed_textile.html +%%WWWDIR%%/public/help/ko/wiki_syntax_markdown.html +%%WWWDIR%%/public/help/ko/wiki_syntax_textile.html +%%WWWDIR%%/public/help/lt/wiki_syntax_detailed_markdown.html +%%WWWDIR%%/public/help/lt/wiki_syntax_detailed_textile.html +%%WWWDIR%%/public/help/lt/wiki_syntax_markdown.html +%%WWWDIR%%/public/help/lt/wiki_syntax_textile.html +%%WWWDIR%%/public/help/lv/wiki_syntax_detailed_markdown.html +%%WWWDIR%%/public/help/lv/wiki_syntax_detailed_textile.html +%%WWWDIR%%/public/help/lv/wiki_syntax_markdown.html +%%WWWDIR%%/public/help/lv/wiki_syntax_textile.html +%%WWWDIR%%/public/help/mk/wiki_syntax_detailed_markdown.html +%%WWWDIR%%/public/help/mk/wiki_syntax_detailed_textile.html +%%WWWDIR%%/public/help/mk/wiki_syntax_markdown.html +%%WWWDIR%%/public/help/mk/wiki_syntax_textile.html +%%WWWDIR%%/public/help/mn/wiki_syntax_detailed_markdown.html +%%WWWDIR%%/public/help/mn/wiki_syntax_detailed_textile.html +%%WWWDIR%%/public/help/mn/wiki_syntax_markdown.html +%%WWWDIR%%/public/help/mn/wiki_syntax_textile.html +%%WWWDIR%%/public/help/nl/wiki_syntax_detailed_markdown.html +%%WWWDIR%%/public/help/nl/wiki_syntax_detailed_textile.html +%%WWWDIR%%/public/help/nl/wiki_syntax_markdown.html +%%WWWDIR%%/public/help/nl/wiki_syntax_textile.html +%%WWWDIR%%/public/help/no/wiki_syntax_detailed_markdown.html +%%WWWDIR%%/public/help/no/wiki_syntax_detailed_textile.html +%%WWWDIR%%/public/help/no/wiki_syntax_markdown.html +%%WWWDIR%%/public/help/no/wiki_syntax_textile.html +%%WWWDIR%%/public/help/pl/wiki_syntax_detailed_markdown.html +%%WWWDIR%%/public/help/pl/wiki_syntax_detailed_textile.html +%%WWWDIR%%/public/help/pl/wiki_syntax_markdown.html +%%WWWDIR%%/public/help/pl/wiki_syntax_textile.html +%%WWWDIR%%/public/help/pt-br/wiki_syntax_detailed_markdown.html +%%WWWDIR%%/public/help/pt-br/wiki_syntax_detailed_textile.html +%%WWWDIR%%/public/help/pt-br/wiki_syntax_markdown.html +%%WWWDIR%%/public/help/pt-br/wiki_syntax_textile.html +%%WWWDIR%%/public/help/pt/wiki_syntax_detailed_markdown.html +%%WWWDIR%%/public/help/pt/wiki_syntax_detailed_textile.html +%%WWWDIR%%/public/help/pt/wiki_syntax_markdown.html +%%WWWDIR%%/public/help/pt/wiki_syntax_textile.html +%%WWWDIR%%/public/help/ro/wiki_syntax_detailed_markdown.html +%%WWWDIR%%/public/help/ro/wiki_syntax_detailed_textile.html +%%WWWDIR%%/public/help/ro/wiki_syntax_markdown.html +%%WWWDIR%%/public/help/ro/wiki_syntax_textile.html +%%WWWDIR%%/public/help/ru/wiki_syntax_detailed_markdown.html +%%WWWDIR%%/public/help/ru/wiki_syntax_detailed_textile.html +%%WWWDIR%%/public/help/ru/wiki_syntax_markdown.html +%%WWWDIR%%/public/help/ru/wiki_syntax_textile.html +%%WWWDIR%%/public/help/sk/wiki_syntax_detailed_markdown.html +%%WWWDIR%%/public/help/sk/wiki_syntax_detailed_textile.html +%%WWWDIR%%/public/help/sk/wiki_syntax_markdown.html +%%WWWDIR%%/public/help/sk/wiki_syntax_textile.html +%%WWWDIR%%/public/help/sl/wiki_syntax_detailed_markdown.html +%%WWWDIR%%/public/help/sl/wiki_syntax_detailed_textile.html +%%WWWDIR%%/public/help/sl/wiki_syntax_markdown.html +%%WWWDIR%%/public/help/sl/wiki_syntax_textile.html +%%WWWDIR%%/public/help/sq/wiki_syntax_detailed_markdown.html +%%WWWDIR%%/public/help/sq/wiki_syntax_detailed_textile.html +%%WWWDIR%%/public/help/sq/wiki_syntax_markdown.html +%%WWWDIR%%/public/help/sq/wiki_syntax_textile.html +%%WWWDIR%%/public/help/sr-yu/wiki_syntax_detailed_markdown.html +%%WWWDIR%%/public/help/sr-yu/wiki_syntax_detailed_textile.html +%%WWWDIR%%/public/help/sr-yu/wiki_syntax_markdown.html +%%WWWDIR%%/public/help/sr-yu/wiki_syntax_textile.html +%%WWWDIR%%/public/help/sr/wiki_syntax_detailed_markdown.html +%%WWWDIR%%/public/help/sr/wiki_syntax_detailed_textile.html +%%WWWDIR%%/public/help/sr/wiki_syntax_markdown.html +%%WWWDIR%%/public/help/sr/wiki_syntax_textile.html +%%WWWDIR%%/public/help/sv/wiki_syntax_detailed_markdown.html +%%WWWDIR%%/public/help/sv/wiki_syntax_detailed_textile.html +%%WWWDIR%%/public/help/sv/wiki_syntax_markdown.html +%%WWWDIR%%/public/help/sv/wiki_syntax_textile.html +%%WWWDIR%%/public/help/th/wiki_syntax_detailed_markdown.html +%%WWWDIR%%/public/help/th/wiki_syntax_detailed_textile.html +%%WWWDIR%%/public/help/th/wiki_syntax_markdown.html +%%WWWDIR%%/public/help/th/wiki_syntax_textile.html +%%WWWDIR%%/public/help/tr/wiki_syntax_detailed_markdown.html +%%WWWDIR%%/public/help/tr/wiki_syntax_detailed_textile.html +%%WWWDIR%%/public/help/tr/wiki_syntax_markdown.html +%%WWWDIR%%/public/help/tr/wiki_syntax_textile.html +%%WWWDIR%%/public/help/uk/wiki_syntax_detailed_markdown.html +%%WWWDIR%%/public/help/uk/wiki_syntax_detailed_textile.html +%%WWWDIR%%/public/help/uk/wiki_syntax_markdown.html *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***