View | Details | Raw Unified | Return to bug 234005 | Differences between
and this patch

Collapse All | Expand All

(-)databases/rubygem-mysql2/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	mysql2
4
PORTNAME=	mysql2
5
PORTVERSION=	0.4.10
5
PORTVERSION=	0.5.2
6
CATEGORIES=	databases rubygems
6
CATEGORIES=	databases rubygems
7
MASTER_SITES=	RG
7
MASTER_SITES=	RG
8
8
(-)databases/rubygem-mysql2/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1510757747
1
TIMESTAMP = 1573467122
2
SHA256 (rubygem/mysql2-0.4.10.gem) = 38960c148f7b9f7b0f6513c92217b5961396a5f162c1ac1b55890365f8494d62
2
SHA256 (rubygem/mysql2-0.5.2.gem) = 243673f0156444943969a5b5c5095862c4158de74af5ca66163740fe9f6c53a8
3
SIZE (rubygem/mysql2-0.4.10.gem) = 97792
3
SIZE (rubygem/mysql2-0.5.2.gem) = 99328
(-)mail/Makefile (+1 lines)
Lines 619-624 Link Here
619
    SUBDIR += rubygem-rmail
619
    SUBDIR += rubygem-rmail
620
    SUBDIR += rubygem-roadie
620
    SUBDIR += rubygem-roadie
621
    SUBDIR += rubygem-roadie-rails
621
    SUBDIR += rubygem-roadie-rails
622
    SUBDIR += rubygem-roadie-rails52
622
    SUBDIR += rubygem-ruby-qmail
623
    SUBDIR += rubygem-ruby-qmail
623
    SUBDIR += rubygem-tmail
624
    SUBDIR += rubygem-tmail
624
    SUBDIR += rubygem-vmail
625
    SUBDIR += rubygem-vmail
(-)mail/rubygem-roadie-rails52/Makefile (+24 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	roadie-rails
4
PORTVERSION=	1.3.0
5
CATEGORIES=	mail rubygems
6
MASTER_SITES=	RG
7
PKGNAMESUFFIX=	52
8
9
MAINTAINER=	ruby@FreeBSD.org
10
COMMENT=	Helper for generating HTML mails in Rails applications
11
12
LICENSE=	MIT
13
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
14
15
RUN_DEPENDS=	rubygem-railties52>=3.0:www/rubygem-railties52 \
16
		rubygem-roadie>=3.1:mail/rubygem-roadie
17
18
NO_ARCH=	yes
19
USE_RUBY=	yes
20
USES=		gem shebangfix
21
22
SHEBANG_FILES=	setup.sh
23
24
.include <bsd.port.mk>
(-)mail/rubygem-roadie-rails52/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1522937401
2
SHA256 (rubygem/roadie-rails-1.3.0.gem) = 03466cc2fc54726874e93ce3da1c7d37a0b30c72111b3be7e1b316a4aa02750a
3
SIZE (rubygem/roadie-rails-1.3.0.gem) = 14848
(-)mail/rubygem-roadie-rails52/pkg-descr (+3 lines)
Line 0 Link Here
1
Hooks Roadie into Rails applications to help with HTML email generation.
2
3
WWW: https://github.com/Mange/roadie-rails
(-)net/rubygem-ruby-openid/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	ruby-openid
4
PORTNAME=	ruby-openid
5
PORTVERSION=	2.7.0
5
PORTVERSION=	2.9.2
6
CATEGORIES=	net rubygems
6
CATEGORIES=	net rubygems
7
MASTER_SITES=	RG
7
MASTER_SITES=	RG
8
8
(-)net/rubygem-ruby-openid/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (rubygem/ruby-openid-2.7.0.gem) = fa06086c6b6cefeabf2396594a871cbcf47f99adbd6add62dfa09dade506af5a
1
TIMESTAMP = 1573404087
2
SIZE (rubygem/ruby-openid-2.7.0.gem) = 330240
2
SHA256 (rubygem/ruby-openid-2.9.2.gem) = 7f8e39426b9833172a79f4696bc63b66b0d2c766971919a69b3db5be400d17a4
3
SIZE (rubygem/ruby-openid-2.9.2.gem) = 331776
(-)textproc/Makefile (+1 lines)
Lines 1480-1485 Link Here
1480
    SUBDIR += ruby-rttool
1480
    SUBDIR += ruby-rttool
1481
    SUBDIR += ruby-xmlparser
1481
    SUBDIR += ruby-xmlparser
1482
    SUBDIR += rubygem-actionpack-xml_parser
1482
    SUBDIR += rubygem-actionpack-xml_parser
1483
    SUBDIR += rubygem-actionpack-xml_parser52
1483
    SUBDIR += rubygem-actionpack-xml_parser1
1484
    SUBDIR += rubygem-actionpack-xml_parser1
1484
    SUBDIR += rubygem-albino
1485
    SUBDIR += rubygem-albino
1485
    SUBDIR += rubygem-amatch
1486
    SUBDIR += rubygem-amatch
(-)textproc/rubygem-actionpack-xml_parser52/Makefile (+24 lines)
Line 0 Link Here
1
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
2
# $FreeBSD$
3
4
PORTNAME=	actionpack-xml_parser
5
PORTVERSION=	2.0.1
6
CATEGORIES=	textproc rubygems
7
MASTER_SITES=	RG
8
PKGNAMESUFFIX=	52
9
10
MAINTAINER=	sunpoet@FreeBSD.org
11
COMMENT=	XML parameters parser for Action Pack
12
13
LICENSE=	MIT
14
LICENSE_FILE=	${WRKSRC}/LICENSE
15
16
RUN_DEPENDS=	rubygem-actionpack52>=5.2:www/rubygem-actionpack52 \
17
		rubygem-railties52>=5.2:www/rubygem-railties52
18
19
USES=		gem
20
USE_RUBY=	yes
21
22
NO_ARCH=	yes
23
24
.include <bsd.port.mk>
(-)textproc/rubygem-actionpack-xml_parser52/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1494508637
2
SHA256 (rubygem/actionpack-xml_parser-2.0.1.gem) = 40cb461ee99445314ab580a783fb7413580deb8b28113c9e70ecd7c1b334d5e6
3
SIZE (rubygem/actionpack-xml_parser-2.0.1.gem) = 6144
(-)textproc/rubygem-actionpack-xml_parser52/pkg-descr (+5 lines)
Line 0 Link Here
1
actionpack-xml_parser is an XML parameters parser for Action Pack (removed from
2
core in Rails 4.0).
3
4
WWW: https://rubyonrails.org/
5
WWW: https://github.com/rails/actionpack-xml_parser
(-)www/redmine/Makefile (+2 lines)
Lines 36-41 Link Here
36
USES=		cpe
36
USES=		cpe
37
USE_RUBY=	yes
37
USE_RUBY=	yes
38
38
39
CONFLICTS_INSTALL=	redmine4
40
39
NO_ARCH=	yes
41
NO_ARCH=	yes
40
NO_BUILD=	yes
42
NO_BUILD=	yes
41
43
(-)www/redmine4/Gemfile (+102 lines)
Line 0 Link Here
1
source 'https://rubygems.org'
2
3
gem "bundler", ">= 1.5.0"
4
5
gem "rails", "5.2.3"
6
gem "rouge", "~> 3.3.0"
7
gem "request_store", "1.0.5"
8
gem "mini_mime", "~> 1.0.1"
9
gem "actionpack-xml_parser"
10
gem "roadie-rails", "~> 1.3.0"
11
gem "mimemagic"
12
gem "mail", "~> 2.7.1"
13
gem "csv", "~> 3.0.1" if RUBY_VERSION >= "2.3" && RUBY_VERSION < "2.6"
14
15
gem "nokogiri", (RUBY_VERSION >= "2.3" ? "~> 1.10.0" : "~> 1.9.1")
16
gem "i18n", "~> 0.7.0"
17
gem "xpath", "< 3.2.0" if RUBY_VERSION < "2.3"
18
19
# TODO: Remove the following line when #32223 is fixed
20
gem "sprockets", "~> 3.7.2"
21
22
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
23
gem 'tzinfo-data', platforms: [:mingw, :x64_mingw, :mswin]
24
gem "rbpdf", "~> 1.19.6"
25
26
# Optional gem for LDAP authentication
27
group :ldap do
28
  gem "net-ldap", "~> 0.16.0"
29
end
30
31
# Optional gem for OpenID authentication
32
group :openid do
33
  gem "ruby-openid", "~> 2.9.2", :require => "openid"
34
  gem "rack-openid"
35
end
36
37
platforms :mri, :mingw, :x64_mingw do
38
  # Optional gem for exporting the gantt to a PNG file, not supported with jruby
39
  group :rmagick do
40
    gem "rmagick", "~> 2.16.0"
41
  end
42
43
  # Optional Markdown support, not for JRuby
44
  group :markdown do
45
    gem "redcarpet", "~> 3.4.0"
46
  end
47
end
48
49
# Include database gems for the adapters found in the database
50
# configuration file
51
require 'erb'
52
require 'yaml'
53
database_file = File.join(File.dirname(__FILE__), "config/database.yml")
54
if File.exist?(database_file)
55
  database_config = YAML::load(ERB.new(IO.read(database_file)).result)
56
  adapters = database_config.values.map {|c| c['adapter']}.compact.uniq
57
  if adapters.any?
58
    adapters.each do |adapter|
59
      case adapter
60
      when 'mysql2'
61
        gem "mysql2", "~> 0.5.0", :platforms => [:mri, :mingw, :x64_mingw]
62
      when /postgresql/
63
        gem "pg", "~> 1.1.4", :platforms => [:mri, :mingw, :x64_mingw]
64
      when /sqlite3/
65
        gem "sqlite3", "~>1.3.12", :platforms => [:mri, :mingw, :x64_mingw]
66
      when /sqlserver/
67
        gem "tiny_tds", "~> 1.0.5", :platforms => [:mri, :mingw, :x64_mingw]
68
        gem "activerecord-sqlserver-adapter", :platforms => [:mri, :mingw, :x64_mingw]
69
      else
70
        warn("Unknown database adapter `#{adapter}` found in config/database.yml, use Gemfile.local to load your own database gems")
71
      end
72
    end
73
  else
74
    warn("No adapter found in config/database.yml, please configure it first")
75
  end
76
else
77
  warn("Please configure your config/database.yml first")
78
end
79
80
group :development do
81
  gem "yard"
82
end
83
84
group :test do
85
  gem "rails-dom-testing"
86
  gem "mocha"
87
  gem "simplecov", "~> 0.14.1", :require => false
88
  # For running system tests
89
  gem 'puma', '~> 3.7'
90
  gem "capybara", '~> 2.13'
91
  gem "selenium-webdriver"
92
end
93
94
local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local")
95
if File.exists?(local_gemfile)
96
  eval_gemfile local_gemfile
97
end
98
99
# Load plugins' Gemfiles
100
Dir.glob File.expand_path("../plugins/*/{Gemfile,PluginGemfile}", __FILE__) do |file|
101
  eval_gemfile file
102
end
(-)www/redmine4/Makefile (+97 lines)
Line 0 Link Here
1
# Created by: Bernhard Froehlich <decke@bluelife.at>
2
# $FreeBSD$
3
4
PORTNAME=	redmine
5
PORTVERSION=	4.0.5
6
CATEGORIES=	www
7
MASTER_SITES=	https://www.redmine.org/releases/
8
9
MAINTAINER=	ruby@FreeBSD.org
10
COMMENT=	Flexible project management web application
11
12
LICENSE=	GPLv2
13
LICENSE_FILE=	${WRKSRC}/doc/COPYING
14
15
RUN_DEPENDS=	rubygem-bundler>=1.5.0:sysutils/rubygem-bundler \
16
		rubygem-rails52>=5.2.3:www/rubygem-rails52 \
17
		rubygem-rouge>=3.12.0:textproc/rubygem-rouge \
18
		rubygem-request_store>=1.0.5:devel/rubygem-request_store \
19
		rubygem-mini_mime>=1.0.1:mail/rubygem-mini_mime \
20
		rubygem-actionpack-xml_parser52>=0:textproc/rubygem-actionpack-xml_parser52 \
21
		rubygem-roadie-rails52>=1.3.0:mail/rubygem-roadie-rails52 \
22
		rubygem-mimemagic>=0:misc/rubygem-mimemagic \
23
		rubygem-mail>=2.7.1:mail/rubygem-mail \
24
		rubygem-nokogiri>=1.10.0:textproc/rubygem-nokogiri \
25
		rubygem-i18n>=0.7:devel/rubygem-i18n \
26
		rubygem-sprockets3>=3.7.2:devel/rubygem-sprockets3 \
27
		rubygem-rbpdf>=1.19.6:print/rubygem-rbpdf \
28
		rubygem-net-ldap>=0.16:net/rubygem-net-ldap \
29
		rubygem-ruby-openid>=2.9.2:net/rubygem-ruby-openid \
30
		rubygem-rack-openid>=0:www/rubygem-rack-openid \
31
		rubygem-rake>=0:devel/rubygem-rake
32
33
USES=		cpe
34
USE_RUBY=	yes
35
36
CONFLICTS_INSTALL=	redmine
37
38
NO_ARCH=	yes
39
NO_BUILD=	yes
40
41
USERS=		${WWWOWN}
42
GROUPS=		${WWWGRP}
43
PLIST_SUB=	WWWOWN=${WWWOWN} WWWGRP=${WWWGRP}
44
SUB_LIST=	RUBY_NAME=${RUBY_NAME}
45
46
OPTIONS_DEFINE=	MYSQL POSTGRESQL MARKDOWN RMAGIC THIN
47
OPTIONS_DEFAULT=MYSQL MARKDOWN RMAGIC THIN
48
OPTIONS_SUB=	yes
49
POSTGRESQL_DESC=Enable PostgreSQL support
50
MARKDOWN_DESC=	Enable Markdown support
51
RMAGIC_DESC=	Enable Gantt charts support
52
THIN_DESC=	Use Thin WEB server
53
MYSQL_DESC=	MySQL database support (via mysql2 rubygem)
54
NO_OPTIONS_SORT=	yes
55
56
MYSQL_RUN_DEPENDS=	rubygem-mysql2>=0.5.0:databases/rubygem-mysql2
57
POSTGRESQL_RUN_DEPENDS=	rubygem-pg>=1.1.4:databases/rubygem-pg
58
MARKDOWN_RUN_DEPENDS=	rubygem-redcarpet>=3.4.0:textproc/rubygem-redcarpet
59
RMAGIC_RUN_DEPENDS=	rubygem-rmagick>=2.16.0:graphics/rubygem-rmagick
60
THIN_RUN_DEPENDS=	rubygem-thin>=1.6.2:www/rubygem-thin
61
THIN_SUB_LIST=		WWWOWN=${WWWOWN} WWWGRP=${WWWGRP}
62
THIN_VARS=		USE_RC_SUBR=redmine
63
64
post-extract:
65
	@${RM} -r ${WRKSRC}/.hgignore ${WRKSRC}/.gitignore ${WRKSRC}/.github \
66
		${WRKSRC}/files/delete.me ${WRKSRC}/log/delete.me
67
	@${MV} ${WRKSRC}/config/settings.yml ${WRKSRC}/config/settings.yml.sample
68
	@${MV} ${WRKSRC}/config/database.yml.example ${WRKSRC}/config/database.yml.sample
69
70
post-patch:
71
	@${RM} ${WRKSRC}/Gemfile.orig
72
73
do-install:
74
	${MKDIR} ${STAGEDIR}${WWWDIR}
75
	${MKDIR} ${STAGEDIR}${WWWDIR}/bundler.d
76
	${MKDIR} ${STAGEDIR}${WWWDIR}/log
77
	${MKDIR} ${STAGEDIR}${WWWDIR}/public/plugin_assets
78
	${MKDIR} ${STAGEDIR}${WWWDIR}/tmp
79
	cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}
80
	${TOUCH} ${STAGEDIR}${WWWDIR}/Gemfile.lock
81
82
do-install-MYSQL-on:
83
	${CP} ${FILESDIR}/mysql.rb ${STAGEDIR}${WWWDIR}/bundler.d
84
85
do-install-POSTGRESQL-on:
86
	${CP} ${FILESDIR}/pg.rb ${STAGEDIR}${WWWDIR}/bundler.d
87
88
do-install-MARKDOWN-on:
89
	${CP} ${FILESDIR}/markdown.rb ${STAGEDIR}${WWWDIR}/bundler.d
90
91
do-install-RMAGIC-on:
92
	${CP} ${FILESDIR}/rmagic.rb ${STAGEDIR}${WWWDIR}/bundler.d
93
94
do-install-THIN-on:
95
	${CP} ${FILESDIR}/thin.rb ${STAGEDIR}${WWWDIR}/bundler.d
96
97
.include <bsd.port.mk>
(-)www/redmine4/bsd.redmine.mk (+80 lines)
Line 0 Link Here
1
# Module that simplifies installation of Redmine plugins.
2
#
3
# Date created:                      2010-09-12
4
# Whom:                              Eygene Ryabinkin <rea-fbsd@codelabs.ru>
5
#
6
# $FreeBSD$
7
#
8
# We're assuming standard plugin installation sequence that is described
9
# in the https://www.redmine.org/projects/redmine/wiki/Plugins
10
#
11
# Basically, we need the following variables to be defined:
12
# - REDMINE_PLUGIN_NAME: the name of the plugin;
13
# - WWWDIR: the location of the Redmine installation;
14
#   the default value is ${PREFIX}/www/redmine;
15
#   the directory must lie under ${PREFIX} or such configuration
16
#   will be IGNORE'd;
17
# - WRKSRC must be set to the root directory of the plugin contents:
18
#   we will copy all objects in this directory to the plugin's
19
#   destination directory, excluding all files named *.orig.
20
#
21
# PLIST will be generated automatically, there is no need to worry
22
# about it.  But if you will need to use your own (even the standard
23
# packaging list in ${PORTDIR}/pkg-plist), set the variable PLIST
24
# pointing to that file.
25
#
26
# You can override the target 'do-build', but in this case, you should
27
# remember that the target named 'redmine-plugin-plist' does the
28
# automated generation of the PLIST: use it if you need.
29
#
30
#
31
# Here is an example of a simple Makefile for Redmine plugin:
32
# {{{
33
# PORTNAME=	me-the-plugin
34
# PORTVERSION=	1.0
35
# CATEGORIES=	www
36
# MASTER_SITES=	http://cool.org.name/some/path/
37
#
38
# MAINTAINER=	you@your.org
39
# COMMENT=	Another cool plugin for Redmine
40
#
41
# REDMINE_PLUGIN_NAME=	redmine_http_auth
42
#
43
# .include "${.CURDIR}/../../www/redmine/bsd.redmine.mk"
44
# }}}
45
46
PKGNAMEPREFIX?=	redmine-
47
48
RUN_DEPENDS+=	redmine>=2.0:www/redmine
49
50
USE_RUBY=	yes
51
.if !defined(PLIST)
52
PLIST=		${WRKDIR}/PLIST
53
_GEN_PLIST=	YesPlease
54
.endif
55
56
WWWDIR?=	${PREFIX}/www/redmine
57
WWWDIR_REL=	${WWWDIR:S|^${PREFIX}/||}
58
59
.if ${WWWDIR_REL} == ${WWWDIR}
60
IGNORE=		WWWDIR is not a child of PREFIX (${PREFIX})
61
.endif
62
63
.if !defined(do-build)
64
do-build: redmine-plugin-plist
65
	@${DO_NADA}
66
.endif
67
68
redmine-plugin-plist:
69
.if defined(_GEN_PLIST)
70
	cd ${WRKSRC} && ${FIND} . -type f | ${GREP} -v '\.orig$$' | ${SED} -e's|^\.|${WWWDIR_REL}/plugins/${REDMINE_PLUGIN_NAME}|' >> ${PLIST}
71
	cd ${WRKSRC} && ${FIND} -d . -empty -type d | ${SED} -e's|^\.|@dir ${WWWDIR_REL}/plugins/${REDMINE_PLUGIN_NAME}|' >> ${PLIST}
72
.else
73
	@${DO_NADA}
74
.endif
75
76
do-install:
77
	${MKDIR} "${STAGEDIR}${WWWDIR}/plugins/${REDMINE_PLUGIN_NAME}"
78
	${TAR} -C "${WRKSRC}" -cf - --exclude '*.orig' . | ${TAR} -C "${STAGEDIR}${WWWDIR}/plugins/${REDMINE_PLUGIN_NAME}" -xf -
79
80
.include <bsd.port.mk>
(-)www/redmine4/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1573401952
2
SHA256 (redmine-4.0.5.tar.gz) = 64eabe6867fd5d14d1b4c584417b9b71fbb9b68a019400eeb03e1f2147c369e8
3
SIZE (redmine-4.0.5.tar.gz) = 2519900
(-)www/redmine4/files/markdown.rb (+1 lines)
Line 0 Link Here
1
gem "redcarpet", ">= 3.4.0"
(-)www/redmine4/files/mysql.rb (+1 lines)
Line 0 Link Here
1
gem "mysql2", "~> 0.5.0"
(-)www/redmine4/files/patch-Gemfile (+95 lines)
Line 0 Link Here
1
--- Gemfile.orig	2019-10-19 09:33:33.000000000 +0000
2
+++ Gemfile	2019-11-10 17:27:57.981223000 +0000
3
@@ -3,8 +3,8 @@ source 'https://rubygems.org'
4
 gem "bundler", ">= 1.5.0"
5
 
6
 gem "rails", "5.2.3"
7
-gem "rouge", "~> 3.3.0"
8
-gem "request_store", "1.0.5"
9
+gem "rouge", "~> 3.12.0"
10
+gem "request_store", ">= 1.0.5"
11
 gem "mini_mime", "~> 1.0.1"
12
 gem "actionpack-xml_parser"
13
 gem "roadie-rails", "~> 1.3.0"
14
@@ -13,7 +13,7 @@ gem "mail", "~> 2.7.1"
15
 gem "csv", "~> 3.0.1" if RUBY_VERSION >= "2.3" && RUBY_VERSION < "2.6"
16
 
17
 gem "nokogiri", (RUBY_VERSION >= "2.3" ? "~> 1.10.0" : "~> 1.9.1")
18
-gem "i18n", "~> 0.7.0"
19
+gem "i18n", ">= 0.7"
20
 gem "xpath", "< 3.2.0" if RUBY_VERSION < "2.3"
21
 
22
 # TODO: Remove the following line when #32223 is fixed
23
@@ -34,63 +34,6 @@ group :openid do
24
   gem "rack-openid"
25
 end
26
 
27
-platforms :mri, :mingw, :x64_mingw do
28
-  # Optional gem for exporting the gantt to a PNG file, not supported with jruby
29
-  group :rmagick do
30
-    gem "rmagick", "~> 2.16.0"
31
-  end
32
-
33
-  # Optional Markdown support, not for JRuby
34
-  group :markdown do
35
-    gem "redcarpet", "~> 3.4.0"
36
-  end
37
-end
38
-
39
-# Include database gems for the adapters found in the database
40
-# configuration file
41
-require 'erb'
42
-require 'yaml'
43
-database_file = File.join(File.dirname(__FILE__), "config/database.yml")
44
-if File.exist?(database_file)
45
-  database_config = YAML::load(ERB.new(IO.read(database_file)).result)
46
-  adapters = database_config.values.map {|c| c['adapter']}.compact.uniq
47
-  if adapters.any?
48
-    adapters.each do |adapter|
49
-      case adapter
50
-      when 'mysql2'
51
-        gem "mysql2", "~> 0.5.0", :platforms => [:mri, :mingw, :x64_mingw]
52
-      when /postgresql/
53
-        gem "pg", "~> 1.1.4", :platforms => [:mri, :mingw, :x64_mingw]
54
-      when /sqlite3/
55
-        gem "sqlite3", "~>1.3.12", :platforms => [:mri, :mingw, :x64_mingw]
56
-      when /sqlserver/
57
-        gem "tiny_tds", "~> 1.0.5", :platforms => [:mri, :mingw, :x64_mingw]
58
-        gem "activerecord-sqlserver-adapter", :platforms => [:mri, :mingw, :x64_mingw]
59
-      else
60
-        warn("Unknown database adapter `#{adapter}` found in config/database.yml, use Gemfile.local to load your own database gems")
61
-      end
62
-    end
63
-  else
64
-    warn("No adapter found in config/database.yml, please configure it first")
65
-  end
66
-else
67
-  warn("Please configure your config/database.yml first")
68
-end
69
-
70
-group :development do
71
-  gem "yard"
72
-end
73
-
74
-group :test do
75
-  gem "rails-dom-testing"
76
-  gem "mocha"
77
-  gem "simplecov", "~> 0.14.1", :require => false
78
-  # For running system tests
79
-  gem 'puma', '~> 3.7'
80
-  gem "capybara", '~> 2.13'
81
-  gem "selenium-webdriver"
82
-end
83
-
84
 local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local")
85
 if File.exists?(local_gemfile)
86
   eval_gemfile local_gemfile
87
@@ -99,4 +42,8 @@ end
88
 # Load plugins' Gemfiles
89
 Dir.glob File.expand_path("../plugins/*/{Gemfile,PluginGemfile}", __FILE__) do |file|
90
   eval_gemfile file
91
+end
92
+
93
+Dir["#{File.dirname(__FILE__)}/bundler.d/*.rb"].each do |bundle|
94
+  self.instance_eval(Bundler.read_file(bundle))
95
 end
(-)www/redmine4/files/pg.rb (+1 lines)
Line 0 Link Here
1
gem "pg", "~> 1.1.4"
(-)www/redmine4/files/redmine.in (+40 lines)
Line 0 Link Here
1
#!/bin/sh
2
3
# $FreeBSD: head/www/redmine/files/redmine.in 430440 2017-01-03 05:32:37Z swills $
4
5
# PROVIDE: redmine
6
# REQUIRE: LOGIN
7
# KEYWORD: shutdown
8
9
# Add the following line to /etc/rc.conf[.local] to enable redmine
10
#
11
# redmine_enable (bool):        Set to "NO" by default.
12
#                               Set it to "YES" to enable redmine.
13
# redmine_flags (str):          Custom additional arguments to be passed
14
#                               to redmine.
15
# redmine_user (str):		User account to run thin with. (default: %%WWWOWN%%)
16
# redmine_group (str):		Group to run thin with. (default: %%WWWGRP%%)
17
18
. /etc/rc.subr
19
20
name="redmine"
21
rcvar=redmine_enable
22
command=%%RUBY_NAME%%
23
24
pidfile="%%WWWDIR%%/tmp/pids/thin.pid"
25
26
load_rc_config $name
27
28
# add /usr/local/bin to path
29
export PATH=$PATH:%%PREFIX%%/bin
30
31
# set defaults
32
: ${redmine_enable="NO"}
33
: ${redmine_flags="-a 0.0.0.0 -p 3000 -e production"}
34
: ${redmine_user="%%WWWOWN%%"}
35
: ${redmine_group="%%WWWGRP%%"}
36
37
command_args="-d -D -c %%WWWDIR%% -u ${redmine_user} -g ${redmine_group}"
38
start_cmd="%%PREFIX%%/bin/thin ${command_args} ${redmine_flags} start"
39
40
run_rc_command "$1"
(-)www/redmine4/files/rmagic.rb (+1 lines)
Line 0 Link Here
1
gem "rmagick", "~> 2.16.0"
(-)www/redmine4/files/thin.rb (+1 lines)
Line 0 Link Here
1
gem "thin", ">= 1.6.2"
(-)www/redmine4/pkg-descr (+23 lines)
Line 0 Link Here
1
Redmine is a flexible project management web application
2
written using Ruby on Rails framework, it is cross-platform
3
and cross-database.
4
5
Feature Overview:
6
* Multiple projects support
7
* Flexible role based access control
8
* Flexible issue tracking system
9
* Gantt chart and calendar
10
* News, documents & files management
11
* Feeds & email notifications
12
* Per project wiki
13
* Per project forums
14
* Time tracking
15
* Custom fields for issues, time-entries, projects and users
16
* SCM integration (SVN, CVS, Git, Mercurial, Bazaar and Darcs)
17
* Issue creation via email
18
* Multiple LDAP authentication support
19
* User self-registration support
20
* Multilanguage support
21
* Multiple databases support
22
23
WWW: https://www.redmine.org/
(-)www/redmine4/pkg-message (+18 lines)
Line 0 Link Here
1
[
2
{ type: install
3
  message: <<EOM
4
Redmine was installed.
5
6
You now need to setup your Redmine installation so
7
please have a look at the Installation Guide.
8
9
https://www.redmine.org/projects/redmine/wiki/RedmineInstall
10
11
12
If you are upgrading please read the Upgrading Guide
13
before starting the new version.
14
15
https://www.redmine.org/projects/redmine/wiki/RedmineUpgrade
16
EOM
17
}
18
]
(-)www/redmine4/pkg-plist (+2109 lines)
Line 0 Link Here
1
%%WWWDIR%%/CONTRIBUTING.md
2
@owner %%WWWOWN%%
3
@group %%WWWGRP%%
4
%%WWWDIR%%/Gemfile
5
%%WWWDIR%%/Gemfile.lock
6
@owner
7
@group
8
%%WWWDIR%%/README.rdoc
9
%%WWWDIR%%/Rakefile
10
%%WWWDIR%%/app/controllers/account_controller.rb
11
%%WWWDIR%%/app/controllers/activities_controller.rb
12
%%WWWDIR%%/app/controllers/admin_controller.rb
13
%%WWWDIR%%/app/controllers/application_controller.rb
14
%%WWWDIR%%/app/controllers/attachments_controller.rb
15
%%WWWDIR%%/app/controllers/auth_sources_controller.rb
16
%%WWWDIR%%/app/controllers/auto_completes_controller.rb
17
%%WWWDIR%%/app/controllers/boards_controller.rb
18
%%WWWDIR%%/app/controllers/calendars_controller.rb
19
%%WWWDIR%%/app/controllers/comments_controller.rb
20
%%WWWDIR%%/app/controllers/context_menus_controller.rb
21
%%WWWDIR%%/app/controllers/custom_field_enumerations_controller.rb
22
%%WWWDIR%%/app/controllers/custom_fields_controller.rb
23
%%WWWDIR%%/app/controllers/documents_controller.rb
24
%%WWWDIR%%/app/controllers/email_addresses_controller.rb
25
%%WWWDIR%%/app/controllers/enumerations_controller.rb
26
%%WWWDIR%%/app/controllers/files_controller.rb
27
%%WWWDIR%%/app/controllers/gantts_controller.rb
28
%%WWWDIR%%/app/controllers/groups_controller.rb
29
%%WWWDIR%%/app/controllers/imports_controller.rb
30
%%WWWDIR%%/app/controllers/issue_categories_controller.rb
31
%%WWWDIR%%/app/controllers/issue_relations_controller.rb
32
%%WWWDIR%%/app/controllers/issue_statuses_controller.rb
33
%%WWWDIR%%/app/controllers/issues_controller.rb
34
%%WWWDIR%%/app/controllers/journals_controller.rb
35
%%WWWDIR%%/app/controllers/mail_handler_controller.rb
36
%%WWWDIR%%/app/controllers/members_controller.rb
37
%%WWWDIR%%/app/controllers/messages_controller.rb
38
%%WWWDIR%%/app/controllers/my_controller.rb
39
%%WWWDIR%%/app/controllers/news_controller.rb
40
%%WWWDIR%%/app/controllers/previews_controller.rb
41
%%WWWDIR%%/app/controllers/principal_memberships_controller.rb
42
%%WWWDIR%%/app/controllers/project_enumerations_controller.rb
43
%%WWWDIR%%/app/controllers/projects_controller.rb
44
%%WWWDIR%%/app/controllers/queries_controller.rb
45
%%WWWDIR%%/app/controllers/reports_controller.rb
46
%%WWWDIR%%/app/controllers/repositories_controller.rb
47
%%WWWDIR%%/app/controllers/roles_controller.rb
48
%%WWWDIR%%/app/controllers/search_controller.rb
49
%%WWWDIR%%/app/controllers/settings_controller.rb
50
%%WWWDIR%%/app/controllers/sys_controller.rb
51
%%WWWDIR%%/app/controllers/timelog_controller.rb
52
%%WWWDIR%%/app/controllers/trackers_controller.rb
53
%%WWWDIR%%/app/controllers/users_controller.rb
54
%%WWWDIR%%/app/controllers/versions_controller.rb
55
%%WWWDIR%%/app/controllers/watchers_controller.rb
56
%%WWWDIR%%/app/controllers/welcome_controller.rb
57
%%WWWDIR%%/app/controllers/wiki_controller.rb
58
%%WWWDIR%%/app/controllers/wikis_controller.rb
59
%%WWWDIR%%/app/controllers/workflows_controller.rb
60
%%WWWDIR%%/app/helpers/account_helper.rb
61
%%WWWDIR%%/app/helpers/activities_helper.rb
62
%%WWWDIR%%/app/helpers/admin_helper.rb
63
%%WWWDIR%%/app/helpers/application_helper.rb
64
%%WWWDIR%%/app/helpers/attachments_helper.rb
65
%%WWWDIR%%/app/helpers/auth_sources_helper.rb
66
%%WWWDIR%%/app/helpers/boards_helper.rb
67
%%WWWDIR%%/app/helpers/calendars_helper.rb
68
%%WWWDIR%%/app/helpers/context_menus_helper.rb
69
%%WWWDIR%%/app/helpers/custom_fields_helper.rb
70
%%WWWDIR%%/app/helpers/documents_helper.rb
71
%%WWWDIR%%/app/helpers/email_addresses_helper.rb
72
%%WWWDIR%%/app/helpers/enumerations_helper.rb
73
%%WWWDIR%%/app/helpers/gantt_helper.rb
74
%%WWWDIR%%/app/helpers/groups_helper.rb
75
%%WWWDIR%%/app/helpers/imports_helper.rb
76
%%WWWDIR%%/app/helpers/issue_categories_helper.rb
77
%%WWWDIR%%/app/helpers/issue_relations_helper.rb
78
%%WWWDIR%%/app/helpers/issue_statuses_helper.rb
79
%%WWWDIR%%/app/helpers/issues_helper.rb
80
%%WWWDIR%%/app/helpers/journals_helper.rb
81
%%WWWDIR%%/app/helpers/mail_handler_helper.rb
82
%%WWWDIR%%/app/helpers/members_helper.rb
83
%%WWWDIR%%/app/helpers/messages_helper.rb
84
%%WWWDIR%%/app/helpers/my_helper.rb
85
%%WWWDIR%%/app/helpers/news_helper.rb
86
%%WWWDIR%%/app/helpers/principal_memberships_helper.rb
87
%%WWWDIR%%/app/helpers/projects_helper.rb
88
%%WWWDIR%%/app/helpers/queries_helper.rb
89
%%WWWDIR%%/app/helpers/reports_helper.rb
90
%%WWWDIR%%/app/helpers/repositories_helper.rb
91
%%WWWDIR%%/app/helpers/roles_helper.rb
92
%%WWWDIR%%/app/helpers/routes_helper.rb
93
%%WWWDIR%%/app/helpers/search_helper.rb
94
%%WWWDIR%%/app/helpers/settings_helper.rb
95
%%WWWDIR%%/app/helpers/sort_helper.rb
96
%%WWWDIR%%/app/helpers/timelog_helper.rb
97
%%WWWDIR%%/app/helpers/trackers_helper.rb
98
%%WWWDIR%%/app/helpers/users_helper.rb
99
%%WWWDIR%%/app/helpers/versions_helper.rb
100
%%WWWDIR%%/app/helpers/watchers_helper.rb
101
%%WWWDIR%%/app/helpers/welcome_helper.rb
102
%%WWWDIR%%/app/helpers/wiki_helper.rb
103
%%WWWDIR%%/app/helpers/workflows_helper.rb
104
%%WWWDIR%%/app/models/attachment.rb
105
%%WWWDIR%%/app/models/auth_source.rb
106
%%WWWDIR%%/app/models/auth_source_ldap.rb
107
%%WWWDIR%%/app/models/board.rb
108
%%WWWDIR%%/app/models/change.rb
109
%%WWWDIR%%/app/models/changeset.rb
110
%%WWWDIR%%/app/models/comment.rb
111
%%WWWDIR%%/app/models/custom_field.rb
112
%%WWWDIR%%/app/models/custom_field_enumeration.rb
113
%%WWWDIR%%/app/models/custom_field_value.rb
114
%%WWWDIR%%/app/models/custom_value.rb
115
%%WWWDIR%%/app/models/document.rb
116
%%WWWDIR%%/app/models/document_category.rb
117
%%WWWDIR%%/app/models/document_category_custom_field.rb
118
%%WWWDIR%%/app/models/document_custom_field.rb
119
%%WWWDIR%%/app/models/email_address.rb
120
%%WWWDIR%%/app/models/enabled_module.rb
121
%%WWWDIR%%/app/models/enumeration.rb
122
%%WWWDIR%%/app/models/group.rb
123
%%WWWDIR%%/app/models/group_anonymous.rb
124
%%WWWDIR%%/app/models/group_builtin.rb
125
%%WWWDIR%%/app/models/group_custom_field.rb
126
%%WWWDIR%%/app/models/group_non_member.rb
127
%%WWWDIR%%/app/models/import.rb
128
%%WWWDIR%%/app/models/import_item.rb
129
%%WWWDIR%%/app/models/issue.rb
130
%%WWWDIR%%/app/models/issue_category.rb
131
%%WWWDIR%%/app/models/issue_custom_field.rb
132
%%WWWDIR%%/app/models/issue_import.rb
133
%%WWWDIR%%/app/models/issue_priority.rb
134
%%WWWDIR%%/app/models/issue_priority_custom_field.rb
135
%%WWWDIR%%/app/models/issue_query.rb
136
%%WWWDIR%%/app/models/issue_relation.rb
137
%%WWWDIR%%/app/models/issue_status.rb
138
%%WWWDIR%%/app/models/journal.rb
139
%%WWWDIR%%/app/models/journal_detail.rb
140
%%WWWDIR%%/app/models/mail_handler.rb
141
%%WWWDIR%%/app/models/mailer.rb
142
%%WWWDIR%%/app/models/member.rb
143
%%WWWDIR%%/app/models/member_role.rb
144
%%WWWDIR%%/app/models/message.rb
145
%%WWWDIR%%/app/models/news.rb
146
%%WWWDIR%%/app/models/principal.rb
147
%%WWWDIR%%/app/models/project.rb
148
%%WWWDIR%%/app/models/project_custom_field.rb
149
%%WWWDIR%%/app/models/query.rb
150
%%WWWDIR%%/app/models/repository.rb
151
%%WWWDIR%%/app/models/repository/bazaar.rb
152
%%WWWDIR%%/app/models/repository/cvs.rb
153
%%WWWDIR%%/app/models/repository/filesystem.rb
154
%%WWWDIR%%/app/models/repository/git.rb
155
%%WWWDIR%%/app/models/repository/mercurial.rb
156
%%WWWDIR%%/app/models/repository/subversion.rb
157
%%WWWDIR%%/app/models/role.rb
158
%%WWWDIR%%/app/models/setting.rb
159
%%WWWDIR%%/app/models/time_entry.rb
160
%%WWWDIR%%/app/models/time_entry_activity.rb
161
%%WWWDIR%%/app/models/time_entry_activity_custom_field.rb
162
%%WWWDIR%%/app/models/time_entry_custom_field.rb
163
%%WWWDIR%%/app/models/time_entry_query.rb
164
%%WWWDIR%%/app/models/token.rb
165
%%WWWDIR%%/app/models/tracker.rb
166
%%WWWDIR%%/app/models/user.rb
167
%%WWWDIR%%/app/models/user_custom_field.rb
168
%%WWWDIR%%/app/models/user_preference.rb
169
%%WWWDIR%%/app/models/version.rb
170
%%WWWDIR%%/app/models/version_custom_field.rb
171
%%WWWDIR%%/app/models/watcher.rb
172
%%WWWDIR%%/app/models/wiki.rb
173
%%WWWDIR%%/app/models/wiki_content.rb
174
%%WWWDIR%%/app/models/wiki_content_version.rb
175
%%WWWDIR%%/app/models/wiki_page.rb
176
%%WWWDIR%%/app/models/wiki_redirect.rb
177
%%WWWDIR%%/app/models/workflow_permission.rb
178
%%WWWDIR%%/app/models/workflow_rule.rb
179
%%WWWDIR%%/app/models/workflow_transition.rb
180
%%WWWDIR%%/app/views/account/login.html.erb
181
%%WWWDIR%%/app/views/account/logout.html.erb
182
%%WWWDIR%%/app/views/account/lost_password.html.erb
183
%%WWWDIR%%/app/views/account/password_recovery.html.erb
184
%%WWWDIR%%/app/views/account/register.html.erb
185
%%WWWDIR%%/app/views/activities/_activities.html.erb
186
%%WWWDIR%%/app/views/activities/index.html.erb
187
%%WWWDIR%%/app/views/admin/_menu.html.erb
188
%%WWWDIR%%/app/views/admin/_no_data.html.erb
189
%%WWWDIR%%/app/views/admin/index.html.erb
190
%%WWWDIR%%/app/views/admin/info.html.erb
191
%%WWWDIR%%/app/views/admin/plugins.html.erb
192
%%WWWDIR%%/app/views/admin/projects.html.erb
193
%%WWWDIR%%/app/views/attachments/_form.html.erb
194
%%WWWDIR%%/app/views/attachments/_links.html.erb
195
%%WWWDIR%%/app/views/attachments/destroy.js.erb
196
%%WWWDIR%%/app/views/attachments/diff.html.erb
197
%%WWWDIR%%/app/views/attachments/edit_all.html.erb
198
%%WWWDIR%%/app/views/attachments/file.html.erb
199
%%WWWDIR%%/app/views/attachments/image.html.erb
200
%%WWWDIR%%/app/views/attachments/other.html.erb
201
%%WWWDIR%%/app/views/attachments/show.api.rsb
202
%%WWWDIR%%/app/views/attachments/upload.api.rsb
203
%%WWWDIR%%/app/views/attachments/upload.js.erb
204
%%WWWDIR%%/app/views/auth_sources/_form.html.erb
205
%%WWWDIR%%/app/views/auth_sources/_form_auth_source_ldap.html.erb
206
%%WWWDIR%%/app/views/auth_sources/edit.html.erb
207
%%WWWDIR%%/app/views/auth_sources/index.html.erb
208
%%WWWDIR%%/app/views/auth_sources/new.html.erb
209
%%WWWDIR%%/app/views/auto_completes/issues.html.erb
210
%%WWWDIR%%/app/views/boards/_form.html.erb
211
%%WWWDIR%%/app/views/boards/edit.html.erb
212
%%WWWDIR%%/app/views/boards/index.html.erb
213
%%WWWDIR%%/app/views/boards/new.html.erb
214
%%WWWDIR%%/app/views/boards/show.html.erb
215
%%WWWDIR%%/app/views/calendars/show.html.erb
216
%%WWWDIR%%/app/views/common/_calendar.html.erb
217
%%WWWDIR%%/app/views/common/_diff.html.erb
218
%%WWWDIR%%/app/views/common/_file.html.erb
219
%%WWWDIR%%/app/views/common/_image.html.erb
220
%%WWWDIR%%/app/views/common/_no_preview.html.erb
221
%%WWWDIR%%/app/views/common/_other.html.erb
222
%%WWWDIR%%/app/views/common/_preview.html.erb
223
%%WWWDIR%%/app/views/common/_tabs.html.erb
224
%%WWWDIR%%/app/views/common/error.html.erb
225
%%WWWDIR%%/app/views/common/error_messages.api.rsb
226
%%WWWDIR%%/app/views/common/feed.atom.builder
227
%%WWWDIR%%/app/views/context_menus/issues.html.erb
228
%%WWWDIR%%/app/views/context_menus/time_entries.html.erb
229
%%WWWDIR%%/app/views/custom_field_enumerations/create.js.erb
230
%%WWWDIR%%/app/views/custom_field_enumerations/destroy.html.erb
231
%%WWWDIR%%/app/views/custom_field_enumerations/index.html.erb
232
%%WWWDIR%%/app/views/custom_fields/_form.html.erb
233
%%WWWDIR%%/app/views/custom_fields/_index.html.erb
234
%%WWWDIR%%/app/views/custom_fields/edit.html.erb
235
%%WWWDIR%%/app/views/custom_fields/formats/_attachment.html.erb
236
%%WWWDIR%%/app/views/custom_fields/formats/_bool.html.erb
237
%%WWWDIR%%/app/views/custom_fields/formats/_date.html.erb
238
%%WWWDIR%%/app/views/custom_fields/formats/_enumeration.erb
239
%%WWWDIR%%/app/views/custom_fields/formats/_link.html.erb
240
%%WWWDIR%%/app/views/custom_fields/formats/_list.html.erb
241
%%WWWDIR%%/app/views/custom_fields/formats/_numeric.html.erb
242
%%WWWDIR%%/app/views/custom_fields/formats/_regexp.html.erb
243
%%WWWDIR%%/app/views/custom_fields/formats/_string.html.erb
244
%%WWWDIR%%/app/views/custom_fields/formats/_text.html.erb
245
%%WWWDIR%%/app/views/custom_fields/formats/_user.html.erb
246
%%WWWDIR%%/app/views/custom_fields/formats/_version.html.erb
247
%%WWWDIR%%/app/views/custom_fields/index.api.rsb
248
%%WWWDIR%%/app/views/custom_fields/index.html.erb
249
%%WWWDIR%%/app/views/custom_fields/new.html.erb
250
%%WWWDIR%%/app/views/custom_fields/new.js.erb
251
%%WWWDIR%%/app/views/custom_fields/select_type.html.erb
252
%%WWWDIR%%/app/views/documents/_document.html.erb
253
%%WWWDIR%%/app/views/documents/_form.html.erb
254
%%WWWDIR%%/app/views/documents/edit.html.erb
255
%%WWWDIR%%/app/views/documents/index.html.erb
256
%%WWWDIR%%/app/views/documents/new.html.erb
257
%%WWWDIR%%/app/views/documents/show.html.erb
258
%%WWWDIR%%/app/views/email_addresses/_index.html.erb
259
%%WWWDIR%%/app/views/email_addresses/index.html.erb
260
%%WWWDIR%%/app/views/email_addresses/index.js.erb
261
%%WWWDIR%%/app/views/enumerations/_form.html.erb
262
%%WWWDIR%%/app/views/enumerations/destroy.html.erb
263
%%WWWDIR%%/app/views/enumerations/edit.html.erb
264
%%WWWDIR%%/app/views/enumerations/index.api.rsb
265
%%WWWDIR%%/app/views/enumerations/index.html.erb
266
%%WWWDIR%%/app/views/enumerations/new.html.erb
267
%%WWWDIR%%/app/views/files/index.api.rsb
268
%%WWWDIR%%/app/views/files/index.html.erb
269
%%WWWDIR%%/app/views/files/new.html.erb
270
%%WWWDIR%%/app/views/gantts/show.html.erb
271
%%WWWDIR%%/app/views/groups/_form.html.erb
272
%%WWWDIR%%/app/views/groups/_general.html.erb
273
%%WWWDIR%%/app/views/groups/_memberships.html.erb
274
%%WWWDIR%%/app/views/groups/_new_users_form.html.erb
275
%%WWWDIR%%/app/views/groups/_new_users_modal.html.erb
276
%%WWWDIR%%/app/views/groups/_users.html.erb
277
%%WWWDIR%%/app/views/groups/add_users.js.erb
278
%%WWWDIR%%/app/views/groups/autocomplete_for_user.js.erb
279
%%WWWDIR%%/app/views/groups/destroy_membership.js.erb
280
%%WWWDIR%%/app/views/groups/edit.html.erb
281
%%WWWDIR%%/app/views/groups/edit_membership.js.erb
282
%%WWWDIR%%/app/views/groups/index.api.rsb
283
%%WWWDIR%%/app/views/groups/index.html.erb
284
%%WWWDIR%%/app/views/groups/new.html.erb
285
%%WWWDIR%%/app/views/groups/new_users.html.erb
286
%%WWWDIR%%/app/views/groups/new_users.js.erb
287
%%WWWDIR%%/app/views/groups/remove_user.js.erb
288
%%WWWDIR%%/app/views/groups/show.api.rsb
289
%%WWWDIR%%/app/views/groups/show.html.erb
290
%%WWWDIR%%/app/views/imports/_fields_mapping.html.erb
291
%%WWWDIR%%/app/views/imports/mapping.html.erb
292
%%WWWDIR%%/app/views/imports/mapping.js.erb
293
%%WWWDIR%%/app/views/imports/new.html.erb
294
%%WWWDIR%%/app/views/imports/run.html.erb
295
%%WWWDIR%%/app/views/imports/run.js.erb
296
%%WWWDIR%%/app/views/imports/settings.html.erb
297
%%WWWDIR%%/app/views/imports/show.html.erb
298
%%WWWDIR%%/app/views/issue_categories/_form.html.erb
299
%%WWWDIR%%/app/views/issue_categories/_new_modal.html.erb
300
%%WWWDIR%%/app/views/issue_categories/create.js.erb
301
%%WWWDIR%%/app/views/issue_categories/destroy.html.erb
302
%%WWWDIR%%/app/views/issue_categories/edit.html.erb
303
%%WWWDIR%%/app/views/issue_categories/index.api.rsb
304
%%WWWDIR%%/app/views/issue_categories/new.html.erb
305
%%WWWDIR%%/app/views/issue_categories/new.js.erb
306
%%WWWDIR%%/app/views/issue_categories/show.api.rsb
307
%%WWWDIR%%/app/views/issue_relations/_form.html.erb
308
%%WWWDIR%%/app/views/issue_relations/create.js.erb
309
%%WWWDIR%%/app/views/issue_relations/destroy.js.erb
310
%%WWWDIR%%/app/views/issue_relations/index.api.rsb
311
%%WWWDIR%%/app/views/issue_relations/show.api.rsb
312
%%WWWDIR%%/app/views/issue_statuses/_form.html.erb
313
%%WWWDIR%%/app/views/issue_statuses/edit.html.erb
314
%%WWWDIR%%/app/views/issue_statuses/index.api.rsb
315
%%WWWDIR%%/app/views/issue_statuses/index.html.erb
316
%%WWWDIR%%/app/views/issue_statuses/new.html.erb
317
%%WWWDIR%%/app/views/issues/_action_menu.html.erb
318
%%WWWDIR%%/app/views/issues/_action_menu_edit.html.erb
319
%%WWWDIR%%/app/views/issues/_attributes.html.erb
320
%%WWWDIR%%/app/views/issues/_changesets.html.erb
321
%%WWWDIR%%/app/views/issues/_conflict.html.erb
322
%%WWWDIR%%/app/views/issues/_edit.html.erb
323
%%WWWDIR%%/app/views/issues/_form.html.erb
324
%%WWWDIR%%/app/views/issues/_form_custom_fields.html.erb
325
%%WWWDIR%%/app/views/issues/_history.html.erb
326
%%WWWDIR%%/app/views/issues/_list.html.erb
327
%%WWWDIR%%/app/views/issues/_relations.html.erb
328
%%WWWDIR%%/app/views/issues/_sidebar.html.erb
329
%%WWWDIR%%/app/views/issues/_watchers_form.html.erb
330
%%WWWDIR%%/app/views/issues/bulk_edit.html.erb
331
%%WWWDIR%%/app/views/issues/bulk_edit.js.erb
332
%%WWWDIR%%/app/views/issues/destroy.html.erb
333
%%WWWDIR%%/app/views/issues/edit.html.erb
334
%%WWWDIR%%/app/views/issues/edit.js.erb
335
%%WWWDIR%%/app/views/issues/index.api.rsb
336
%%WWWDIR%%/app/views/issues/index.html.erb
337
%%WWWDIR%%/app/views/issues/index.pdf.erb
338
%%WWWDIR%%/app/views/issues/new.html.erb
339
%%WWWDIR%%/app/views/issues/new.js.erb
340
%%WWWDIR%%/app/views/issues/show.api.rsb
341
%%WWWDIR%%/app/views/issues/show.html.erb
342
%%WWWDIR%%/app/views/issues/show.pdf.erb
343
%%WWWDIR%%/app/views/journals/_notes_form.html.erb
344
%%WWWDIR%%/app/views/journals/diff.html.erb
345
%%WWWDIR%%/app/views/journals/edit.js.erb
346
%%WWWDIR%%/app/views/journals/index.builder
347
%%WWWDIR%%/app/views/journals/new.js.erb
348
%%WWWDIR%%/app/views/journals/update.js.erb
349
%%WWWDIR%%/app/views/layouts/_file.html.erb
350
%%WWWDIR%%/app/views/layouts/admin.html.erb
351
%%WWWDIR%%/app/views/layouts/base.html.erb
352
%%WWWDIR%%/app/views/layouts/mailer.html.erb
353
%%WWWDIR%%/app/views/layouts/mailer.text.erb
354
%%WWWDIR%%/app/views/mail_handler/new.html.erb
355
%%WWWDIR%%/app/views/mailer/_issue.html.erb
356
%%WWWDIR%%/app/views/mailer/_issue.text.erb
357
%%WWWDIR%%/app/views/mailer/account_activated.html.erb
358
%%WWWDIR%%/app/views/mailer/account_activated.text.erb
359
%%WWWDIR%%/app/views/mailer/account_activation_request.html.erb
360
%%WWWDIR%%/app/views/mailer/account_activation_request.text.erb
361
%%WWWDIR%%/app/views/mailer/account_information.html.erb
362
%%WWWDIR%%/app/views/mailer/account_information.text.erb
363
%%WWWDIR%%/app/views/mailer/attachments_added.html.erb
364
%%WWWDIR%%/app/views/mailer/attachments_added.text.erb
365
%%WWWDIR%%/app/views/mailer/document_added.html.erb
366
%%WWWDIR%%/app/views/mailer/document_added.text.erb
367
%%WWWDIR%%/app/views/mailer/issue_add.html.erb
368
%%WWWDIR%%/app/views/mailer/issue_add.text.erb
369
%%WWWDIR%%/app/views/mailer/issue_edit.html.erb
370
%%WWWDIR%%/app/views/mailer/issue_edit.text.erb
371
%%WWWDIR%%/app/views/mailer/lost_password.html.erb
372
%%WWWDIR%%/app/views/mailer/lost_password.text.erb
373
%%WWWDIR%%/app/views/mailer/message_posted.html.erb
374
%%WWWDIR%%/app/views/mailer/message_posted.text.erb
375
%%WWWDIR%%/app/views/mailer/news_added.html.erb
376
%%WWWDIR%%/app/views/mailer/news_added.text.erb
377
%%WWWDIR%%/app/views/mailer/news_comment_added.html.erb
378
%%WWWDIR%%/app/views/mailer/news_comment_added.text.erb
379
%%WWWDIR%%/app/views/mailer/register.html.erb
380
%%WWWDIR%%/app/views/mailer/register.text.erb
381
%%WWWDIR%%/app/views/mailer/reminder.html.erb
382
%%WWWDIR%%/app/views/mailer/reminder.text.erb
383
%%WWWDIR%%/app/views/mailer/security_notification.html.erb
384
%%WWWDIR%%/app/views/mailer/security_notification.text.erb
385
%%WWWDIR%%/app/views/mailer/settings_updated.html.erb
386
%%WWWDIR%%/app/views/mailer/settings_updated.text.erb
387
%%WWWDIR%%/app/views/mailer/test_email.html.erb
388
%%WWWDIR%%/app/views/mailer/test_email.text.erb
389
%%WWWDIR%%/app/views/mailer/wiki_content_added.html.erb
390
%%WWWDIR%%/app/views/mailer/wiki_content_added.text.erb
391
%%WWWDIR%%/app/views/mailer/wiki_content_updated.html.erb
392
%%WWWDIR%%/app/views/mailer/wiki_content_updated.text.erb
393
%%WWWDIR%%/app/views/members/_edit.html.erb
394
%%WWWDIR%%/app/views/members/_new_form.html.erb
395
%%WWWDIR%%/app/views/members/_new_modal.html.erb
396
%%WWWDIR%%/app/views/members/autocomplete.js.erb
397
%%WWWDIR%%/app/views/members/create.js.erb
398
%%WWWDIR%%/app/views/members/destroy.js.erb
399
%%WWWDIR%%/app/views/members/edit.html.erb
400
%%WWWDIR%%/app/views/members/edit.js.erb
401
%%WWWDIR%%/app/views/members/index.api.rsb
402
%%WWWDIR%%/app/views/members/new.html.erb
403
%%WWWDIR%%/app/views/members/new.js.erb
404
%%WWWDIR%%/app/views/members/show.api.rsb
405
%%WWWDIR%%/app/views/members/update.js.erb
406
%%WWWDIR%%/app/views/messages/_form.html.erb
407
%%WWWDIR%%/app/views/messages/edit.html.erb
408
%%WWWDIR%%/app/views/messages/new.html.erb
409
%%WWWDIR%%/app/views/messages/quote.js.erb
410
%%WWWDIR%%/app/views/messages/show.html.erb
411
%%WWWDIR%%/app/views/my/_sidebar.html.erb
412
%%WWWDIR%%/app/views/my/account.html.erb
413
%%WWWDIR%%/app/views/my/add_block.js.erb
414
%%WWWDIR%%/app/views/my/blocks/_activity.html.erb
415
%%WWWDIR%%/app/views/my/blocks/_calendar.html.erb
416
%%WWWDIR%%/app/views/my/blocks/_documents.html.erb
417
%%WWWDIR%%/app/views/my/blocks/_issue_query_selection.html.erb
418
%%WWWDIR%%/app/views/my/blocks/_issues.erb
419
%%WWWDIR%%/app/views/my/blocks/_news.html.erb
420
%%WWWDIR%%/app/views/my/blocks/_timelog.html.erb
421
%%WWWDIR%%/app/views/my/destroy.html.erb
422
%%WWWDIR%%/app/views/my/page.html.erb
423
%%WWWDIR%%/app/views/my/password.html.erb
424
%%WWWDIR%%/app/views/my/remove_block.js.erb
425
%%WWWDIR%%/app/views/my/show_api_key.html.erb
426
%%WWWDIR%%/app/views/my/show_api_key.js.erb
427
%%WWWDIR%%/app/views/my/update_page.js.erb
428
%%WWWDIR%%/app/views/news/_form.html.erb
429
%%WWWDIR%%/app/views/news/_news.html.erb
430
%%WWWDIR%%/app/views/news/edit.html.erb
431
%%WWWDIR%%/app/views/news/index.api.rsb
432
%%WWWDIR%%/app/views/news/index.html.erb
433
%%WWWDIR%%/app/views/news/new.html.erb
434
%%WWWDIR%%/app/views/news/show.html.erb
435
%%WWWDIR%%/app/views/principal_memberships/_edit.html.erb
436
%%WWWDIR%%/app/views/principal_memberships/_index.html.erb
437
%%WWWDIR%%/app/views/principal_memberships/_new_form.html.erb
438
%%WWWDIR%%/app/views/principal_memberships/_new_modal.html.erb
439
%%WWWDIR%%/app/views/principal_memberships/create.js.erb
440
%%WWWDIR%%/app/views/principal_memberships/destroy.js.erb
441
%%WWWDIR%%/app/views/principal_memberships/edit.html.erb
442
%%WWWDIR%%/app/views/principal_memberships/edit.js.erb
443
%%WWWDIR%%/app/views/principal_memberships/new.html.erb
444
%%WWWDIR%%/app/views/principal_memberships/new.js.erb
445
%%WWWDIR%%/app/views/principal_memberships/update.js.erb
446
%%WWWDIR%%/app/views/projects/_edit.html.erb
447
%%WWWDIR%%/app/views/projects/_form.html.erb
448
%%WWWDIR%%/app/views/projects/_members_box.html.erb
449
%%WWWDIR%%/app/views/projects/autocomplete.js.erb
450
%%WWWDIR%%/app/views/projects/copy.html.erb
451
%%WWWDIR%%/app/views/projects/destroy.html.erb
452
%%WWWDIR%%/app/views/projects/index.api.rsb
453
%%WWWDIR%%/app/views/projects/index.html.erb
454
%%WWWDIR%%/app/views/projects/new.html.erb
455
%%WWWDIR%%/app/views/projects/settings.html.erb
456
%%WWWDIR%%/app/views/projects/settings/_activities.html.erb
457
%%WWWDIR%%/app/views/projects/settings/_boards.html.erb
458
%%WWWDIR%%/app/views/projects/settings/_issue_categories.html.erb
459
%%WWWDIR%%/app/views/projects/settings/_issues.html.erb
460
%%WWWDIR%%/app/views/projects/settings/_members.html.erb
461
%%WWWDIR%%/app/views/projects/settings/_repositories.html.erb
462
%%WWWDIR%%/app/views/projects/settings/_versions.html.erb
463
%%WWWDIR%%/app/views/projects/show.api.rsb
464
%%WWWDIR%%/app/views/projects/show.html.erb
465
%%WWWDIR%%/app/views/queries/_columns.html.erb
466
%%WWWDIR%%/app/views/queries/_filters.html.erb
467
%%WWWDIR%%/app/views/queries/_form.html.erb
468
%%WWWDIR%%/app/views/queries/_query_form.html.erb
469
%%WWWDIR%%/app/views/queries/edit.html.erb
470
%%WWWDIR%%/app/views/queries/index.api.rsb
471
%%WWWDIR%%/app/views/queries/index.html.erb
472
%%WWWDIR%%/app/views/queries/new.html.erb
473
%%WWWDIR%%/app/views/reports/_details.html.erb
474
%%WWWDIR%%/app/views/reports/_simple.html.erb
475
%%WWWDIR%%/app/views/reports/issue_report.html.erb
476
%%WWWDIR%%/app/views/reports/issue_report_details.html.erb
477
%%WWWDIR%%/app/views/repositories/_breadcrumbs.html.erb
478
%%WWWDIR%%/app/views/repositories/_changeset.html.erb
479
%%WWWDIR%%/app/views/repositories/_dir_list.html.erb
480
%%WWWDIR%%/app/views/repositories/_dir_list_content.html.erb
481
%%WWWDIR%%/app/views/repositories/_form.html.erb
482
%%WWWDIR%%/app/views/repositories/_link_to_functions.html.erb
483
%%WWWDIR%%/app/views/repositories/_navigation.html.erb
484
%%WWWDIR%%/app/views/repositories/_related_issues.html.erb
485
%%WWWDIR%%/app/views/repositories/_revision_graph.html.erb
486
%%WWWDIR%%/app/views/repositories/_revisions.html.erb
487
%%WWWDIR%%/app/views/repositories/add_related_issue.js.erb
488
%%WWWDIR%%/app/views/repositories/annotate.html.erb
489
%%WWWDIR%%/app/views/repositories/changes.html.erb
490
%%WWWDIR%%/app/views/repositories/committers.html.erb
491
%%WWWDIR%%/app/views/repositories/diff.html.erb
492
%%WWWDIR%%/app/views/repositories/edit.html.erb
493
%%WWWDIR%%/app/views/repositories/entry.html.erb
494
%%WWWDIR%%/app/views/repositories/new.html.erb
495
%%WWWDIR%%/app/views/repositories/new.js.erb
496
%%WWWDIR%%/app/views/repositories/remove_related_issue.js.erb
497
%%WWWDIR%%/app/views/repositories/revision.html.erb
498
%%WWWDIR%%/app/views/repositories/revisions.html.erb
499
%%WWWDIR%%/app/views/repositories/show.html.erb
500
%%WWWDIR%%/app/views/repositories/stats.html.erb
501
%%WWWDIR%%/app/views/roles/_form.html.erb
502
%%WWWDIR%%/app/views/roles/edit.html.erb
503
%%WWWDIR%%/app/views/roles/index.api.rsb
504
%%WWWDIR%%/app/views/roles/index.html.erb
505
%%WWWDIR%%/app/views/roles/new.html.erb
506
%%WWWDIR%%/app/views/roles/permissions.html.erb
507
%%WWWDIR%%/app/views/roles/show.api.rsb
508
%%WWWDIR%%/app/views/search/index.api.rsb
509
%%WWWDIR%%/app/views/search/index.html.erb
510
%%WWWDIR%%/app/views/settings/_api.html.erb
511
%%WWWDIR%%/app/views/settings/_attachments.html.erb
512
%%WWWDIR%%/app/views/settings/_authentication.html.erb
513
%%WWWDIR%%/app/views/settings/_display.html.erb
514
%%WWWDIR%%/app/views/settings/_general.html.erb
515
%%WWWDIR%%/app/views/settings/_issues.html.erb
516
%%WWWDIR%%/app/views/settings/_mail_handler.html.erb
517
%%WWWDIR%%/app/views/settings/_notifications.html.erb
518
%%WWWDIR%%/app/views/settings/_projects.html.erb
519
%%WWWDIR%%/app/views/settings/_repositories.html.erb
520
%%WWWDIR%%/app/views/settings/_timelog.html.erb
521
%%WWWDIR%%/app/views/settings/_users.html.erb
522
%%WWWDIR%%/app/views/settings/edit.html.erb
523
%%WWWDIR%%/app/views/settings/plugin.html.erb
524
%%WWWDIR%%/app/views/sudo_mode/_new_modal.html.erb
525
%%WWWDIR%%/app/views/sudo_mode/new.html.erb
526
%%WWWDIR%%/app/views/sudo_mode/new.js.erb
527
%%WWWDIR%%/app/views/timelog/_date_range.html.erb
528
%%WWWDIR%%/app/views/timelog/_form.html.erb
529
%%WWWDIR%%/app/views/timelog/_list.html.erb
530
%%WWWDIR%%/app/views/timelog/_report_criteria.html.erb
531
%%WWWDIR%%/app/views/timelog/bulk_edit.html.erb
532
%%WWWDIR%%/app/views/timelog/bulk_edit.js.erb
533
%%WWWDIR%%/app/views/timelog/edit.html.erb
534
%%WWWDIR%%/app/views/timelog/edit.js.erb
535
%%WWWDIR%%/app/views/timelog/index.api.rsb
536
%%WWWDIR%%/app/views/timelog/index.html.erb
537
%%WWWDIR%%/app/views/timelog/new.html.erb
538
%%WWWDIR%%/app/views/timelog/new.js.erb
539
%%WWWDIR%%/app/views/timelog/report.html.erb
540
%%WWWDIR%%/app/views/timelog/show.api.rsb
541
%%WWWDIR%%/app/views/trackers/_form.html.erb
542
%%WWWDIR%%/app/views/trackers/edit.html.erb
543
%%WWWDIR%%/app/views/trackers/fields.html.erb
544
%%WWWDIR%%/app/views/trackers/index.api.rsb
545
%%WWWDIR%%/app/views/trackers/index.html.erb
546
%%WWWDIR%%/app/views/trackers/new.html.erb
547
%%WWWDIR%%/app/views/users/_form.html.erb
548
%%WWWDIR%%/app/views/users/_general.html.erb
549
%%WWWDIR%%/app/views/users/_groups.html.erb
550
%%WWWDIR%%/app/views/users/_mail_notifications.html.erb
551
%%WWWDIR%%/app/views/users/_memberships.html.erb
552
%%WWWDIR%%/app/views/users/_preferences.html.erb
553
%%WWWDIR%%/app/views/users/destroy_membership.js.erb
554
%%WWWDIR%%/app/views/users/edit.html.erb
555
%%WWWDIR%%/app/views/users/edit_membership.js.erb
556
%%WWWDIR%%/app/views/users/index.api.rsb
557
%%WWWDIR%%/app/views/users/index.html.erb
558
%%WWWDIR%%/app/views/users/new.html.erb
559
%%WWWDIR%%/app/views/users/show.api.rsb
560
%%WWWDIR%%/app/views/users/show.html.erb
561
%%WWWDIR%%/app/views/versions/_form.html.erb
562
%%WWWDIR%%/app/views/versions/_issue_counts.html.erb
563
%%WWWDIR%%/app/views/versions/_new_modal.html.erb
564
%%WWWDIR%%/app/views/versions/_overview.html.erb
565
%%WWWDIR%%/app/views/versions/create.js.erb
566
%%WWWDIR%%/app/views/versions/edit.html.erb
567
%%WWWDIR%%/app/views/versions/index.api.rsb
568
%%WWWDIR%%/app/views/versions/index.html.erb
569
%%WWWDIR%%/app/views/versions/new.html.erb
570
%%WWWDIR%%/app/views/versions/new.js.erb
571
%%WWWDIR%%/app/views/versions/show.api.rsb
572
%%WWWDIR%%/app/views/versions/show.html.erb
573
%%WWWDIR%%/app/views/versions/status_by.js.erb
574
%%WWWDIR%%/app/views/watchers/_new.html.erb
575
%%WWWDIR%%/app/views/watchers/_set_watcher.js.erb
576
%%WWWDIR%%/app/views/watchers/_watchers.html.erb
577
%%WWWDIR%%/app/views/watchers/append.js.erb
578
%%WWWDIR%%/app/views/watchers/autocomplete_for_user.html.erb
579
%%WWWDIR%%/app/views/watchers/create.js.erb
580
%%WWWDIR%%/app/views/watchers/destroy.js.erb
581
%%WWWDIR%%/app/views/watchers/new.js.erb
582
%%WWWDIR%%/app/views/welcome/index.html.erb
583
%%WWWDIR%%/app/views/welcome/robots.text.erb
584
%%WWWDIR%%/app/views/wiki/_content.html.erb
585
%%WWWDIR%%/app/views/wiki/_new_modal.html.erb
586
%%WWWDIR%%/app/views/wiki/_sidebar.html.erb
587
%%WWWDIR%%/app/views/wiki/annotate.html.erb
588
%%WWWDIR%%/app/views/wiki/date_index.html.erb
589
%%WWWDIR%%/app/views/wiki/destroy.html.erb
590
%%WWWDIR%%/app/views/wiki/diff.html.erb
591
%%WWWDIR%%/app/views/wiki/edit.html.erb
592
%%WWWDIR%%/app/views/wiki/export.html.erb
593
%%WWWDIR%%/app/views/wiki/export.pdf.erb
594
%%WWWDIR%%/app/views/wiki/export_multiple.html.erb
595
%%WWWDIR%%/app/views/wiki/history.html.erb
596
%%WWWDIR%%/app/views/wiki/index.api.rsb
597
%%WWWDIR%%/app/views/wiki/index.html.erb
598
%%WWWDIR%%/app/views/wiki/new.html.erb
599
%%WWWDIR%%/app/views/wiki/new.js.erb
600
%%WWWDIR%%/app/views/wiki/rename.html.erb
601
%%WWWDIR%%/app/views/wiki/show.api.rsb
602
%%WWWDIR%%/app/views/wiki/show.html.erb
603
%%WWWDIR%%/app/views/wiki/show.pdf.erb
604
%%WWWDIR%%/app/views/wikis/destroy.html.erb
605
%%WWWDIR%%/app/views/wikis/edit.js.erb
606
%%WWWDIR%%/app/views/workflows/_action_menu.html.erb
607
%%WWWDIR%%/app/views/workflows/_form.html.erb
608
%%WWWDIR%%/app/views/workflows/copy.html.erb
609
%%WWWDIR%%/app/views/workflows/edit.html.erb
610
%%WWWDIR%%/app/views/workflows/index.html.erb
611
%%WWWDIR%%/app/views/workflows/permissions.html.erb
612
%%WWWDIR%%/appveyor.yml
613
%%WWWDIR%%/bin/about
614
%%WWWDIR%%/bin/bundle
615
%%WWWDIR%%/bin/changelog.rb
616
%%WWWDIR%%/bin/rails
617
%%WWWDIR%%/bin/rake
618
%%MARKDOWN%%%%WWWDIR%%/bundler.d/markdown.rb
619
%%MYSQL%%%%WWWDIR%%/bundler.d/mysql.rb
620
%%POSTGRESQL%%%%WWWDIR%%/bundler.d/pg.rb
621
%%RMAGIC%%%%WWWDIR%%/bundler.d/rmagic.rb
622
%%THIN%%%%WWWDIR%%/bundler.d/thin.rb
623
%%WWWDIR%%/config.ru
624
%%WWWDIR%%/config/additional_environment.rb.example
625
%%WWWDIR%%/config/application.rb
626
%%WWWDIR%%/config/boot.rb
627
%%WWWDIR%%/config/configuration.yml.example
628
@sample %%WWWDIR%%/config/database.yml.sample
629
%%WWWDIR%%/config/environment.rb
630
%%WWWDIR%%/config/environments/development.rb
631
%%WWWDIR%%/config/environments/production.rb
632
%%WWWDIR%%/config/environments/test.rb
633
%%WWWDIR%%/config/environments/test_pgsql.rb
634
%%WWWDIR%%/config/environments/test_sqlite3.rb
635
%%WWWDIR%%/config/initializers/00-core_plugins.rb
636
%%WWWDIR%%/config/initializers/10-patches.rb
637
%%WWWDIR%%/config/initializers/20-mime_types.rb
638
%%WWWDIR%%/config/initializers/30-redmine.rb
639
%%WWWDIR%%/config/initializers/backtrace_silencers.rb
640
%%WWWDIR%%/config/initializers/inflections.rb
641
%%WWWDIR%%/config/locales/ar.yml
642
%%WWWDIR%%/config/locales/az.yml
643
%%WWWDIR%%/config/locales/bg.yml
644
%%WWWDIR%%/config/locales/bs.yml
645
%%WWWDIR%%/config/locales/ca.yml
646
%%WWWDIR%%/config/locales/cs.yml
647
%%WWWDIR%%/config/locales/da.yml
648
%%WWWDIR%%/config/locales/de.yml
649
%%WWWDIR%%/config/locales/el.yml
650
%%WWWDIR%%/config/locales/en-GB.yml
651
%%WWWDIR%%/config/locales/en.yml
652
%%WWWDIR%%/config/locales/es-PA.yml
653
%%WWWDIR%%/config/locales/es.yml
654
%%WWWDIR%%/config/locales/et.yml
655
%%WWWDIR%%/config/locales/eu.yml
656
%%WWWDIR%%/config/locales/fa.yml
657
%%WWWDIR%%/config/locales/fi.yml
658
%%WWWDIR%%/config/locales/fr.yml
659
%%WWWDIR%%/config/locales/gl.yml
660
%%WWWDIR%%/config/locales/he.yml
661
%%WWWDIR%%/config/locales/hr.yml
662
%%WWWDIR%%/config/locales/hu.yml
663
%%WWWDIR%%/config/locales/id.yml
664
%%WWWDIR%%/config/locales/it.yml
665
%%WWWDIR%%/config/locales/ja.yml
666
%%WWWDIR%%/config/locales/ko.yml
667
%%WWWDIR%%/config/locales/lt.yml
668
%%WWWDIR%%/config/locales/lv.yml
669
%%WWWDIR%%/config/locales/mk.yml
670
%%WWWDIR%%/config/locales/mn.yml
671
%%WWWDIR%%/config/locales/nl.yml
672
%%WWWDIR%%/config/locales/no.yml
673
%%WWWDIR%%/config/locales/pl.yml
674
%%WWWDIR%%/config/locales/pt-BR.yml
675
%%WWWDIR%%/config/locales/pt.yml
676
%%WWWDIR%%/config/locales/ro.yml
677
%%WWWDIR%%/config/locales/ru.yml
678
%%WWWDIR%%/config/locales/sk.yml
679
%%WWWDIR%%/config/locales/sl.yml
680
%%WWWDIR%%/config/locales/sq.yml
681
%%WWWDIR%%/config/locales/sr-YU.yml
682
%%WWWDIR%%/config/locales/sr.yml
683
%%WWWDIR%%/config/locales/sv.yml
684
%%WWWDIR%%/config/locales/th.yml
685
%%WWWDIR%%/config/locales/tr.yml
686
%%WWWDIR%%/config/locales/uk.yml
687
%%WWWDIR%%/config/locales/vi.yml
688
%%WWWDIR%%/config/locales/zh-TW.yml
689
%%WWWDIR%%/config/locales/zh.yml
690
%%WWWDIR%%/config/routes.rb
691
@sample %%WWWDIR%%/config/settings.yml.sample
692
%%WWWDIR%%/db/migrate/001_setup.rb
693
%%WWWDIR%%/db/migrate/002_issue_move.rb
694
%%WWWDIR%%/db/migrate/003_issue_add_note.rb
695
%%WWWDIR%%/db/migrate/004_export_pdf.rb
696
%%WWWDIR%%/db/migrate/005_issue_start_date.rb
697
%%WWWDIR%%/db/migrate/006_calendar_and_activity.rb
698
%%WWWDIR%%/db/migrate/007_create_journals.rb
699
%%WWWDIR%%/db/migrate/008_create_user_preferences.rb
700
%%WWWDIR%%/db/migrate/009_add_hide_mail_pref.rb
701
%%WWWDIR%%/db/migrate/010_create_comments.rb
702
%%WWWDIR%%/db/migrate/011_add_news_comments_count.rb
703
%%WWWDIR%%/db/migrate/012_add_comments_permissions.rb
704
%%WWWDIR%%/db/migrate/013_create_queries.rb
705
%%WWWDIR%%/db/migrate/014_add_queries_permissions.rb
706
%%WWWDIR%%/db/migrate/015_create_repositories.rb
707
%%WWWDIR%%/db/migrate/016_add_repositories_permissions.rb
708
%%WWWDIR%%/db/migrate/017_create_settings.rb
709
%%WWWDIR%%/db/migrate/018_set_doc_and_files_notifications.rb
710
%%WWWDIR%%/db/migrate/019_add_issue_status_position.rb
711
%%WWWDIR%%/db/migrate/020_add_role_position.rb
712
%%WWWDIR%%/db/migrate/021_add_tracker_position.rb
713
%%WWWDIR%%/db/migrate/022_serialize_possibles_values.rb
714
%%WWWDIR%%/db/migrate/023_add_tracker_is_in_roadmap.rb
715
%%WWWDIR%%/db/migrate/024_add_roadmap_permission.rb
716
%%WWWDIR%%/db/migrate/025_add_search_permission.rb
717
%%WWWDIR%%/db/migrate/026_add_repository_login_and_password.rb
718
%%WWWDIR%%/db/migrate/027_create_wikis.rb
719
%%WWWDIR%%/db/migrate/028_create_wiki_pages.rb
720
%%WWWDIR%%/db/migrate/029_create_wiki_contents.rb
721
%%WWWDIR%%/db/migrate/030_add_projects_feeds_permissions.rb
722
%%WWWDIR%%/db/migrate/031_add_repository_root_url.rb
723
%%WWWDIR%%/db/migrate/032_create_time_entries.rb
724
%%WWWDIR%%/db/migrate/033_add_timelog_permissions.rb
725
%%WWWDIR%%/db/migrate/034_create_changesets.rb
726
%%WWWDIR%%/db/migrate/035_create_changes.rb
727
%%WWWDIR%%/db/migrate/036_add_changeset_commit_date.rb
728
%%WWWDIR%%/db/migrate/037_add_project_identifier.rb
729
%%WWWDIR%%/db/migrate/038_add_custom_field_is_filter.rb
730
%%WWWDIR%%/db/migrate/039_create_watchers.rb
731
%%WWWDIR%%/db/migrate/040_create_changesets_issues.rb
732
%%WWWDIR%%/db/migrate/041_rename_comment_to_comments.rb
733
%%WWWDIR%%/db/migrate/042_create_issue_relations.rb
734
%%WWWDIR%%/db/migrate/043_add_relations_permissions.rb
735
%%WWWDIR%%/db/migrate/044_set_language_length_to_five.rb
736
%%WWWDIR%%/db/migrate/045_create_boards.rb
737
%%WWWDIR%%/db/migrate/046_create_messages.rb
738
%%WWWDIR%%/db/migrate/047_add_boards_permissions.rb
739
%%WWWDIR%%/db/migrate/048_allow_null_version_effective_date.rb
740
%%WWWDIR%%/db/migrate/049_add_wiki_destroy_page_permission.rb
741
%%WWWDIR%%/db/migrate/050_add_wiki_attachments_permissions.rb
742
%%WWWDIR%%/db/migrate/051_add_project_status.rb
743
%%WWWDIR%%/db/migrate/052_add_changes_revision.rb
744
%%WWWDIR%%/db/migrate/053_add_changes_branch.rb
745
%%WWWDIR%%/db/migrate/054_add_changesets_scmid.rb
746
%%WWWDIR%%/db/migrate/055_add_repositories_type.rb
747
%%WWWDIR%%/db/migrate/056_add_repositories_changes_permission.rb
748
%%WWWDIR%%/db/migrate/057_add_versions_wiki_page_title.rb
749
%%WWWDIR%%/db/migrate/058_add_issue_categories_assigned_to_id.rb
750
%%WWWDIR%%/db/migrate/059_add_roles_assignable.rb
751
%%WWWDIR%%/db/migrate/060_change_changesets_committer_limit.rb
752
%%WWWDIR%%/db/migrate/061_add_roles_builtin.rb
753
%%WWWDIR%%/db/migrate/062_insert_builtin_roles.rb
754
%%WWWDIR%%/db/migrate/063_add_roles_permissions.rb
755
%%WWWDIR%%/db/migrate/064_drop_permissions.rb
756
%%WWWDIR%%/db/migrate/065_add_settings_updated_on.rb
757
%%WWWDIR%%/db/migrate/066_add_custom_value_customized_index.rb
758
%%WWWDIR%%/db/migrate/067_create_wiki_redirects.rb
759
%%WWWDIR%%/db/migrate/068_create_enabled_modules.rb
760
%%WWWDIR%%/db/migrate/069_add_issues_estimated_hours.rb
761
%%WWWDIR%%/db/migrate/070_change_attachments_content_type_limit.rb
762
%%WWWDIR%%/db/migrate/071_add_queries_column_names.rb
763
%%WWWDIR%%/db/migrate/072_add_enumerations_position.rb
764
%%WWWDIR%%/db/migrate/073_add_enumerations_is_default.rb
765
%%WWWDIR%%/db/migrate/074_add_auth_sources_tls.rb
766
%%WWWDIR%%/db/migrate/075_add_members_mail_notification.rb
767
%%WWWDIR%%/db/migrate/076_allow_null_position.rb
768
%%WWWDIR%%/db/migrate/077_remove_issue_statuses_html_color.rb
769
%%WWWDIR%%/db/migrate/078_add_custom_fields_position.rb
770
%%WWWDIR%%/db/migrate/079_add_user_preferences_time_zone.rb
771
%%WWWDIR%%/db/migrate/080_add_users_type.rb
772
%%WWWDIR%%/db/migrate/081_create_projects_trackers.rb
773
%%WWWDIR%%/db/migrate/082_add_messages_locked.rb
774
%%WWWDIR%%/db/migrate/083_add_messages_sticky.rb
775
%%WWWDIR%%/db/migrate/084_change_auth_sources_account_limit.rb
776
%%WWWDIR%%/db/migrate/085_add_role_tracker_old_status_index_to_workflows.rb
777
%%WWWDIR%%/db/migrate/086_add_custom_fields_searchable.rb
778
%%WWWDIR%%/db/migrate/087_change_projects_description_to_text.rb
779
%%WWWDIR%%/db/migrate/088_add_custom_fields_default_value.rb
780
%%WWWDIR%%/db/migrate/089_add_attachments_description.rb
781
%%WWWDIR%%/db/migrate/090_change_versions_name_limit.rb
782
%%WWWDIR%%/db/migrate/091_change_changesets_revision_to_string.rb
783
%%WWWDIR%%/db/migrate/092_change_changes_from_revision_to_string.rb
784
%%WWWDIR%%/db/migrate/093_add_wiki_pages_protected.rb
785
%%WWWDIR%%/db/migrate/094_change_projects_homepage_limit.rb
786
%%WWWDIR%%/db/migrate/095_add_wiki_pages_parent_id.rb
787
%%WWWDIR%%/db/migrate/096_add_commit_access_permission.rb
788
%%WWWDIR%%/db/migrate/097_add_view_wiki_edits_permission.rb
789
%%WWWDIR%%/db/migrate/098_set_topic_authors_as_watchers.rb
790
%%WWWDIR%%/db/migrate/099_add_delete_wiki_pages_attachments_permission.rb
791
%%WWWDIR%%/db/migrate/100_add_changesets_user_id.rb
792
%%WWWDIR%%/db/migrate/101_populate_changesets_user_id.rb
793
%%WWWDIR%%/db/migrate/102_add_custom_fields_editable.rb
794
%%WWWDIR%%/db/migrate/103_set_custom_fields_editable.rb
795
%%WWWDIR%%/db/migrate/104_add_projects_lft_and_rgt.rb
796
%%WWWDIR%%/db/migrate/105_build_projects_tree.rb
797
%%WWWDIR%%/db/migrate/106_remove_projects_projects_count.rb
798
%%WWWDIR%%/db/migrate/107_add_open_id_authentication_tables.rb
799
%%WWWDIR%%/db/migrate/108_add_identity_url_to_users.rb
800
%%WWWDIR%%/db/migrate/20090214190337_add_watchers_user_id_type_index.rb
801
%%WWWDIR%%/db/migrate/20090312172426_add_queries_sort_criteria.rb
802
%%WWWDIR%%/db/migrate/20090312194159_add_projects_trackers_unique_index.rb
803
%%WWWDIR%%/db/migrate/20090318181151_extend_settings_name.rb
804
%%WWWDIR%%/db/migrate/20090323224724_add_type_to_enumerations.rb
805
%%WWWDIR%%/db/migrate/20090401221305_update_enumerations_to_sti.rb
806
%%WWWDIR%%/db/migrate/20090401231134_add_active_field_to_enumerations.rb
807
%%WWWDIR%%/db/migrate/20090403001910_add_project_to_enumerations.rb
808
%%WWWDIR%%/db/migrate/20090406161854_add_parent_id_to_enumerations.rb
809
%%WWWDIR%%/db/migrate/20090425161243_add_queries_group_by.rb
810
%%WWWDIR%%/db/migrate/20090503121501_create_member_roles.rb
811
%%WWWDIR%%/db/migrate/20090503121505_populate_member_roles.rb
812
%%WWWDIR%%/db/migrate/20090503121510_drop_members_role_id.rb
813
%%WWWDIR%%/db/migrate/20090614091200_fix_messages_sticky_null.rb
814
%%WWWDIR%%/db/migrate/20090704172350_populate_users_type.rb
815
%%WWWDIR%%/db/migrate/20090704172355_create_groups_users.rb
816
%%WWWDIR%%/db/migrate/20090704172358_add_member_roles_inherited_from.rb
817
%%WWWDIR%%/db/migrate/20091010093521_fix_users_custom_values.rb
818
%%WWWDIR%%/db/migrate/20091017212227_add_missing_indexes_to_workflows.rb
819
%%WWWDIR%%/db/migrate/20091017212457_add_missing_indexes_to_custom_fields_projects.rb
820
%%WWWDIR%%/db/migrate/20091017212644_add_missing_indexes_to_messages.rb
821
%%WWWDIR%%/db/migrate/20091017212938_add_missing_indexes_to_repositories.rb
822
%%WWWDIR%%/db/migrate/20091017213027_add_missing_indexes_to_comments.rb
823
%%WWWDIR%%/db/migrate/20091017213113_add_missing_indexes_to_enumerations.rb
824
%%WWWDIR%%/db/migrate/20091017213151_add_missing_indexes_to_wiki_pages.rb
825
%%WWWDIR%%/db/migrate/20091017213228_add_missing_indexes_to_watchers.rb
826
%%WWWDIR%%/db/migrate/20091017213257_add_missing_indexes_to_auth_sources.rb
827
%%WWWDIR%%/db/migrate/20091017213332_add_missing_indexes_to_documents.rb
828
%%WWWDIR%%/db/migrate/20091017213444_add_missing_indexes_to_tokens.rb
829
%%WWWDIR%%/db/migrate/20091017213536_add_missing_indexes_to_changesets.rb
830
%%WWWDIR%%/db/migrate/20091017213642_add_missing_indexes_to_issue_categories.rb
831
%%WWWDIR%%/db/migrate/20091017213716_add_missing_indexes_to_member_roles.rb
832
%%WWWDIR%%/db/migrate/20091017213757_add_missing_indexes_to_boards.rb
833
%%WWWDIR%%/db/migrate/20091017213835_add_missing_indexes_to_user_preferences.rb
834
%%WWWDIR%%/db/migrate/20091017213910_add_missing_indexes_to_issues.rb
835
%%WWWDIR%%/db/migrate/20091017214015_add_missing_indexes_to_members.rb
836
%%WWWDIR%%/db/migrate/20091017214107_add_missing_indexes_to_custom_fields.rb
837
%%WWWDIR%%/db/migrate/20091017214136_add_missing_indexes_to_queries.rb
838
%%WWWDIR%%/db/migrate/20091017214236_add_missing_indexes_to_time_entries.rb
839
%%WWWDIR%%/db/migrate/20091017214308_add_missing_indexes_to_news.rb
840
%%WWWDIR%%/db/migrate/20091017214336_add_missing_indexes_to_users.rb
841
%%WWWDIR%%/db/migrate/20091017214406_add_missing_indexes_to_attachments.rb
842
%%WWWDIR%%/db/migrate/20091017214440_add_missing_indexes_to_wiki_contents.rb
843
%%WWWDIR%%/db/migrate/20091017214519_add_missing_indexes_to_custom_values.rb
844
%%WWWDIR%%/db/migrate/20091017214611_add_missing_indexes_to_journals.rb
845
%%WWWDIR%%/db/migrate/20091017214644_add_missing_indexes_to_issue_relations.rb
846
%%WWWDIR%%/db/migrate/20091017214720_add_missing_indexes_to_wiki_redirects.rb
847
%%WWWDIR%%/db/migrate/20091017214750_add_missing_indexes_to_custom_fields_trackers.rb
848
%%WWWDIR%%/db/migrate/20091025163651_add_activity_indexes.rb
849
%%WWWDIR%%/db/migrate/20091108092559_add_versions_status.rb
850
%%WWWDIR%%/db/migrate/20091114105931_add_view_issues_permission.rb
851
%%WWWDIR%%/db/migrate/20091123212029_add_default_done_ratio_to_issue_status.rb
852
%%WWWDIR%%/db/migrate/20091205124427_add_versions_sharing.rb
853
%%WWWDIR%%/db/migrate/20091220183509_add_lft_and_rgt_indexes_to_projects.rb
854
%%WWWDIR%%/db/migrate/20091220183727_add_index_to_settings_name.rb
855
%%WWWDIR%%/db/migrate/20091220184736_add_indexes_to_issue_status.rb
856
%%WWWDIR%%/db/migrate/20091225164732_remove_enumerations_opt.rb
857
%%WWWDIR%%/db/migrate/20091227112908_change_wiki_contents_text_limit.rb
858
%%WWWDIR%%/db/migrate/20100129193402_change_users_mail_notification_to_string.rb
859
%%WWWDIR%%/db/migrate/20100129193813_update_mail_notification_values.rb
860
%%WWWDIR%%/db/migrate/20100221100219_add_index_on_changesets_scmid.rb
861
%%WWWDIR%%/db/migrate/20100313132032_add_issues_nested_sets_columns.rb
862
%%WWWDIR%%/db/migrate/20100313171051_add_index_on_issues_nested_set.rb
863
%%WWWDIR%%/db/migrate/20100705164950_change_changes_path_length_limit.rb
864
%%WWWDIR%%/db/migrate/20100819172912_enable_calendar_and_gantt_modules_where_appropriate.rb
865
%%WWWDIR%%/db/migrate/20101104182107_add_unique_index_on_members.rb
866
%%WWWDIR%%/db/migrate/20101107130441_add_custom_fields_visible.rb
867
%%WWWDIR%%/db/migrate/20101114115114_change_projects_name_limit.rb
868
%%WWWDIR%%/db/migrate/20101114115359_change_projects_identifier_limit.rb
869
%%WWWDIR%%/db/migrate/20110220160626_add_workflows_assignee_and_author.rb
870
%%WWWDIR%%/db/migrate/20110223180944_add_users_salt.rb
871
%%WWWDIR%%/db/migrate/20110223180953_salt_user_passwords.rb
872
%%WWWDIR%%/db/migrate/20110224000000_add_repositories_path_encoding.rb
873
%%WWWDIR%%/db/migrate/20110226120112_change_repositories_password_limit.rb
874
%%WWWDIR%%/db/migrate/20110226120132_change_auth_sources_account_password_limit.rb
875
%%WWWDIR%%/db/migrate/20110227125750_change_journal_details_values_to_text.rb
876
%%WWWDIR%%/db/migrate/20110228000000_add_repositories_log_encoding.rb
877
%%WWWDIR%%/db/migrate/20110228000100_copy_repositories_log_encoding.rb
878
%%WWWDIR%%/db/migrate/20110401192910_add_index_to_users_type.rb
879
%%WWWDIR%%/db/migrate/20110408103312_add_roles_issues_visibility.rb
880
%%WWWDIR%%/db/migrate/20110412065600_add_issues_is_private.rb
881
%%WWWDIR%%/db/migrate/20110511000000_add_repositories_extra_info.rb
882
%%WWWDIR%%/db/migrate/20110902000000_create_changeset_parents.rb
883
%%WWWDIR%%/db/migrate/20111201201315_add_unique_index_to_issue_relations.rb
884
%%WWWDIR%%/db/migrate/20120115143024_add_repositories_identifier.rb
885
%%WWWDIR%%/db/migrate/20120115143100_add_repositories_is_default.rb
886
%%WWWDIR%%/db/migrate/20120115143126_set_default_repositories.rb
887
%%WWWDIR%%/db/migrate/20120127174243_add_custom_fields_multiple.rb
888
%%WWWDIR%%/db/migrate/20120205111326_change_users_login_limit.rb
889
%%WWWDIR%%/db/migrate/20120223110929_change_attachments_container_defaults.rb
890
%%WWWDIR%%/db/migrate/20120301153455_add_auth_sources_filter.rb
891
%%WWWDIR%%/db/migrate/20120422150750_change_repositories_to_full_sti.rb
892
%%WWWDIR%%/db/migrate/20120705074331_add_trackers_fields_bits.rb
893
%%WWWDIR%%/db/migrate/20120707064544_add_auth_sources_timeout.rb
894
%%WWWDIR%%/db/migrate/20120714122000_add_workflows_type.rb
895
%%WWWDIR%%/db/migrate/20120714122100_update_workflows_to_sti.rb
896
%%WWWDIR%%/db/migrate/20120714122200_add_workflows_rule_fields.rb
897
%%WWWDIR%%/db/migrate/20120731164049_add_boards_parent_id.rb
898
%%WWWDIR%%/db/migrate/20120930112914_add_journals_private_notes.rb
899
%%WWWDIR%%/db/migrate/20121026002032_add_enumerations_position_name.rb
900
%%WWWDIR%%/db/migrate/20121026003537_populate_enumerations_position_name.rb
901
%%WWWDIR%%/db/migrate/20121209123234_add_queries_type.rb
902
%%WWWDIR%%/db/migrate/20121209123358_update_queries_to_sti.rb
903
%%WWWDIR%%/db/migrate/20121213084931_add_attachments_disk_directory.rb
904
%%WWWDIR%%/db/migrate/20130110122628_split_documents_permissions.rb
905
%%WWWDIR%%/db/migrate/20130201184705_add_unique_index_on_tokens_value.rb
906
%%WWWDIR%%/db/migrate/20130202090625_add_projects_inherit_members.rb
907
%%WWWDIR%%/db/migrate/20130207175206_add_unique_index_on_custom_fields_trackers.rb
908
%%WWWDIR%%/db/migrate/20130207181455_add_unique_index_on_custom_fields_projects.rb
909
%%WWWDIR%%/db/migrate/20130215073721_change_users_lastname_length_to_255.rb
910
%%WWWDIR%%/db/migrate/20130215111127_add_issues_closed_on.rb
911
%%WWWDIR%%/db/migrate/20130215111141_populate_issues_closed_on.rb
912
%%WWWDIR%%/db/migrate/20130217094251_remove_issues_default_fk_values.rb
913
%%WWWDIR%%/db/migrate/20130602092539_create_queries_roles.rb
914
%%WWWDIR%%/db/migrate/20130710182539_add_queries_visibility.rb
915
%%WWWDIR%%/db/migrate/20130713104233_create_custom_fields_roles.rb
916
%%WWWDIR%%/db/migrate/20130713111657_add_queries_options.rb
917
%%WWWDIR%%/db/migrate/20130729070143_add_users_must_change_passwd.rb
918
%%WWWDIR%%/db/migrate/20130911193200_remove_eols_from_attachments_filename.rb
919
%%WWWDIR%%/db/migrate/20131004113137_support_for_multiple_commit_keywords.rb
920
%%WWWDIR%%/db/migrate/20131005100610_add_repositories_created_on.rb
921
%%WWWDIR%%/db/migrate/20131124175346_add_custom_fields_format_store.rb
922
%%WWWDIR%%/db/migrate/20131210180802_add_custom_fields_description.rb
923
%%WWWDIR%%/db/migrate/20131214094309_remove_custom_fields_min_max_length_default_values.rb
924
%%WWWDIR%%/db/migrate/20131215104612_store_relation_type_in_journal_details.rb
925
%%WWWDIR%%/db/migrate/20131218183023_delete_orphan_time_entries_custom_values.rb
926
%%WWWDIR%%/db/migrate/20140228130325_change_changesets_comments_limit.rb
927
%%WWWDIR%%/db/migrate/20140903143914_add_password_changed_at_to_user.rb
928
%%WWWDIR%%/db/migrate/20140920094058_insert_builtin_groups.rb
929
%%WWWDIR%%/db/migrate/20141029181752_add_trackers_default_status_id.rb
930
%%WWWDIR%%/db/migrate/20141029181824_remove_issue_statuses_is_default.rb
931
%%WWWDIR%%/db/migrate/20141109112308_add_roles_users_visibility.rb
932
%%WWWDIR%%/db/migrate/20141122124142_add_wiki_redirects_redirects_to_wiki_id.rb
933
%%WWWDIR%%/db/migrate/20150113194759_create_email_addresses.rb
934
%%WWWDIR%%/db/migrate/20150113211532_populate_email_addresses.rb
935
%%WWWDIR%%/db/migrate/20150113213922_remove_users_mail.rb
936
%%WWWDIR%%/db/migrate/20150113213955_add_email_addresses_user_id_index.rb
937
%%WWWDIR%%/db/migrate/20150208105930_replace_move_issues_permission.rb
938
%%WWWDIR%%/db/migrate/20150510083747_change_documents_title_limit.rb
939
%%WWWDIR%%/db/migrate/20150525103953_clear_estimated_hours_on_parent_issues.rb
940
%%WWWDIR%%/db/migrate/20150526183158_add_roles_time_entries_visibility.rb
941
%%WWWDIR%%/db/migrate/20150528084820_add_roles_all_roles_managed.rb
942
%%WWWDIR%%/db/migrate/20150528092912_create_roles_managed_roles.rb
943
%%WWWDIR%%/db/migrate/20150528093249_add_unique_index_on_roles_managed_roles.rb
944
%%WWWDIR%%/db/migrate/20150725112753_insert_allowed_statuses_for_new_issues.rb
945
%%WWWDIR%%/db/migrate/20150730122707_create_imports.rb
946
%%WWWDIR%%/db/migrate/20150730122735_create_import_items.rb
947
%%WWWDIR%%/db/migrate/20150921204850_change_time_entries_comments_limit_to_1024.rb
948
%%WWWDIR%%/db/migrate/20150921210243_change_wiki_contents_comments_limit_to_1024.rb
949
%%WWWDIR%%/db/migrate/20151020182334_change_attachments_filesize_limit_to_8.rb
950
%%WWWDIR%%/db/migrate/20151020182731_fix_comma_in_user_format_setting_value.rb
951
%%WWWDIR%%/db/migrate/20151021184614_change_issue_categories_name_limit_to_60.rb
952
%%WWWDIR%%/db/migrate/20151021185456_change_auth_sources_filter_to_text.rb
953
%%WWWDIR%%/db/migrate/20151021190616_change_user_preferences_hide_mail_default_to_true.rb
954
%%WWWDIR%%/db/migrate/20151024082034_add_tokens_updated_on.rb
955
%%WWWDIR%%/db/migrate/20151025072118_create_custom_field_enumerations.rb
956
%%WWWDIR%%/db/migrate/20151031095005_add_projects_default_version_id.rb
957
%%WWWDIR%%/db/migrate/20160404080304_force_password_reset_during_setup.rb
958
%%WWWDIR%%/db/migrate/20160416072926_remove_position_defaults.rb
959
%%WWWDIR%%/db/migrate/20160529063352_add_roles_settings.rb
960
%%WWWDIR%%/db/migrate/20161001122012_add_tracker_id_index_to_workflows.rb
961
%%WWWDIR%%/db/migrate/20161002133421_add_index_on_member_roles_inherited_from.rb
962
%%WWWDIR%%/db/migrate/20161010081301_change_issues_description_limit.rb
963
%%WWWDIR%%/db/migrate/20161010081528_change_journal_details_value_limit.rb
964
%%WWWDIR%%/db/migrate/20161010081600_change_journals_notes_limit.rb
965
%%WWWDIR%%/db/migrate/20161126094932_add_index_on_changesets_issues_issue_id.rb
966
%%WWWDIR%%/db/migrate/20161220091118_add_index_on_issues_parent_id.rb
967
%%WWWDIR%%/db/migrate/20170207050700_add_index_on_disk_filename_to_attachments.rb
968
%%WWWDIR%%/db/migrate/20170302015225_change_attachments_digest_limit_to_64.rb
969
%%WWWDIR%%/db/migrate/20170309214320_add_project_default_assigned_to_id.rb
970
%%WWWDIR%%/db/migrate/20170320051650_change_repositories_extra_info_limit.rb
971
%%WWWDIR%%/db/migrate/20170418090031_add_view_news_to_all_existing_roles.rb
972
%%WWWDIR%%/db/migrate/20170419144536_add_view_messages_to_all_existing_roles.rb
973
%%WWWDIR%%/db/migrate/20170723112801_rename_comments_to_content.rb
974
%%WWWDIR%%/db/migrate/20180913072918_add_verify_peer_to_auth_sources.rb
975
%%WWWDIR%%/db/migrate/20180923082945_change_sqlite_booleans_to_0_and_1.rb
976
%%WWWDIR%%/db/migrate/20180923091603_change_sqlite_booleans_default.rb
977
%%WWWDIR%%/doc/CHANGELOG
978
%%WWWDIR%%/doc/COPYING
979
%%WWWDIR%%/doc/INSTALL
980
%%WWWDIR%%/doc/README_FOR_APP
981
%%WWWDIR%%/doc/RUNNING_TESTS
982
%%WWWDIR%%/doc/UPGRADING
983
%%WWWDIR%%/extra/mail_handler/rdm-mailhandler.rb
984
%%WWWDIR%%/extra/sample_plugin/README
985
%%WWWDIR%%/extra/sample_plugin/app/controllers/example_controller.rb
986
%%WWWDIR%%/extra/sample_plugin/app/models/meeting.rb
987
%%WWWDIR%%/extra/sample_plugin/app/views/example/say_goodbye.html.erb
988
%%WWWDIR%%/extra/sample_plugin/app/views/example/say_hello.html.erb
989
%%WWWDIR%%/extra/sample_plugin/app/views/my/blocks/_sample_block.html.erb
990
%%WWWDIR%%/extra/sample_plugin/app/views/settings/_sample_plugin_settings.html.erb
991
%%WWWDIR%%/extra/sample_plugin/assets/images/it_works.png
992
%%WWWDIR%%/extra/sample_plugin/assets/stylesheets/example.css
993
%%WWWDIR%%/extra/sample_plugin/config/locales/en.yml
994
%%WWWDIR%%/extra/sample_plugin/config/locales/fr.yml
995
%%WWWDIR%%/extra/sample_plugin/config/routes.rb
996
%%WWWDIR%%/extra/sample_plugin/db/migrate/001_create_meetings.rb
997
%%WWWDIR%%/extra/sample_plugin/init.rb
998
%%WWWDIR%%/extra/sample_plugin/test/integration/routing_test.rb
999
%%WWWDIR%%/extra/svn/Redmine.pm
1000
%%WWWDIR%%/extra/svn/reposman.rb
1001
%%WWWDIR%%/lib/diff.rb
1002
%%WWWDIR%%/lib/generators/redmine_plugin/USAGE
1003
%%WWWDIR%%/lib/generators/redmine_plugin/redmine_plugin_generator.rb
1004
%%WWWDIR%%/lib/generators/redmine_plugin/templates/README.rdoc
1005
%%WWWDIR%%/lib/generators/redmine_plugin/templates/en_rails_i18n.yml
1006
%%WWWDIR%%/lib/generators/redmine_plugin/templates/init.rb.erb
1007
%%WWWDIR%%/lib/generators/redmine_plugin/templates/routes.rb
1008
%%WWWDIR%%/lib/generators/redmine_plugin/templates/test_helper.rb.erb
1009
%%WWWDIR%%/lib/generators/redmine_plugin_controller/USAGE
1010
%%WWWDIR%%/lib/generators/redmine_plugin_controller/redmine_plugin_controller_generator.rb
1011
%%WWWDIR%%/lib/generators/redmine_plugin_controller/templates/controller.rb.erb
1012
%%WWWDIR%%/lib/generators/redmine_plugin_controller/templates/functional_test.rb.erb
1013
%%WWWDIR%%/lib/generators/redmine_plugin_controller/templates/helper.rb.erb
1014
%%WWWDIR%%/lib/generators/redmine_plugin_controller/templates/view.html.erb
1015
%%WWWDIR%%/lib/generators/redmine_plugin_model/USAGE
1016
%%WWWDIR%%/lib/generators/redmine_plugin_model/redmine_plugin_model_generator.rb
1017
%%WWWDIR%%/lib/generators/redmine_plugin_model/templates/migration.rb
1018
%%WWWDIR%%/lib/generators/redmine_plugin_model/templates/model.rb.erb
1019
%%WWWDIR%%/lib/generators/redmine_plugin_model/templates/unit_test.rb.erb
1020
%%WWWDIR%%/lib/plugins/acts_as_activity_provider/init.rb
1021
%%WWWDIR%%/lib/plugins/acts_as_activity_provider/lib/acts_as_activity_provider.rb
1022
%%WWWDIR%%/lib/plugins/acts_as_attachable/init.rb
1023
%%WWWDIR%%/lib/plugins/acts_as_attachable/lib/acts_as_attachable.rb
1024
%%WWWDIR%%/lib/plugins/acts_as_customizable/init.rb
1025
%%WWWDIR%%/lib/plugins/acts_as_customizable/lib/acts_as_customizable.rb
1026
%%WWWDIR%%/lib/plugins/acts_as_event/init.rb
1027
%%WWWDIR%%/lib/plugins/acts_as_event/lib/acts_as_event.rb
1028
%%WWWDIR%%/lib/plugins/acts_as_searchable/init.rb
1029
%%WWWDIR%%/lib/plugins/acts_as_searchable/lib/acts_as_searchable.rb
1030
%%WWWDIR%%/lib/plugins/acts_as_tree/README
1031
%%WWWDIR%%/lib/plugins/acts_as_tree/Rakefile
1032
%%WWWDIR%%/lib/plugins/acts_as_tree/init.rb
1033
%%WWWDIR%%/lib/plugins/acts_as_tree/lib/active_record/acts/tree.rb
1034
%%WWWDIR%%/lib/plugins/acts_as_tree/test/abstract_unit.rb
1035
%%WWWDIR%%/lib/plugins/acts_as_tree/test/acts_as_tree_test.rb
1036
%%WWWDIR%%/lib/plugins/acts_as_tree/test/database.yml
1037
%%WWWDIR%%/lib/plugins/acts_as_tree/test/fixtures/mixin.rb
1038
%%WWWDIR%%/lib/plugins/acts_as_tree/test/fixtures/mixins.yml
1039
%%WWWDIR%%/lib/plugins/acts_as_tree/test/schema.rb
1040
%%WWWDIR%%/lib/plugins/acts_as_watchable/init.rb
1041
%%WWWDIR%%/lib/plugins/acts_as_watchable/lib/acts_as_watchable.rb
1042
%%WWWDIR%%/lib/plugins/gravatar/.gitignore
1043
%%WWWDIR%%/lib/plugins/gravatar/MIT-LICENSE
1044
%%WWWDIR%%/lib/plugins/gravatar/README.rdoc
1045
%%WWWDIR%%/lib/plugins/gravatar/Rakefile
1046
%%WWWDIR%%/lib/plugins/gravatar/about.yml
1047
%%WWWDIR%%/lib/plugins/gravatar/init.rb
1048
%%WWWDIR%%/lib/plugins/gravatar/lib/gravatar.rb
1049
%%WWWDIR%%/lib/plugins/gravatar/spec/gravatar_spec.rb
1050
%%WWWDIR%%/lib/plugins/open_id_authentication/CHANGELOG
1051
%%WWWDIR%%/lib/plugins/open_id_authentication/README
1052
%%WWWDIR%%/lib/plugins/open_id_authentication/Rakefile
1053
%%WWWDIR%%/lib/plugins/open_id_authentication/generators/open_id_authentication_tables/open_id_authentication_tables_generator.rb
1054
%%WWWDIR%%/lib/plugins/open_id_authentication/generators/open_id_authentication_tables/templates/migration.rb
1055
%%WWWDIR%%/lib/plugins/open_id_authentication/generators/upgrade_open_id_authentication_tables/templates/migration.rb
1056
%%WWWDIR%%/lib/plugins/open_id_authentication/generators/upgrade_open_id_authentication_tables/upgrade_open_id_authentication_tables_generator.rb
1057
%%WWWDIR%%/lib/plugins/open_id_authentication/init.rb
1058
%%WWWDIR%%/lib/plugins/open_id_authentication/lib/open_id_authentication.rb
1059
%%WWWDIR%%/lib/plugins/open_id_authentication/lib/open_id_authentication/association.rb
1060
%%WWWDIR%%/lib/plugins/open_id_authentication/lib/open_id_authentication/db_store.rb
1061
%%WWWDIR%%/lib/plugins/open_id_authentication/lib/open_id_authentication/mem_cache_store.rb
1062
%%WWWDIR%%/lib/plugins/open_id_authentication/lib/open_id_authentication/nonce.rb
1063
%%WWWDIR%%/lib/plugins/open_id_authentication/lib/open_id_authentication/request.rb
1064
%%WWWDIR%%/lib/plugins/open_id_authentication/lib/open_id_authentication/timeout_fixes.rb
1065
%%WWWDIR%%/lib/plugins/open_id_authentication/lib/tasks/open_id_authentication_tasks.rake
1066
%%WWWDIR%%/lib/plugins/open_id_authentication/test/mem_cache_store_test.rb
1067
%%WWWDIR%%/lib/plugins/open_id_authentication/test/normalize_test.rb
1068
%%WWWDIR%%/lib/plugins/open_id_authentication/test/open_id_authentication_test.rb
1069
%%WWWDIR%%/lib/plugins/open_id_authentication/test/status_test.rb
1070
%%WWWDIR%%/lib/plugins/open_id_authentication/test/test_helper.rb
1071
%%WWWDIR%%/lib/redmine.rb
1072
%%WWWDIR%%/lib/redmine/access_control.rb
1073
%%WWWDIR%%/lib/redmine/access_keys.rb
1074
%%WWWDIR%%/lib/redmine/activity.rb
1075
%%WWWDIR%%/lib/redmine/activity/fetcher.rb
1076
%%WWWDIR%%/lib/redmine/acts/positioned.rb
1077
%%WWWDIR%%/lib/redmine/ciphering.rb
1078
%%WWWDIR%%/lib/redmine/codeset_util.rb
1079
%%WWWDIR%%/lib/redmine/configuration.rb
1080
%%WWWDIR%%/lib/redmine/core_ext.rb
1081
%%WWWDIR%%/lib/redmine/core_ext/active_record.rb
1082
%%WWWDIR%%/lib/redmine/core_ext/string.rb
1083
%%WWWDIR%%/lib/redmine/core_ext/string/conversions.rb
1084
%%WWWDIR%%/lib/redmine/core_ext/string/inflections.rb
1085
%%WWWDIR%%/lib/redmine/database.rb
1086
%%WWWDIR%%/lib/redmine/default_data/loader.rb
1087
%%WWWDIR%%/lib/redmine/export/csv.rb
1088
%%WWWDIR%%/lib/redmine/export/pdf.rb
1089
%%WWWDIR%%/lib/redmine/export/pdf/issues_pdf_helper.rb
1090
%%WWWDIR%%/lib/redmine/export/pdf/wiki_pdf_helper.rb
1091
%%WWWDIR%%/lib/redmine/field_format.rb
1092
%%WWWDIR%%/lib/redmine/helpers/calendar.rb
1093
%%WWWDIR%%/lib/redmine/helpers/diff.rb
1094
%%WWWDIR%%/lib/redmine/helpers/gantt.rb
1095
%%WWWDIR%%/lib/redmine/helpers/time_report.rb
1096
%%WWWDIR%%/lib/redmine/helpers/url.rb
1097
%%WWWDIR%%/lib/redmine/hook.rb
1098
%%WWWDIR%%/lib/redmine/hook/listener.rb
1099
%%WWWDIR%%/lib/redmine/hook/view_listener.rb
1100
%%WWWDIR%%/lib/redmine/i18n.rb
1101
%%WWWDIR%%/lib/redmine/imap.rb
1102
%%WWWDIR%%/lib/redmine/info.rb
1103
%%WWWDIR%%/lib/redmine/menu_manager.rb
1104
%%WWWDIR%%/lib/redmine/mime_type.rb
1105
%%WWWDIR%%/lib/redmine/my_page.rb
1106
%%WWWDIR%%/lib/redmine/nested_set/issue_nested_set.rb
1107
%%WWWDIR%%/lib/redmine/nested_set/project_nested_set.rb
1108
%%WWWDIR%%/lib/redmine/nested_set/traversing.rb
1109
%%WWWDIR%%/lib/redmine/notifiable.rb
1110
%%WWWDIR%%/lib/redmine/pagination.rb
1111
%%WWWDIR%%/lib/redmine/platform.rb
1112
%%WWWDIR%%/lib/redmine/plugin.rb
1113
%%WWWDIR%%/lib/redmine/pop3.rb
1114
%%WWWDIR%%/lib/redmine/safe_attributes.rb
1115
%%WWWDIR%%/lib/redmine/scm/adapters.rb
1116
%%WWWDIR%%/lib/redmine/scm/adapters/abstract_adapter.rb
1117
%%WWWDIR%%/lib/redmine/scm/adapters/bazaar_adapter.rb
1118
%%WWWDIR%%/lib/redmine/scm/adapters/command_failed.rb
1119
%%WWWDIR%%/lib/redmine/scm/adapters/cvs_adapter.rb
1120
%%WWWDIR%%/lib/redmine/scm/adapters/filesystem_adapter.rb
1121
%%WWWDIR%%/lib/redmine/scm/adapters/git_adapter.rb
1122
%%WWWDIR%%/lib/redmine/scm/adapters/mercurial/hg-template-1.0.tmpl
1123
%%WWWDIR%%/lib/redmine/scm/adapters/mercurial/redminehelper.py
1124
%%WWWDIR%%/lib/redmine/scm/adapters/mercurial_adapter.rb
1125
%%WWWDIR%%/lib/redmine/scm/adapters/subversion_adapter.rb
1126
%%WWWDIR%%/lib/redmine/scm/base.rb
1127
%%WWWDIR%%/lib/redmine/search.rb
1128
%%WWWDIR%%/lib/redmine/sort_criteria.rb
1129
%%WWWDIR%%/lib/redmine/subclass_factory.rb
1130
%%WWWDIR%%/lib/redmine/sudo_mode.rb
1131
%%WWWDIR%%/lib/redmine/syntax_highlighting.rb
1132
%%WWWDIR%%/lib/redmine/themes.rb
1133
%%WWWDIR%%/lib/redmine/thumbnail.rb
1134
%%WWWDIR%%/lib/redmine/unified_diff.rb
1135
%%WWWDIR%%/lib/redmine/utils.rb
1136
%%WWWDIR%%/lib/redmine/version.rb
1137
%%WWWDIR%%/lib/redmine/views/api_template_handler.rb
1138
%%WWWDIR%%/lib/redmine/views/builders.rb
1139
%%WWWDIR%%/lib/redmine/views/builders/json.rb
1140
%%WWWDIR%%/lib/redmine/views/builders/structure.rb
1141
%%WWWDIR%%/lib/redmine/views/builders/xml.rb
1142
%%WWWDIR%%/lib/redmine/views/labelled_form_builder.rb
1143
%%WWWDIR%%/lib/redmine/views/other_formats_builder.rb
1144
%%WWWDIR%%/lib/redmine/wiki_formatting.rb
1145
%%WWWDIR%%/lib/redmine/wiki_formatting/html_parser.rb
1146
%%WWWDIR%%/lib/redmine/wiki_formatting/macros.rb
1147
%%WWWDIR%%/lib/redmine/wiki_formatting/markdown/formatter.rb
1148
%%WWWDIR%%/lib/redmine/wiki_formatting/markdown/helper.rb
1149
%%WWWDIR%%/lib/redmine/wiki_formatting/markdown/html_parser.rb
1150
%%WWWDIR%%/lib/redmine/wiki_formatting/textile/formatter.rb
1151
%%WWWDIR%%/lib/redmine/wiki_formatting/textile/helper.rb
1152
%%WWWDIR%%/lib/redmine/wiki_formatting/textile/html_parser.rb
1153
%%WWWDIR%%/lib/redmine/wiki_formatting/textile/redcloth3.rb
1154
%%WWWDIR%%/lib/tasks/ci.rake
1155
%%WWWDIR%%/lib/tasks/ciphering.rake
1156
%%WWWDIR%%/lib/tasks/deprecated.rake
1157
%%WWWDIR%%/lib/tasks/email.rake
1158
%%WWWDIR%%/lib/tasks/extract_fixtures.rake
1159
%%WWWDIR%%/lib/tasks/initializers.rake
1160
%%WWWDIR%%/lib/tasks/load_default_data.rake
1161
%%WWWDIR%%/lib/tasks/locales.rake
1162
%%WWWDIR%%/lib/tasks/metrics.rake
1163
%%WWWDIR%%/lib/tasks/migrate_from_mantis.rake
1164
%%WWWDIR%%/lib/tasks/migrate_from_trac.rake
1165
%%WWWDIR%%/lib/tasks/permissions.rake
1166
%%WWWDIR%%/lib/tasks/redmine.rake
1167
%%WWWDIR%%/lib/tasks/reminder.rake
1168
%%WWWDIR%%/lib/tasks/testing.rake
1169
%%WWWDIR%%/lib/tasks/yardoc.rake
1170
%%WWWDIR%%/plugins/README
1171
%%WWWDIR%%/public/404.html
1172
%%WWWDIR%%/public/500.html
1173
%%WWWDIR%%/public/dispatch.fcgi.example
1174
%%WWWDIR%%/public/favicon.ico
1175
%%WWWDIR%%/public/help/ar/wiki_syntax_detailed_markdown.html
1176
%%WWWDIR%%/public/help/ar/wiki_syntax_detailed_textile.html
1177
%%WWWDIR%%/public/help/ar/wiki_syntax_markdown.html
1178
%%WWWDIR%%/public/help/ar/wiki_syntax_textile.html
1179
%%WWWDIR%%/public/help/az/wiki_syntax_detailed_markdown.html
1180
%%WWWDIR%%/public/help/az/wiki_syntax_detailed_textile.html
1181
%%WWWDIR%%/public/help/az/wiki_syntax_markdown.html
1182
%%WWWDIR%%/public/help/az/wiki_syntax_textile.html
1183
%%WWWDIR%%/public/help/bg/wiki_syntax_detailed_markdown.html
1184
%%WWWDIR%%/public/help/bg/wiki_syntax_detailed_textile.html
1185
%%WWWDIR%%/public/help/bg/wiki_syntax_markdown.html
1186
%%WWWDIR%%/public/help/bg/wiki_syntax_textile.html
1187
%%WWWDIR%%/public/help/bs/wiki_syntax_detailed_markdown.html
1188
%%WWWDIR%%/public/help/bs/wiki_syntax_detailed_textile.html
1189
%%WWWDIR%%/public/help/bs/wiki_syntax_markdown.html
1190
%%WWWDIR%%/public/help/bs/wiki_syntax_textile.html
1191
%%WWWDIR%%/public/help/ca/wiki_syntax_detailed_markdown.html
1192
%%WWWDIR%%/public/help/ca/wiki_syntax_detailed_textile.html
1193
%%WWWDIR%%/public/help/ca/wiki_syntax_markdown.html
1194
%%WWWDIR%%/public/help/ca/wiki_syntax_textile.html
1195
%%WWWDIR%%/public/help/cs/wiki_syntax_detailed_markdown.html
1196
%%WWWDIR%%/public/help/cs/wiki_syntax_detailed_textile.html
1197
%%WWWDIR%%/public/help/cs/wiki_syntax_markdown.html
1198
%%WWWDIR%%/public/help/cs/wiki_syntax_textile.html
1199
%%WWWDIR%%/public/help/da/wiki_syntax_detailed_markdown.html
1200
%%WWWDIR%%/public/help/da/wiki_syntax_detailed_textile.html
1201
%%WWWDIR%%/public/help/da/wiki_syntax_markdown.html
1202
%%WWWDIR%%/public/help/da/wiki_syntax_textile.html
1203
%%WWWDIR%%/public/help/de/wiki_syntax_detailed_markdown.html
1204
%%WWWDIR%%/public/help/de/wiki_syntax_detailed_textile.html
1205
%%WWWDIR%%/public/help/de/wiki_syntax_markdown.html
1206
%%WWWDIR%%/public/help/de/wiki_syntax_textile.html
1207
%%WWWDIR%%/public/help/el/wiki_syntax_detailed_markdown.html
1208
%%WWWDIR%%/public/help/el/wiki_syntax_detailed_textile.html
1209
%%WWWDIR%%/public/help/el/wiki_syntax_markdown.html
1210
%%WWWDIR%%/public/help/el/wiki_syntax_textile.html
1211
%%WWWDIR%%/public/help/en-gb/wiki_syntax_detailed_markdown.html
1212
%%WWWDIR%%/public/help/en-gb/wiki_syntax_detailed_textile.html
1213
%%WWWDIR%%/public/help/en-gb/wiki_syntax_markdown.html
1214
%%WWWDIR%%/public/help/en-gb/wiki_syntax_textile.html
1215
%%WWWDIR%%/public/help/en/wiki_syntax_detailed_markdown.html
1216
%%WWWDIR%%/public/help/en/wiki_syntax_detailed_textile.html
1217
%%WWWDIR%%/public/help/en/wiki_syntax_markdown.html
1218
%%WWWDIR%%/public/help/en/wiki_syntax_textile.html
1219
%%WWWDIR%%/public/help/es-pa/wiki_syntax_detailed_markdown.html
1220
%%WWWDIR%%/public/help/es-pa/wiki_syntax_detailed_textile.html
1221
%%WWWDIR%%/public/help/es-pa/wiki_syntax_markdown.html
1222
%%WWWDIR%%/public/help/es-pa/wiki_syntax_textile.html
1223
%%WWWDIR%%/public/help/es/wiki_syntax_detailed_markdown.html
1224
%%WWWDIR%%/public/help/es/wiki_syntax_detailed_textile.html
1225
%%WWWDIR%%/public/help/es/wiki_syntax_markdown.html
1226
%%WWWDIR%%/public/help/es/wiki_syntax_textile.html
1227
%%WWWDIR%%/public/help/et/wiki_syntax_detailed_markdown.html
1228
%%WWWDIR%%/public/help/et/wiki_syntax_detailed_textile.html
1229
%%WWWDIR%%/public/help/et/wiki_syntax_markdown.html
1230
%%WWWDIR%%/public/help/et/wiki_syntax_textile.html
1231
%%WWWDIR%%/public/help/eu/wiki_syntax_detailed_markdown.html
1232
%%WWWDIR%%/public/help/eu/wiki_syntax_detailed_textile.html
1233
%%WWWDIR%%/public/help/eu/wiki_syntax_markdown.html
1234
%%WWWDIR%%/public/help/eu/wiki_syntax_textile.html
1235
%%WWWDIR%%/public/help/fa/wiki_syntax_detailed_markdown.html
1236
%%WWWDIR%%/public/help/fa/wiki_syntax_detailed_textile.html
1237
%%WWWDIR%%/public/help/fa/wiki_syntax_markdown.html
1238
%%WWWDIR%%/public/help/fa/wiki_syntax_textile.html
1239
%%WWWDIR%%/public/help/fi/wiki_syntax_detailed_markdown.html
1240
%%WWWDIR%%/public/help/fi/wiki_syntax_detailed_textile.html
1241
%%WWWDIR%%/public/help/fi/wiki_syntax_markdown.html
1242
%%WWWDIR%%/public/help/fi/wiki_syntax_textile.html
1243
%%WWWDIR%%/public/help/fr/wiki_syntax_detailed_markdown.html
1244
%%WWWDIR%%/public/help/fr/wiki_syntax_detailed_textile.html
1245
%%WWWDIR%%/public/help/fr/wiki_syntax_markdown.html
1246
%%WWWDIR%%/public/help/fr/wiki_syntax_textile.html
1247
%%WWWDIR%%/public/help/gl/wiki_syntax_detailed_markdown.html
1248
%%WWWDIR%%/public/help/gl/wiki_syntax_detailed_textile.html
1249
%%WWWDIR%%/public/help/gl/wiki_syntax_markdown.html
1250
%%WWWDIR%%/public/help/gl/wiki_syntax_textile.html
1251
%%WWWDIR%%/public/help/he/wiki_syntax_detailed_markdown.html
1252
%%WWWDIR%%/public/help/he/wiki_syntax_detailed_textile.html
1253
%%WWWDIR%%/public/help/he/wiki_syntax_markdown.html
1254
%%WWWDIR%%/public/help/he/wiki_syntax_textile.html
1255
%%WWWDIR%%/public/help/hr/wiki_syntax_detailed_markdown.html
1256
%%WWWDIR%%/public/help/hr/wiki_syntax_detailed_textile.html
1257
%%WWWDIR%%/public/help/hr/wiki_syntax_markdown.html
1258
%%WWWDIR%%/public/help/hr/wiki_syntax_textile.html
1259
%%WWWDIR%%/public/help/hu/wiki_syntax_detailed_markdown.html
1260
%%WWWDIR%%/public/help/hu/wiki_syntax_detailed_textile.html
1261
%%WWWDIR%%/public/help/hu/wiki_syntax_markdown.html
1262
%%WWWDIR%%/public/help/hu/wiki_syntax_textile.html
1263
%%WWWDIR%%/public/help/id/wiki_syntax_detailed_markdown.html
1264
%%WWWDIR%%/public/help/id/wiki_syntax_detailed_textile.html
1265
%%WWWDIR%%/public/help/id/wiki_syntax_markdown.html
1266
%%WWWDIR%%/public/help/id/wiki_syntax_textile.html
1267
%%WWWDIR%%/public/help/it/wiki_syntax_detailed_markdown.html
1268
%%WWWDIR%%/public/help/it/wiki_syntax_detailed_textile.html
1269
%%WWWDIR%%/public/help/it/wiki_syntax_markdown.html
1270
%%WWWDIR%%/public/help/it/wiki_syntax_textile.html
1271
%%WWWDIR%%/public/help/ja/wiki_syntax_detailed_markdown.html
1272
%%WWWDIR%%/public/help/ja/wiki_syntax_detailed_textile.html
1273
%%WWWDIR%%/public/help/ja/wiki_syntax_markdown.html
1274
%%WWWDIR%%/public/help/ja/wiki_syntax_textile.html
1275
%%WWWDIR%%/public/help/ko/wiki_syntax_detailed_markdown.html
1276
%%WWWDIR%%/public/help/ko/wiki_syntax_detailed_textile.html
1277
%%WWWDIR%%/public/help/ko/wiki_syntax_markdown.html
1278
%%WWWDIR%%/public/help/ko/wiki_syntax_textile.html
1279
%%WWWDIR%%/public/help/lt/wiki_syntax_detailed_markdown.html
1280
%%WWWDIR%%/public/help/lt/wiki_syntax_detailed_textile.html
1281
%%WWWDIR%%/public/help/lt/wiki_syntax_markdown.html
1282
%%WWWDIR%%/public/help/lt/wiki_syntax_textile.html
1283
%%WWWDIR%%/public/help/lv/wiki_syntax_detailed_markdown.html
1284
%%WWWDIR%%/public/help/lv/wiki_syntax_detailed_textile.html
1285
%%WWWDIR%%/public/help/lv/wiki_syntax_markdown.html
1286
%%WWWDIR%%/public/help/lv/wiki_syntax_textile.html
1287
%%WWWDIR%%/public/help/mk/wiki_syntax_detailed_markdown.html
1288
%%WWWDIR%%/public/help/mk/wiki_syntax_detailed_textile.html
1289
%%WWWDIR%%/public/help/mk/wiki_syntax_markdown.html
1290
%%WWWDIR%%/public/help/mk/wiki_syntax_textile.html
1291
%%WWWDIR%%/public/help/mn/wiki_syntax_detailed_markdown.html
1292
%%WWWDIR%%/public/help/mn/wiki_syntax_detailed_textile.html
1293
%%WWWDIR%%/public/help/mn/wiki_syntax_markdown.html
1294
%%WWWDIR%%/public/help/mn/wiki_syntax_textile.html
1295
%%WWWDIR%%/public/help/nl/wiki_syntax_detailed_markdown.html
1296
%%WWWDIR%%/public/help/nl/wiki_syntax_detailed_textile.html
1297
%%WWWDIR%%/public/help/nl/wiki_syntax_markdown.html
1298
%%WWWDIR%%/public/help/nl/wiki_syntax_textile.html
1299
%%WWWDIR%%/public/help/no/wiki_syntax_detailed_markdown.html
1300
%%WWWDIR%%/public/help/no/wiki_syntax_detailed_textile.html
1301
%%WWWDIR%%/public/help/no/wiki_syntax_markdown.html
1302
%%WWWDIR%%/public/help/no/wiki_syntax_textile.html
1303
%%WWWDIR%%/public/help/pl/wiki_syntax_detailed_markdown.html
1304
%%WWWDIR%%/public/help/pl/wiki_syntax_detailed_textile.html
1305
%%WWWDIR%%/public/help/pl/wiki_syntax_markdown.html
1306
%%WWWDIR%%/public/help/pl/wiki_syntax_textile.html
1307
%%WWWDIR%%/public/help/pt-br/wiki_syntax_detailed_markdown.html
1308
%%WWWDIR%%/public/help/pt-br/wiki_syntax_detailed_textile.html
1309
%%WWWDIR%%/public/help/pt-br/wiki_syntax_markdown.html
1310
%%WWWDIR%%/public/help/pt-br/wiki_syntax_textile.html
1311
%%WWWDIR%%/public/help/pt/wiki_syntax_detailed_markdown.html
1312
%%WWWDIR%%/public/help/pt/wiki_syntax_detailed_textile.html
1313
%%WWWDIR%%/public/help/pt/wiki_syntax_markdown.html
1314
%%WWWDIR%%/public/help/pt/wiki_syntax_textile.html
1315
%%WWWDIR%%/public/help/ro/wiki_syntax_detailed_markdown.html
1316
%%WWWDIR%%/public/help/ro/wiki_syntax_detailed_textile.html
1317
%%WWWDIR%%/public/help/ro/wiki_syntax_markdown.html
1318
%%WWWDIR%%/public/help/ro/wiki_syntax_textile.html
1319
%%WWWDIR%%/public/help/ru/wiki_syntax_detailed_markdown.html
1320
%%WWWDIR%%/public/help/ru/wiki_syntax_detailed_textile.html
1321
%%WWWDIR%%/public/help/ru/wiki_syntax_markdown.html
1322
%%WWWDIR%%/public/help/ru/wiki_syntax_textile.html
1323
%%WWWDIR%%/public/help/sk/wiki_syntax_detailed_markdown.html
1324
%%WWWDIR%%/public/help/sk/wiki_syntax_detailed_textile.html
1325
%%WWWDIR%%/public/help/sk/wiki_syntax_markdown.html
1326
%%WWWDIR%%/public/help/sk/wiki_syntax_textile.html
1327
%%WWWDIR%%/public/help/sl/wiki_syntax_detailed_markdown.html
1328
%%WWWDIR%%/public/help/sl/wiki_syntax_detailed_textile.html
1329
%%WWWDIR%%/public/help/sl/wiki_syntax_markdown.html
1330
%%WWWDIR%%/public/help/sl/wiki_syntax_textile.html
1331
%%WWWDIR%%/public/help/sq/wiki_syntax_detailed_markdown.html
1332
%%WWWDIR%%/public/help/sq/wiki_syntax_detailed_textile.html
1333
%%WWWDIR%%/public/help/sq/wiki_syntax_markdown.html
1334
%%WWWDIR%%/public/help/sq/wiki_syntax_textile.html
1335
%%WWWDIR%%/public/help/sr-yu/wiki_syntax_detailed_markdown.html
1336
%%WWWDIR%%/public/help/sr-yu/wiki_syntax_detailed_textile.html
1337
%%WWWDIR%%/public/help/sr-yu/wiki_syntax_markdown.html
1338
%%WWWDIR%%/public/help/sr-yu/wiki_syntax_textile.html
1339
%%WWWDIR%%/public/help/sr/wiki_syntax_detailed_markdown.html
1340
%%WWWDIR%%/public/help/sr/wiki_syntax_detailed_textile.html
1341
%%WWWDIR%%/public/help/sr/wiki_syntax_markdown.html
1342
%%WWWDIR%%/public/help/sr/wiki_syntax_textile.html
1343
%%WWWDIR%%/public/help/sv/wiki_syntax_detailed_markdown.html
1344
%%WWWDIR%%/public/help/sv/wiki_syntax_detailed_textile.html
1345
%%WWWDIR%%/public/help/sv/wiki_syntax_markdown.html
1346
%%WWWDIR%%/public/help/sv/wiki_syntax_textile.html
1347
%%WWWDIR%%/public/help/th/wiki_syntax_detailed_markdown.html
1348
%%WWWDIR%%/public/help/th/wiki_syntax_detailed_textile.html
1349
%%WWWDIR%%/public/help/th/wiki_syntax_markdown.html
1350
%%WWWDIR%%/public/help/th/wiki_syntax_textile.html
1351
%%WWWDIR%%/public/help/tr/wiki_syntax_detailed_markdown.html
1352
%%WWWDIR%%/public/help/tr/wiki_syntax_detailed_textile.html
1353
%%WWWDIR%%/public/help/tr/wiki_syntax_markdown.html
1354
%%WWWDIR%%/public/help/tr/wiki_syntax_textile.html
1355
%%WWWDIR%%/public/help/uk/wiki_syntax_detailed_markdown.html
1356
%%WWWDIR%%/public/help/uk/wiki_syntax_detailed_textile.html
1357
%%WWWDIR%%/public/help/uk/wiki_syntax_markdown.html
1358
%%WWWDIR%%/public/help/uk/wiki_syntax_textile.html
1359
%%WWWDIR%%/public/help/vi/wiki_syntax_detailed_markdown.html
1360
%%WWWDIR%%/public/help/vi/wiki_syntax_detailed_textile.html
1361
%%WWWDIR%%/public/help/vi/wiki_syntax_markdown.html
1362
%%WWWDIR%%/public/help/vi/wiki_syntax_textile.html
1363
%%WWWDIR%%/public/help/wiki_syntax.css
1364
%%WWWDIR%%/public/help/wiki_syntax_detailed.css
1365
%%WWWDIR%%/public/help/zh-tw/wiki_syntax_detailed_markdown.html
1366
%%WWWDIR%%/public/help/zh-tw/wiki_syntax_detailed_textile.html
1367
%%WWWDIR%%/public/help/zh-tw/wiki_syntax_markdown.html
1368
%%WWWDIR%%/public/help/zh-tw/wiki_syntax_textile.html
1369
%%WWWDIR%%/public/help/zh/wiki_syntax_detailed_markdown.html
1370
%%WWWDIR%%/public/help/zh/wiki_syntax_detailed_textile.html
1371
%%WWWDIR%%/public/help/zh/wiki_syntax_markdown.html
1372
%%WWWDIR%%/public/help/zh/wiki_syntax_textile.html
1373
%%WWWDIR%%/public/htaccess.fcgi.example
1374
%%WWWDIR%%/public/images/3_bullets.png
1375
%%WWWDIR%%/public/images/add.png
1376
%%WWWDIR%%/public/images/anonymous.png
1377
%%WWWDIR%%/public/images/arrow_down.png
1378
%%WWWDIR%%/public/images/arrow_left.png
1379
%%WWWDIR%%/public/images/arrow_right.png
1380
%%WWWDIR%%/public/images/arrow_up.png
1381
%%WWWDIR%%/public/images/attachment.png
1382
%%WWWDIR%%/public/images/bullet_add.png
1383
%%WWWDIR%%/public/images/bullet_black.png
1384
%%WWWDIR%%/public/images/bullet_blue.png
1385
%%WWWDIR%%/public/images/bullet_delete.png
1386
%%WWWDIR%%/public/images/bullet_diamond.png
1387
%%WWWDIR%%/public/images/bullet_end.png
1388
%%WWWDIR%%/public/images/bullet_go.png
1389
%%WWWDIR%%/public/images/bullet_orange.png
1390
%%WWWDIR%%/public/images/bullet_purple.png
1391
%%WWWDIR%%/public/images/bullet_toggle_minus.png
1392
%%WWWDIR%%/public/images/bullet_toggle_plus.png
1393
%%WWWDIR%%/public/images/calendar.png
1394
%%WWWDIR%%/public/images/cancel.png
1395
%%WWWDIR%%/public/images/changeset.png
1396
%%WWWDIR%%/public/images/close.png
1397
%%WWWDIR%%/public/images/close_hl.png
1398
%%WWWDIR%%/public/images/comment.png
1399
%%WWWDIR%%/public/images/comments.png
1400
%%WWWDIR%%/public/images/copy.png
1401
%%WWWDIR%%/public/images/database_key.png
1402
%%WWWDIR%%/public/images/delete.png
1403
%%WWWDIR%%/public/images/document.png
1404
%%WWWDIR%%/public/images/download.png
1405
%%WWWDIR%%/public/images/duplicate.png
1406
%%WWWDIR%%/public/images/edit.png
1407
%%WWWDIR%%/public/images/email.png
1408
%%WWWDIR%%/public/images/email_add.png
1409
%%WWWDIR%%/public/images/email_disabled.png
1410
%%WWWDIR%%/public/images/exclamation.png
1411
%%WWWDIR%%/public/images/external.png
1412
%%WWWDIR%%/public/images/false.png
1413
%%WWWDIR%%/public/images/fav.png
1414
%%WWWDIR%%/public/images/fav_off.png
1415
%%WWWDIR%%/public/images/feed.png
1416
%%WWWDIR%%/public/images/files/c.png
1417
%%WWWDIR%%/public/images/files/csharp.png
1418
%%WWWDIR%%/public/images/files/css.png
1419
%%WWWDIR%%/public/images/files/default.png
1420
%%WWWDIR%%/public/images/files/html.png
1421
%%WWWDIR%%/public/images/files/image.png
1422
%%WWWDIR%%/public/images/files/java.png
1423
%%WWWDIR%%/public/images/files/js.png
1424
%%WWWDIR%%/public/images/files/pdf.png
1425
%%WWWDIR%%/public/images/files/php.png
1426
%%WWWDIR%%/public/images/files/ruby.png
1427
%%WWWDIR%%/public/images/files/text.png
1428
%%WWWDIR%%/public/images/files/xml.png
1429
%%WWWDIR%%/public/images/files/zip.png
1430
%%WWWDIR%%/public/images/folder.png
1431
%%WWWDIR%%/public/images/folder_open.png
1432
%%WWWDIR%%/public/images/folder_open_add.png
1433
%%WWWDIR%%/public/images/folder_open_orange.png
1434
%%WWWDIR%%/public/images/group.png
1435
%%WWWDIR%%/public/images/help.png
1436
%%WWWDIR%%/public/images/history.png
1437
%%WWWDIR%%/public/images/hourglass.png
1438
%%WWWDIR%%/public/images/jstoolbar/bt_bq.png
1439
%%WWWDIR%%/public/images/jstoolbar/bt_bq_remove.png
1440
%%WWWDIR%%/public/images/jstoolbar/bt_code.png
1441
%%WWWDIR%%/public/images/jstoolbar/bt_del.png
1442
%%WWWDIR%%/public/images/jstoolbar/bt_em.png
1443
%%WWWDIR%%/public/images/jstoolbar/bt_h1.png
1444
%%WWWDIR%%/public/images/jstoolbar/bt_h2.png
1445
%%WWWDIR%%/public/images/jstoolbar/bt_h3.png
1446
%%WWWDIR%%/public/images/jstoolbar/bt_img.png
1447
%%WWWDIR%%/public/images/jstoolbar/bt_ins.png
1448
%%WWWDIR%%/public/images/jstoolbar/bt_link.png
1449
%%WWWDIR%%/public/images/jstoolbar/bt_ol.png
1450
%%WWWDIR%%/public/images/jstoolbar/bt_pre.png
1451
%%WWWDIR%%/public/images/jstoolbar/bt_precode.png
1452
%%WWWDIR%%/public/images/jstoolbar/bt_strong.png
1453
%%WWWDIR%%/public/images/jstoolbar/bt_ul.png
1454
%%WWWDIR%%/public/images/lightning.png
1455
%%WWWDIR%%/public/images/link.png
1456
%%WWWDIR%%/public/images/link_break.png
1457
%%WWWDIR%%/public/images/loading.gif
1458
%%WWWDIR%%/public/images/locked.png
1459
%%WWWDIR%%/public/images/magnifier.png
1460
%%WWWDIR%%/public/images/message.png
1461
%%WWWDIR%%/public/images/milestone_done.png
1462
%%WWWDIR%%/public/images/milestone_late.png
1463
%%WWWDIR%%/public/images/milestone_todo.png
1464
%%WWWDIR%%/public/images/move.png
1465
%%WWWDIR%%/public/images/news.png
1466
%%WWWDIR%%/public/images/openid-bg.gif
1467
%%WWWDIR%%/public/images/package.png
1468
%%WWWDIR%%/public/images/plugin.png
1469
%%WWWDIR%%/public/images/project_marker.png
1470
%%WWWDIR%%/public/images/projects.png
1471
%%WWWDIR%%/public/images/reload.png
1472
%%WWWDIR%%/public/images/reorder.png
1473
%%WWWDIR%%/public/images/report.png
1474
%%WWWDIR%%/public/images/save.png
1475
%%WWWDIR%%/public/images/server_key.png
1476
%%WWWDIR%%/public/images/sort_asc.png
1477
%%WWWDIR%%/public/images/sort_desc.png
1478
%%WWWDIR%%/public/images/stats.png
1479
%%WWWDIR%%/public/images/table_multiple.png
1480
%%WWWDIR%%/public/images/task_done.png
1481
%%WWWDIR%%/public/images/task_late.png
1482
%%WWWDIR%%/public/images/task_parent_end.png
1483
%%WWWDIR%%/public/images/task_todo.png
1484
%%WWWDIR%%/public/images/text_list_bullets.png
1485
%%WWWDIR%%/public/images/textfield.png
1486
%%WWWDIR%%/public/images/textfield_key.png
1487
%%WWWDIR%%/public/images/ticket.png
1488
%%WWWDIR%%/public/images/ticket_checked.png
1489
%%WWWDIR%%/public/images/ticket_edit.png
1490
%%WWWDIR%%/public/images/ticket_go.png
1491
%%WWWDIR%%/public/images/ticket_note.png
1492
%%WWWDIR%%/public/images/time.png
1493
%%WWWDIR%%/public/images/time_add.png
1494
%%WWWDIR%%/public/images/toggle_check.png
1495
%%WWWDIR%%/public/images/transparent.png
1496
%%WWWDIR%%/public/images/true.png
1497
%%WWWDIR%%/public/images/unlock.png
1498
%%WWWDIR%%/public/images/user.png
1499
%%WWWDIR%%/public/images/version_marker.png
1500
%%WWWDIR%%/public/images/warning.png
1501
%%WWWDIR%%/public/images/wiki_edit.png
1502
%%WWWDIR%%/public/images/zoom_in.png
1503
%%WWWDIR%%/public/images/zoom_out.png
1504
%%WWWDIR%%/public/javascripts/Chart.bundle.min.js
1505
%%WWWDIR%%/public/javascripts/application.js
1506
%%WWWDIR%%/public/javascripts/attachments.js
1507
%%WWWDIR%%/public/javascripts/context_menu.js
1508
%%WWWDIR%%/public/javascripts/gantt.js
1509
%%WWWDIR%%/public/javascripts/i18n/datepicker-ar.js
1510
%%WWWDIR%%/public/javascripts/i18n/datepicker-az.js
1511
%%WWWDIR%%/public/javascripts/i18n/datepicker-bg.js
1512
%%WWWDIR%%/public/javascripts/i18n/datepicker-bs.js
1513
%%WWWDIR%%/public/javascripts/i18n/datepicker-ca.js
1514
%%WWWDIR%%/public/javascripts/i18n/datepicker-cs.js
1515
%%WWWDIR%%/public/javascripts/i18n/datepicker-da.js
1516
%%WWWDIR%%/public/javascripts/i18n/datepicker-de.js
1517
%%WWWDIR%%/public/javascripts/i18n/datepicker-el.js
1518
%%WWWDIR%%/public/javascripts/i18n/datepicker-en-GB.js
1519
%%WWWDIR%%/public/javascripts/i18n/datepicker-es.js
1520
%%WWWDIR%%/public/javascripts/i18n/datepicker-et.js
1521
%%WWWDIR%%/public/javascripts/i18n/datepicker-eu.js
1522
%%WWWDIR%%/public/javascripts/i18n/datepicker-fa.js
1523
%%WWWDIR%%/public/javascripts/i18n/datepicker-fi.js
1524
%%WWWDIR%%/public/javascripts/i18n/datepicker-fr.js
1525
%%WWWDIR%%/public/javascripts/i18n/datepicker-gl.js
1526
%%WWWDIR%%/public/javascripts/i18n/datepicker-he.js
1527
%%WWWDIR%%/public/javascripts/i18n/datepicker-hr.js
1528
%%WWWDIR%%/public/javascripts/i18n/datepicker-hu.js
1529
%%WWWDIR%%/public/javascripts/i18n/datepicker-id.js
1530
%%WWWDIR%%/public/javascripts/i18n/datepicker-it.js
1531
%%WWWDIR%%/public/javascripts/i18n/datepicker-ja.js
1532
%%WWWDIR%%/public/javascripts/i18n/datepicker-ko.js
1533
%%WWWDIR%%/public/javascripts/i18n/datepicker-lt.js
1534
%%WWWDIR%%/public/javascripts/i18n/datepicker-lv.js
1535
%%WWWDIR%%/public/javascripts/i18n/datepicker-mk.js
1536
%%WWWDIR%%/public/javascripts/i18n/datepicker-nl.js
1537
%%WWWDIR%%/public/javascripts/i18n/datepicker-no.js
1538
%%WWWDIR%%/public/javascripts/i18n/datepicker-pl.js
1539
%%WWWDIR%%/public/javascripts/i18n/datepicker-pt-BR.js
1540
%%WWWDIR%%/public/javascripts/i18n/datepicker-pt.js
1541
%%WWWDIR%%/public/javascripts/i18n/datepicker-ro.js
1542
%%WWWDIR%%/public/javascripts/i18n/datepicker-ru.js
1543
%%WWWDIR%%/public/javascripts/i18n/datepicker-sk.js
1544
%%WWWDIR%%/public/javascripts/i18n/datepicker-sl.js
1545
%%WWWDIR%%/public/javascripts/i18n/datepicker-sq.js
1546
%%WWWDIR%%/public/javascripts/i18n/datepicker-sr.js
1547
%%WWWDIR%%/public/javascripts/i18n/datepicker-sv.js
1548
%%WWWDIR%%/public/javascripts/i18n/datepicker-th.js
1549
%%WWWDIR%%/public/javascripts/i18n/datepicker-tr.js
1550
%%WWWDIR%%/public/javascripts/i18n/datepicker-uk.js
1551
%%WWWDIR%%/public/javascripts/i18n/datepicker-vi.js
1552
%%WWWDIR%%/public/javascripts/i18n/datepicker-zh-CN.js
1553
%%WWWDIR%%/public/javascripts/i18n/datepicker-zh-TW.js
1554
%%WWWDIR%%/public/javascripts/jquery-1.11.1-ui-1.11.0-ujs-4.3.1.js
1555
%%WWWDIR%%/public/javascripts/jstoolbar/jstoolbar.js
1556
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-ar.js
1557
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-az.js
1558
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-bg.js
1559
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-bs.js
1560
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-ca.js
1561
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-cs.js
1562
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-da.js
1563
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-de.js
1564
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-en-gb.js
1565
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-en.js
1566
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-es-pa.js
1567
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-es.js
1568
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-et.js
1569
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-eu.js
1570
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-fa.js
1571
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-fi.js
1572
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-fr.js
1573
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-gl.js
1574
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-he.js
1575
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-hr.js
1576
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-hu.js
1577
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-id.js
1578
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-it.js
1579
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-ja.js
1580
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-ko.js
1581
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-lt.js
1582
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-lv.js
1583
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-mk.js
1584
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-mn.js
1585
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-nl.js
1586
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-no.js
1587
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-pl.js
1588
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-pt-br.js
1589
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-pt.js
1590
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-ro.js
1591
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-ru.js
1592
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-sk.js
1593
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-sl.js
1594
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-sq.js
1595
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-sr-yu.js
1596
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-sr.js
1597
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-sv.js
1598
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-th.js
1599
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-tr.js
1600
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-uk.js
1601
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-vi.js
1602
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-zh-tw.js
1603
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-zh.js
1604
%%WWWDIR%%/public/javascripts/jstoolbar/markdown.js
1605
%%WWWDIR%%/public/javascripts/jstoolbar/textile.js
1606
%%WWWDIR%%/public/javascripts/project_identifier.js
1607
%%WWWDIR%%/public/javascripts/raphael.js
1608
%%WWWDIR%%/public/javascripts/repository_navigation.js
1609
%%WWWDIR%%/public/javascripts/responsive.js
1610
%%WWWDIR%%/public/javascripts/revision_graph.js
1611
%%WWWDIR%%/public/stylesheets/application.css
1612
%%WWWDIR%%/public/stylesheets/context_menu.css
1613
%%WWWDIR%%/public/stylesheets/context_menu_rtl.css
1614
%%WWWDIR%%/public/stylesheets/jquery/images/animated-overlay.gif
1615
%%WWWDIR%%/public/stylesheets/jquery/images/ui-bg_diagonals-thick_18_b81900_40x40.png
1616
%%WWWDIR%%/public/stylesheets/jquery/images/ui-bg_diagonals-thick_20_666666_40x40.png
1617
%%WWWDIR%%/public/stylesheets/jquery/images/ui-bg_flat_10_000000_40x100.png
1618
%%WWWDIR%%/public/stylesheets/jquery/images/ui-bg_glass_100_eef5fd_1x400.png
1619
%%WWWDIR%%/public/stylesheets/jquery/images/ui-bg_glass_100_f6f6f6_1x400.png
1620
%%WWWDIR%%/public/stylesheets/jquery/images/ui-bg_glass_65_ffffff_1x400.png
1621
%%WWWDIR%%/public/stylesheets/jquery/images/ui-bg_gloss-wave_35_759fcf_500x100.png
1622
%%WWWDIR%%/public/stylesheets/jquery/images/ui-bg_highlight-soft_100_eeeeee_1x100.png
1623
%%WWWDIR%%/public/stylesheets/jquery/images/ui-bg_highlight-soft_75_759fcf_1x100.png
1624
%%WWWDIR%%/public/stylesheets/jquery/images/ui-icons_222222_256x240.png
1625
%%WWWDIR%%/public/stylesheets/jquery/images/ui-icons_759fcf_256x240.png
1626
%%WWWDIR%%/public/stylesheets/jquery/images/ui-icons_ffd27a_256x240.png
1627
%%WWWDIR%%/public/stylesheets/jquery/images/ui-icons_ffffff_256x240.png
1628
%%WWWDIR%%/public/stylesheets/jquery/jquery-ui-1.11.0.css
1629
%%WWWDIR%%/public/stylesheets/jstoolbar.css
1630
%%WWWDIR%%/public/stylesheets/responsive.css
1631
%%WWWDIR%%/public/stylesheets/rtl.css
1632
%%WWWDIR%%/public/stylesheets/scm.css
1633
%%WWWDIR%%/public/themes/README
1634
%%WWWDIR%%/public/themes/alternate/stylesheets/application.css
1635
%%WWWDIR%%/public/themes/classic/images/home.png
1636
%%WWWDIR%%/public/themes/classic/images/wrench.png
1637
%%WWWDIR%%/public/themes/classic/stylesheets/application.css
1638
%%WWWDIR%%/test/application_system_test_case.rb
1639
%%WWWDIR%%/test/controllers/empty
1640
%%WWWDIR%%/test/coverage/html_formatter.rb
1641
%%WWWDIR%%/test/coverage/views/index.erb
1642
%%WWWDIR%%/test/coverage/views/source.erb
1643
%%WWWDIR%%/test/extra/redmine_pm/repository_git_test_pm.rb
1644
%%WWWDIR%%/test/extra/redmine_pm/repository_subversion_test_pm.rb
1645
%%WWWDIR%%/test/extra/redmine_pm/test_case.rb
1646
%%WWWDIR%%/test/fixtures/attachments.yml
1647
%%WWWDIR%%/test/fixtures/auth_sources.yml
1648
%%WWWDIR%%/test/fixtures/boards.yml
1649
%%WWWDIR%%/test/fixtures/changes.yml
1650
%%WWWDIR%%/test/fixtures/changesets.yml
1651
%%WWWDIR%%/test/fixtures/comments.yml
1652
%%WWWDIR%%/test/fixtures/configuration/default.yml.example
1653
%%WWWDIR%%/test/fixtures/configuration/empty.yml.example
1654
%%WWWDIR%%/test/fixtures/configuration/no_default.yml.example
1655
%%WWWDIR%%/test/fixtures/configuration/overrides.yml.example
1656
%%WWWDIR%%/test/fixtures/custom_fields.yml
1657
%%WWWDIR%%/test/fixtures/custom_fields_projects.yml
1658
%%WWWDIR%%/test/fixtures/custom_fields_trackers.yml
1659
%%WWWDIR%%/test/fixtures/custom_values.yml
1660
%%WWWDIR%%/test/fixtures/diffs/issue-12641-ja.diff
1661
%%WWWDIR%%/test/fixtures/diffs/issue-12641-ru.diff
1662
%%WWWDIR%%/test/fixtures/diffs/issue-13644-1.diff
1663
%%WWWDIR%%/test/fixtures/diffs/issue-13644-2.diff
1664
%%WWWDIR%%/test/fixtures/diffs/issue-13644-3.diff
1665
%%WWWDIR%%/test/fixtures/diffs/issue-13644-4.diff
1666
%%WWWDIR%%/test/fixtures/diffs/issue-13644-5.diff
1667
%%WWWDIR%%/test/fixtures/diffs/partials.diff
1668
%%WWWDIR%%/test/fixtures/diffs/subversion.diff
1669
%%WWWDIR%%/test/fixtures/documents.yml
1670
%%WWWDIR%%/test/fixtures/email_addresses.yml
1671
%%WWWDIR%%/test/fixtures/enabled_modules.yml
1672
%%WWWDIR%%/test/fixtures/encoding/iso-8859-1.txt
1673
%%WWWDIR%%/test/fixtures/enumerations.yml
1674
%%WWWDIR%%/test/fixtures/files/2006/07/060719210727_archive.zip
1675
%%WWWDIR%%/test/fixtures/files/2006/07/060719210727_changeset_iso8859-1.diff
1676
%%WWWDIR%%/test/fixtures/files/2006/07/060719210727_changeset_utf8.diff
1677
%%WWWDIR%%/test/fixtures/files/2006/07/060719210727_source.rb
1678
%%WWWDIR%%/test/fixtures/files/2010/11/101123161450_testfile_1.png
1679
%%WWWDIR%%/test/fixtures/files/2010/12/101223161450_testfile_2.png
1680
%%WWWDIR%%/test/fixtures/files/2019/04/190430092344_redmine_logo.ai.unknown
1681
%%WWWDIR%%/test/fixtures/files/hello.js
1682
%%WWWDIR%%/test/fixtures/files/hg-export.diff
1683
%%WWWDIR%%/test/fixtures/files/import_dates.csv
1684
%%WWWDIR%%/test/fixtures/files/import_iso8859-1.csv
1685
%%WWWDIR%%/test/fixtures/files/import_issues.csv
1686
%%WWWDIR%%/test/fixtures/files/import_issues_utf8_with_bom.csv
1687
%%WWWDIR%%/test/fixtures/files/import_subtasks.csv
1688
%%WWWDIR%%/test/fixtures/files/invalid-Shift_JIS.csv
1689
%%WWWDIR%%/test/fixtures/files/iso8859-1.txt
1690
%%WWWDIR%%/test/fixtures/files/japanese-utf-8.txt
1691
%%WWWDIR%%/test/fixtures/files/testfile.txt
1692
%%WWWDIR%%/test/fixtures/groups_users.yml
1693
%%WWWDIR%%/test/fixtures/issue_categories.yml
1694
%%WWWDIR%%/test/fixtures/issue_relations.yml
1695
%%WWWDIR%%/test/fixtures/issue_statuses.yml
1696
%%WWWDIR%%/test/fixtures/issues.yml
1697
%%WWWDIR%%/test/fixtures/journal_details.yml
1698
%%WWWDIR%%/test/fixtures/journals.yml
1699
%%WWWDIR%%/test/fixtures/ldap/slapd.centos6.conf
1700
%%WWWDIR%%/test/fixtures/ldap/slapd.conf
1701
%%WWWDIR%%/test/fixtures/ldap/slapd.ubuntu.12.04.conf
1702
%%WWWDIR%%/test/fixtures/ldap/test-ldap.ldif
1703
%%WWWDIR%%/test/fixtures/mail_handler/apple_mail_with_attachment.eml
1704
%%WWWDIR%%/test/fixtures/mail_handler/body_ks_c_5601-1987.eml
1705
%%WWWDIR%%/test/fixtures/mail_handler/empty_text_and_html_part.eml
1706
%%WWWDIR%%/test/fixtures/mail_handler/empty_text_part.eml
1707
%%WWWDIR%%/test/fixtures/mail_handler/fullname_of_sender_as_utf8_encoded.eml
1708
%%WWWDIR%%/test/fixtures/mail_handler/gmail-iso8859-2.eml
1709
%%WWWDIR%%/test/fixtures/mail_handler/gmail_with_attachment_iso-8859-1.eml
1710
%%WWWDIR%%/test/fixtures/mail_handler/gmail_with_attachment_ja.eml
1711
%%WWWDIR%%/test/fixtures/mail_handler/invalid_utf8.eml
1712
%%WWWDIR%%/test/fixtures/mail_handler/issue_update_with_cc.eml
1713
%%WWWDIR%%/test/fixtures/mail_handler/issue_update_with_multiple_quoted_reply_above.eml
1714
%%WWWDIR%%/test/fixtures/mail_handler/issue_update_with_quoted_reply_above.eml
1715
%%WWWDIR%%/test/fixtures/mail_handler/japanese_keywords_iso_2022_jp.eml
1716
%%WWWDIR%%/test/fixtures/mail_handler/message_reply.eml
1717
%%WWWDIR%%/test/fixtures/mail_handler/message_reply_by_subject.eml
1718
%%WWWDIR%%/test/fixtures/mail_handler/multiple_text_parts.eml
1719
%%WWWDIR%%/test/fixtures/mail_handler/no_subject_header.eml
1720
%%WWWDIR%%/test/fixtures/mail_handler/outlook_2010_html_only.eml
1721
%%WWWDIR%%/test/fixtures/mail_handler/outlook_web_access_2010_html_only.eml
1722
%%WWWDIR%%/test/fixtures/mail_handler/quoted_printable_utf8.eml
1723
%%WWWDIR%%/test/fixtures/mail_handler/subject_as_iso-8859-1.eml
1724
%%WWWDIR%%/test/fixtures/mail_handler/subject_japanese_1.eml
1725
%%WWWDIR%%/test/fixtures/mail_handler/subject_japanese_2.eml
1726
%%WWWDIR%%/test/fixtures/mail_handler/subject_japanese_3.eml
1727
%%WWWDIR%%/test/fixtures/mail_handler/thunderbird_with_attachment_iso-8859-1.eml
1728
%%WWWDIR%%/test/fixtures/mail_handler/thunderbird_with_attachment_ja.eml
1729
%%WWWDIR%%/test/fixtures/mail_handler/ticket_by_empty_user.eml
1730
%%WWWDIR%%/test/fixtures/mail_handler/ticket_by_unknown_user.eml
1731
%%WWWDIR%%/test/fixtures/mail_handler/ticket_from_emission_address.eml
1732
%%WWWDIR%%/test/fixtures/mail_handler/ticket_html_only.eml
1733
%%WWWDIR%%/test/fixtures/mail_handler/ticket_on_given_project.eml
1734
%%WWWDIR%%/test/fixtures/mail_handler/ticket_on_project_given_by_to_header.eml
1735
%%WWWDIR%%/test/fixtures/mail_handler/ticket_reply.eml
1736
%%WWWDIR%%/test/fixtures/mail_handler/ticket_reply_from_mail.eml
1737
%%WWWDIR%%/test/fixtures/mail_handler/ticket_reply_with_status.eml
1738
%%WWWDIR%%/test/fixtures/mail_handler/ticket_with_attachment.eml
1739
%%WWWDIR%%/test/fixtures/mail_handler/ticket_with_attributes.eml
1740
%%WWWDIR%%/test/fixtures/mail_handler/ticket_with_cc.eml
1741
%%WWWDIR%%/test/fixtures/mail_handler/ticket_with_custom_fields.eml
1742
%%WWWDIR%%/test/fixtures/mail_handler/ticket_with_duplicate_keyword.eml
1743
%%WWWDIR%%/test/fixtures/mail_handler/ticket_with_empty_attachment.eml
1744
%%WWWDIR%%/test/fixtures/mail_handler/ticket_with_invalid_attributes.eml
1745
%%WWWDIR%%/test/fixtures/mail_handler/ticket_with_keyword_after_delimiter.eml
1746
%%WWWDIR%%/test/fixtures/mail_handler/ticket_with_localized_attributes.eml
1747
%%WWWDIR%%/test/fixtures/mail_handler/ticket_with_long_subject.eml
1748
%%WWWDIR%%/test/fixtures/mail_handler/ticket_with_spaces_between_attribute_and_separator.eml
1749
%%WWWDIR%%/test/fixtures/mail_handler/ticket_with_text_attachment_iso-8859-2.eml
1750
%%WWWDIR%%/test/fixtures/mail_handler/ticket_without_from_header.eml
1751
%%WWWDIR%%/test/fixtures/member_roles.yml
1752
%%WWWDIR%%/test/fixtures/members.yml
1753
%%WWWDIR%%/test/fixtures/messages.yml
1754
%%WWWDIR%%/test/fixtures/news.yml
1755
%%WWWDIR%%/test/fixtures/plugins/foo_plugin/_foo_plugin_settings.html.erb
1756
%%WWWDIR%%/test/fixtures/projects.yml
1757
%%WWWDIR%%/test/fixtures/projects_trackers.yml
1758
%%WWWDIR%%/test/fixtures/queries.yml
1759
%%WWWDIR%%/test/fixtures/repositories.yml
1760
%%WWWDIR%%/test/fixtures/repositories/bazaar_repository.tar.gz
1761
%%WWWDIR%%/test/fixtures/repositories/cvs_repository.tar.gz
1762
%%WWWDIR%%/test/fixtures/repositories/filesystem_repository.tar.gz
1763
%%WWWDIR%%/test/fixtures/repositories/git_repository.tar.gz
1764
%%WWWDIR%%/test/fixtures/repositories/mercurial_repository.hg
1765
%%WWWDIR%%/test/fixtures/repositories/subversion_repository.dump.gz
1766
%%WWWDIR%%/test/fixtures/roles.yml
1767
%%WWWDIR%%/test/fixtures/time_entries.yml
1768
%%WWWDIR%%/test/fixtures/tokens.yml
1769
%%WWWDIR%%/test/fixtures/trackers.yml
1770
%%WWWDIR%%/test/fixtures/user_preferences.yml
1771
%%WWWDIR%%/test/fixtures/users.yml
1772
%%WWWDIR%%/test/fixtures/versions.yml
1773
%%WWWDIR%%/test/fixtures/watchers.yml
1774
%%WWWDIR%%/test/fixtures/wiki_content_versions.yml
1775
%%WWWDIR%%/test/fixtures/wiki_contents.yml
1776
%%WWWDIR%%/test/fixtures/wiki_pages.yml
1777
%%WWWDIR%%/test/fixtures/wikis.yml
1778
%%WWWDIR%%/test/fixtures/workflows.yml
1779
%%WWWDIR%%/test/functional/account_controller_openid_test.rb
1780
%%WWWDIR%%/test/functional/account_controller_test.rb
1781
%%WWWDIR%%/test/functional/activities_controller_test.rb
1782
%%WWWDIR%%/test/functional/admin_controller_test.rb
1783
%%WWWDIR%%/test/functional/attachments_controller_test.rb
1784
%%WWWDIR%%/test/functional/attachments_visibility_test.rb
1785
%%WWWDIR%%/test/functional/auth_sources_controller_test.rb
1786
%%WWWDIR%%/test/functional/auto_completes_controller_test.rb
1787
%%WWWDIR%%/test/functional/boards_controller_test.rb
1788
%%WWWDIR%%/test/functional/calendars_controller_test.rb
1789
%%WWWDIR%%/test/functional/comments_controller_test.rb
1790
%%WWWDIR%%/test/functional/context_menus_controller_test.rb
1791
%%WWWDIR%%/test/functional/custom_field_enumerations_controller_test.rb
1792
%%WWWDIR%%/test/functional/custom_fields_controller_test.rb
1793
%%WWWDIR%%/test/functional/documents_controller_test.rb
1794
%%WWWDIR%%/test/functional/email_addresses_controller_test.rb
1795
%%WWWDIR%%/test/functional/enumerations_controller_test.rb
1796
%%WWWDIR%%/test/functional/files_controller_test.rb
1797
%%WWWDIR%%/test/functional/gantts_controller_test.rb
1798
%%WWWDIR%%/test/functional/groups_controller_test.rb
1799
%%WWWDIR%%/test/functional/imports_controller_test.rb
1800
%%WWWDIR%%/test/functional/issue_categories_controller_test.rb
1801
%%WWWDIR%%/test/functional/issue_relations_controller_test.rb
1802
%%WWWDIR%%/test/functional/issue_statuses_controller_test.rb
1803
%%WWWDIR%%/test/functional/issues_controller_test.rb
1804
%%WWWDIR%%/test/functional/issues_controller_transaction_test.rb
1805
%%WWWDIR%%/test/functional/issues_custom_fields_visibility_test.rb
1806
%%WWWDIR%%/test/functional/journals_controller_test.rb
1807
%%WWWDIR%%/test/functional/mail_handler_controller_test.rb
1808
%%WWWDIR%%/test/functional/members_controller_test.rb
1809
%%WWWDIR%%/test/functional/messages_controller_test.rb
1810
%%WWWDIR%%/test/functional/my_controller_test.rb
1811
%%WWWDIR%%/test/functional/news_controller_test.rb
1812
%%WWWDIR%%/test/functional/previews_controller_test.rb
1813
%%WWWDIR%%/test/functional/principal_memberships_controller_test.rb
1814
%%WWWDIR%%/test/functional/project_enumerations_controller_test.rb
1815
%%WWWDIR%%/test/functional/projects_controller_test.rb
1816
%%WWWDIR%%/test/functional/queries_controller_test.rb
1817
%%WWWDIR%%/test/functional/reports_controller_test.rb
1818
%%WWWDIR%%/test/functional/repositories_bazaar_controller_test.rb
1819
%%WWWDIR%%/test/functional/repositories_controller_test.rb
1820
%%WWWDIR%%/test/functional/repositories_cvs_controller_test.rb
1821
%%WWWDIR%%/test/functional/repositories_filesystem_controller_test.rb
1822
%%WWWDIR%%/test/functional/repositories_git_controller_test.rb
1823
%%WWWDIR%%/test/functional/repositories_mercurial_controller_test.rb
1824
%%WWWDIR%%/test/functional/repositories_subversion_controller_test.rb
1825
%%WWWDIR%%/test/functional/roles_controller_test.rb
1826
%%WWWDIR%%/test/functional/search_controller_test.rb
1827
%%WWWDIR%%/test/functional/search_custom_fields_visibility_test.rb
1828
%%WWWDIR%%/test/functional/sessions_controller_test.rb
1829
%%WWWDIR%%/test/functional/settings_controller_test.rb
1830
%%WWWDIR%%/test/functional/sys_controller_test.rb
1831
%%WWWDIR%%/test/functional/timelog_controller_test.rb
1832
%%WWWDIR%%/test/functional/timelog_custom_fields_visibility_test.rb
1833
%%WWWDIR%%/test/functional/timelog_report_test.rb
1834
%%WWWDIR%%/test/functional/trackers_controller_test.rb
1835
%%WWWDIR%%/test/functional/users_controller_test.rb
1836
%%WWWDIR%%/test/functional/versions_controller_test.rb
1837
%%WWWDIR%%/test/functional/watchers_controller_test.rb
1838
%%WWWDIR%%/test/functional/welcome_controller_test.rb
1839
%%WWWDIR%%/test/functional/wiki_controller_test.rb
1840
%%WWWDIR%%/test/functional/wikis_controller_test.rb
1841
%%WWWDIR%%/test/functional/workflows_controller_test.rb
1842
%%WWWDIR%%/test/helpers/activities_helper_test.rb
1843
%%WWWDIR%%/test/helpers/application_helper_test.rb
1844
%%WWWDIR%%/test/helpers/custom_fields_helper_test.rb
1845
%%WWWDIR%%/test/helpers/groups_helper_test.rb
1846
%%WWWDIR%%/test/helpers/issues_helper_test.rb
1847
%%WWWDIR%%/test/helpers/journals_helper_test.rb
1848
%%WWWDIR%%/test/helpers/members_helper_test.rb
1849
%%WWWDIR%%/test/helpers/projects_helper_test.rb
1850
%%WWWDIR%%/test/helpers/queries_helper_test.rb
1851
%%WWWDIR%%/test/helpers/routes_helper_test.rb
1852
%%WWWDIR%%/test/helpers/search_helper_test.rb
1853
%%WWWDIR%%/test/helpers/settings_helper_test.rb
1854
%%WWWDIR%%/test/helpers/sort_helper_test.rb
1855
%%WWWDIR%%/test/helpers/timelog_helper_test.rb
1856
%%WWWDIR%%/test/helpers/version_helper_test.rb
1857
%%WWWDIR%%/test/helpers/watchers_helper_test.rb
1858
%%WWWDIR%%/test/helpers/wiki_helper_test.rb
1859
%%WWWDIR%%/test/integration/account_test.rb
1860
%%WWWDIR%%/test/integration/admin_test.rb
1861
%%WWWDIR%%/test/integration/api_test/api_routing_test.rb
1862
%%WWWDIR%%/test/integration/api_test/api_test.rb
1863
%%WWWDIR%%/test/integration/api_test/attachments_test.rb
1864
%%WWWDIR%%/test/integration/api_test/authentication_test.rb
1865
%%WWWDIR%%/test/integration/api_test/custom_fields_attribute_test.rb
1866
%%WWWDIR%%/test/integration/api_test/custom_fields_test.rb
1867
%%WWWDIR%%/test/integration/api_test/disabled_rest_api_test.rb
1868
%%WWWDIR%%/test/integration/api_test/enumerations_test.rb
1869
%%WWWDIR%%/test/integration/api_test/files_test.rb
1870
%%WWWDIR%%/test/integration/api_test/groups_test.rb
1871
%%WWWDIR%%/test/integration/api_test/issue_categories_test.rb
1872
%%WWWDIR%%/test/integration/api_test/issue_relations_test.rb
1873
%%WWWDIR%%/test/integration/api_test/issue_statuses_test.rb
1874
%%WWWDIR%%/test/integration/api_test/issues_test.rb
1875
%%WWWDIR%%/test/integration/api_test/jsonp_test.rb
1876
%%WWWDIR%%/test/integration/api_test/memberships_test.rb
1877
%%WWWDIR%%/test/integration/api_test/news_test.rb
1878
%%WWWDIR%%/test/integration/api_test/projects_test.rb
1879
%%WWWDIR%%/test/integration/api_test/queries_test.rb
1880
%%WWWDIR%%/test/integration/api_test/roles_test.rb
1881
%%WWWDIR%%/test/integration/api_test/search_test.rb
1882
%%WWWDIR%%/test/integration/api_test/time_entries_test.rb
1883
%%WWWDIR%%/test/integration/api_test/trackers_test.rb
1884
%%WWWDIR%%/test/integration/api_test/users_test.rb
1885
%%WWWDIR%%/test/integration/api_test/versions_test.rb
1886
%%WWWDIR%%/test/integration/api_test/wiki_pages_test.rb
1887
%%WWWDIR%%/test/integration/application_test.rb
1888
%%WWWDIR%%/test/integration/attachments_test.rb
1889
%%WWWDIR%%/test/integration/feeds_test.rb
1890
%%WWWDIR%%/test/integration/issues_test.rb
1891
%%WWWDIR%%/test/integration/layout_test.rb
1892
%%WWWDIR%%/test/integration/lib/redmine/field_format/attachment_format_test.rb
1893
%%WWWDIR%%/test/integration/lib/redmine/hook_test.rb
1894
%%WWWDIR%%/test/integration/lib/redmine/menu_manager_test.rb
1895
%%WWWDIR%%/test/integration/lib/redmine/themes_test.rb
1896
%%WWWDIR%%/test/integration/projects_test.rb
1897
%%WWWDIR%%/test/integration/repositories_git_test.rb
1898
%%WWWDIR%%/test/integration/routing/account_test.rb
1899
%%WWWDIR%%/test/integration/routing/activities_test.rb
1900
%%WWWDIR%%/test/integration/routing/admin_test.rb
1901
%%WWWDIR%%/test/integration/routing/attachments_test.rb
1902
%%WWWDIR%%/test/integration/routing/auth_sources_test.rb
1903
%%WWWDIR%%/test/integration/routing/auto_completes_test.rb
1904
%%WWWDIR%%/test/integration/routing/boards_test.rb
1905
%%WWWDIR%%/test/integration/routing/calendars_test.rb
1906
%%WWWDIR%%/test/integration/routing/comments_test.rb
1907
%%WWWDIR%%/test/integration/routing/context_menus_test.rb
1908
%%WWWDIR%%/test/integration/routing/custom_fields_test.rb
1909
%%WWWDIR%%/test/integration/routing/documents_test.rb
1910
%%WWWDIR%%/test/integration/routing/enumerations_test.rb
1911
%%WWWDIR%%/test/integration/routing/files_test.rb
1912
%%WWWDIR%%/test/integration/routing/gantts_test.rb
1913
%%WWWDIR%%/test/integration/routing/groups_test.rb
1914
%%WWWDIR%%/test/integration/routing/imports_test.rb
1915
%%WWWDIR%%/test/integration/routing/issue_categories_test.rb
1916
%%WWWDIR%%/test/integration/routing/issue_relations_test.rb
1917
%%WWWDIR%%/test/integration/routing/issue_statuses_test.rb
1918
%%WWWDIR%%/test/integration/routing/issues_test.rb
1919
%%WWWDIR%%/test/integration/routing/journals_test.rb
1920
%%WWWDIR%%/test/integration/routing/mail_handler_test.rb
1921
%%WWWDIR%%/test/integration/routing/members_test.rb
1922
%%WWWDIR%%/test/integration/routing/messages_test.rb
1923
%%WWWDIR%%/test/integration/routing/my_test.rb
1924
%%WWWDIR%%/test/integration/routing/news_test.rb
1925
%%WWWDIR%%/test/integration/routing/previews_test.rb
1926
%%WWWDIR%%/test/integration/routing/principal_memberships_test.rb
1927
%%WWWDIR%%/test/integration/routing/project_enumerations_test.rb
1928
%%WWWDIR%%/test/integration/routing/projects_test.rb
1929
%%WWWDIR%%/test/integration/routing/queries_test.rb
1930
%%WWWDIR%%/test/integration/routing/reports_test.rb
1931
%%WWWDIR%%/test/integration/routing/repositories_test.rb
1932
%%WWWDIR%%/test/integration/routing/roles_test.rb
1933
%%WWWDIR%%/test/integration/routing/search_test.rb
1934
%%WWWDIR%%/test/integration/routing/settings_test.rb
1935
%%WWWDIR%%/test/integration/routing/sys_test.rb
1936
%%WWWDIR%%/test/integration/routing/timelog_test.rb
1937
%%WWWDIR%%/test/integration/routing/trackers_test.rb
1938
%%WWWDIR%%/test/integration/routing/users_test.rb
1939
%%WWWDIR%%/test/integration/routing/versions_test.rb
1940
%%WWWDIR%%/test/integration/routing/watchers_test.rb
1941
%%WWWDIR%%/test/integration/routing/welcome_test.rb
1942
%%WWWDIR%%/test/integration/routing/wiki_test.rb
1943
%%WWWDIR%%/test/integration/routing/wikis_test.rb
1944
%%WWWDIR%%/test/integration/routing/workflows_test.rb
1945
%%WWWDIR%%/test/integration/sessions_test.rb
1946
%%WWWDIR%%/test/integration/sudo_mode_test.rb
1947
%%WWWDIR%%/test/integration/users_test.rb
1948
%%WWWDIR%%/test/integration/welcome_test.rb
1949
%%WWWDIR%%/test/integration/wiki_test.rb
1950
%%WWWDIR%%/test/mailers/empty
1951
%%WWWDIR%%/test/mocks/open_id_authentication_mock.rb
1952
%%WWWDIR%%/test/models/empty
1953
%%WWWDIR%%/test/object_helpers.rb
1954
%%WWWDIR%%/test/system/issues_import_test.rb
1955
%%WWWDIR%%/test/system/issues_test.rb
1956
%%WWWDIR%%/test/system/my_page_test.rb
1957
%%WWWDIR%%/test/system/quick_jump_test.rb
1958
%%WWWDIR%%/test/system/sudo_mode_test.rb
1959
%%WWWDIR%%/test/system/timelog_test.rb
1960
%%WWWDIR%%/test/test_helper.rb
1961
%%WWWDIR%%/test/unit/activity_test.rb
1962
%%WWWDIR%%/test/unit/attachment_test.rb
1963
%%WWWDIR%%/test/unit/attachment_transaction_test.rb
1964
%%WWWDIR%%/test/unit/auth_source_ldap_test.rb
1965
%%WWWDIR%%/test/unit/board_test.rb
1966
%%WWWDIR%%/test/unit/changeset_test.rb
1967
%%WWWDIR%%/test/unit/comment_test.rb
1968
%%WWWDIR%%/test/unit/custom_field_test.rb
1969
%%WWWDIR%%/test/unit/custom_field_user_format_test.rb
1970
%%WWWDIR%%/test/unit/custom_field_version_format_test.rb
1971
%%WWWDIR%%/test/unit/custom_value_test.rb
1972
%%WWWDIR%%/test/unit/default_data_test.rb
1973
%%WWWDIR%%/test/unit/document_category_test.rb
1974
%%WWWDIR%%/test/unit/document_test.rb
1975
%%WWWDIR%%/test/unit/enabled_module_test.rb
1976
%%WWWDIR%%/test/unit/enumeration_test.rb
1977
%%WWWDIR%%/test/unit/group_test.rb
1978
%%WWWDIR%%/test/unit/initializers/patches_test.rb
1979
%%WWWDIR%%/test/unit/issue_category_test.rb
1980
%%WWWDIR%%/test/unit/issue_custom_field_test.rb
1981
%%WWWDIR%%/test/unit/issue_import_test.rb
1982
%%WWWDIR%%/test/unit/issue_nested_set_concurrency_test.rb
1983
%%WWWDIR%%/test/unit/issue_nested_set_test.rb
1984
%%WWWDIR%%/test/unit/issue_priority_test.rb
1985
%%WWWDIR%%/test/unit/issue_relation_test.rb
1986
%%WWWDIR%%/test/unit/issue_scopes_test.rb
1987
%%WWWDIR%%/test/unit/issue_status_test.rb
1988
%%WWWDIR%%/test/unit/issue_subtasking_test.rb
1989
%%WWWDIR%%/test/unit/issue_test.rb
1990
%%WWWDIR%%/test/unit/issue_transaction_test.rb
1991
%%WWWDIR%%/test/unit/journal_observer_test.rb
1992
%%WWWDIR%%/test/unit/journal_test.rb
1993
%%WWWDIR%%/test/unit/lib/redmine/access_control_test.rb
1994
%%WWWDIR%%/test/unit/lib/redmine/acts/positioned_with_scope_test.rb
1995
%%WWWDIR%%/test/unit/lib/redmine/acts/positioned_without_scope_test.rb
1996
%%WWWDIR%%/test/unit/lib/redmine/ciphering_test.rb
1997
%%WWWDIR%%/test/unit/lib/redmine/codeset_util_test.rb
1998
%%WWWDIR%%/test/unit/lib/redmine/configuration_test.rb
1999
%%WWWDIR%%/test/unit/lib/redmine/export/csv_test.rb
2000
%%WWWDIR%%/test/unit/lib/redmine/export/pdf/issues_pdf_test.rb
2001
%%WWWDIR%%/test/unit/lib/redmine/export/pdf_test.rb
2002
%%WWWDIR%%/test/unit/lib/redmine/field_format/attachment_format_test.rb
2003
%%WWWDIR%%/test/unit/lib/redmine/field_format/attachment_format_visibility_test.rb
2004
%%WWWDIR%%/test/unit/lib/redmine/field_format/bool_format_test.rb
2005
%%WWWDIR%%/test/unit/lib/redmine/field_format/enumeration_format_test.rb
2006
%%WWWDIR%%/test/unit/lib/redmine/field_format/field_format_test.rb
2007
%%WWWDIR%%/test/unit/lib/redmine/field_format/link_format_test.rb
2008
%%WWWDIR%%/test/unit/lib/redmine/field_format/list_format_test.rb
2009
%%WWWDIR%%/test/unit/lib/redmine/field_format/numeric_format_test.rb
2010
%%WWWDIR%%/test/unit/lib/redmine/field_format/user_field_format_test.rb
2011
%%WWWDIR%%/test/unit/lib/redmine/field_format/version_field_format_test.rb
2012
%%WWWDIR%%/test/unit/lib/redmine/helpers/calendar_test.rb
2013
%%WWWDIR%%/test/unit/lib/redmine/helpers/diff_test.rb
2014
%%WWWDIR%%/test/unit/lib/redmine/helpers/gantt_test.rb
2015
%%WWWDIR%%/test/unit/lib/redmine/helpers/url_test.rb
2016
%%WWWDIR%%/test/unit/lib/redmine/hook_test.rb
2017
%%WWWDIR%%/test/unit/lib/redmine/i18n_test.rb
2018
%%WWWDIR%%/test/unit/lib/redmine/info_test.rb
2019
%%WWWDIR%%/test/unit/lib/redmine/menu_manager/mapper_test.rb
2020
%%WWWDIR%%/test/unit/lib/redmine/menu_manager/menu_helper_test.rb
2021
%%WWWDIR%%/test/unit/lib/redmine/menu_manager/menu_item_test.rb
2022
%%WWWDIR%%/test/unit/lib/redmine/menu_manager_test.rb
2023
%%WWWDIR%%/test/unit/lib/redmine/mime_type_test.rb
2024
%%WWWDIR%%/test/unit/lib/redmine/notifiable_test.rb
2025
%%WWWDIR%%/test/unit/lib/redmine/pagination_helper_test.rb
2026
%%WWWDIR%%/test/unit/lib/redmine/pagination_test.rb
2027
%%WWWDIR%%/test/unit/lib/redmine/plugin_test.rb
2028
%%WWWDIR%%/test/unit/lib/redmine/safe_attributes_test.rb
2029
%%WWWDIR%%/test/unit/lib/redmine/scm/adapters/bazaar_adapter_test.rb
2030
%%WWWDIR%%/test/unit/lib/redmine/scm/adapters/cvs_adapter_test.rb
2031
%%WWWDIR%%/test/unit/lib/redmine/scm/adapters/filesystem_adapter_test.rb
2032
%%WWWDIR%%/test/unit/lib/redmine/scm/adapters/git_adapter_test.rb
2033
%%WWWDIR%%/test/unit/lib/redmine/scm/adapters/mercurial_adapter_test.rb
2034
%%WWWDIR%%/test/unit/lib/redmine/scm/adapters/subversion_adapter_test.rb
2035
%%WWWDIR%%/test/unit/lib/redmine/syntax_highlighting/rouge_test.rb
2036
%%WWWDIR%%/test/unit/lib/redmine/themes_test.rb
2037
%%WWWDIR%%/test/unit/lib/redmine/unified_diff_test.rb
2038
%%WWWDIR%%/test/unit/lib/redmine/utils/date_calculation.rb
2039
%%WWWDIR%%/test/unit/lib/redmine/views/builders/json_test.rb
2040
%%WWWDIR%%/test/unit/lib/redmine/views/builders/xml_test.rb
2041
%%WWWDIR%%/test/unit/lib/redmine/views/labelled_form_builder_test.rb
2042
%%WWWDIR%%/test/unit/lib/redmine/wiki_formatting/html_parser_test.rb
2043
%%WWWDIR%%/test/unit/lib/redmine/wiki_formatting/macros_test.rb
2044
%%WWWDIR%%/test/unit/lib/redmine/wiki_formatting/markdown_formatter_test.rb
2045
%%WWWDIR%%/test/unit/lib/redmine/wiki_formatting/markdown_html_parser_test.rb
2046
%%WWWDIR%%/test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb
2047
%%WWWDIR%%/test/unit/lib/redmine/wiki_formatting/textile_html_parser_test.rb
2048
%%WWWDIR%%/test/unit/lib/redmine/wiki_formatting_test.rb
2049
%%WWWDIR%%/test/unit/lib/redmine_test.rb
2050
%%WWWDIR%%/test/unit/mail_handler_test.rb
2051
%%WWWDIR%%/test/unit/mailer_localisation_test.rb
2052
%%WWWDIR%%/test/unit/mailer_test.rb
2053
%%WWWDIR%%/test/unit/member_test.rb
2054
%%WWWDIR%%/test/unit/message_test.rb
2055
%%WWWDIR%%/test/unit/news_test.rb
2056
%%WWWDIR%%/test/unit/principal_test.rb
2057
%%WWWDIR%%/test/unit/project_copy_test.rb
2058
%%WWWDIR%%/test/unit/project_members_inheritance_test.rb
2059
%%WWWDIR%%/test/unit/project_nested_set_concurrency_test.rb
2060
%%WWWDIR%%/test/unit/project_nested_set_test.rb
2061
%%WWWDIR%%/test/unit/project_test.rb
2062
%%WWWDIR%%/test/unit/query_test.rb
2063
%%WWWDIR%%/test/unit/repository_bazaar_test.rb
2064
%%WWWDIR%%/test/unit/repository_cvs_test.rb
2065
%%WWWDIR%%/test/unit/repository_filesystem_test.rb
2066
%%WWWDIR%%/test/unit/repository_git_test.rb
2067
%%WWWDIR%%/test/unit/repository_mercurial_test.rb
2068
%%WWWDIR%%/test/unit/repository_subversion_test.rb
2069
%%WWWDIR%%/test/unit/repository_test.rb
2070
%%WWWDIR%%/test/unit/role_test.rb
2071
%%WWWDIR%%/test/unit/search_test.rb
2072
%%WWWDIR%%/test/unit/setting_test.rb
2073
%%WWWDIR%%/test/unit/time_entry_activity_test.rb
2074
%%WWWDIR%%/test/unit/time_entry_query_test.rb
2075
%%WWWDIR%%/test/unit/time_entry_test.rb
2076
%%WWWDIR%%/test/unit/token_test.rb
2077
%%WWWDIR%%/test/unit/tracker_test.rb
2078
%%WWWDIR%%/test/unit/user_preference_test.rb
2079
%%WWWDIR%%/test/unit/user_test.rb
2080
%%WWWDIR%%/test/unit/version_test.rb
2081
%%WWWDIR%%/test/unit/watcher_test.rb
2082
%%WWWDIR%%/test/unit/wiki_content_test.rb
2083
%%WWWDIR%%/test/unit/wiki_content_version_test.rb
2084
%%WWWDIR%%/test/unit/wiki_page_test.rb
2085
%%WWWDIR%%/test/unit/wiki_redirect_test.rb
2086
%%WWWDIR%%/test/unit/wiki_test.rb
2087
%%WWWDIR%%/test/unit/workflow_test.rb
2088
%%WWWDIR%%/test/unit/workflow_transition_test.rb
2089
@dir %%WWWDIR%%/test/fixtures/files/2016/12
2090
@dir %%WWWDIR%%/test/fixtures/mailer
2091
@dir %%WWWDIR%%/test/mocks/development
2092
@dir %%WWWDIR%%/test/mocks/test
2093
@dir %%WWWDIR%%/vendor
2094
@dir %%WWWDIR%%/app/views/previews
2095
@(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/public/plugin_assets/empty
2096
@(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/tmp/pdf/empty
2097
@(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/tmp/test/empty
2098
@(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/tmp/thumbnails/empty
2099
@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/tmp/cache
2100
@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/tmp/imports
2101
@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/tmp/sessions
2102
@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/tmp/sockets
2103
@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/files
2104
@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/log
2105
@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/tmp
2106
@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/tmp/pdf
2107
@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/tmp/test
2108
@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/tmp/thumbnails
2109
@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/public/plugin_assets

Return to bug 234005