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

Collapse All | Expand All

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

Return to bug 277661