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

Collapse All | Expand All

(-)b/www/redmine/Makefile (-24 / +43 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	redmine
4
PORTNAME=	redmine
5
PORTVERSION=	2.6.9
5
PORTVERSION=	3.2.2
6
PORTREVISION=	2
7
CATEGORIES=	www
6
CATEGORIES=	www
8
MASTER_SITES=	http://www.redmine.org/releases/
7
MASTER_SITES=	http://www.redmine.org/releases/
9
8
Lines 13-33 COMMENT= Flexible project management web application Link Here
13
LICENSE=	GPLv2
12
LICENSE=	GPLv2
14
LICENSE_FILE=	${WRKSRC}/doc/COPYING
13
LICENSE_FILE=	${WRKSRC}/doc/COPYING
15
14
16
RUN_DEPENDS=	rubygem-builder>=3.0.0:devel/rubygem-builder \
15
RUN_DEPENDS=	rubygem-bundler>=1.5.0:${PORTSDIR}/sysutils/rubygem-bundler \
17
		rubygem-bundler>=0:sysutils/rubygem-bundler \
16
		rubygem-rails4>=4.2.5:www/rubygem-rails4 \
18
		rubygem-coderay>=1.0.9:textproc/rubygem-coderay \
17
		rubygem-jquery-rails4>=3.1.4:www/rubygem-jquery-rails4 \
19
		rubygem-i18n>=0.7.0:devel/rubygem-i18n \
18
		rubygem-coderay>=1.1.0:textproc/rubygem-coderay \
20
		rubygem-jquery-rails>=3.1.4:www/rubygem-jquery-rails \
19
		rubygem-builder>=3.0.4:devel/rubygem-builder \
20
		rubygem-request_store>=1.0.5:devel/rubygem-request_store \
21
		rubygem-mime-types>=0:misc/rubygem-mime-types \
21
		rubygem-mime-types>=0:misc/rubygem-mime-types \
22
		rubygem-net-ldap>=0.3.1:net/rubygem-net-ldap \
22
		rubygem-protected_attributes>=0:devel/rubygem-protected_attributes \
23
		rubygem-rack-openid>=0:www/rubygem-rack-openid \
23
		rubygem-actionpack-action_caching>=0:devel/rubygem-actionpack-action_caching \
24
		rubygem-ruby-openid>=2.3.0:net/rubygem-ruby-openid \
24
		rubygem-actionpack-xml_parser>=0:textproc/rubygem-actionpack-xml_parser \
25
		rubygem-rails>=3.2.22:www/rubygem-rails \
25
		rubygem-roadie-rails>=0:mail/rubygem-roadie-rails \
26
		rubygem-rbpdf>=1.19.0:print/rubygem-rbpdf \
26
		rubygem-rake>=0:devel/rubygem-rake \
27
		rubygem-rake>=0:devel/rubygem-rake \
27
		rubygem-rbpdf>=0:print/rubygem-rbpdf \
28
	  rubygem-ruby-openid>=2.3.0:net/rubygem-ruby-openid \
28
		rubygem-redcarpet>=3.3.2:textproc/rubygem-redcarpet \
29
		rubygem-rack-openid>=0:www/rubygem-rack-openid	
29
		rubygem-request_store>=1.1.0:devel/rubygem-request_store \
30
		rubygem-rubytree>=0:devel/rubygem-rubytree
31
30
32
NO_ARCH=	yes
31
NO_ARCH=	yes
33
NO_BUILD=	yes
32
NO_BUILD=	yes
Lines 39-60 GROUPS= ${WWWGRP} Link Here
39
PLIST_SUB=	WWWOWN=${WWWOWN} WWWGRP=${WWWGRP}
38
PLIST_SUB=	WWWOWN=${WWWOWN} WWWGRP=${WWWGRP}
40
SUB_LIST=	RUBY_NAME=${RUBY_NAME}
39
SUB_LIST=	RUBY_NAME=${RUBY_NAME}
41
40
42
OPTIONS_DEFINE=	MYSQL MYSQL2 POSTGRESQL RMAGIC
41
OPTIONS_DEFINE=	MYSQL POSTGRESQL LDAP MARKDOWN RMAGIC
43
OPTIONS_DEFAULT=MYSQL2 RMAGIC THIN
42
OPTIONS_DEFAULT=MYSQL MARKDOWN RMAGIC THIN
44
OPTIONS_SINGLE=	WWWSERVER
43
OPTIONS_SINGLE=	WWWSERVER
45
OPTIONS_SINGLE_WWWSERVER=	THIN PASSENGER
44
OPTIONS_SINGLE_WWWSERVER=	THIN PASSENGER
46
OPTIONS_SUB=	yes
45
OPTIONS_SUB=	yes
47
POSTGRESQL_DESC=Enable PostgreSQL support
46
POSTGRESQL_DESC=	Enable PostgreSQL support
47
LDAP_DESC=	Enable LDAP Authentification
48
MARKDOWN_DESC=	Enable Markdown support
48
RMAGIC_DESC=	Enable Gantt charts support
49
RMAGIC_DESC=	Enable Gantt charts support
49
THIN_DESC=	Use Thin WEB server
50
THIN_DESC=	Use Thin WEB server
50
PASSENGER_DESC=	Use Apache/Nginx WEB server
51
PASSENGER_DESC=	Use Apache/Nginx WEB server
51
MYSQL2_DESC=	MySQL database support (via mysql2 rubygem)
52
MYSQL_DESC=	MySQL database support (via mysql2 rubygem)
52
NO_OPTIONS_SORT=yes
53
NO_OPTIONS_SORT=	yes
53
54
54
MYSQL_RUN_DEPENDS=	rubygem-mysql>=2.8.1:databases/rubygem-mysql
55
MYSQL_RUN_DEPENDS=	rubygem-mysql2>=0.3.11:databases/rubygem-mysql2
55
MYSQL2_RUN_DEPENDS=	rubygem-mysql2>=0:databases/rubygem-mysql2
56
LDAP_RUN_DEPENDS=	rubygem-net-ldap>=0.3.1:net/rubygem-net-ldap
56
PASSENGER_RUN_DEPENDS=	passenger-config:www/rubygem-passenger
57
PASSENGER_RUN_DEPENDS=	passenger-config:www/rubygem-passenger
57
POSTGRESQL_RUN_DEPENDS=	rubygem-pg>=0:databases/rubygem-pg
58
POSTGRESQL_RUN_DEPENDS=	rubygem-pg>=0.18.1:databases/rubygem-pg
59
MARKDOWN_RUN_DEPENDS=	rubygem-redcarpet>=3.3.2:textproc/rubygem-redcarpet
58
RMAGIC_RUN_DEPENDS=	rubygem-rmagick>=2.13.4:graphics/rubygem-rmagick
60
RMAGIC_RUN_DEPENDS=	rubygem-rmagick>=2.13.4:graphics/rubygem-rmagick
59
THIN_RUN_DEPENDS=	thin:www/rubygem-thin
61
THIN_RUN_DEPENDS=	thin:www/rubygem-thin
60
THIN_SUB_LIST=		WWWOWN=${WWWOWN} WWWGRP=${WWWGRP}
62
THIN_SUB_LIST=		WWWOWN=${WWWOWN} WWWGRP=${WWWGRP}
Lines 63-71 THIN_VARS= USE_RC_SUBR=redmine Link Here
63
post-extract:
65
post-extract:
64
	@${RM} ${WRKSRC}/.hgignore ${WRKSRC}/.travis.yml
66
	@${RM} ${WRKSRC}/.hgignore ${WRKSRC}/.travis.yml
65
	@${MV} ${WRKSRC}/config/settings.yml ${WRKSRC}/config/settings.yml.sample
67
	@${MV} ${WRKSRC}/config/settings.yml ${WRKSRC}/config/settings.yml.sample
68
	@${MV} ${WRKSRC}/config/database.yml.example ${WRKSRC}/config/database.yml.sample
69
	@${TOUCH} ${WRKSRC}/log/development.log
66
70
67
post-patch:
71
post-patch:
68
	@${FIND} ${WRKSRC} -name '*.bak' -o -name '*.orig' -delete
72
	@${FIND} ${WRKSRC} -name '*.bak' -delete
69
73
70
pre-install:
74
pre-install:
71
	${MKDIR} ${WRKSRC}/public/plugin_assets
75
	${MKDIR} ${WRKSRC}/public/plugin_assets
Lines 76-81 do-install: Link Here
76
	${MKDIR} ${STAGEDIR}${WWWDIR}/bundler.d
80
	${MKDIR} ${STAGEDIR}${WWWDIR}/bundler.d
77
	cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}
81
	cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}
78
82
83
do-install-MYSQL-on:
84
	${CP} ${FILESDIR}/mysql.rb ${STAGEDIR}${WWWDIR}/bundler.d
85
86
do-install-POSTGRESQL-on:
87
	${CP} ${FILESDIR}/pg.rb ${STAGEDIR}${WWWDIR}/bundler.d
88
89
do-install-LDAP-on:
90
	${CP} ${FILESDIR}/ldap.rb ${STAGEDIR}${WWWDIR}/bundler.d
91
92
do-install-OPENID-on:
93
	${CP} ${FILESDIR}/openid.rb ${STAGEDIR}${WWWDIR}/bundler.d
94
95
do-install-MARKDOWN-on:
96
	${CP} ${FILESDIR}/markdown.rb ${STAGEDIR}${WWWDIR}/bundler.d
97
79
do-install-RMAGIC-on:
98
do-install-RMAGIC-on:
80
	${CP} ${FILESDIR}/rmagic.rb ${STAGEDIR}${WWWDIR}/bundler.d
99
	${CP} ${FILESDIR}/rmagic.rb ${STAGEDIR}${WWWDIR}/bundler.d
81
100
(-)b/www/redmine/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (redmine-2.6.9.tar.gz) = 15cafc3983e0520c3ecc6105ef33031f55b1dc2b21270d092938562b47362d4c
1
TIMESTAMP = 1464786515
2
SIZE (redmine-2.6.9.tar.gz) = 2127454
2
SHA256 (redmine-3.2.2.tar.gz) = a22396602c2871b162d9f530c8171b0fd5f73d2f4b98c47dc48c5e3f880186cc
3
SIZE (redmine-3.2.2.tar.gz) = 2311215
(-)b/www/redmine/files/ldap.rb (+1 lines)
Added Link Here
1
gem "net-ldap", ">= 0.12.0"
(-)b/www/redmine/files/markdown.rb (+1 lines)
Added Link Here
1
gem "redcarpet", ">= 3.3.2"
(-)b/www/redmine/files/mysql.rb (+1 lines)
Added Link Here
1
gem "mysql2", "~> 0.3.11"
(-)b/www/redmine/files/patch-Gemfile (-49 / +39 lines)
Lines 1-30 Link Here
1
--- Gemfile.orig	2015-12-05 08:47:22 UTC
1
--- Gemfile.orig	2016-05-05 18:39:09 UTC
2
+++ Gemfile
2
+++ Gemfile
3
@@ -1,37 +1,29 @@
3
@@ -4,11 +4,11 @@ if Gem::Version.new(Bundler::VERSION) < 
4
 source 'https://rubygems.org'
4
   abort "Redmine requires Bundler 1.5.0 or higher (you're using #{Bundler::VERSION}).\nPlease update with 'gem update bundler'."
5
 end
5
 
6
 
6
-gem "rails", "3.2.22"
7
-gem "rails", "4.2.5.2"
7
+gem "rails", "~> 3.2"
8
+gem "rails", ">= 4.2.5.2"
8
 gem "rack-cache", "1.2" if RUBY_VERSION < "1.9.3"
9
 gem "jquery-rails", "~> 3.1.4"
9
 gem "jquery-rails", "~> 3.1.4"
10
 gem "coderay", "~> 1.1.0"
10
 gem "coderay", "~> 1.1.0"
11
 gem "fastercsv", "~> 1.5.0", :platforms => [:mri_18, :mingw_18, :jruby]
12
 gem "builder", ">= 3.0.4"
11
 gem "builder", ">= 3.0.4"
13
-gem "request_store", "1.0.5"
12
-gem "request_store", "1.0.5"
14
+gem "request_store", ">= 1.0.5"
13
+gem "request_store", ">= 1.0.5"
15
 gem "mime-types"
14
 gem "mime-types", (RUBY_VERSION >= "2.0" ? "~> 3.0" : "~> 2.99")
16
-gem "rbpdf", "~> 1.18.7"
15
 gem "protected_attributes"
17
+gem "rbpdf", ">= 1.18.7"
16
 gem "actionpack-action_caching"
18
 
17
@@ -26,29 +26,12 @@ gem "rails-html-sanitizer", ">= 1.0.3"
19
-gem "i18n", "~> 0.6.11"
18
 gem 'tzinfo-data', platforms: [:mingw, :x64_mingw, :mswin, :jruby]
20
+gem "i18n", ">= 0.6.11"
19
 gem "rbpdf", "~> 1.19.0"
21
 
22
 # Optional gem for LDAP authentication
23
 group :ldap do
24
-  gem "net-ldap", "~> 0.3.1"
25
+  gem "net-ldap", ">= 0.3.1"
26
 end
27
 
20
 
21
-# Optional gem for LDAP authentication
22
-group :ldap do
23
-  gem "net-ldap", "~> 0.12.0"
24
-end
25
-
28
 # Optional gem for OpenID authentication
26
 # Optional gem for OpenID authentication
29
 group :openid do
27
 group :openid do
30
-  gem "ruby-openid", "~> 2.3.0", :require => "openid"
28
-  gem "ruby-openid", "~> 2.3.0", :require => "openid"
Lines 32-59 Link Here
32
   gem "rack-openid"
30
   gem "rack-openid"
33
 end
31
 end
34
 
32
 
35
 platforms :mri, :mingw do
33
-platforms :mri, :mingw, :x64_mingw do
36
-  # Optional gem for exporting the gantt to a PNG file, not supported with jruby
34
-  # Optional gem for exporting the gantt to a PNG file, not supported with jruby
37
-  group :rmagick do
35
-  group :rmagick do
38
-    # RMagick 2 supports ruby 1.9
36
-    gem "rmagick", ">= 2.14.0"
39
-    # RMagick 1 would be fine for ruby 1.8 but Bundler does not support
40
-    # different requirements for the same gem on different platforms
41
-    gem "rmagick", (RUBY_VERSION < "1.9" ? "2.13.3" : "~> 2.13.4")
42
-  end
37
-  end
43
-
38
-
44
   # Optional Markdown support, not for JRuby
39
-  # Optional Markdown support, not for JRuby
45
   group :markdown do
40
-  group :markdown do
46
     gem "redcarpet", (RUBY_VERSION < "1.9" ? "~> 2.3.0" : "~> 3.3.2")
41
-    gem "redcarpet", "~> 3.3.2"
47
@@ -62,7 +54,7 @@ if File.exist?(database_file)
42
-  end
48
         gem "mysql", "~> 2.8.1", :platforms => [:mri, :mingw]
43
-end
49
         gem "activerecord-jdbcmysql-adapter", :platforms => :jruby
44
-
50
       when /postgresql/
45
 platforms :jruby do
51
-        gem "pg", "~> 0.17.1", :platforms => [:mri, :mingw]
46
   # jruby-openssl is bundled with JRuby 1.7.0
52
+        gem "pg", "~> 0.18.4", :platforms => [:mri, :mingw]
47
   gem "jruby-openssl" if Object.const_defined?(:JRUBY_VERSION) && JRUBY_VERSION < '1.7.0'
53
         gem "activerecord-jdbcpostgresql-adapter", :platforms => :jruby
48
@@ -92,21 +75,6 @@ else
54
       when /sqlite3/
55
         gem "sqlite3", :platforms => [:mri, :mingw]
56
@@ -82,23 +74,6 @@ else
57
   warn("Please configure your config/database.yml first")
49
   warn("Please configure your config/database.yml first")
58
 end
50
 end
59
 
51
 
Lines 64-85 Link Here
64
-
56
-
65
-group :test do
57
-group :test do
66
-  gem "minitest"
58
-  gem "minitest"
67
-  gem "test-unit", "~> 3.0"
59
-  gem "rails-dom-testing"
68
-  gem "shoulda", "~> 3.3.2"
60
-  gem "mocha"
69
-  gem "shoulda-matchers", "1.4.1"
61
-  gem "simplecov", "~> 0.9.1", :require => false
70
-  gem "mocha", "~> 1.0.0", :require => 'mocha/api'
62
-  # For running UI tests
71
-  if RUBY_VERSION >= '1.9.3'
63
-  gem "capybara"
72
-    gem "capybara"
64
-  gem "selenium-webdriver"
73
-    gem "selenium-webdriver"
74
-  end
75
-end
65
-end
76
-
66
-
77
 local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local")
67
 local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local")
78
 if File.exists?(local_gemfile)
68
 if File.exists?(local_gemfile)
79
   puts "Loading Gemfile.local ..." if $DEBUG # `ruby -d` or `bundle -v`
69
   eval_gemfile local_gemfile
80
@@ -111,3 +86,7 @@ Dir.glob File.expand_path("../plugins/*/
70
@@ -116,3 +84,7 @@ end
81
   #TODO: switch to "eval_gemfile file" when bundler >= 1.2.0 will be required (rails 4)
71
 Dir.glob File.expand_path("../plugins/*/{Gemfile,PluginGemfile}", __FILE__) do |file|
82
   instance_eval File.read(file), file
72
   eval_gemfile file
83
 end
73
 end
84
+
74
+
85
+Dir["#{File.dirname(__FILE__)}/bundler.d/*.rb"].each do |bundle|
75
+Dir["#{File.dirname(__FILE__)}/bundler.d/*.rb"].each do |bundle|
(-)b/www/redmine/files/pg.rb (+1 lines)
Added Link Here
1
gem "pg", "~> 0.18.1"
(-)b/www/redmine/files/rmagic.rb (-1 / +1 lines)
Line 1 Link Here
1
gem "rmagick", ">= 2.13.4"
1
gem "rmagick", ">= 2.14.0"
(-)b/www/redmine/pkg-plist (-153 / +361 lines)
Lines 18-29 Link Here
18
%%WWWDIR%%/app/controllers/calendars_controller.rb
18
%%WWWDIR%%/app/controllers/calendars_controller.rb
19
%%WWWDIR%%/app/controllers/comments_controller.rb
19
%%WWWDIR%%/app/controllers/comments_controller.rb
20
%%WWWDIR%%/app/controllers/context_menus_controller.rb
20
%%WWWDIR%%/app/controllers/context_menus_controller.rb
21
%%WWWDIR%%/app/controllers/custom_field_enumerations_controller.rb
21
%%WWWDIR%%/app/controllers/custom_fields_controller.rb
22
%%WWWDIR%%/app/controllers/custom_fields_controller.rb
22
%%WWWDIR%%/app/controllers/documents_controller.rb
23
%%WWWDIR%%/app/controllers/documents_controller.rb
24
%%WWWDIR%%/app/controllers/email_addresses_controller.rb
23
%%WWWDIR%%/app/controllers/enumerations_controller.rb
25
%%WWWDIR%%/app/controllers/enumerations_controller.rb
24
%%WWWDIR%%/app/controllers/files_controller.rb
26
%%WWWDIR%%/app/controllers/files_controller.rb
25
%%WWWDIR%%/app/controllers/gantts_controller.rb
27
%%WWWDIR%%/app/controllers/gantts_controller.rb
26
%%WWWDIR%%/app/controllers/groups_controller.rb
28
%%WWWDIR%%/app/controllers/groups_controller.rb
29
%%WWWDIR%%/app/controllers/imports_controller.rb
27
%%WWWDIR%%/app/controllers/issue_categories_controller.rb
30
%%WWWDIR%%/app/controllers/issue_categories_controller.rb
28
%%WWWDIR%%/app/controllers/issue_relations_controller.rb
31
%%WWWDIR%%/app/controllers/issue_relations_controller.rb
29
%%WWWDIR%%/app/controllers/issue_statuses_controller.rb
32
%%WWWDIR%%/app/controllers/issue_statuses_controller.rb
Lines 35-40 Link Here
35
%%WWWDIR%%/app/controllers/my_controller.rb
38
%%WWWDIR%%/app/controllers/my_controller.rb
36
%%WWWDIR%%/app/controllers/news_controller.rb
39
%%WWWDIR%%/app/controllers/news_controller.rb
37
%%WWWDIR%%/app/controllers/previews_controller.rb
40
%%WWWDIR%%/app/controllers/previews_controller.rb
41
%%WWWDIR%%/app/controllers/principal_memberships_controller.rb
38
%%WWWDIR%%/app/controllers/project_enumerations_controller.rb
42
%%WWWDIR%%/app/controllers/project_enumerations_controller.rb
39
%%WWWDIR%%/app/controllers/projects_controller.rb
43
%%WWWDIR%%/app/controllers/projects_controller.rb
40
%%WWWDIR%%/app/controllers/queries_controller.rb
44
%%WWWDIR%%/app/controllers/queries_controller.rb
Lines 64-72 Link Here
64
%%WWWDIR%%/app/helpers/context_menus_helper.rb
68
%%WWWDIR%%/app/helpers/context_menus_helper.rb
65
%%WWWDIR%%/app/helpers/custom_fields_helper.rb
69
%%WWWDIR%%/app/helpers/custom_fields_helper.rb
66
%%WWWDIR%%/app/helpers/documents_helper.rb
70
%%WWWDIR%%/app/helpers/documents_helper.rb
71
%%WWWDIR%%/app/helpers/email_addresses_helper.rb
67
%%WWWDIR%%/app/helpers/enumerations_helper.rb
72
%%WWWDIR%%/app/helpers/enumerations_helper.rb
68
%%WWWDIR%%/app/helpers/gantt_helper.rb
73
%%WWWDIR%%/app/helpers/gantt_helper.rb
69
%%WWWDIR%%/app/helpers/groups_helper.rb
74
%%WWWDIR%%/app/helpers/groups_helper.rb
75
%%WWWDIR%%/app/helpers/imports_helper.rb
70
%%WWWDIR%%/app/helpers/issue_categories_helper.rb
76
%%WWWDIR%%/app/helpers/issue_categories_helper.rb
71
%%WWWDIR%%/app/helpers/issue_relations_helper.rb
77
%%WWWDIR%%/app/helpers/issue_relations_helper.rb
72
%%WWWDIR%%/app/helpers/issue_statuses_helper.rb
78
%%WWWDIR%%/app/helpers/issue_statuses_helper.rb
Lines 77-82 Link Here
77
%%WWWDIR%%/app/helpers/messages_helper.rb
83
%%WWWDIR%%/app/helpers/messages_helper.rb
78
%%WWWDIR%%/app/helpers/my_helper.rb
84
%%WWWDIR%%/app/helpers/my_helper.rb
79
%%WWWDIR%%/app/helpers/news_helper.rb
85
%%WWWDIR%%/app/helpers/news_helper.rb
86
%%WWWDIR%%/app/helpers/principal_memberships_helper.rb
80
%%WWWDIR%%/app/helpers/projects_helper.rb
87
%%WWWDIR%%/app/helpers/projects_helper.rb
81
%%WWWDIR%%/app/helpers/queries_helper.rb
88
%%WWWDIR%%/app/helpers/queries_helper.rb
82
%%WWWDIR%%/app/helpers/reports_helper.rb
89
%%WWWDIR%%/app/helpers/reports_helper.rb
Lines 102-112 Link Here
102
%%WWWDIR%%/app/models/changeset.rb
109
%%WWWDIR%%/app/models/changeset.rb
103
%%WWWDIR%%/app/models/comment.rb
110
%%WWWDIR%%/app/models/comment.rb
104
%%WWWDIR%%/app/models/custom_field.rb
111
%%WWWDIR%%/app/models/custom_field.rb
112
%%WWWDIR%%/app/models/custom_field_enumeration.rb
105
%%WWWDIR%%/app/models/custom_field_value.rb
113
%%WWWDIR%%/app/models/custom_field_value.rb
106
%%WWWDIR%%/app/models/custom_value.rb
114
%%WWWDIR%%/app/models/custom_value.rb
107
%%WWWDIR%%/app/models/document.rb
115
%%WWWDIR%%/app/models/document.rb
108
%%WWWDIR%%/app/models/document_category.rb
116
%%WWWDIR%%/app/models/document_category.rb
109
%%WWWDIR%%/app/models/document_category_custom_field.rb
117
%%WWWDIR%%/app/models/document_category_custom_field.rb
118
%%WWWDIR%%/app/models/document_custom_field.rb
119
%%WWWDIR%%/app/models/email_address.rb
110
%%WWWDIR%%/app/models/enabled_module.rb
120
%%WWWDIR%%/app/models/enabled_module.rb
111
%%WWWDIR%%/app/models/enumeration.rb
121
%%WWWDIR%%/app/models/enumeration.rb
112
%%WWWDIR%%/app/models/group.rb
122
%%WWWDIR%%/app/models/group.rb
Lines 114-122 Link Here
114
%%WWWDIR%%/app/models/group_builtin.rb
124
%%WWWDIR%%/app/models/group_builtin.rb
115
%%WWWDIR%%/app/models/group_custom_field.rb
125
%%WWWDIR%%/app/models/group_custom_field.rb
116
%%WWWDIR%%/app/models/group_non_member.rb
126
%%WWWDIR%%/app/models/group_non_member.rb
127
%%WWWDIR%%/app/models/import.rb
128
%%WWWDIR%%/app/models/import_item.rb
117
%%WWWDIR%%/app/models/issue.rb
129
%%WWWDIR%%/app/models/issue.rb
118
%%WWWDIR%%/app/models/issue_category.rb
130
%%WWWDIR%%/app/models/issue_category.rb
119
%%WWWDIR%%/app/models/issue_custom_field.rb
131
%%WWWDIR%%/app/models/issue_custom_field.rb
132
%%WWWDIR%%/app/models/issue_import.rb
120
%%WWWDIR%%/app/models/issue_priority.rb
133
%%WWWDIR%%/app/models/issue_priority.rb
121
%%WWWDIR%%/app/models/issue_priority_custom_field.rb
134
%%WWWDIR%%/app/models/issue_priority_custom_field.rb
122
%%WWWDIR%%/app/models/issue_query.rb
135
%%WWWDIR%%/app/models/issue_query.rb
Lines 180-185 Link Here
180
%%WWWDIR%%/app/views/attachments/_links.html.erb
193
%%WWWDIR%%/app/views/attachments/_links.html.erb
181
%%WWWDIR%%/app/views/attachments/destroy.js.erb
194
%%WWWDIR%%/app/views/attachments/destroy.js.erb
182
%%WWWDIR%%/app/views/attachments/diff.html.erb
195
%%WWWDIR%%/app/views/attachments/diff.html.erb
196
%%WWWDIR%%/app/views/attachments/edit.html.erb
183
%%WWWDIR%%/app/views/attachments/file.html.erb
197
%%WWWDIR%%/app/views/attachments/file.html.erb
184
%%WWWDIR%%/app/views/attachments/show.api.rsb
198
%%WWWDIR%%/app/views/attachments/show.api.rsb
185
%%WWWDIR%%/app/views/attachments/upload.api.rsb
199
%%WWWDIR%%/app/views/attachments/upload.api.rsb
Lines 206-216 Link Here
206
%%WWWDIR%%/app/views/common/feed.atom.builder
220
%%WWWDIR%%/app/views/common/feed.atom.builder
207
%%WWWDIR%%/app/views/context_menus/issues.html.erb
221
%%WWWDIR%%/app/views/context_menus/issues.html.erb
208
%%WWWDIR%%/app/views/context_menus/time_entries.html.erb
222
%%WWWDIR%%/app/views/context_menus/time_entries.html.erb
223
%%WWWDIR%%/app/views/custom_field_enumerations/create.js.erb
224
%%WWWDIR%%/app/views/custom_field_enumerations/destroy.html.erb
225
%%WWWDIR%%/app/views/custom_field_enumerations/index.html.erb
209
%%WWWDIR%%/app/views/custom_fields/_form.html.erb
226
%%WWWDIR%%/app/views/custom_fields/_form.html.erb
210
%%WWWDIR%%/app/views/custom_fields/_index.html.erb
227
%%WWWDIR%%/app/views/custom_fields/_index.html.erb
211
%%WWWDIR%%/app/views/custom_fields/edit.html.erb
228
%%WWWDIR%%/app/views/custom_fields/edit.html.erb
212
%%WWWDIR%%/app/views/custom_fields/formats/_bool.html.erb
229
%%WWWDIR%%/app/views/custom_fields/formats/_bool.html.erb
213
%%WWWDIR%%/app/views/custom_fields/formats/_date.html.erb
230
%%WWWDIR%%/app/views/custom_fields/formats/_date.html.erb
231
%%WWWDIR%%/app/views/custom_fields/formats/_enumeration.erb
214
%%WWWDIR%%/app/views/custom_fields/formats/_link.html.erb
232
%%WWWDIR%%/app/views/custom_fields/formats/_link.html.erb
215
%%WWWDIR%%/app/views/custom_fields/formats/_list.html.erb
233
%%WWWDIR%%/app/views/custom_fields/formats/_list.html.erb
216
%%WWWDIR%%/app/views/custom_fields/formats/_numeric.html.erb
234
%%WWWDIR%%/app/views/custom_fields/formats/_numeric.html.erb
Lines 230-235 Link Here
230
%%WWWDIR%%/app/views/documents/index.html.erb
248
%%WWWDIR%%/app/views/documents/index.html.erb
231
%%WWWDIR%%/app/views/documents/new.html.erb
249
%%WWWDIR%%/app/views/documents/new.html.erb
232
%%WWWDIR%%/app/views/documents/show.html.erb
250
%%WWWDIR%%/app/views/documents/show.html.erb
251
%%WWWDIR%%/app/views/email_addresses/_index.html.erb
252
%%WWWDIR%%/app/views/email_addresses/index.html.erb
253
%%WWWDIR%%/app/views/email_addresses/index.js.erb
233
%%WWWDIR%%/app/views/enumerations/_form.html.erb
254
%%WWWDIR%%/app/views/enumerations/_form.html.erb
234
%%WWWDIR%%/app/views/enumerations/destroy.html.erb
255
%%WWWDIR%%/app/views/enumerations/destroy.html.erb
235
%%WWWDIR%%/app/views/enumerations/edit.html.erb
256
%%WWWDIR%%/app/views/enumerations/edit.html.erb
Lines 242-247 Link Here
242
%%WWWDIR%%/app/views/groups/_form.html.erb
263
%%WWWDIR%%/app/views/groups/_form.html.erb
243
%%WWWDIR%%/app/views/groups/_general.html.erb
264
%%WWWDIR%%/app/views/groups/_general.html.erb
244
%%WWWDIR%%/app/views/groups/_memberships.html.erb
265
%%WWWDIR%%/app/views/groups/_memberships.html.erb
266
%%WWWDIR%%/app/views/groups/_new_users_form.html.erb
267
%%WWWDIR%%/app/views/groups/_new_users_modal.html.erb
245
%%WWWDIR%%/app/views/groups/_users.html.erb
268
%%WWWDIR%%/app/views/groups/_users.html.erb
246
%%WWWDIR%%/app/views/groups/add_users.js.erb
269
%%WWWDIR%%/app/views/groups/add_users.js.erb
247
%%WWWDIR%%/app/views/groups/autocomplete_for_user.js.erb
270
%%WWWDIR%%/app/views/groups/autocomplete_for_user.js.erb
Lines 251-259 Link Here
251
%%WWWDIR%%/app/views/groups/index.api.rsb
274
%%WWWDIR%%/app/views/groups/index.api.rsb
252
%%WWWDIR%%/app/views/groups/index.html.erb
275
%%WWWDIR%%/app/views/groups/index.html.erb
253
%%WWWDIR%%/app/views/groups/new.html.erb
276
%%WWWDIR%%/app/views/groups/new.html.erb
277
%%WWWDIR%%/app/views/groups/new_users.html.erb
278
%%WWWDIR%%/app/views/groups/new_users.js.erb
254
%%WWWDIR%%/app/views/groups/remove_user.js.erb
279
%%WWWDIR%%/app/views/groups/remove_user.js.erb
255
%%WWWDIR%%/app/views/groups/show.api.rsb
280
%%WWWDIR%%/app/views/groups/show.api.rsb
256
%%WWWDIR%%/app/views/groups/show.html.erb
281
%%WWWDIR%%/app/views/groups/show.html.erb
282
%%WWWDIR%%/app/views/imports/_fields_mapping.html.erb
283
%%WWWDIR%%/app/views/imports/mapping.html.erb
284
%%WWWDIR%%/app/views/imports/mapping.js.erb
285
%%WWWDIR%%/app/views/imports/new.html.erb
286
%%WWWDIR%%/app/views/imports/run.html.erb
287
%%WWWDIR%%/app/views/imports/run.js.erb
288
%%WWWDIR%%/app/views/imports/settings.html.erb
289
%%WWWDIR%%/app/views/imports/show.html.erb
257
%%WWWDIR%%/app/views/issue_categories/_form.html.erb
290
%%WWWDIR%%/app/views/issue_categories/_form.html.erb
258
%%WWWDIR%%/app/views/issue_categories/_new_modal.html.erb
291
%%WWWDIR%%/app/views/issue_categories/_new_modal.html.erb
259
%%WWWDIR%%/app/views/issue_categories/create.js.erb
292
%%WWWDIR%%/app/views/issue_categories/create.js.erb
Lines 289-300 Link Here
289
%%WWWDIR%%/app/views/issues/bulk_edit.js.erb
322
%%WWWDIR%%/app/views/issues/bulk_edit.js.erb
290
%%WWWDIR%%/app/views/issues/destroy.html.erb
323
%%WWWDIR%%/app/views/issues/destroy.html.erb
291
%%WWWDIR%%/app/views/issues/edit.html.erb
324
%%WWWDIR%%/app/views/issues/edit.html.erb
325
%%WWWDIR%%/app/views/issues/edit.js.erb
292
%%WWWDIR%%/app/views/issues/index.api.rsb
326
%%WWWDIR%%/app/views/issues/index.api.rsb
293
%%WWWDIR%%/app/views/issues/index.html.erb
327
%%WWWDIR%%/app/views/issues/index.html.erb
328
%%WWWDIR%%/app/views/issues/index.pdf.erb
294
%%WWWDIR%%/app/views/issues/new.html.erb
329
%%WWWDIR%%/app/views/issues/new.html.erb
330
%%WWWDIR%%/app/views/issues/new.js.erb
295
%%WWWDIR%%/app/views/issues/show.api.rsb
331
%%WWWDIR%%/app/views/issues/show.api.rsb
296
%%WWWDIR%%/app/views/issues/show.html.erb
332
%%WWWDIR%%/app/views/issues/show.html.erb
297
%%WWWDIR%%/app/views/issues/update_form.js.erb
333
%%WWWDIR%%/app/views/issues/show.pdf.erb
298
%%WWWDIR%%/app/views/journals/_notes_form.html.erb
334
%%WWWDIR%%/app/views/journals/_notes_form.html.erb
299
%%WWWDIR%%/app/views/journals/diff.html.erb
335
%%WWWDIR%%/app/views/journals/diff.html.erb
300
%%WWWDIR%%/app/views/journals/edit.js.erb
336
%%WWWDIR%%/app/views/journals/edit.js.erb
Lines 305-310 Link Here
305
%%WWWDIR%%/app/views/layouts/base.html.erb
341
%%WWWDIR%%/app/views/layouts/base.html.erb
306
%%WWWDIR%%/app/views/layouts/mailer.html.erb
342
%%WWWDIR%%/app/views/layouts/mailer.html.erb
307
%%WWWDIR%%/app/views/layouts/mailer.text.erb
343
%%WWWDIR%%/app/views/layouts/mailer.text.erb
344
%%WWWDIR%%/app/views/mail_handler/new.html.erb
308
%%WWWDIR%%/app/views/mailer/_issue.html.erb
345
%%WWWDIR%%/app/views/mailer/_issue.html.erb
309
%%WWWDIR%%/app/views/mailer/_issue.text.erb
346
%%WWWDIR%%/app/views/mailer/_issue.text.erb
310
%%WWWDIR%%/app/views/mailer/account_activated.html.erb
347
%%WWWDIR%%/app/views/mailer/account_activated.html.erb
Lines 339-348 Link Here
339
%%WWWDIR%%/app/views/mailer/wiki_content_added.text.erb
376
%%WWWDIR%%/app/views/mailer/wiki_content_added.text.erb
340
%%WWWDIR%%/app/views/mailer/wiki_content_updated.html.erb
377
%%WWWDIR%%/app/views/mailer/wiki_content_updated.html.erb
341
%%WWWDIR%%/app/views/mailer/wiki_content_updated.text.erb
378
%%WWWDIR%%/app/views/mailer/wiki_content_updated.text.erb
379
%%WWWDIR%%/app/views/members/_new_form.html.erb
380
%%WWWDIR%%/app/views/members/_new_modal.html.erb
342
%%WWWDIR%%/app/views/members/autocomplete.js.erb
381
%%WWWDIR%%/app/views/members/autocomplete.js.erb
343
%%WWWDIR%%/app/views/members/create.js.erb
382
%%WWWDIR%%/app/views/members/create.js.erb
344
%%WWWDIR%%/app/views/members/destroy.js.erb
383
%%WWWDIR%%/app/views/members/destroy.js.erb
345
%%WWWDIR%%/app/views/members/index.api.rsb
384
%%WWWDIR%%/app/views/members/index.api.rsb
385
%%WWWDIR%%/app/views/members/new.html.erb
386
%%WWWDIR%%/app/views/members/new.js.erb
346
%%WWWDIR%%/app/views/members/show.api.rsb
387
%%WWWDIR%%/app/views/members/show.api.rsb
347
%%WWWDIR%%/app/views/members/update.js.erb
388
%%WWWDIR%%/app/views/members/update.js.erb
348
%%WWWDIR%%/app/views/messages/_form.html.erb
389
%%WWWDIR%%/app/views/messages/_form.html.erb
Lines 364-369 Link Here
364
%%WWWDIR%%/app/views/my/page.html.erb
405
%%WWWDIR%%/app/views/my/page.html.erb
365
%%WWWDIR%%/app/views/my/page_layout.html.erb
406
%%WWWDIR%%/app/views/my/page_layout.html.erb
366
%%WWWDIR%%/app/views/my/password.html.erb
407
%%WWWDIR%%/app/views/my/password.html.erb
408
%%WWWDIR%%/app/views/my/show_api_key.html.erb
409
%%WWWDIR%%/app/views/my/show_api_key.js.erb
367
%%WWWDIR%%/app/views/news/_form.html.erb
410
%%WWWDIR%%/app/views/news/_form.html.erb
368
%%WWWDIR%%/app/views/news/_news.html.erb
411
%%WWWDIR%%/app/views/news/_news.html.erb
369
%%WWWDIR%%/app/views/news/edit.html.erb
412
%%WWWDIR%%/app/views/news/edit.html.erb
Lines 372-377 Link Here
372
%%WWWDIR%%/app/views/news/new.html.erb
415
%%WWWDIR%%/app/views/news/new.html.erb
373
%%WWWDIR%%/app/views/news/show.html.erb
416
%%WWWDIR%%/app/views/news/show.html.erb
374
%%WWWDIR%%/app/views/previews/issue.html.erb
417
%%WWWDIR%%/app/views/previews/issue.html.erb
418
%%WWWDIR%%/app/views/principal_memberships/_index.html.erb
419
%%WWWDIR%%/app/views/principal_memberships/_new_form.html.erb
420
%%WWWDIR%%/app/views/principal_memberships/_new_modal.html.erb
421
%%WWWDIR%%/app/views/principal_memberships/create.js.erb
422
%%WWWDIR%%/app/views/principal_memberships/destroy.js.erb
423
%%WWWDIR%%/app/views/principal_memberships/new.html.erb
424
%%WWWDIR%%/app/views/principal_memberships/new.js.erb
425
%%WWWDIR%%/app/views/principal_memberships/update.js.erb
375
%%WWWDIR%%/app/views/projects/_edit.html.erb
426
%%WWWDIR%%/app/views/projects/_edit.html.erb
376
%%WWWDIR%%/app/views/projects/_form.html.erb
427
%%WWWDIR%%/app/views/projects/_form.html.erb
377
%%WWWDIR%%/app/views/projects/_members_box.html.erb
428
%%WWWDIR%%/app/views/projects/_members_box.html.erb
Lines 380-386 Link Here
380
%%WWWDIR%%/app/views/projects/destroy.html.erb
431
%%WWWDIR%%/app/views/projects/destroy.html.erb
381
%%WWWDIR%%/app/views/projects/index.api.rsb
432
%%WWWDIR%%/app/views/projects/index.api.rsb
382
%%WWWDIR%%/app/views/projects/index.html.erb
433
%%WWWDIR%%/app/views/projects/index.html.erb
383
%%WWWDIR%%/app/views/projects/list_members.html.erb
384
%%WWWDIR%%/app/views/projects/new.html.erb
434
%%WWWDIR%%/app/views/projects/new.html.erb
385
%%WWWDIR%%/app/views/projects/settings.html.erb
435
%%WWWDIR%%/app/views/projects/settings.html.erb
386
%%WWWDIR%%/app/views/projects/settings/_activities.html.erb
436
%%WWWDIR%%/app/views/projects/settings/_activities.html.erb
Lines 435-440 Link Here
435
%%WWWDIR%%/app/views/roles/permissions.html.erb
485
%%WWWDIR%%/app/views/roles/permissions.html.erb
436
%%WWWDIR%%/app/views/roles/show.api.rsb
486
%%WWWDIR%%/app/views/roles/show.api.rsb
437
%%WWWDIR%%/app/views/search/index.html.erb
487
%%WWWDIR%%/app/views/search/index.html.erb
488
%%WWWDIR%%/app/views/settings/_api.html.erb
489
%%WWWDIR%%/app/views/settings/_attachments.html.erb
438
%%WWWDIR%%/app/views/settings/_authentication.html.erb
490
%%WWWDIR%%/app/views/settings/_authentication.html.erb
439
%%WWWDIR%%/app/views/settings/_display.html.erb
491
%%WWWDIR%%/app/views/settings/_display.html.erb
440
%%WWWDIR%%/app/views/settings/_general.html.erb
492
%%WWWDIR%%/app/views/settings/_general.html.erb
Lines 445-450 Link Here
445
%%WWWDIR%%/app/views/settings/_repositories.html.erb
497
%%WWWDIR%%/app/views/settings/_repositories.html.erb
446
%%WWWDIR%%/app/views/settings/edit.html.erb
498
%%WWWDIR%%/app/views/settings/edit.html.erb
447
%%WWWDIR%%/app/views/settings/plugin.html.erb
499
%%WWWDIR%%/app/views/settings/plugin.html.erb
500
%%WWWDIR%%/app/views/sudo_mode/_new_modal.html.erb
501
%%WWWDIR%%/app/views/sudo_mode/new.html.erb
502
%%WWWDIR%%/app/views/sudo_mode/new.js.erb
448
%%WWWDIR%%/app/views/timelog/_date_range.html.erb
503
%%WWWDIR%%/app/views/timelog/_date_range.html.erb
449
%%WWWDIR%%/app/views/timelog/_form.html.erb
504
%%WWWDIR%%/app/views/timelog/_form.html.erb
450
%%WWWDIR%%/app/views/timelog/_list.html.erb
505
%%WWWDIR%%/app/views/timelog/_list.html.erb
Lines 454-459 Link Here
454
%%WWWDIR%%/app/views/timelog/index.api.rsb
509
%%WWWDIR%%/app/views/timelog/index.api.rsb
455
%%WWWDIR%%/app/views/timelog/index.html.erb
510
%%WWWDIR%%/app/views/timelog/index.html.erb
456
%%WWWDIR%%/app/views/timelog/new.html.erb
511
%%WWWDIR%%/app/views/timelog/new.html.erb
512
%%WWWDIR%%/app/views/timelog/new.js.erb
457
%%WWWDIR%%/app/views/timelog/report.html.erb
513
%%WWWDIR%%/app/views/timelog/report.html.erb
458
%%WWWDIR%%/app/views/timelog/show.api.rsb
514
%%WWWDIR%%/app/views/timelog/show.api.rsb
459
%%WWWDIR%%/app/views/trackers/_form.html.erb
515
%%WWWDIR%%/app/views/trackers/_form.html.erb
Lines 507-512 Link Here
507
%%WWWDIR%%/app/views/wiki/diff.html.erb
563
%%WWWDIR%%/app/views/wiki/diff.html.erb
508
%%WWWDIR%%/app/views/wiki/edit.html.erb
564
%%WWWDIR%%/app/views/wiki/edit.html.erb
509
%%WWWDIR%%/app/views/wiki/export.html.erb
565
%%WWWDIR%%/app/views/wiki/export.html.erb
566
%%WWWDIR%%/app/views/wiki/export.pdf.erb
510
%%WWWDIR%%/app/views/wiki/export_multiple.html.erb
567
%%WWWDIR%%/app/views/wiki/export_multiple.html.erb
511
%%WWWDIR%%/app/views/wiki/history.html.erb
568
%%WWWDIR%%/app/views/wiki/history.html.erb
512
%%WWWDIR%%/app/views/wiki/index.api.rsb
569
%%WWWDIR%%/app/views/wiki/index.api.rsb
Lines 514-519 Link Here
514
%%WWWDIR%%/app/views/wiki/rename.html.erb
571
%%WWWDIR%%/app/views/wiki/rename.html.erb
515
%%WWWDIR%%/app/views/wiki/show.api.rsb
572
%%WWWDIR%%/app/views/wiki/show.api.rsb
516
%%WWWDIR%%/app/views/wiki/show.html.erb
573
%%WWWDIR%%/app/views/wiki/show.html.erb
574
%%WWWDIR%%/app/views/wiki/show.pdf.erb
517
%%WWWDIR%%/app/views/wikis/destroy.html.erb
575
%%WWWDIR%%/app/views/wikis/destroy.html.erb
518
%%WWWDIR%%/app/views/wikis/edit.js.erb
576
%%WWWDIR%%/app/views/wikis/edit.js.erb
519
%%WWWDIR%%/app/views/workflows/_action_menu.html.erb
577
%%WWWDIR%%/app/views/workflows/_action_menu.html.erb
Lines 522-533 Link Here
522
%%WWWDIR%%/app/views/workflows/edit.html.erb
580
%%WWWDIR%%/app/views/workflows/edit.html.erb
523
%%WWWDIR%%/app/views/workflows/index.html.erb
581
%%WWWDIR%%/app/views/workflows/index.html.erb
524
%%WWWDIR%%/app/views/workflows/permissions.html.erb
582
%%WWWDIR%%/app/views/workflows/permissions.html.erb
583
%%WWWDIR%%/appveyor.yml
584
%%WWWDIR%%/bin/about
585
%%WWWDIR%%/bin/bundle
586
%%WWWDIR%%/bin/rails
587
%%WWWDIR%%/bin/rake
525
%%WWWDIR%%/config.ru
588
%%WWWDIR%%/config.ru
526
%%WWWDIR%%/config/additional_environment.rb.example
589
%%WWWDIR%%/config/additional_environment.rb.example
527
%%WWWDIR%%/config/application.rb
590
%%WWWDIR%%/config/application.rb
528
%%WWWDIR%%/config/boot.rb
591
%%WWWDIR%%/config/boot.rb
529
%%WWWDIR%%/config/configuration.yml.example
592
%%WWWDIR%%/config/configuration.yml.example
530
%%WWWDIR%%/config/database.yml.example
593
@sample %%WWWDIR%%/config/database.yml.sample
531
%%WWWDIR%%/config/environment.rb
594
%%WWWDIR%%/config/environment.rb
532
%%WWWDIR%%/config/environments/development.rb
595
%%WWWDIR%%/config/environments/development.rb
533
%%WWWDIR%%/config/environments/production.rb
596
%%WWWDIR%%/config/environments/production.rb
Lines 551-556 Link Here
551
%%WWWDIR%%/config/locales/el.yml
614
%%WWWDIR%%/config/locales/el.yml
552
%%WWWDIR%%/config/locales/en-GB.yml
615
%%WWWDIR%%/config/locales/en-GB.yml
553
%%WWWDIR%%/config/locales/en.yml
616
%%WWWDIR%%/config/locales/en.yml
617
%%WWWDIR%%/config/locales/es-PA.yml
554
%%WWWDIR%%/config/locales/es.yml
618
%%WWWDIR%%/config/locales/es.yml
555
%%WWWDIR%%/config/locales/et.yml
619
%%WWWDIR%%/config/locales/et.yml
556
%%WWWDIR%%/config/locales/eu.yml
620
%%WWWDIR%%/config/locales/eu.yml
Lines 588-594 Link Here
588
%%WWWDIR%%/config/locales/vi.yml
652
%%WWWDIR%%/config/locales/vi.yml
589
%%WWWDIR%%/config/locales/zh-TW.yml
653
%%WWWDIR%%/config/locales/zh-TW.yml
590
%%WWWDIR%%/config/locales/zh.yml
654
%%WWWDIR%%/config/locales/zh.yml
591
%%WWWDIR%%/config/preinitializer.rb
592
%%WWWDIR%%/config/routes.rb
655
%%WWWDIR%%/config/routes.rb
593
%%WWWDIR%%/db/migrate/001_setup.rb
656
%%WWWDIR%%/db/migrate/001_setup.rb
594
%%WWWDIR%%/db/migrate/002_issue_move.rb
657
%%WWWDIR%%/db/migrate/002_issue_move.rb
Lines 827-832 Link Here
827
%%WWWDIR%%/db/migrate/20140228130325_change_changesets_comments_limit.rb
890
%%WWWDIR%%/db/migrate/20140228130325_change_changesets_comments_limit.rb
828
%%WWWDIR%%/db/migrate/20140903143914_add_password_changed_at_to_user.rb
891
%%WWWDIR%%/db/migrate/20140903143914_add_password_changed_at_to_user.rb
829
%%WWWDIR%%/db/migrate/20140920094058_insert_builtin_groups.rb
892
%%WWWDIR%%/db/migrate/20140920094058_insert_builtin_groups.rb
893
%%WWWDIR%%/db/migrate/20141029181752_add_trackers_default_status_id.rb
894
%%WWWDIR%%/db/migrate/20141029181824_remove_issue_statuses_is_default.rb
895
%%WWWDIR%%/db/migrate/20141109112308_add_roles_users_visibility.rb
896
%%WWWDIR%%/db/migrate/20141122124142_add_wiki_redirects_redirects_to_wiki_id.rb
897
%%WWWDIR%%/db/migrate/20150113194759_create_email_addresses.rb
898
%%WWWDIR%%/db/migrate/20150113211532_populate_email_addresses.rb
899
%%WWWDIR%%/db/migrate/20150113213922_remove_users_mail.rb
900
%%WWWDIR%%/db/migrate/20150113213955_add_email_addresses_user_id_index.rb
901
%%WWWDIR%%/db/migrate/20150208105930_replace_move_issues_permission.rb
902
%%WWWDIR%%/db/migrate/20150510083747_change_documents_title_limit.rb
903
%%WWWDIR%%/db/migrate/20150525103953_clear_estimated_hours_on_parent_issues.rb
904
%%WWWDIR%%/db/migrate/20150526183158_add_roles_time_entries_visibility.rb
905
%%WWWDIR%%/db/migrate/20150528084820_add_roles_all_roles_managed.rb
906
%%WWWDIR%%/db/migrate/20150528092912_create_roles_managed_roles.rb
907
%%WWWDIR%%/db/migrate/20150528093249_add_unique_index_on_roles_managed_roles.rb
908
%%WWWDIR%%/db/migrate/20150725112753_insert_allowed_statuses_for_new_issues.rb
909
%%WWWDIR%%/db/migrate/20150730122707_create_imports.rb
910
%%WWWDIR%%/db/migrate/20150730122735_create_import_items.rb
911
%%WWWDIR%%/db/migrate/20150921204850_change_time_entries_comments_limit_to_1024.rb
912
%%WWWDIR%%/db/migrate/20150921210243_change_wiki_contents_comments_limit_to_1024.rb
913
%%WWWDIR%%/db/migrate/20151020182334_change_attachments_filesize_limit_to_8.rb
914
%%WWWDIR%%/db/migrate/20151020182731_fix_comma_in_user_format_setting_value.rb
915
%%WWWDIR%%/db/migrate/20151021184614_change_issue_categories_name_limit_to_60.rb
916
%%WWWDIR%%/db/migrate/20151021185456_change_auth_sources_filter_to_text.rb
917
%%WWWDIR%%/db/migrate/20151021190616_change_user_preferences_hide_mail_default_to_true.rb
918
%%WWWDIR%%/db/migrate/20151024082034_add_tokens_updated_on.rb
919
%%WWWDIR%%/db/migrate/20151025072118_create_custom_field_enumerations.rb
920
%%WWWDIR%%/db/migrate/20151031095005_add_projects_default_version_id.rb
830
%%WWWDIR%%/doc/CHANGELOG
921
%%WWWDIR%%/doc/CHANGELOG
831
%%WWWDIR%%/doc/COPYING
922
%%WWWDIR%%/doc/COPYING
832
%%WWWDIR%%/doc/INSTALL
923
%%WWWDIR%%/doc/INSTALL
Lines 931-977 Link Here
931
%%WWWDIR%%/lib/plugins/acts_as_versioned/test/versioned_test.rb
1022
%%WWWDIR%%/lib/plugins/acts_as_versioned/test/versioned_test.rb
932
%%WWWDIR%%/lib/plugins/acts_as_watchable/init.rb
1023
%%WWWDIR%%/lib/plugins/acts_as_watchable/init.rb
933
%%WWWDIR%%/lib/plugins/acts_as_watchable/lib/acts_as_watchable.rb
1024
%%WWWDIR%%/lib/plugins/acts_as_watchable/lib/acts_as_watchable.rb
934
%%WWWDIR%%/lib/plugins/awesome_nested_set/.autotest
935
%%WWWDIR%%/lib/plugins/awesome_nested_set/.gitignore
936
%%WWWDIR%%/lib/plugins/awesome_nested_set/.travis.yml
937
%%WWWDIR%%/lib/plugins/awesome_nested_set/CHANGELOG
938
%%WWWDIR%%/lib/plugins/awesome_nested_set/CONTRIBUTING.md
939
%%WWWDIR%%/lib/plugins/awesome_nested_set/Gemfile
940
%%WWWDIR%%/lib/plugins/awesome_nested_set/MIT-LICENSE
941
%%WWWDIR%%/lib/plugins/awesome_nested_set/README.md
942
%%WWWDIR%%/lib/plugins/awesome_nested_set/Rakefile
943
%%WWWDIR%%/lib/plugins/awesome_nested_set/awesome_nested_set.gemspec
944
%%WWWDIR%%/lib/plugins/awesome_nested_set/gemfiles/Gemfile.rails-3.0.rb
945
%%WWWDIR%%/lib/plugins/awesome_nested_set/gemfiles/Gemfile.rails-3.1.rb
946
%%WWWDIR%%/lib/plugins/awesome_nested_set/gemfiles/Gemfile.rails-3.2.rb
947
%%WWWDIR%%/lib/plugins/awesome_nested_set/init.rb
948
%%WWWDIR%%/lib/plugins/awesome_nested_set/lib/awesome_nested_set.rb
949
%%WWWDIR%%/lib/plugins/awesome_nested_set/lib/awesome_nested_set/awesome_nested_set.rb
950
%%WWWDIR%%/lib/plugins/awesome_nested_set/lib/awesome_nested_set/columns.rb
951
%%WWWDIR%%/lib/plugins/awesome_nested_set/lib/awesome_nested_set/helper.rb
952
%%WWWDIR%%/lib/plugins/awesome_nested_set/lib/awesome_nested_set/iterator.rb
953
%%WWWDIR%%/lib/plugins/awesome_nested_set/lib/awesome_nested_set/model.rb
954
%%WWWDIR%%/lib/plugins/awesome_nested_set/lib/awesome_nested_set/model/movable.rb
955
%%WWWDIR%%/lib/plugins/awesome_nested_set/lib/awesome_nested_set/model/prunable.rb
956
%%WWWDIR%%/lib/plugins/awesome_nested_set/lib/awesome_nested_set/model/rebuildable.rb
957
%%WWWDIR%%/lib/plugins/awesome_nested_set/lib/awesome_nested_set/model/relatable.rb
958
%%WWWDIR%%/lib/plugins/awesome_nested_set/lib/awesome_nested_set/model/transactable.rb
959
%%WWWDIR%%/lib/plugins/awesome_nested_set/lib/awesome_nested_set/model/validatable.rb
960
%%WWWDIR%%/lib/plugins/awesome_nested_set/lib/awesome_nested_set/move.rb
961
%%WWWDIR%%/lib/plugins/awesome_nested_set/lib/awesome_nested_set/set_validator.rb
962
%%WWWDIR%%/lib/plugins/awesome_nested_set/lib/awesome_nested_set/tree.rb
963
%%WWWDIR%%/lib/plugins/awesome_nested_set/lib/awesome_nested_set/version.rb
964
%%WWWDIR%%/lib/plugins/awesome_nested_set/spec/awesome_nested_set/helper_spec.rb
965
%%WWWDIR%%/lib/plugins/awesome_nested_set/spec/awesome_nested_set_spec.rb
966
%%WWWDIR%%/lib/plugins/awesome_nested_set/spec/db/database.yml
967
%%WWWDIR%%/lib/plugins/awesome_nested_set/spec/db/schema.rb
968
%%WWWDIR%%/lib/plugins/awesome_nested_set/spec/fixtures/brokens.yml
969
%%WWWDIR%%/lib/plugins/awesome_nested_set/spec/fixtures/categories.yml
970
%%WWWDIR%%/lib/plugins/awesome_nested_set/spec/fixtures/departments.yml
971
%%WWWDIR%%/lib/plugins/awesome_nested_set/spec/fixtures/notes.yml
972
%%WWWDIR%%/lib/plugins/awesome_nested_set/spec/fixtures/things.yml
973
%%WWWDIR%%/lib/plugins/awesome_nested_set/spec/spec_helper.rb
974
%%WWWDIR%%/lib/plugins/awesome_nested_set/spec/support/models.rb
975
%%WWWDIR%%/lib/plugins/gravatar/.gitignore
1025
%%WWWDIR%%/lib/plugins/gravatar/.gitignore
976
%%WWWDIR%%/lib/plugins/gravatar/MIT-LICENSE
1026
%%WWWDIR%%/lib/plugins/gravatar/MIT-LICENSE
977
%%WWWDIR%%/lib/plugins/gravatar/README.rdoc
1027
%%WWWDIR%%/lib/plugins/gravatar/README.rdoc
Lines 1017-1035 Link Here
1017
%%WWWDIR%%/lib/redmine/core_ext/string.rb
1067
%%WWWDIR%%/lib/redmine/core_ext/string.rb
1018
%%WWWDIR%%/lib/redmine/core_ext/string/conversions.rb
1068
%%WWWDIR%%/lib/redmine/core_ext/string/conversions.rb
1019
%%WWWDIR%%/lib/redmine/core_ext/string/inflections.rb
1069
%%WWWDIR%%/lib/redmine/core_ext/string/inflections.rb
1070
%%WWWDIR%%/lib/redmine/database.rb
1020
%%WWWDIR%%/lib/redmine/default_data/loader.rb
1071
%%WWWDIR%%/lib/redmine/default_data/loader.rb
1072
%%WWWDIR%%/lib/redmine/export/csv.rb
1021
%%WWWDIR%%/lib/redmine/export/pdf.rb
1073
%%WWWDIR%%/lib/redmine/export/pdf.rb
1074
%%WWWDIR%%/lib/redmine/export/pdf/issues_pdf_helper.rb
1075
%%WWWDIR%%/lib/redmine/export/pdf/wiki_pdf_helper.rb
1022
%%WWWDIR%%/lib/redmine/field_format.rb
1076
%%WWWDIR%%/lib/redmine/field_format.rb
1023
%%WWWDIR%%/lib/redmine/helpers/calendar.rb
1077
%%WWWDIR%%/lib/redmine/helpers/calendar.rb
1024
%%WWWDIR%%/lib/redmine/helpers/diff.rb
1078
%%WWWDIR%%/lib/redmine/helpers/diff.rb
1025
%%WWWDIR%%/lib/redmine/helpers/gantt.rb
1079
%%WWWDIR%%/lib/redmine/helpers/gantt.rb
1026
%%WWWDIR%%/lib/redmine/helpers/time_report.rb
1080
%%WWWDIR%%/lib/redmine/helpers/time_report.rb
1027
%%WWWDIR%%/lib/redmine/hook.rb
1081
%%WWWDIR%%/lib/redmine/hook.rb
1082
%%WWWDIR%%/lib/redmine/hook/listener.rb
1083
%%WWWDIR%%/lib/redmine/hook/view_listener.rb
1028
%%WWWDIR%%/lib/redmine/i18n.rb
1084
%%WWWDIR%%/lib/redmine/i18n.rb
1029
%%WWWDIR%%/lib/redmine/imap.rb
1085
%%WWWDIR%%/lib/redmine/imap.rb
1030
%%WWWDIR%%/lib/redmine/info.rb
1086
%%WWWDIR%%/lib/redmine/info.rb
1031
%%WWWDIR%%/lib/redmine/menu_manager.rb
1087
%%WWWDIR%%/lib/redmine/menu_manager.rb
1032
%%WWWDIR%%/lib/redmine/mime_type.rb
1088
%%WWWDIR%%/lib/redmine/mime_type.rb
1089
%%WWWDIR%%/lib/redmine/nested_set/issue_nested_set.rb
1090
%%WWWDIR%%/lib/redmine/nested_set/project_nested_set.rb
1091
%%WWWDIR%%/lib/redmine/nested_set/traversing.rb
1033
%%WWWDIR%%/lib/redmine/notifiable.rb
1092
%%WWWDIR%%/lib/redmine/notifiable.rb
1034
%%WWWDIR%%/lib/redmine/pagination.rb
1093
%%WWWDIR%%/lib/redmine/pagination.rb
1035
%%WWWDIR%%/lib/redmine/platform.rb
1094
%%WWWDIR%%/lib/redmine/platform.rb
Lines 1050-1055 Link Here
1050
%%WWWDIR%%/lib/redmine/scm/base.rb
1109
%%WWWDIR%%/lib/redmine/scm/base.rb
1051
%%WWWDIR%%/lib/redmine/search.rb
1110
%%WWWDIR%%/lib/redmine/search.rb
1052
%%WWWDIR%%/lib/redmine/subclass_factory.rb
1111
%%WWWDIR%%/lib/redmine/subclass_factory.rb
1112
%%WWWDIR%%/lib/redmine/sudo_mode.rb
1053
%%WWWDIR%%/lib/redmine/syntax_highlighting.rb
1113
%%WWWDIR%%/lib/redmine/syntax_highlighting.rb
1054
%%WWWDIR%%/lib/redmine/themes.rb
1114
%%WWWDIR%%/lib/redmine/themes.rb
1055
%%WWWDIR%%/lib/redmine/thumbnail.rb
1115
%%WWWDIR%%/lib/redmine/thumbnail.rb
Lines 1065-1075 Link Here
1065
%%WWWDIR%%/lib/redmine/views/my_page/block.rb
1125
%%WWWDIR%%/lib/redmine/views/my_page/block.rb
1066
%%WWWDIR%%/lib/redmine/views/other_formats_builder.rb
1126
%%WWWDIR%%/lib/redmine/views/other_formats_builder.rb
1067
%%WWWDIR%%/lib/redmine/wiki_formatting.rb
1127
%%WWWDIR%%/lib/redmine/wiki_formatting.rb
1128
%%WWWDIR%%/lib/redmine/wiki_formatting/html_parser.rb
1068
%%WWWDIR%%/lib/redmine/wiki_formatting/macros.rb
1129
%%WWWDIR%%/lib/redmine/wiki_formatting/macros.rb
1069
%%WWWDIR%%/lib/redmine/wiki_formatting/markdown/formatter.rb
1130
%%WWWDIR%%/lib/redmine/wiki_formatting/markdown/formatter.rb
1070
%%WWWDIR%%/lib/redmine/wiki_formatting/markdown/helper.rb
1131
%%WWWDIR%%/lib/redmine/wiki_formatting/markdown/helper.rb
1132
%%WWWDIR%%/lib/redmine/wiki_formatting/markdown/html_parser.rb
1071
%%WWWDIR%%/lib/redmine/wiki_formatting/textile/formatter.rb
1133
%%WWWDIR%%/lib/redmine/wiki_formatting/textile/formatter.rb
1072
%%WWWDIR%%/lib/redmine/wiki_formatting/textile/helper.rb
1134
%%WWWDIR%%/lib/redmine/wiki_formatting/textile/helper.rb
1135
%%WWWDIR%%/lib/redmine/wiki_formatting/textile/html_parser.rb
1073
%%WWWDIR%%/lib/tasks/ci.rake
1136
%%WWWDIR%%/lib/tasks/ci.rake
1074
%%WWWDIR%%/lib/tasks/ciphering.rake
1137
%%WWWDIR%%/lib/tasks/ciphering.rake
1075
%%WWWDIR%%/lib/tasks/deprecated.rake
1138
%%WWWDIR%%/lib/tasks/deprecated.rake
Lines 1092-1193 Link Here
1092
%%WWWDIR%%/public/500.html
1155
%%WWWDIR%%/public/500.html
1093
%%WWWDIR%%/public/dispatch.fcgi.example
1156
%%WWWDIR%%/public/dispatch.fcgi.example
1094
%%WWWDIR%%/public/favicon.ico
1157
%%WWWDIR%%/public/favicon.ico
1095
%%WWWDIR%%/public/help/ar/wiki_syntax.html
1158
%%WWWDIR%%/public/help/ar/wiki_syntax_detailed_markdown.html
1096
%%WWWDIR%%/public/help/ar/wiki_syntax_detailed.html
1159
%%WWWDIR%%/public/help/ar/wiki_syntax_detailed_textile.html
1097
%%WWWDIR%%/public/help/az/wiki_syntax.html
1160
%%WWWDIR%%/public/help/ar/wiki_syntax_markdown.html
1098
%%WWWDIR%%/public/help/az/wiki_syntax_detailed.html
1161
%%WWWDIR%%/public/help/ar/wiki_syntax_textile.html
1099
%%WWWDIR%%/public/help/bg/wiki_syntax.html
1162
%%WWWDIR%%/public/help/az/wiki_syntax_detailed_markdown.html
1100
%%WWWDIR%%/public/help/bg/wiki_syntax_detailed.html
1163
%%WWWDIR%%/public/help/az/wiki_syntax_detailed_textile.html
1101
%%WWWDIR%%/public/help/bs/wiki_syntax.html
1164
%%WWWDIR%%/public/help/az/wiki_syntax_markdown.html
1102
%%WWWDIR%%/public/help/bs/wiki_syntax_detailed.html
1165
%%WWWDIR%%/public/help/az/wiki_syntax_textile.html
1103
%%WWWDIR%%/public/help/ca/wiki_syntax.html
1166
%%WWWDIR%%/public/help/bg/wiki_syntax_detailed_markdown.html
1104
%%WWWDIR%%/public/help/ca/wiki_syntax_detailed.html
1167
%%WWWDIR%%/public/help/bg/wiki_syntax_detailed_textile.html
1105
%%WWWDIR%%/public/help/cs/wiki_syntax.html
1168
%%WWWDIR%%/public/help/bg/wiki_syntax_markdown.html
1106
%%WWWDIR%%/public/help/cs/wiki_syntax_detailed.html
1169
%%WWWDIR%%/public/help/bg/wiki_syntax_textile.html
1107
%%WWWDIR%%/public/help/da/wiki_syntax.html
1170
%%WWWDIR%%/public/help/bs/wiki_syntax_detailed_markdown.html
1108
%%WWWDIR%%/public/help/da/wiki_syntax_detailed.html
1171
%%WWWDIR%%/public/help/bs/wiki_syntax_detailed_textile.html
1109
%%WWWDIR%%/public/help/de/wiki_syntax.html
1172
%%WWWDIR%%/public/help/bs/wiki_syntax_markdown.html
1110
%%WWWDIR%%/public/help/de/wiki_syntax_detailed.html
1173
%%WWWDIR%%/public/help/bs/wiki_syntax_textile.html
1111
%%WWWDIR%%/public/help/el/wiki_syntax.html
1174
%%WWWDIR%%/public/help/ca/wiki_syntax_detailed_markdown.html
1112
%%WWWDIR%%/public/help/el/wiki_syntax_detailed.html
1175
%%WWWDIR%%/public/help/ca/wiki_syntax_detailed_textile.html
1113
%%WWWDIR%%/public/help/en-gb/wiki_syntax.html
1176
%%WWWDIR%%/public/help/ca/wiki_syntax_markdown.html
1114
%%WWWDIR%%/public/help/en-gb/wiki_syntax_detailed.html
1177
%%WWWDIR%%/public/help/ca/wiki_syntax_textile.html
1115
%%WWWDIR%%/public/help/en/wiki_syntax.html
1178
%%WWWDIR%%/public/help/cs/wiki_syntax_detailed_markdown.html
1116
%%WWWDIR%%/public/help/en/wiki_syntax_detailed.html
1179
%%WWWDIR%%/public/help/cs/wiki_syntax_detailed_textile.html
1117
%%WWWDIR%%/public/help/es/wiki_syntax.html
1180
%%WWWDIR%%/public/help/cs/wiki_syntax_markdown.html
1118
%%WWWDIR%%/public/help/es/wiki_syntax_detailed.html
1181
%%WWWDIR%%/public/help/cs/wiki_syntax_textile.html
1119
%%WWWDIR%%/public/help/et/wiki_syntax.html
1182
%%WWWDIR%%/public/help/da/wiki_syntax_detailed_markdown.html
1120
%%WWWDIR%%/public/help/et/wiki_syntax_detailed.html
1183
%%WWWDIR%%/public/help/da/wiki_syntax_detailed_textile.html
1121
%%WWWDIR%%/public/help/eu/wiki_syntax.html
1184
%%WWWDIR%%/public/help/da/wiki_syntax_markdown.html
1122
%%WWWDIR%%/public/help/eu/wiki_syntax_detailed.html
1185
%%WWWDIR%%/public/help/da/wiki_syntax_textile.html
1123
%%WWWDIR%%/public/help/fa/wiki_syntax.html
1186
%%WWWDIR%%/public/help/de/wiki_syntax_detailed_markdown.html
1124
%%WWWDIR%%/public/help/fa/wiki_syntax_detailed.html
1187
%%WWWDIR%%/public/help/de/wiki_syntax_detailed_textile.html
1125
%%WWWDIR%%/public/help/fi/wiki_syntax.html
1188
%%WWWDIR%%/public/help/de/wiki_syntax_markdown.html
1126
%%WWWDIR%%/public/help/fi/wiki_syntax_detailed.html
1189
%%WWWDIR%%/public/help/de/wiki_syntax_textile.html
1127
%%WWWDIR%%/public/help/fr/wiki_syntax.html
1190
%%WWWDIR%%/public/help/el/wiki_syntax_detailed_markdown.html
1128
%%WWWDIR%%/public/help/fr/wiki_syntax_detailed.html
1191
%%WWWDIR%%/public/help/el/wiki_syntax_detailed_textile.html
1129
%%WWWDIR%%/public/help/gl/wiki_syntax.html
1192
%%WWWDIR%%/public/help/el/wiki_syntax_markdown.html
1130
%%WWWDIR%%/public/help/gl/wiki_syntax_detailed.html
1193
%%WWWDIR%%/public/help/el/wiki_syntax_textile.html
1131
%%WWWDIR%%/public/help/he/wiki_syntax.html
1194
%%WWWDIR%%/public/help/en-gb/wiki_syntax_detailed_markdown.html
1132
%%WWWDIR%%/public/help/he/wiki_syntax_detailed.html
1195
%%WWWDIR%%/public/help/en-gb/wiki_syntax_detailed_textile.html
1133
%%WWWDIR%%/public/help/hr/wiki_syntax.html
1196
%%WWWDIR%%/public/help/en-gb/wiki_syntax_markdown.html
1134
%%WWWDIR%%/public/help/hr/wiki_syntax_detailed.html
1197
%%WWWDIR%%/public/help/en-gb/wiki_syntax_textile.html
1135
%%WWWDIR%%/public/help/hu/wiki_syntax.html
1198
%%WWWDIR%%/public/help/en/wiki_syntax_detailed_markdown.html
1136
%%WWWDIR%%/public/help/hu/wiki_syntax_detailed.html
1199
%%WWWDIR%%/public/help/en/wiki_syntax_detailed_textile.html
1137
%%WWWDIR%%/public/help/id/wiki_syntax.html
1200
%%WWWDIR%%/public/help/en/wiki_syntax_markdown.html
1138
%%WWWDIR%%/public/help/id/wiki_syntax_detailed.html
1201
%%WWWDIR%%/public/help/en/wiki_syntax_textile.html
1139
%%WWWDIR%%/public/help/it/wiki_syntax.html
1202
%%WWWDIR%%/public/help/es-pa/wiki_syntax_detailed_markdown.html
1140
%%WWWDIR%%/public/help/it/wiki_syntax_detailed.html
1203
%%WWWDIR%%/public/help/es-pa/wiki_syntax_detailed_textile.html
1141
%%WWWDIR%%/public/help/ja/wiki_syntax.html
1204
%%WWWDIR%%/public/help/es-pa/wiki_syntax_markdown.html
1142
%%WWWDIR%%/public/help/ja/wiki_syntax_detailed.html
1205
%%WWWDIR%%/public/help/es-pa/wiki_syntax_textile.html
1143
%%WWWDIR%%/public/help/ko/wiki_syntax.html
1206
%%WWWDIR%%/public/help/es/wiki_syntax_detailed_markdown.html
1144
%%WWWDIR%%/public/help/ko/wiki_syntax_detailed.html
1207
%%WWWDIR%%/public/help/es/wiki_syntax_detailed_textile.html
1145
%%WWWDIR%%/public/help/lt/wiki_syntax.html
1208
%%WWWDIR%%/public/help/es/wiki_syntax_markdown.html
1146
%%WWWDIR%%/public/help/lt/wiki_syntax_detailed.html
1209
%%WWWDIR%%/public/help/es/wiki_syntax_textile.html
1147
%%WWWDIR%%/public/help/lv/wiki_syntax.html
1210
%%WWWDIR%%/public/help/et/wiki_syntax_detailed_markdown.html
1148
%%WWWDIR%%/public/help/lv/wiki_syntax_detailed.html
1211
%%WWWDIR%%/public/help/et/wiki_syntax_detailed_textile.html
1149
%%WWWDIR%%/public/help/mk/wiki_syntax.html
1212
%%WWWDIR%%/public/help/et/wiki_syntax_markdown.html
1150
%%WWWDIR%%/public/help/mk/wiki_syntax_detailed.html
1213
%%WWWDIR%%/public/help/et/wiki_syntax_textile.html
1151
%%WWWDIR%%/public/help/mn/wiki_syntax.html
1214
%%WWWDIR%%/public/help/eu/wiki_syntax_detailed_markdown.html
1152
%%WWWDIR%%/public/help/mn/wiki_syntax_detailed.html
1215
%%WWWDIR%%/public/help/eu/wiki_syntax_detailed_textile.html
1153
%%WWWDIR%%/public/help/nl/wiki_syntax.html
1216
%%WWWDIR%%/public/help/eu/wiki_syntax_markdown.html
1154
%%WWWDIR%%/public/help/nl/wiki_syntax_detailed.html
1217
%%WWWDIR%%/public/help/eu/wiki_syntax_textile.html
1155
%%WWWDIR%%/public/help/no/wiki_syntax.html
1218
%%WWWDIR%%/public/help/fa/wiki_syntax_detailed_markdown.html
1156
%%WWWDIR%%/public/help/no/wiki_syntax_detailed.html
1219
%%WWWDIR%%/public/help/fa/wiki_syntax_detailed_textile.html
1157
%%WWWDIR%%/public/help/pl/wiki_syntax.html
1220
%%WWWDIR%%/public/help/fa/wiki_syntax_markdown.html
1158
%%WWWDIR%%/public/help/pl/wiki_syntax_detailed.html
1221
%%WWWDIR%%/public/help/fa/wiki_syntax_textile.html
1159
%%WWWDIR%%/public/help/pt-br/wiki_syntax.html
1222
%%WWWDIR%%/public/help/fi/wiki_syntax_detailed_markdown.html
1160
%%WWWDIR%%/public/help/pt-br/wiki_syntax_detailed.html
1223
%%WWWDIR%%/public/help/fi/wiki_syntax_detailed_textile.html
1161
%%WWWDIR%%/public/help/pt/wiki_syntax.html
1224
%%WWWDIR%%/public/help/fi/wiki_syntax_markdown.html
1162
%%WWWDIR%%/public/help/pt/wiki_syntax_detailed.html
1225
%%WWWDIR%%/public/help/fi/wiki_syntax_textile.html
1163
%%WWWDIR%%/public/help/ro/wiki_syntax.html
1226
%%WWWDIR%%/public/help/fr/wiki_syntax_detailed_markdown.html
1164
%%WWWDIR%%/public/help/ro/wiki_syntax_detailed.html
1227
%%WWWDIR%%/public/help/fr/wiki_syntax_detailed_textile.html
1165
%%WWWDIR%%/public/help/ru/wiki_syntax.html
1228
%%WWWDIR%%/public/help/fr/wiki_syntax_markdown.html
1166
%%WWWDIR%%/public/help/ru/wiki_syntax_detailed.html
1229
%%WWWDIR%%/public/help/fr/wiki_syntax_textile.html
1167
%%WWWDIR%%/public/help/sk/wiki_syntax.html
1230
%%WWWDIR%%/public/help/gl/wiki_syntax_detailed_markdown.html
1168
%%WWWDIR%%/public/help/sk/wiki_syntax_detailed.html
1231
%%WWWDIR%%/public/help/gl/wiki_syntax_detailed_textile.html
1169
%%WWWDIR%%/public/help/sl/wiki_syntax.html
1232
%%WWWDIR%%/public/help/gl/wiki_syntax_markdown.html
1170
%%WWWDIR%%/public/help/sl/wiki_syntax_detailed.html
1233
%%WWWDIR%%/public/help/gl/wiki_syntax_textile.html
1171
%%WWWDIR%%/public/help/sq/wiki_syntax.html
1234
%%WWWDIR%%/public/help/he/wiki_syntax_detailed_markdown.html
1172
%%WWWDIR%%/public/help/sq/wiki_syntax_detailed.html
1235
%%WWWDIR%%/public/help/he/wiki_syntax_detailed_textile.html
1173
%%WWWDIR%%/public/help/sr-yu/wiki_syntax.html
1236
%%WWWDIR%%/public/help/he/wiki_syntax_markdown.html
1174
%%WWWDIR%%/public/help/sr-yu/wiki_syntax_detailed.html
1237
%%WWWDIR%%/public/help/he/wiki_syntax_textile.html
1175
%%WWWDIR%%/public/help/sr/wiki_syntax.html
1238
%%WWWDIR%%/public/help/hr/wiki_syntax_detailed_markdown.html
1176
%%WWWDIR%%/public/help/sr/wiki_syntax_detailed.html
1239
%%WWWDIR%%/public/help/hr/wiki_syntax_detailed_textile.html
1177
%%WWWDIR%%/public/help/sv/wiki_syntax.html
1240
%%WWWDIR%%/public/help/hr/wiki_syntax_markdown.html
1178
%%WWWDIR%%/public/help/sv/wiki_syntax_detailed.html
1241
%%WWWDIR%%/public/help/hr/wiki_syntax_textile.html
1179
%%WWWDIR%%/public/help/th/wiki_syntax.html
1242
%%WWWDIR%%/public/help/hu/wiki_syntax_detailed_markdown.html
1180
%%WWWDIR%%/public/help/th/wiki_syntax_detailed.html
1243
%%WWWDIR%%/public/help/hu/wiki_syntax_detailed_textile.html
1181
%%WWWDIR%%/public/help/tr/wiki_syntax.html
1244
%%WWWDIR%%/public/help/hu/wiki_syntax_markdown.html
1182
%%WWWDIR%%/public/help/tr/wiki_syntax_detailed.html
1245
%%WWWDIR%%/public/help/hu/wiki_syntax_textile.html
1183
%%WWWDIR%%/public/help/uk/wiki_syntax.html
1246
%%WWWDIR%%/public/help/id/wiki_syntax_detailed_markdown.html
1184
%%WWWDIR%%/public/help/uk/wiki_syntax_detailed.html
1247
%%WWWDIR%%/public/help/id/wiki_syntax_detailed_textile.html
1185
%%WWWDIR%%/public/help/vi/wiki_syntax.html
1248
%%WWWDIR%%/public/help/id/wiki_syntax_markdown.html
1186
%%WWWDIR%%/public/help/vi/wiki_syntax_detailed.html
1249
%%WWWDIR%%/public/help/id/wiki_syntax_textile.html
1187
%%WWWDIR%%/public/help/zh-tw/wiki_syntax.html
1250
%%WWWDIR%%/public/help/it/wiki_syntax_detailed_markdown.html
1188
%%WWWDIR%%/public/help/zh-tw/wiki_syntax_detailed.html
1251
%%WWWDIR%%/public/help/it/wiki_syntax_detailed_textile.html
1189
%%WWWDIR%%/public/help/zh/wiki_syntax.html
1252
%%WWWDIR%%/public/help/it/wiki_syntax_markdown.html
1190
%%WWWDIR%%/public/help/zh/wiki_syntax_detailed.html
1253
%%WWWDIR%%/public/help/it/wiki_syntax_textile.html
1254
%%WWWDIR%%/public/help/ja/wiki_syntax_detailed_markdown.html
1255
%%WWWDIR%%/public/help/ja/wiki_syntax_detailed_textile.html
1256
%%WWWDIR%%/public/help/ja/wiki_syntax_markdown.html
1257
%%WWWDIR%%/public/help/ja/wiki_syntax_textile.html
1258
%%WWWDIR%%/public/help/ko/wiki_syntax_detailed_markdown.html
1259
%%WWWDIR%%/public/help/ko/wiki_syntax_detailed_textile.html
1260
%%WWWDIR%%/public/help/ko/wiki_syntax_markdown.html
1261
%%WWWDIR%%/public/help/ko/wiki_syntax_textile.html
1262
%%WWWDIR%%/public/help/lt/wiki_syntax_detailed_markdown.html
1263
%%WWWDIR%%/public/help/lt/wiki_syntax_detailed_textile.html
1264
%%WWWDIR%%/public/help/lt/wiki_syntax_markdown.html
1265
%%WWWDIR%%/public/help/lt/wiki_syntax_textile.html
1266
%%WWWDIR%%/public/help/lv/wiki_syntax_detailed_markdown.html
1267
%%WWWDIR%%/public/help/lv/wiki_syntax_detailed_textile.html
1268
%%WWWDIR%%/public/help/lv/wiki_syntax_markdown.html
1269
%%WWWDIR%%/public/help/lv/wiki_syntax_textile.html
1270
%%WWWDIR%%/public/help/mk/wiki_syntax_detailed_markdown.html
1271
%%WWWDIR%%/public/help/mk/wiki_syntax_detailed_textile.html
1272
%%WWWDIR%%/public/help/mk/wiki_syntax_markdown.html
1273
%%WWWDIR%%/public/help/mk/wiki_syntax_textile.html
1274
%%WWWDIR%%/public/help/mn/wiki_syntax_detailed_markdown.html
1275
%%WWWDIR%%/public/help/mn/wiki_syntax_detailed_textile.html
1276
%%WWWDIR%%/public/help/mn/wiki_syntax_markdown.html
1277
%%WWWDIR%%/public/help/mn/wiki_syntax_textile.html
1278
%%WWWDIR%%/public/help/nl/wiki_syntax_detailed_markdown.html
1279
%%WWWDIR%%/public/help/nl/wiki_syntax_detailed_textile.html
1280
%%WWWDIR%%/public/help/nl/wiki_syntax_markdown.html
1281
%%WWWDIR%%/public/help/nl/wiki_syntax_textile.html
1282
%%WWWDIR%%/public/help/no/wiki_syntax_detailed_markdown.html
1283
%%WWWDIR%%/public/help/no/wiki_syntax_detailed_textile.html
1284
%%WWWDIR%%/public/help/no/wiki_syntax_markdown.html
1285
%%WWWDIR%%/public/help/no/wiki_syntax_textile.html
1286
%%WWWDIR%%/public/help/pl/wiki_syntax_detailed_markdown.html
1287
%%WWWDIR%%/public/help/pl/wiki_syntax_detailed_textile.html
1288
%%WWWDIR%%/public/help/pl/wiki_syntax_markdown.html
1289
%%WWWDIR%%/public/help/pl/wiki_syntax_textile.html
1290
%%WWWDIR%%/public/help/pt-br/wiki_syntax_detailed_markdown.html
1291
%%WWWDIR%%/public/help/pt-br/wiki_syntax_detailed_textile.html
1292
%%WWWDIR%%/public/help/pt-br/wiki_syntax_markdown.html
1293
%%WWWDIR%%/public/help/pt-br/wiki_syntax_textile.html
1294
%%WWWDIR%%/public/help/pt/wiki_syntax_detailed_markdown.html
1295
%%WWWDIR%%/public/help/pt/wiki_syntax_detailed_textile.html
1296
%%WWWDIR%%/public/help/pt/wiki_syntax_markdown.html
1297
%%WWWDIR%%/public/help/pt/wiki_syntax_textile.html
1298
%%WWWDIR%%/public/help/ro/wiki_syntax_detailed_markdown.html
1299
%%WWWDIR%%/public/help/ro/wiki_syntax_detailed_textile.html
1300
%%WWWDIR%%/public/help/ro/wiki_syntax_markdown.html
1301
%%WWWDIR%%/public/help/ro/wiki_syntax_textile.html
1302
%%WWWDIR%%/public/help/ru/wiki_syntax_detailed_markdown.html
1303
%%WWWDIR%%/public/help/ru/wiki_syntax_detailed_textile.html
1304
%%WWWDIR%%/public/help/ru/wiki_syntax_markdown.html
1305
%%WWWDIR%%/public/help/ru/wiki_syntax_textile.html
1306
%%WWWDIR%%/public/help/sk/wiki_syntax_detailed_markdown.html
1307
%%WWWDIR%%/public/help/sk/wiki_syntax_detailed_textile.html
1308
%%WWWDIR%%/public/help/sk/wiki_syntax_markdown.html
1309
%%WWWDIR%%/public/help/sk/wiki_syntax_textile.html
1310
%%WWWDIR%%/public/help/sl/wiki_syntax_detailed_markdown.html
1311
%%WWWDIR%%/public/help/sl/wiki_syntax_detailed_textile.html
1312
%%WWWDIR%%/public/help/sl/wiki_syntax_markdown.html
1313
%%WWWDIR%%/public/help/sl/wiki_syntax_textile.html
1314
%%WWWDIR%%/public/help/sq/wiki_syntax_detailed_markdown.html
1315
%%WWWDIR%%/public/help/sq/wiki_syntax_detailed_textile.html
1316
%%WWWDIR%%/public/help/sq/wiki_syntax_markdown.html
1317
%%WWWDIR%%/public/help/sq/wiki_syntax_textile.html
1318
%%WWWDIR%%/public/help/sr-yu/wiki_syntax_detailed_markdown.html
1319
%%WWWDIR%%/public/help/sr-yu/wiki_syntax_detailed_textile.html
1320
%%WWWDIR%%/public/help/sr-yu/wiki_syntax_markdown.html
1321
%%WWWDIR%%/public/help/sr-yu/wiki_syntax_textile.html
1322
%%WWWDIR%%/public/help/sr/wiki_syntax_detailed_markdown.html
1323
%%WWWDIR%%/public/help/sr/wiki_syntax_detailed_textile.html
1324
%%WWWDIR%%/public/help/sr/wiki_syntax_markdown.html
1325
%%WWWDIR%%/public/help/sr/wiki_syntax_textile.html
1326
%%WWWDIR%%/public/help/sv/wiki_syntax_detailed_markdown.html
1327
%%WWWDIR%%/public/help/sv/wiki_syntax_detailed_textile.html
1328
%%WWWDIR%%/public/help/sv/wiki_syntax_markdown.html
1329
%%WWWDIR%%/public/help/sv/wiki_syntax_textile.html
1330
%%WWWDIR%%/public/help/th/wiki_syntax_detailed_markdown.html
1331
%%WWWDIR%%/public/help/th/wiki_syntax_detailed_textile.html
1332
%%WWWDIR%%/public/help/th/wiki_syntax_markdown.html
1333
%%WWWDIR%%/public/help/th/wiki_syntax_textile.html
1334
%%WWWDIR%%/public/help/tr/wiki_syntax_detailed_markdown.html
1335
%%WWWDIR%%/public/help/tr/wiki_syntax_detailed_textile.html
1336
%%WWWDIR%%/public/help/tr/wiki_syntax_markdown.html
1337
%%WWWDIR%%/public/help/tr/wiki_syntax_textile.html
1338
%%WWWDIR%%/public/help/uk/wiki_syntax_detailed_markdown.html
1339
%%WWWDIR%%/public/help/uk/wiki_syntax_detailed_textile.html
1340
%%WWWDIR%%/public/help/uk/wiki_syntax_markdown.html
1341
%%WWWDIR%%/public/help/uk/wiki_syntax_textile.html
1342
%%WWWDIR%%/public/help/vi/wiki_syntax_detailed_markdown.html
1343
%%WWWDIR%%/public/help/vi/wiki_syntax_detailed_textile.html
1344
%%WWWDIR%%/public/help/vi/wiki_syntax_markdown.html
1345
%%WWWDIR%%/public/help/vi/wiki_syntax_textile.html
1346
%%WWWDIR%%/public/help/zh-tw/wiki_syntax_detailed_markdown.html
1347
%%WWWDIR%%/public/help/zh-tw/wiki_syntax_detailed_textile.html
1348
%%WWWDIR%%/public/help/zh-tw/wiki_syntax_markdown.html
1349
%%WWWDIR%%/public/help/zh-tw/wiki_syntax_textile.html
1350
%%WWWDIR%%/public/help/zh/wiki_syntax_detailed_markdown.html
1351
%%WWWDIR%%/public/help/zh/wiki_syntax_detailed_textile.html
1352
%%WWWDIR%%/public/help/zh/wiki_syntax_markdown.html
1353
%%WWWDIR%%/public/help/zh/wiki_syntax_textile.html
1191
%%WWWDIR%%/public/htaccess.fcgi.example
1354
%%WWWDIR%%/public/htaccess.fcgi.example
1192
%%WWWDIR%%/public/images/1downarrow.png
1355
%%WWWDIR%%/public/images/1downarrow.png
1193
%%WWWDIR%%/public/images/1uparrow.png
1356
%%WWWDIR%%/public/images/1uparrow.png
Lines 1225-1230 Link Here
1225
%%WWWDIR%%/public/images/draft.png
1388
%%WWWDIR%%/public/images/draft.png
1226
%%WWWDIR%%/public/images/duplicate.png
1389
%%WWWDIR%%/public/images/duplicate.png
1227
%%WWWDIR%%/public/images/edit.png
1390
%%WWWDIR%%/public/images/edit.png
1391
%%WWWDIR%%/public/images/email.png
1392
%%WWWDIR%%/public/images/email_add.png
1393
%%WWWDIR%%/public/images/email_disabled.png
1228
%%WWWDIR%%/public/images/exclamation.png
1394
%%WWWDIR%%/public/images/exclamation.png
1229
%%WWWDIR%%/public/images/external.png
1395
%%WWWDIR%%/public/images/external.png
1230
%%WWWDIR%%/public/images/false.png
1396
%%WWWDIR%%/public/images/false.png
Lines 1319-1325 Link Here
1319
%%WWWDIR%%/public/javascripts/application.js
1485
%%WWWDIR%%/public/javascripts/application.js
1320
%%WWWDIR%%/public/javascripts/attachments.js
1486
%%WWWDIR%%/public/javascripts/attachments.js
1321
%%WWWDIR%%/public/javascripts/context_menu.js
1487
%%WWWDIR%%/public/javascripts/context_menu.js
1322
%%WWWDIR%%/public/javascripts/datepicker.js
1323
%%WWWDIR%%/public/javascripts/gantt.js
1488
%%WWWDIR%%/public/javascripts/gantt.js
1324
%%WWWDIR%%/public/javascripts/i18n/datepicker-ar.js
1489
%%WWWDIR%%/public/javascripts/i18n/datepicker-ar.js
1325
%%WWWDIR%%/public/javascripts/i18n/datepicker-az.js
1490
%%WWWDIR%%/public/javascripts/i18n/datepicker-az.js
Lines 1379-1384 Link Here
1379
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-de.js
1544
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-de.js
1380
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-en-gb.js
1545
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-en-gb.js
1381
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-en.js
1546
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-en.js
1547
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-es-pa.js
1382
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-es.js
1548
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-es.js
1383
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-et.js
1549
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-et.js
1384
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-eu.js
1550
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-eu.js
Lines 1421-1428 Link Here
1421
%%WWWDIR%%/public/javascripts/project_identifier.js
1587
%%WWWDIR%%/public/javascripts/project_identifier.js
1422
%%WWWDIR%%/public/javascripts/raphael.js
1588
%%WWWDIR%%/public/javascripts/raphael.js
1423
%%WWWDIR%%/public/javascripts/repository_navigation.js
1589
%%WWWDIR%%/public/javascripts/repository_navigation.js
1590
%%WWWDIR%%/public/javascripts/responsive.js
1424
%%WWWDIR%%/public/javascripts/revision_graph.js
1591
%%WWWDIR%%/public/javascripts/revision_graph.js
1425
%%WWWDIR%%/public/javascripts/select_list_move.js
1426
@(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/public/plugin_assets/empty
1592
@(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/public/plugin_assets/empty
1427
%%WWWDIR%%/public/stylesheets/application.css
1593
%%WWWDIR%%/public/stylesheets/application.css
1428
%%WWWDIR%%/public/stylesheets/context_menu.css
1594
%%WWWDIR%%/public/stylesheets/context_menu.css
Lines 1443-1448 Link Here
1443
%%WWWDIR%%/public/stylesheets/jquery/images/ui-icons_ffffff_256x240.png
1609
%%WWWDIR%%/public/stylesheets/jquery/images/ui-icons_ffffff_256x240.png
1444
%%WWWDIR%%/public/stylesheets/jquery/jquery-ui-1.11.0.css
1610
%%WWWDIR%%/public/stylesheets/jquery/jquery-ui-1.11.0.css
1445
%%WWWDIR%%/public/stylesheets/jstoolbar.css
1611
%%WWWDIR%%/public/stylesheets/jstoolbar.css
1612
%%WWWDIR%%/public/stylesheets/responsive.css
1446
%%WWWDIR%%/public/stylesheets/rtl.css
1613
%%WWWDIR%%/public/stylesheets/rtl.css
1447
%%WWWDIR%%/public/stylesheets/scm.css
1614
%%WWWDIR%%/public/stylesheets/scm.css
1448
%%WWWDIR%%/public/themes/README
1615
%%WWWDIR%%/public/themes/README
Lines 1452-1459 Link Here
1452
%%WWWDIR%%/public/themes/classic/stylesheets/application.css
1619
%%WWWDIR%%/public/themes/classic/stylesheets/application.css
1453
@(,,755) %%WWWDIR%%/script/about
1620
@(,,755) %%WWWDIR%%/script/about
1454
@(,,755) %%WWWDIR%%/script/rails
1621
@(,,755) %%WWWDIR%%/script/rails
1455
%%WWWDIR%%/test/extra/redmine_pm/repository_git_test.rb
1622
%%WWWDIR%%/test/coverage/html_formatter.rb
1456
%%WWWDIR%%/test/extra/redmine_pm/repository_subversion_test.rb
1623
%%WWWDIR%%/test/coverage/views/index.erb
1624
%%WWWDIR%%/test/coverage/views/source.erb
1625
%%WWWDIR%%/test/extra/redmine_pm/repository_git_test_pm.rb
1626
%%WWWDIR%%/test/extra/redmine_pm/repository_subversion_test_pm.rb
1457
%%WWWDIR%%/test/extra/redmine_pm/test_case.rb
1627
%%WWWDIR%%/test/extra/redmine_pm/test_case.rb
1458
%%WWWDIR%%/test/fixtures/attachments.yml
1628
%%WWWDIR%%/test/fixtures/attachments.yml
1459
%%WWWDIR%%/test/fixtures/auth_sources.yml
1629
%%WWWDIR%%/test/fixtures/auth_sources.yml
Lines 1479-1484 Link Here
1479
%%WWWDIR%%/test/fixtures/diffs/partials.diff
1649
%%WWWDIR%%/test/fixtures/diffs/partials.diff
1480
%%WWWDIR%%/test/fixtures/diffs/subversion.diff
1650
%%WWWDIR%%/test/fixtures/diffs/subversion.diff
1481
%%WWWDIR%%/test/fixtures/documents.yml
1651
%%WWWDIR%%/test/fixtures/documents.yml
1652
%%WWWDIR%%/test/fixtures/email_addresses.yml
1482
%%WWWDIR%%/test/fixtures/enabled_modules.yml
1653
%%WWWDIR%%/test/fixtures/enabled_modules.yml
1483
%%WWWDIR%%/test/fixtures/encoding/iso-8859-1.txt
1654
%%WWWDIR%%/test/fixtures/encoding/iso-8859-1.txt
1484
%%WWWDIR%%/test/fixtures/enumerations.yml
1655
%%WWWDIR%%/test/fixtures/enumerations.yml
Lines 1489-1494 Link Here
1489
%%WWWDIR%%/test/fixtures/files/2010/11/101123161450_testfile_1.png
1660
%%WWWDIR%%/test/fixtures/files/2010/11/101123161450_testfile_1.png
1490
%%WWWDIR%%/test/fixtures/files/2010/12/101223161450_testfile_2.png
1661
%%WWWDIR%%/test/fixtures/files/2010/12/101223161450_testfile_2.png
1491
%%WWWDIR%%/test/fixtures/files/hg-export.diff
1662
%%WWWDIR%%/test/fixtures/files/hg-export.diff
1663
%%WWWDIR%%/test/fixtures/files/import_dates.csv
1664
%%WWWDIR%%/test/fixtures/files/import_iso8859-1.csv
1665
%%WWWDIR%%/test/fixtures/files/import_issues.csv
1492
%%WWWDIR%%/test/fixtures/files/iso8859-1.txt
1666
%%WWWDIR%%/test/fixtures/files/iso8859-1.txt
1493
%%WWWDIR%%/test/fixtures/files/japanese-utf-8.txt
1667
%%WWWDIR%%/test/fixtures/files/japanese-utf-8.txt
1494
%%WWWDIR%%/test/fixtures/files/testfile.txt
1668
%%WWWDIR%%/test/fixtures/files/testfile.txt
Lines 1499-1505 Link Here
1499
%%WWWDIR%%/test/fixtures/issues.yml
1673
%%WWWDIR%%/test/fixtures/issues.yml
1500
%%WWWDIR%%/test/fixtures/journal_details.yml
1674
%%WWWDIR%%/test/fixtures/journal_details.yml
1501
%%WWWDIR%%/test/fixtures/journals.yml
1675
%%WWWDIR%%/test/fixtures/journals.yml
1676
%%WWWDIR%%/test/fixtures/ldap/slapd.centos6.conf
1502
%%WWWDIR%%/test/fixtures/ldap/slapd.conf
1677
%%WWWDIR%%/test/fixtures/ldap/slapd.conf
1678
%%WWWDIR%%/test/fixtures/ldap/slapd.ubuntu.12.04.conf
1503
%%WWWDIR%%/test/fixtures/ldap/test-ldap.ldif
1679
%%WWWDIR%%/test/fixtures/ldap/test-ldap.ldif
1504
%%WWWDIR%%/test/fixtures/mail_handler/apple_mail_with_attachment.eml
1680
%%WWWDIR%%/test/fixtures/mail_handler/apple_mail_with_attachment.eml
1505
%%WWWDIR%%/test/fixtures/mail_handler/body_ks_c_5601-1987.eml
1681
%%WWWDIR%%/test/fixtures/mail_handler/body_ks_c_5601-1987.eml
Lines 1514-1519 Link Here
1514
%%WWWDIR%%/test/fixtures/mail_handler/message_reply_by_subject.eml
1690
%%WWWDIR%%/test/fixtures/mail_handler/message_reply_by_subject.eml
1515
%%WWWDIR%%/test/fixtures/mail_handler/multiple_text_parts.eml
1691
%%WWWDIR%%/test/fixtures/mail_handler/multiple_text_parts.eml
1516
%%WWWDIR%%/test/fixtures/mail_handler/no_subject_header.eml
1692
%%WWWDIR%%/test/fixtures/mail_handler/no_subject_header.eml
1693
%%WWWDIR%%/test/fixtures/mail_handler/outlook_2010_html_only.eml
1694
%%WWWDIR%%/test/fixtures/mail_handler/outlook_web_access_2010_html_only.eml
1517
%%WWWDIR%%/test/fixtures/mail_handler/quoted_printable_utf8.eml
1695
%%WWWDIR%%/test/fixtures/mail_handler/quoted_printable_utf8.eml
1518
%%WWWDIR%%/test/fixtures/mail_handler/subject_as_iso-8859-1.eml
1696
%%WWWDIR%%/test/fixtures/mail_handler/subject_as_iso-8859-1.eml
1519
%%WWWDIR%%/test/fixtures/mail_handler/subject_japanese_1.eml
1697
%%WWWDIR%%/test/fixtures/mail_handler/subject_japanese_1.eml
Lines 1525-1530 Link Here
1525
%%WWWDIR%%/test/fixtures/mail_handler/ticket_from_emission_address.eml
1703
%%WWWDIR%%/test/fixtures/mail_handler/ticket_from_emission_address.eml
1526
%%WWWDIR%%/test/fixtures/mail_handler/ticket_html_only.eml
1704
%%WWWDIR%%/test/fixtures/mail_handler/ticket_html_only.eml
1527
%%WWWDIR%%/test/fixtures/mail_handler/ticket_on_given_project.eml
1705
%%WWWDIR%%/test/fixtures/mail_handler/ticket_on_given_project.eml
1706
%%WWWDIR%%/test/fixtures/mail_handler/ticket_on_project_given_by_to_header.eml
1528
%%WWWDIR%%/test/fixtures/mail_handler/ticket_reply.eml
1707
%%WWWDIR%%/test/fixtures/mail_handler/ticket_reply.eml
1529
%%WWWDIR%%/test/fixtures/mail_handler/ticket_reply_with_status.eml
1708
%%WWWDIR%%/test/fixtures/mail_handler/ticket_reply_with_status.eml
1530
%%WWWDIR%%/test/fixtures/mail_handler/ticket_with_attachment.eml
1709
%%WWWDIR%%/test/fixtures/mail_handler/ticket_with_attachment.eml
Lines 1578-1589 Link Here
1578
%%WWWDIR%%/test/functional/calendars_controller_test.rb
1757
%%WWWDIR%%/test/functional/calendars_controller_test.rb
1579
%%WWWDIR%%/test/functional/comments_controller_test.rb
1758
%%WWWDIR%%/test/functional/comments_controller_test.rb
1580
%%WWWDIR%%/test/functional/context_menus_controller_test.rb
1759
%%WWWDIR%%/test/functional/context_menus_controller_test.rb
1760
%%WWWDIR%%/test/functional/custom_field_enumerations_controller_test.rb
1581
%%WWWDIR%%/test/functional/custom_fields_controller_test.rb
1761
%%WWWDIR%%/test/functional/custom_fields_controller_test.rb
1582
%%WWWDIR%%/test/functional/documents_controller_test.rb
1762
%%WWWDIR%%/test/functional/documents_controller_test.rb
1763
%%WWWDIR%%/test/functional/email_addresses_controller_test.rb
1583
%%WWWDIR%%/test/functional/enumerations_controller_test.rb
1764
%%WWWDIR%%/test/functional/enumerations_controller_test.rb
1584
%%WWWDIR%%/test/functional/files_controller_test.rb
1765
%%WWWDIR%%/test/functional/files_controller_test.rb
1585
%%WWWDIR%%/test/functional/gantts_controller_test.rb
1766
%%WWWDIR%%/test/functional/gantts_controller_test.rb
1586
%%WWWDIR%%/test/functional/groups_controller_test.rb
1767
%%WWWDIR%%/test/functional/groups_controller_test.rb
1768
%%WWWDIR%%/test/functional/imports_controller_test.rb
1587
%%WWWDIR%%/test/functional/issue_categories_controller_test.rb
1769
%%WWWDIR%%/test/functional/issue_categories_controller_test.rb
1588
%%WWWDIR%%/test/functional/issue_relations_controller_test.rb
1770
%%WWWDIR%%/test/functional/issue_relations_controller_test.rb
1589
%%WWWDIR%%/test/functional/issue_statuses_controller_test.rb
1771
%%WWWDIR%%/test/functional/issue_statuses_controller_test.rb
Lines 1597-1602 Link Here
1597
%%WWWDIR%%/test/functional/my_controller_test.rb
1779
%%WWWDIR%%/test/functional/my_controller_test.rb
1598
%%WWWDIR%%/test/functional/news_controller_test.rb
1780
%%WWWDIR%%/test/functional/news_controller_test.rb
1599
%%WWWDIR%%/test/functional/previews_controller_test.rb
1781
%%WWWDIR%%/test/functional/previews_controller_test.rb
1782
%%WWWDIR%%/test/functional/principal_memberships_controller_test.rb
1600
%%WWWDIR%%/test/functional/project_enumerations_controller_test.rb
1783
%%WWWDIR%%/test/functional/project_enumerations_controller_test.rb
1601
%%WWWDIR%%/test/functional/projects_controller_test.rb
1784
%%WWWDIR%%/test/functional/projects_controller_test.rb
1602
%%WWWDIR%%/test/functional/queries_controller_test.rb
1785
%%WWWDIR%%/test/functional/queries_controller_test.rb
Lines 1612-1618 Link Here
1612
%%WWWDIR%%/test/functional/roles_controller_test.rb
1795
%%WWWDIR%%/test/functional/roles_controller_test.rb
1613
%%WWWDIR%%/test/functional/search_controller_test.rb
1796
%%WWWDIR%%/test/functional/search_controller_test.rb
1614
%%WWWDIR%%/test/functional/search_custom_fields_visibility_test.rb
1797
%%WWWDIR%%/test/functional/search_custom_fields_visibility_test.rb
1615
%%WWWDIR%%/test/functional/sessions_test.rb
1798
%%WWWDIR%%/test/functional/sessions_controller_test.rb
1616
%%WWWDIR%%/test/functional/settings_controller_test.rb
1799
%%WWWDIR%%/test/functional/settings_controller_test.rb
1617
%%WWWDIR%%/test/functional/sys_controller_test.rb
1800
%%WWWDIR%%/test/functional/sys_controller_test.rb
1618
%%WWWDIR%%/test/functional/time_entry_reports_controller_test.rb
1801
%%WWWDIR%%/test/functional/time_entry_reports_controller_test.rb
Lines 1628-1633 Link Here
1628
%%WWWDIR%%/test/functional/workflows_controller_test.rb
1811
%%WWWDIR%%/test/functional/workflows_controller_test.rb
1629
%%WWWDIR%%/test/integration/account_test.rb
1812
%%WWWDIR%%/test/integration/account_test.rb
1630
%%WWWDIR%%/test/integration/admin_test.rb
1813
%%WWWDIR%%/test/integration/admin_test.rb
1814
%%WWWDIR%%/test/integration/api_test/api_routing_test.rb
1631
%%WWWDIR%%/test/integration/api_test/api_test.rb
1815
%%WWWDIR%%/test/integration/api_test/api_test.rb
1632
%%WWWDIR%%/test/integration/api_test/attachments_test.rb
1816
%%WWWDIR%%/test/integration/api_test/attachments_test.rb
1633
%%WWWDIR%%/test/integration/api_test/authentication_test.rb
1817
%%WWWDIR%%/test/integration/api_test/authentication_test.rb
Lines 1636-1643 Link Here
1636
%%WWWDIR%%/test/integration/api_test/disabled_rest_api_test.rb
1820
%%WWWDIR%%/test/integration/api_test/disabled_rest_api_test.rb
1637
%%WWWDIR%%/test/integration/api_test/enumerations_test.rb
1821
%%WWWDIR%%/test/integration/api_test/enumerations_test.rb
1638
%%WWWDIR%%/test/integration/api_test/groups_test.rb
1822
%%WWWDIR%%/test/integration/api_test/groups_test.rb
1639
%%WWWDIR%%/test/integration/api_test/http_basic_login_test.rb
1640
%%WWWDIR%%/test/integration/api_test/http_basic_login_with_api_token_test.rb
1641
%%WWWDIR%%/test/integration/api_test/issue_categories_test.rb
1823
%%WWWDIR%%/test/integration/api_test/issue_categories_test.rb
1642
%%WWWDIR%%/test/integration/api_test/issue_relations_test.rb
1824
%%WWWDIR%%/test/integration/api_test/issue_relations_test.rb
1643
%%WWWDIR%%/test/integration/api_test/issue_statuses_test.rb
1825
%%WWWDIR%%/test/integration/api_test/issue_statuses_test.rb
Lines 1649-1655 Link Here
1649
%%WWWDIR%%/test/integration/api_test/queries_test.rb
1831
%%WWWDIR%%/test/integration/api_test/queries_test.rb
1650
%%WWWDIR%%/test/integration/api_test/roles_test.rb
1832
%%WWWDIR%%/test/integration/api_test/roles_test.rb
1651
%%WWWDIR%%/test/integration/api_test/time_entries_test.rb
1833
%%WWWDIR%%/test/integration/api_test/time_entries_test.rb
1652
%%WWWDIR%%/test/integration/api_test/token_authentication_test.rb
1653
%%WWWDIR%%/test/integration/api_test/trackers_test.rb
1834
%%WWWDIR%%/test/integration/api_test/trackers_test.rb
1654
%%WWWDIR%%/test/integration/api_test/users_test.rb
1835
%%WWWDIR%%/test/integration/api_test/users_test.rb
1655
%%WWWDIR%%/test/integration/api_test/versions_test.rb
1836
%%WWWDIR%%/test/integration/api_test/versions_test.rb
Lines 1680-1685 Link Here
1680
%%WWWDIR%%/test/integration/routing/files_test.rb
1861
%%WWWDIR%%/test/integration/routing/files_test.rb
1681
%%WWWDIR%%/test/integration/routing/gantts_test.rb
1862
%%WWWDIR%%/test/integration/routing/gantts_test.rb
1682
%%WWWDIR%%/test/integration/routing/groups_test.rb
1863
%%WWWDIR%%/test/integration/routing/groups_test.rb
1864
%%WWWDIR%%/test/integration/routing/imports_test.rb
1683
%%WWWDIR%%/test/integration/routing/issue_categories_test.rb
1865
%%WWWDIR%%/test/integration/routing/issue_categories_test.rb
1684
%%WWWDIR%%/test/integration/routing/issue_relations_test.rb
1866
%%WWWDIR%%/test/integration/routing/issue_relations_test.rb
1685
%%WWWDIR%%/test/integration/routing/issue_statuses_test.rb
1867
%%WWWDIR%%/test/integration/routing/issue_statuses_test.rb
Lines 1691-1696 Link Here
1691
%%WWWDIR%%/test/integration/routing/my_test.rb
1873
%%WWWDIR%%/test/integration/routing/my_test.rb
1692
%%WWWDIR%%/test/integration/routing/news_test.rb
1874
%%WWWDIR%%/test/integration/routing/news_test.rb
1693
%%WWWDIR%%/test/integration/routing/previews_test.rb
1875
%%WWWDIR%%/test/integration/routing/previews_test.rb
1876
%%WWWDIR%%/test/integration/routing/principal_memberships_test.rb
1694
%%WWWDIR%%/test/integration/routing/project_enumerations_test.rb
1877
%%WWWDIR%%/test/integration/routing/project_enumerations_test.rb
1695
%%WWWDIR%%/test/integration/routing/projects_test.rb
1878
%%WWWDIR%%/test/integration/routing/projects_test.rb
1696
%%WWWDIR%%/test/integration/routing/queries_test.rb
1879
%%WWWDIR%%/test/integration/routing/queries_test.rb
Lines 1709-1720 Link Here
1709
%%WWWDIR%%/test/integration/routing/wiki_test.rb
1892
%%WWWDIR%%/test/integration/routing/wiki_test.rb
1710
%%WWWDIR%%/test/integration/routing/wikis_test.rb
1893
%%WWWDIR%%/test/integration/routing/wikis_test.rb
1711
%%WWWDIR%%/test/integration/routing/workflows_test.rb
1894
%%WWWDIR%%/test/integration/routing/workflows_test.rb
1895
%%WWWDIR%%/test/integration/sessions_test.rb
1896
%%WWWDIR%%/test/integration/sudo_mode_test.rb
1712
%%WWWDIR%%/test/integration/users_test.rb
1897
%%WWWDIR%%/test/integration/users_test.rb
1713
%%WWWDIR%%/test/mocks/open_id_authentication_mock.rb
1898
%%WWWDIR%%/test/mocks/open_id_authentication_mock.rb
1714
%%WWWDIR%%/test/object_helpers.rb
1899
%%WWWDIR%%/test/object_helpers.rb
1715
%%WWWDIR%%/test/test_helper.rb
1900
%%WWWDIR%%/test/test_helper.rb
1716
%%WWWDIR%%/test/ui/base.rb
1901
%%WWWDIR%%/test/ui/base.rb
1717
%%WWWDIR%%/test/ui/issues_test.rb
1902
%%WWWDIR%%/test/ui/custom_fields_test_ui.rb
1903
%%WWWDIR%%/test/ui/issues_test_ui.rb
1904
%%WWWDIR%%/test/ui/sudo_mode_test_ui.rb
1905
%%WWWDIR%%/test/ui/timelog_test_ui.rb
1718
%%WWWDIR%%/test/unit/activity_test.rb
1906
%%WWWDIR%%/test/unit/activity_test.rb
1719
%%WWWDIR%%/test/unit/attachment_test.rb
1907
%%WWWDIR%%/test/unit/attachment_test.rb
1720
%%WWWDIR%%/test/unit/auth_source_ldap_test.rb
1908
%%WWWDIR%%/test/unit/auth_source_ldap_test.rb
Lines 1734-1756 Link Here
1734
%%WWWDIR%%/test/unit/helpers/activities_helper_test.rb
1922
%%WWWDIR%%/test/unit/helpers/activities_helper_test.rb
1735
%%WWWDIR%%/test/unit/helpers/application_helper_test.rb
1923
%%WWWDIR%%/test/unit/helpers/application_helper_test.rb
1736
%%WWWDIR%%/test/unit/helpers/custom_fields_helper_test.rb
1924
%%WWWDIR%%/test/unit/helpers/custom_fields_helper_test.rb
1925
%%WWWDIR%%/test/unit/helpers/groups_helper_test.rb
1737
%%WWWDIR%%/test/unit/helpers/issues_helper_test.rb
1926
%%WWWDIR%%/test/unit/helpers/issues_helper_test.rb
1927
%%WWWDIR%%/test/unit/helpers/journals_helper_test.rb
1928
%%WWWDIR%%/test/unit/helpers/members_helper_test.rb
1929
%%WWWDIR%%/test/unit/helpers/my_helper_test.rb
1738
%%WWWDIR%%/test/unit/helpers/projects_helper_test.rb
1930
%%WWWDIR%%/test/unit/helpers/projects_helper_test.rb
1739
%%WWWDIR%%/test/unit/helpers/queries_helper_test.rb
1931
%%WWWDIR%%/test/unit/helpers/queries_helper_test.rb
1740
%%WWWDIR%%/test/unit/helpers/routes_helper_test.rb
1932
%%WWWDIR%%/test/unit/helpers/routes_helper_test.rb
1741
%%WWWDIR%%/test/unit/helpers/search_helper_test.rb
1933
%%WWWDIR%%/test/unit/helpers/search_helper_test.rb
1934
%%WWWDIR%%/test/unit/helpers/settings_helper_test.rb
1742
%%WWWDIR%%/test/unit/helpers/sort_helper_test.rb
1935
%%WWWDIR%%/test/unit/helpers/sort_helper_test.rb
1743
%%WWWDIR%%/test/unit/helpers/timelog_helper_test.rb
1936
%%WWWDIR%%/test/unit/helpers/timelog_helper_test.rb
1744
%%WWWDIR%%/test/unit/helpers/version_helper_test.rb
1937
%%WWWDIR%%/test/unit/helpers/version_helper_test.rb
1745
%%WWWDIR%%/test/unit/helpers/watchers_helper_test.rb
1938
%%WWWDIR%%/test/unit/helpers/watchers_helper_test.rb
1939
%%WWWDIR%%/test/unit/helpers/wiki_helper_test.rb
1746
%%WWWDIR%%/test/unit/initializers/patches_test.rb
1940
%%WWWDIR%%/test/unit/initializers/patches_test.rb
1747
%%WWWDIR%%/test/unit/issue_category_test.rb
1941
%%WWWDIR%%/test/unit/issue_category_test.rb
1748
%%WWWDIR%%/test/unit/issue_custom_field_test.rb
1942
%%WWWDIR%%/test/unit/issue_custom_field_test.rb
1943
%%WWWDIR%%/test/unit/issue_import_test.rb
1944
%%WWWDIR%%/test/unit/issue_nested_set_concurrency_test.rb
1749
%%WWWDIR%%/test/unit/issue_nested_set_test.rb
1945
%%WWWDIR%%/test/unit/issue_nested_set_test.rb
1750
%%WWWDIR%%/test/unit/issue_priority_test.rb
1946
%%WWWDIR%%/test/unit/issue_priority_test.rb
1751
%%WWWDIR%%/test/unit/issue_relation_test.rb
1947
%%WWWDIR%%/test/unit/issue_relation_test.rb
1752
%%WWWDIR%%/test/unit/issue_scopes_test.rb
1948
%%WWWDIR%%/test/unit/issue_scopes_test.rb
1753
%%WWWDIR%%/test/unit/issue_status_test.rb
1949
%%WWWDIR%%/test/unit/issue_status_test.rb
1950
%%WWWDIR%%/test/unit/issue_subtasking_test.rb
1754
%%WWWDIR%%/test/unit/issue_test.rb
1951
%%WWWDIR%%/test/unit/issue_test.rb
1755
%%WWWDIR%%/test/unit/issue_transaction_test.rb
1952
%%WWWDIR%%/test/unit/issue_transaction_test.rb
1756
%%WWWDIR%%/test/unit/journal_observer_test.rb
1953
%%WWWDIR%%/test/unit/journal_observer_test.rb
Lines 1759-1766 Link Here
1759
%%WWWDIR%%/test/unit/lib/redmine/ciphering_test.rb
1956
%%WWWDIR%%/test/unit/lib/redmine/ciphering_test.rb
1760
%%WWWDIR%%/test/unit/lib/redmine/codeset_util_test.rb
1957
%%WWWDIR%%/test/unit/lib/redmine/codeset_util_test.rb
1761
%%WWWDIR%%/test/unit/lib/redmine/configuration_test.rb
1958
%%WWWDIR%%/test/unit/lib/redmine/configuration_test.rb
1959
%%WWWDIR%%/test/unit/lib/redmine/export/csv_test.rb
1762
%%WWWDIR%%/test/unit/lib/redmine/export/pdf_test.rb
1960
%%WWWDIR%%/test/unit/lib/redmine/export/pdf_test.rb
1763
%%WWWDIR%%/test/unit/lib/redmine/field_format/bool_format_test.rb
1961
%%WWWDIR%%/test/unit/lib/redmine/field_format/bool_format_test.rb
1962
%%WWWDIR%%/test/unit/lib/redmine/field_format/enumeration_format_test.rb
1764
%%WWWDIR%%/test/unit/lib/redmine/field_format/field_format_test.rb
1963
%%WWWDIR%%/test/unit/lib/redmine/field_format/field_format_test.rb
1765
%%WWWDIR%%/test/unit/lib/redmine/field_format/link_format_test.rb
1964
%%WWWDIR%%/test/unit/lib/redmine/field_format/link_format_test.rb
1766
%%WWWDIR%%/test/unit/lib/redmine/field_format/list_format_test.rb
1965
%%WWWDIR%%/test/unit/lib/redmine/field_format/list_format_test.rb
Lines 1795-1803 Link Here
1795
%%WWWDIR%%/test/unit/lib/redmine/utils/date_calculation.rb
1994
%%WWWDIR%%/test/unit/lib/redmine/utils/date_calculation.rb
1796
%%WWWDIR%%/test/unit/lib/redmine/views/builders/json_test.rb
1995
%%WWWDIR%%/test/unit/lib/redmine/views/builders/json_test.rb
1797
%%WWWDIR%%/test/unit/lib/redmine/views/builders/xml_test.rb
1996
%%WWWDIR%%/test/unit/lib/redmine/views/builders/xml_test.rb
1997
%%WWWDIR%%/test/unit/lib/redmine/views/labelled_form_builder_test.rb
1998
%%WWWDIR%%/test/unit/lib/redmine/wiki_formatting/html_parser_test.rb
1798
%%WWWDIR%%/test/unit/lib/redmine/wiki_formatting/macros_test.rb
1999
%%WWWDIR%%/test/unit/lib/redmine/wiki_formatting/macros_test.rb
1799
%%WWWDIR%%/test/unit/lib/redmine/wiki_formatting/markdown_formatter.rb
2000
%%WWWDIR%%/test/unit/lib/redmine/wiki_formatting/markdown_formatter_test.rb
2001
%%WWWDIR%%/test/unit/lib/redmine/wiki_formatting/markdown_html_parser_test.rb
1800
%%WWWDIR%%/test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb
2002
%%WWWDIR%%/test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb
2003
%%WWWDIR%%/test/unit/lib/redmine/wiki_formatting/textile_html_parser_test.rb
1801
%%WWWDIR%%/test/unit/lib/redmine/wiki_formatting_test.rb
2004
%%WWWDIR%%/test/unit/lib/redmine/wiki_formatting_test.rb
1802
%%WWWDIR%%/test/unit/lib/redmine_test.rb
2005
%%WWWDIR%%/test/unit/lib/redmine_test.rb
1803
%%WWWDIR%%/test/unit/mail_handler_test.rb
2006
%%WWWDIR%%/test/unit/mail_handler_test.rb
Lines 1808-1813 Link Here
1808
%%WWWDIR%%/test/unit/principal_test.rb
2011
%%WWWDIR%%/test/unit/principal_test.rb
1809
%%WWWDIR%%/test/unit/project_copy_test.rb
2012
%%WWWDIR%%/test/unit/project_copy_test.rb
1810
%%WWWDIR%%/test/unit/project_members_inheritance_test.rb
2013
%%WWWDIR%%/test/unit/project_members_inheritance_test.rb
2014
%%WWWDIR%%/test/unit/project_nested_set_concurrency_test.rb
1811
%%WWWDIR%%/test/unit/project_nested_set_test.rb
2015
%%WWWDIR%%/test/unit/project_nested_set_test.rb
1812
%%WWWDIR%%/test/unit/project_test.rb
2016
%%WWWDIR%%/test/unit/project_test.rb
1813
%%WWWDIR%%/test/unit/query_test.rb
2017
%%WWWDIR%%/test/unit/query_test.rb
Lines 1838-1856 Link Here
1838
%%WWWDIR%%/test/unit/wiki_test.rb
2042
%%WWWDIR%%/test/unit/wiki_test.rb
1839
%%WWWDIR%%/test/unit/workflow_test.rb
2043
%%WWWDIR%%/test/unit/workflow_test.rb
1840
%%WWWDIR%%/test/unit/workflow_transition_test.rb
2044
%%WWWDIR%%/test/unit/workflow_transition_test.rb
2045
%%MYSQL%%%%WWWDIR%%/bundler.d/mysql.rb
2046
%%POSTGRESQL%%%%WWWDIR%%/bundler.d/pg.rb
2047
%%LDAP%%%%WWWDIR%%/bundler.d/ldap.rb
2048
%%MARKDOWN%%%%WWWDIR%%/bundler.d/markdown.rb
1841
%%RMAGIC%%%%WWWDIR%%/bundler.d/rmagic.rb
2049
%%RMAGIC%%%%WWWDIR%%/bundler.d/rmagic.rb
1842
%%THIN%%%%WWWDIR%%/bundler.d/thin.rb
2050
%%THIN%%%%WWWDIR%%/bundler.d/thin.rb
1843
@sample %%WWWDIR%%/config/settings.yml.sample
2051
@sample %%WWWDIR%%/config/settings.yml.sample
1844
@(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/tmp/pdf/empty
2052
@(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/tmp/pdf/empty
1845
@(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/tmp/test/empty
2053
@(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/tmp/test/empty
1846
@(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/tmp/thumbnails/empty
2054
@(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/tmp/thumbnails/empty
1847
@dir %%WWWDIR%%/app/sweepers
1848
@dir %%WWWDIR%%/lib/vendor
1849
@dir %%WWWDIR%%/test/fixtures/mailer
2055
@dir %%WWWDIR%%/test/fixtures/mailer
1850
@dir %%WWWDIR%%/test/mocks/development
2056
@dir %%WWWDIR%%/test/mocks/development
1851
@dir %%WWWDIR%%/test/mocks/test
2057
@dir %%WWWDIR%%/test/mocks/test
1852
@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/tmp/cache
2058
@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/tmp/cache
2059
@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/tmp/imports
1853
@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/tmp/pids
2060
@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/tmp/pids
1854
@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/tmp/sessions
2061
@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/tmp/sessions
1855
@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/tmp/sockets
2062
@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/tmp/sockets
2063
@(%%WWWOWN%%,%%WWWGRP%%,0664) %%WWWDIR%%/log/development.log
1856
@dir %%WWWDIR%%/vendor
2064
@dir %%WWWDIR%%/vendor
(-)b/www/redmine/redmine-3.2.2.diff (+1300 lines)
Added Link Here
1
diff --git a/www/redmine/Makefile b/www/redmine/Makefile
2
index e285d9e..5c2cf08 100644
3
--- a/www/redmine/Makefile
4
+++ b/www/redmine/Makefile
5
@@ -2,8 +2,7 @@
6
 # $FreeBSD$
7
 
8
 PORTNAME=	redmine
9
-PORTVERSION=	2.6.9
10
-PORTREVISION=	2
11
+PORTVERSION=	3.2.2
12
 CATEGORIES=	www
13
 MASTER_SITES=	http://www.redmine.org/releases/
14
 
15
@@ -13,21 +12,21 @@ COMMENT=	Flexible project management web application
16
 LICENSE=	GPLv2
17
 LICENSE_FILE=	${WRKSRC}/doc/COPYING
18
 
19
-RUN_DEPENDS=	rubygem-builder>=3.0.0:devel/rubygem-builder \
20
-		rubygem-bundler>=0:sysutils/rubygem-bundler \
21
-		rubygem-coderay>=1.0.9:textproc/rubygem-coderay \
22
-		rubygem-i18n>=0.7.0:devel/rubygem-i18n \
23
+RUN_DEPENDS=	rubygem-bundler>=1.5.0:${PORTSDIR}/sysutils/rubygem-bundler \
24
+		rubygem-rails4>=4.2.5:www/rubygem-rails4 \
25
 		rubygem-jquery-rails>=3.1.4:www/rubygem-jquery-rails \
26
+		rubygem-coderay>=1.1.0:textproc/rubygem-coderay \
27
+		rubygem-builder>=3.0.4:devel/rubygem-builder \
28
+		rubygem-request_store>=1.0.5:devel/rubygem-request_store \
29
 		rubygem-mime-types>=0:misc/rubygem-mime-types \
30
-		rubygem-net-ldap>=0.3.1:net/rubygem-net-ldap \
31
-		rubygem-rack-openid>=0:www/rubygem-rack-openid \
32
-		rubygem-ruby-openid>=2.3.0:net/rubygem-ruby-openid \
33
-		rubygem-rails>=3.2.22:www/rubygem-rails \
34
+		rubygem-protected_attributes>=0:devel/rubygem-protected_attributes \
35
+		rubygem-actionpack-action_caching>=0:devel/rubygem-actionpack-action_caching \
36
+		rubygem-actionpack-xml_parser>=0:textproc/rubygem-actionpack-xml_parser \
37
+		rubygem-roadie-rails>=0:mail/rubygem-roadie-rails \
38
+		rubygem-rbpdf>=1.19.0:print/rubygem-rbpdf \
39
 		rubygem-rake>=0:devel/rubygem-rake \
40
-		rubygem-rbpdf>=0:print/rubygem-rbpdf \
41
-		rubygem-redcarpet>=3.3.2:textproc/rubygem-redcarpet \
42
-		rubygem-request_store>=1.1.0:devel/rubygem-request_store \
43
-		rubygem-rubytree>=0:devel/rubygem-rubytree
44
+	  rubygem-ruby-openid>=2.3.0:net/rubygem-ruby-openid \
45
+		rubygem-rack-openid>=0:www/rubygem-rack-openid	
46
 
47
 NO_ARCH=	yes
48
 NO_BUILD=	yes
49
@@ -39,22 +38,25 @@ GROUPS=		${WWWGRP}
50
 PLIST_SUB=	WWWOWN=${WWWOWN} WWWGRP=${WWWGRP}
51
 SUB_LIST=	RUBY_NAME=${RUBY_NAME}
52
 
53
-OPTIONS_DEFINE=	MYSQL MYSQL2 POSTGRESQL RMAGIC
54
-OPTIONS_DEFAULT=MYSQL2 RMAGIC THIN
55
+OPTIONS_DEFINE=	MYSQL POSTGRESQL LDAP MARKDOWN RMAGIC
56
+OPTIONS_DEFAULT=MYSQL MARKDOWN RMAGIC THIN
57
 OPTIONS_SINGLE=	WWWSERVER
58
 OPTIONS_SINGLE_WWWSERVER=	THIN PASSENGER
59
 OPTIONS_SUB=	yes
60
-POSTGRESQL_DESC=Enable PostgreSQL support
61
+POSTGRESQL_DESC=	Enable PostgreSQL support
62
+LDAP_DESC=	Enable LDAP Authentification
63
+MARKDOWN_DESC=	Enable Markdown support
64
 RMAGIC_DESC=	Enable Gantt charts support
65
 THIN_DESC=	Use Thin WEB server
66
 PASSENGER_DESC=	Use Apache/Nginx WEB server
67
-MYSQL2_DESC=	MySQL database support (via mysql2 rubygem)
68
-NO_OPTIONS_SORT=yes
69
+MYSQL_DESC=	MySQL database support (via mysql2 rubygem)
70
+NO_OPTIONS_SORT=	yes
71
 
72
-MYSQL_RUN_DEPENDS=	rubygem-mysql>=2.8.1:databases/rubygem-mysql
73
-MYSQL2_RUN_DEPENDS=	rubygem-mysql2>=0:databases/rubygem-mysql2
74
+MYSQL_RUN_DEPENDS=	rubygem-mysql2>=0.3.11:databases/rubygem-mysql2
75
+LDAP_RUN_DEPENDS=	rubygem-net-ldap>=0.3.1:net/rubygem-net-ldap
76
 PASSENGER_RUN_DEPENDS=	passenger-config:www/rubygem-passenger
77
-POSTGRESQL_RUN_DEPENDS=	rubygem-pg>=0:databases/rubygem-pg
78
+POSTGRESQL_RUN_DEPENDS=	rubygem-pg>=0.18.1:databases/rubygem-pg
79
+MARKDOWN_RUN_DEPENDS=	rubygem-redcarpet>=3.3.2:textproc/rubygem-redcarpet
80
 RMAGIC_RUN_DEPENDS=	rubygem-rmagick>=2.13.4:graphics/rubygem-rmagick
81
 THIN_RUN_DEPENDS=	thin:www/rubygem-thin
82
 THIN_SUB_LIST=		WWWOWN=${WWWOWN} WWWGRP=${WWWGRP}
83
@@ -63,9 +65,11 @@ THIN_VARS=		USE_RC_SUBR=redmine
84
 post-extract:
85
 	@${RM} ${WRKSRC}/.hgignore ${WRKSRC}/.travis.yml
86
 	@${MV} ${WRKSRC}/config/settings.yml ${WRKSRC}/config/settings.yml.sample
87
+	@${MV} ${WRKSRC}/config/database.yml.example ${WRKSRC}/config/database.yml.sample
88
+	@${TOUCH} ${WRKSRC}/log/development.log
89
 
90
 post-patch:
91
-	@${FIND} ${WRKSRC} -name '*.bak' -o -name '*.orig' -delete
92
+	@${FIND} ${WRKSRC} -name '*.bak' -delete
93
 
94
 pre-install:
95
 	${MKDIR} ${WRKSRC}/public/plugin_assets
96
@@ -76,6 +80,21 @@ do-install:
97
 	${MKDIR} ${STAGEDIR}${WWWDIR}/bundler.d
98
 	cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}
99
 
100
+do-install-MYSQL-on:
101
+	${CP} ${FILESDIR}/mysql.rb ${STAGEDIR}${WWWDIR}/bundler.d
102
+
103
+do-install-POSTGRESQL-on:
104
+	${CP} ${FILESDIR}/pg.rb ${STAGEDIR}${WWWDIR}/bundler.d
105
+
106
+do-install-LDAP-on:
107
+	${CP} ${FILESDIR}/ldap.rb ${STAGEDIR}${WWWDIR}/bundler.d
108
+
109
+do-install-OPENID-on:
110
+	${CP} ${FILESDIR}/openid.rb ${STAGEDIR}${WWWDIR}/bundler.d
111
+
112
+do-install-MARKDOWN-on:
113
+	${CP} ${FILESDIR}/markdown.rb ${STAGEDIR}${WWWDIR}/bundler.d
114
+
115
 do-install-RMAGIC-on:
116
 	${CP} ${FILESDIR}/rmagic.rb ${STAGEDIR}${WWWDIR}/bundler.d
117
 
118
diff --git a/www/redmine/distinfo b/www/redmine/distinfo
119
index 0ec2d29..0655a12 100644
120
--- a/www/redmine/distinfo
121
+++ b/www/redmine/distinfo
122
@@ -1,2 +1,3 @@
123
-SHA256 (redmine-2.6.9.tar.gz) = 15cafc3983e0520c3ecc6105ef33031f55b1dc2b21270d092938562b47362d4c
124
-SIZE (redmine-2.6.9.tar.gz) = 2127454
125
+TIMESTAMP = 1464786515
126
+SHA256 (redmine-3.2.2.tar.gz) = a22396602c2871b162d9f530c8171b0fd5f73d2f4b98c47dc48c5e3f880186cc
127
+SIZE (redmine-3.2.2.tar.gz) = 2311215
128
diff --git a/www/redmine/files/ldap.rb b/www/redmine/files/ldap.rb
129
new file mode 100644
130
index 0000000..e5f4b22
131
--- /dev/null
132
+++ b/www/redmine/files/ldap.rb
133
@@ -0,0 +1 @@
134
+gem "net-ldap", ">= 0.12.0"
135
diff --git a/www/redmine/files/markdown.rb b/www/redmine/files/markdown.rb
136
new file mode 100644
137
index 0000000..c86871c
138
--- /dev/null
139
+++ b/www/redmine/files/markdown.rb
140
@@ -0,0 +1 @@
141
+gem "redcarpet", ">= 3.3.2"
142
diff --git a/www/redmine/files/mysql.rb b/www/redmine/files/mysql.rb
143
new file mode 100644
144
index 0000000..818abca
145
--- /dev/null
146
+++ b/www/redmine/files/mysql.rb
147
@@ -0,0 +1 @@
148
+gem "mysql2", "~> 0.3.11"
149
diff --git a/www/redmine/files/patch-Gemfile b/www/redmine/files/patch-Gemfile
150
index f996342..6169db2 100644
151
--- a/www/redmine/files/patch-Gemfile
152
+++ b/www/redmine/files/patch-Gemfile
153
@@ -1,30 +1,28 @@
154
---- Gemfile.orig	2015-12-05 08:47:22 UTC
155
+--- Gemfile.orig	2016-05-05 18:39:09 UTC
156
 +++ Gemfile
157
-@@ -1,37 +1,29 @@
158
- source 'https://rubygems.org'
159
+@@ -4,11 +4,11 @@ if Gem::Version.new(Bundler::VERSION) < 
160
+   abort "Redmine requires Bundler 1.5.0 or higher (you're using #{Bundler::VERSION}).\nPlease update with 'gem update bundler'."
161
+ end
162
  
163
--gem "rails", "3.2.22"
164
-+gem "rails", "~> 3.2"
165
- gem "rack-cache", "1.2" if RUBY_VERSION < "1.9.3"
166
+-gem "rails", "4.2.5.2"
167
++gem "rails", ">= 4.2.5.2"
168
  gem "jquery-rails", "~> 3.1.4"
169
  gem "coderay", "~> 1.1.0"
170
- gem "fastercsv", "~> 1.5.0", :platforms => [:mri_18, :mingw_18, :jruby]
171
  gem "builder", ">= 3.0.4"
172
 -gem "request_store", "1.0.5"
173
 +gem "request_store", ">= 1.0.5"
174
- gem "mime-types"
175
--gem "rbpdf", "~> 1.18.7"
176
-+gem "rbpdf", ">= 1.18.7"
177
- 
178
--gem "i18n", "~> 0.6.11"
179
-+gem "i18n", ">= 0.6.11"
180
- 
181
- # Optional gem for LDAP authentication
182
- group :ldap do
183
--  gem "net-ldap", "~> 0.3.1"
184
-+  gem "net-ldap", ">= 0.3.1"
185
- end
186
+ gem "mime-types", (RUBY_VERSION >= "2.0" ? "~> 3.0" : "~> 2.99")
187
+ gem "protected_attributes"
188
+ gem "actionpack-action_caching"
189
+@@ -26,29 +26,12 @@ gem "rails-html-sanitizer", ">= 1.0.3"
190
+ gem 'tzinfo-data', platforms: [:mingw, :x64_mingw, :mswin, :jruby]
191
+ gem "rbpdf", "~> 1.19.0"
192
  
193
+-# Optional gem for LDAP authentication
194
+-group :ldap do
195
+-  gem "net-ldap", "~> 0.12.0"
196
+-end
197
+-
198
  # Optional gem for OpenID authentication
199
  group :openid do
200
 -  gem "ruby-openid", "~> 2.3.0", :require => "openid"
201
@@ -32,28 +30,22 @@
202
    gem "rack-openid"
203
  end
204
  
205
- platforms :mri, :mingw do
206
+-platforms :mri, :mingw, :x64_mingw do
207
 -  # Optional gem for exporting the gantt to a PNG file, not supported with jruby
208
 -  group :rmagick do
209
--    # RMagick 2 supports ruby 1.9
210
--    # RMagick 1 would be fine for ruby 1.8 but Bundler does not support
211
--    # different requirements for the same gem on different platforms
212
--    gem "rmagick", (RUBY_VERSION < "1.9" ? "2.13.3" : "~> 2.13.4")
213
+-    gem "rmagick", ">= 2.14.0"
214
 -  end
215
 -
216
-   # Optional Markdown support, not for JRuby
217
-   group :markdown do
218
-     gem "redcarpet", (RUBY_VERSION < "1.9" ? "~> 2.3.0" : "~> 3.3.2")
219
-@@ -62,7 +54,7 @@ if File.exist?(database_file)
220
-         gem "mysql", "~> 2.8.1", :platforms => [:mri, :mingw]
221
-         gem "activerecord-jdbcmysql-adapter", :platforms => :jruby
222
-       when /postgresql/
223
--        gem "pg", "~> 0.17.1", :platforms => [:mri, :mingw]
224
-+        gem "pg", "~> 0.18.4", :platforms => [:mri, :mingw]
225
-         gem "activerecord-jdbcpostgresql-adapter", :platforms => :jruby
226
-       when /sqlite3/
227
-         gem "sqlite3", :platforms => [:mri, :mingw]
228
-@@ -82,23 +74,6 @@ else
229
+-  # Optional Markdown support, not for JRuby
230
+-  group :markdown do
231
+-    gem "redcarpet", "~> 3.3.2"
232
+-  end
233
+-end
234
+-
235
+ platforms :jruby do
236
+   # jruby-openssl is bundled with JRuby 1.7.0
237
+   gem "jruby-openssl" if Object.const_defined?(:JRUBY_VERSION) && JRUBY_VERSION < '1.7.0'
238
+@@ -92,21 +75,6 @@ else
239
    warn("Please configure your config/database.yml first")
240
  end
241
  
242
@@ -64,22 +56,20 @@
243
 -
244
 -group :test do
245
 -  gem "minitest"
246
--  gem "test-unit", "~> 3.0"
247
--  gem "shoulda", "~> 3.3.2"
248
--  gem "shoulda-matchers", "1.4.1"
249
--  gem "mocha", "~> 1.0.0", :require => 'mocha/api'
250
--  if RUBY_VERSION >= '1.9.3'
251
--    gem "capybara"
252
--    gem "selenium-webdriver"
253
--  end
254
+-  gem "rails-dom-testing"
255
+-  gem "mocha"
256
+-  gem "simplecov", "~> 0.9.1", :require => false
257
+-  # For running UI tests
258
+-  gem "capybara"
259
+-  gem "selenium-webdriver"
260
 -end
261
 -
262
  local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local")
263
  if File.exists?(local_gemfile)
264
-   puts "Loading Gemfile.local ..." if $DEBUG # `ruby -d` or `bundle -v`
265
-@@ -111,3 +86,7 @@ Dir.glob File.expand_path("../plugins/*/
266
-   #TODO: switch to "eval_gemfile file" when bundler >= 1.2.0 will be required (rails 4)
267
-   instance_eval File.read(file), file
268
+   eval_gemfile local_gemfile
269
+@@ -116,3 +84,7 @@ end
270
+ Dir.glob File.expand_path("../plugins/*/{Gemfile,PluginGemfile}", __FILE__) do |file|
271
+   eval_gemfile file
272
  end
273
 +
274
 +Dir["#{File.dirname(__FILE__)}/bundler.d/*.rb"].each do |bundle|
275
diff --git a/www/redmine/files/pg.rb b/www/redmine/files/pg.rb
276
new file mode 100644
277
index 0000000..ccd06db
278
--- /dev/null
279
+++ b/www/redmine/files/pg.rb
280
@@ -0,0 +1 @@
281
+gem "pg", "~> 0.18.1"
282
diff --git a/www/redmine/files/rmagic.rb b/www/redmine/files/rmagic.rb
283
index f9849be..8b50a86 100644
284
--- a/www/redmine/files/rmagic.rb
285
+++ b/www/redmine/files/rmagic.rb
286
@@ -1 +1 @@
287
-gem "rmagick", ">= 2.13.4"
288
+gem "rmagick", ">= 2.14.0"
289
diff --git a/www/redmine/pkg-plist b/www/redmine/pkg-plist
290
index 053d59e..c92bf50 100644
291
--- a/www/redmine/pkg-plist
292
+++ b/www/redmine/pkg-plist
293
@@ -18,12 +18,15 @@
294
 %%WWWDIR%%/app/controllers/calendars_controller.rb
295
 %%WWWDIR%%/app/controllers/comments_controller.rb
296
 %%WWWDIR%%/app/controllers/context_menus_controller.rb
297
+%%WWWDIR%%/app/controllers/custom_field_enumerations_controller.rb
298
 %%WWWDIR%%/app/controllers/custom_fields_controller.rb
299
 %%WWWDIR%%/app/controllers/documents_controller.rb
300
+%%WWWDIR%%/app/controllers/email_addresses_controller.rb
301
 %%WWWDIR%%/app/controllers/enumerations_controller.rb
302
 %%WWWDIR%%/app/controllers/files_controller.rb
303
 %%WWWDIR%%/app/controllers/gantts_controller.rb
304
 %%WWWDIR%%/app/controllers/groups_controller.rb
305
+%%WWWDIR%%/app/controllers/imports_controller.rb
306
 %%WWWDIR%%/app/controllers/issue_categories_controller.rb
307
 %%WWWDIR%%/app/controllers/issue_relations_controller.rb
308
 %%WWWDIR%%/app/controllers/issue_statuses_controller.rb
309
@@ -35,6 +38,7 @@
310
 %%WWWDIR%%/app/controllers/my_controller.rb
311
 %%WWWDIR%%/app/controllers/news_controller.rb
312
 %%WWWDIR%%/app/controllers/previews_controller.rb
313
+%%WWWDIR%%/app/controllers/principal_memberships_controller.rb
314
 %%WWWDIR%%/app/controllers/project_enumerations_controller.rb
315
 %%WWWDIR%%/app/controllers/projects_controller.rb
316
 %%WWWDIR%%/app/controllers/queries_controller.rb
317
@@ -64,9 +68,11 @@
318
 %%WWWDIR%%/app/helpers/context_menus_helper.rb
319
 %%WWWDIR%%/app/helpers/custom_fields_helper.rb
320
 %%WWWDIR%%/app/helpers/documents_helper.rb
321
+%%WWWDIR%%/app/helpers/email_addresses_helper.rb
322
 %%WWWDIR%%/app/helpers/enumerations_helper.rb
323
 %%WWWDIR%%/app/helpers/gantt_helper.rb
324
 %%WWWDIR%%/app/helpers/groups_helper.rb
325
+%%WWWDIR%%/app/helpers/imports_helper.rb
326
 %%WWWDIR%%/app/helpers/issue_categories_helper.rb
327
 %%WWWDIR%%/app/helpers/issue_relations_helper.rb
328
 %%WWWDIR%%/app/helpers/issue_statuses_helper.rb
329
@@ -77,6 +83,7 @@
330
 %%WWWDIR%%/app/helpers/messages_helper.rb
331
 %%WWWDIR%%/app/helpers/my_helper.rb
332
 %%WWWDIR%%/app/helpers/news_helper.rb
333
+%%WWWDIR%%/app/helpers/principal_memberships_helper.rb
334
 %%WWWDIR%%/app/helpers/projects_helper.rb
335
 %%WWWDIR%%/app/helpers/queries_helper.rb
336
 %%WWWDIR%%/app/helpers/reports_helper.rb
337
@@ -102,11 +109,14 @@
338
 %%WWWDIR%%/app/models/changeset.rb
339
 %%WWWDIR%%/app/models/comment.rb
340
 %%WWWDIR%%/app/models/custom_field.rb
341
+%%WWWDIR%%/app/models/custom_field_enumeration.rb
342
 %%WWWDIR%%/app/models/custom_field_value.rb
343
 %%WWWDIR%%/app/models/custom_value.rb
344
 %%WWWDIR%%/app/models/document.rb
345
 %%WWWDIR%%/app/models/document_category.rb
346
 %%WWWDIR%%/app/models/document_category_custom_field.rb
347
+%%WWWDIR%%/app/models/document_custom_field.rb
348
+%%WWWDIR%%/app/models/email_address.rb
349
 %%WWWDIR%%/app/models/enabled_module.rb
350
 %%WWWDIR%%/app/models/enumeration.rb
351
 %%WWWDIR%%/app/models/group.rb
352
@@ -114,9 +124,12 @@
353
 %%WWWDIR%%/app/models/group_builtin.rb
354
 %%WWWDIR%%/app/models/group_custom_field.rb
355
 %%WWWDIR%%/app/models/group_non_member.rb
356
+%%WWWDIR%%/app/models/import.rb
357
+%%WWWDIR%%/app/models/import_item.rb
358
 %%WWWDIR%%/app/models/issue.rb
359
 %%WWWDIR%%/app/models/issue_category.rb
360
 %%WWWDIR%%/app/models/issue_custom_field.rb
361
+%%WWWDIR%%/app/models/issue_import.rb
362
 %%WWWDIR%%/app/models/issue_priority.rb
363
 %%WWWDIR%%/app/models/issue_priority_custom_field.rb
364
 %%WWWDIR%%/app/models/issue_query.rb
365
@@ -180,6 +193,7 @@
366
 %%WWWDIR%%/app/views/attachments/_links.html.erb
367
 %%WWWDIR%%/app/views/attachments/destroy.js.erb
368
 %%WWWDIR%%/app/views/attachments/diff.html.erb
369
+%%WWWDIR%%/app/views/attachments/edit.html.erb
370
 %%WWWDIR%%/app/views/attachments/file.html.erb
371
 %%WWWDIR%%/app/views/attachments/show.api.rsb
372
 %%WWWDIR%%/app/views/attachments/upload.api.rsb
373
@@ -206,11 +220,15 @@
374
 %%WWWDIR%%/app/views/common/feed.atom.builder
375
 %%WWWDIR%%/app/views/context_menus/issues.html.erb
376
 %%WWWDIR%%/app/views/context_menus/time_entries.html.erb
377
+%%WWWDIR%%/app/views/custom_field_enumerations/create.js.erb
378
+%%WWWDIR%%/app/views/custom_field_enumerations/destroy.html.erb
379
+%%WWWDIR%%/app/views/custom_field_enumerations/index.html.erb
380
 %%WWWDIR%%/app/views/custom_fields/_form.html.erb
381
 %%WWWDIR%%/app/views/custom_fields/_index.html.erb
382
 %%WWWDIR%%/app/views/custom_fields/edit.html.erb
383
 %%WWWDIR%%/app/views/custom_fields/formats/_bool.html.erb
384
 %%WWWDIR%%/app/views/custom_fields/formats/_date.html.erb
385
+%%WWWDIR%%/app/views/custom_fields/formats/_enumeration.erb
386
 %%WWWDIR%%/app/views/custom_fields/formats/_link.html.erb
387
 %%WWWDIR%%/app/views/custom_fields/formats/_list.html.erb
388
 %%WWWDIR%%/app/views/custom_fields/formats/_numeric.html.erb
389
@@ -230,6 +248,9 @@
390
 %%WWWDIR%%/app/views/documents/index.html.erb
391
 %%WWWDIR%%/app/views/documents/new.html.erb
392
 %%WWWDIR%%/app/views/documents/show.html.erb
393
+%%WWWDIR%%/app/views/email_addresses/_index.html.erb
394
+%%WWWDIR%%/app/views/email_addresses/index.html.erb
395
+%%WWWDIR%%/app/views/email_addresses/index.js.erb
396
 %%WWWDIR%%/app/views/enumerations/_form.html.erb
397
 %%WWWDIR%%/app/views/enumerations/destroy.html.erb
398
 %%WWWDIR%%/app/views/enumerations/edit.html.erb
399
@@ -242,6 +263,8 @@
400
 %%WWWDIR%%/app/views/groups/_form.html.erb
401
 %%WWWDIR%%/app/views/groups/_general.html.erb
402
 %%WWWDIR%%/app/views/groups/_memberships.html.erb
403
+%%WWWDIR%%/app/views/groups/_new_users_form.html.erb
404
+%%WWWDIR%%/app/views/groups/_new_users_modal.html.erb
405
 %%WWWDIR%%/app/views/groups/_users.html.erb
406
 %%WWWDIR%%/app/views/groups/add_users.js.erb
407
 %%WWWDIR%%/app/views/groups/autocomplete_for_user.js.erb
408
@@ -251,9 +274,19 @@
409
 %%WWWDIR%%/app/views/groups/index.api.rsb
410
 %%WWWDIR%%/app/views/groups/index.html.erb
411
 %%WWWDIR%%/app/views/groups/new.html.erb
412
+%%WWWDIR%%/app/views/groups/new_users.html.erb
413
+%%WWWDIR%%/app/views/groups/new_users.js.erb
414
 %%WWWDIR%%/app/views/groups/remove_user.js.erb
415
 %%WWWDIR%%/app/views/groups/show.api.rsb
416
 %%WWWDIR%%/app/views/groups/show.html.erb
417
+%%WWWDIR%%/app/views/imports/_fields_mapping.html.erb
418
+%%WWWDIR%%/app/views/imports/mapping.html.erb
419
+%%WWWDIR%%/app/views/imports/mapping.js.erb
420
+%%WWWDIR%%/app/views/imports/new.html.erb
421
+%%WWWDIR%%/app/views/imports/run.html.erb
422
+%%WWWDIR%%/app/views/imports/run.js.erb
423
+%%WWWDIR%%/app/views/imports/settings.html.erb
424
+%%WWWDIR%%/app/views/imports/show.html.erb
425
 %%WWWDIR%%/app/views/issue_categories/_form.html.erb
426
 %%WWWDIR%%/app/views/issue_categories/_new_modal.html.erb
427
 %%WWWDIR%%/app/views/issue_categories/create.js.erb
428
@@ -289,12 +322,15 @@
429
 %%WWWDIR%%/app/views/issues/bulk_edit.js.erb
430
 %%WWWDIR%%/app/views/issues/destroy.html.erb
431
 %%WWWDIR%%/app/views/issues/edit.html.erb
432
+%%WWWDIR%%/app/views/issues/edit.js.erb
433
 %%WWWDIR%%/app/views/issues/index.api.rsb
434
 %%WWWDIR%%/app/views/issues/index.html.erb
435
+%%WWWDIR%%/app/views/issues/index.pdf.erb
436
 %%WWWDIR%%/app/views/issues/new.html.erb
437
+%%WWWDIR%%/app/views/issues/new.js.erb
438
 %%WWWDIR%%/app/views/issues/show.api.rsb
439
 %%WWWDIR%%/app/views/issues/show.html.erb
440
-%%WWWDIR%%/app/views/issues/update_form.js.erb
441
+%%WWWDIR%%/app/views/issues/show.pdf.erb
442
 %%WWWDIR%%/app/views/journals/_notes_form.html.erb
443
 %%WWWDIR%%/app/views/journals/diff.html.erb
444
 %%WWWDIR%%/app/views/journals/edit.js.erb
445
@@ -305,6 +341,7 @@
446
 %%WWWDIR%%/app/views/layouts/base.html.erb
447
 %%WWWDIR%%/app/views/layouts/mailer.html.erb
448
 %%WWWDIR%%/app/views/layouts/mailer.text.erb
449
+%%WWWDIR%%/app/views/mail_handler/new.html.erb
450
 %%WWWDIR%%/app/views/mailer/_issue.html.erb
451
 %%WWWDIR%%/app/views/mailer/_issue.text.erb
452
 %%WWWDIR%%/app/views/mailer/account_activated.html.erb
453
@@ -339,10 +376,14 @@
454
 %%WWWDIR%%/app/views/mailer/wiki_content_added.text.erb
455
 %%WWWDIR%%/app/views/mailer/wiki_content_updated.html.erb
456
 %%WWWDIR%%/app/views/mailer/wiki_content_updated.text.erb
457
+%%WWWDIR%%/app/views/members/_new_form.html.erb
458
+%%WWWDIR%%/app/views/members/_new_modal.html.erb
459
 %%WWWDIR%%/app/views/members/autocomplete.js.erb
460
 %%WWWDIR%%/app/views/members/create.js.erb
461
 %%WWWDIR%%/app/views/members/destroy.js.erb
462
 %%WWWDIR%%/app/views/members/index.api.rsb
463
+%%WWWDIR%%/app/views/members/new.html.erb
464
+%%WWWDIR%%/app/views/members/new.js.erb
465
 %%WWWDIR%%/app/views/members/show.api.rsb
466
 %%WWWDIR%%/app/views/members/update.js.erb
467
 %%WWWDIR%%/app/views/messages/_form.html.erb
468
@@ -364,6 +405,8 @@
469
 %%WWWDIR%%/app/views/my/page.html.erb
470
 %%WWWDIR%%/app/views/my/page_layout.html.erb
471
 %%WWWDIR%%/app/views/my/password.html.erb
472
+%%WWWDIR%%/app/views/my/show_api_key.html.erb
473
+%%WWWDIR%%/app/views/my/show_api_key.js.erb
474
 %%WWWDIR%%/app/views/news/_form.html.erb
475
 %%WWWDIR%%/app/views/news/_news.html.erb
476
 %%WWWDIR%%/app/views/news/edit.html.erb
477
@@ -372,6 +415,14 @@
478
 %%WWWDIR%%/app/views/news/new.html.erb
479
 %%WWWDIR%%/app/views/news/show.html.erb
480
 %%WWWDIR%%/app/views/previews/issue.html.erb
481
+%%WWWDIR%%/app/views/principal_memberships/_index.html.erb
482
+%%WWWDIR%%/app/views/principal_memberships/_new_form.html.erb
483
+%%WWWDIR%%/app/views/principal_memberships/_new_modal.html.erb
484
+%%WWWDIR%%/app/views/principal_memberships/create.js.erb
485
+%%WWWDIR%%/app/views/principal_memberships/destroy.js.erb
486
+%%WWWDIR%%/app/views/principal_memberships/new.html.erb
487
+%%WWWDIR%%/app/views/principal_memberships/new.js.erb
488
+%%WWWDIR%%/app/views/principal_memberships/update.js.erb
489
 %%WWWDIR%%/app/views/projects/_edit.html.erb
490
 %%WWWDIR%%/app/views/projects/_form.html.erb
491
 %%WWWDIR%%/app/views/projects/_members_box.html.erb
492
@@ -380,7 +431,6 @@
493
 %%WWWDIR%%/app/views/projects/destroy.html.erb
494
 %%WWWDIR%%/app/views/projects/index.api.rsb
495
 %%WWWDIR%%/app/views/projects/index.html.erb
496
-%%WWWDIR%%/app/views/projects/list_members.html.erb
497
 %%WWWDIR%%/app/views/projects/new.html.erb
498
 %%WWWDIR%%/app/views/projects/settings.html.erb
499
 %%WWWDIR%%/app/views/projects/settings/_activities.html.erb
500
@@ -435,6 +485,8 @@
501
 %%WWWDIR%%/app/views/roles/permissions.html.erb
502
 %%WWWDIR%%/app/views/roles/show.api.rsb
503
 %%WWWDIR%%/app/views/search/index.html.erb
504
+%%WWWDIR%%/app/views/settings/_api.html.erb
505
+%%WWWDIR%%/app/views/settings/_attachments.html.erb
506
 %%WWWDIR%%/app/views/settings/_authentication.html.erb
507
 %%WWWDIR%%/app/views/settings/_display.html.erb
508
 %%WWWDIR%%/app/views/settings/_general.html.erb
509
@@ -445,6 +497,9 @@
510
 %%WWWDIR%%/app/views/settings/_repositories.html.erb
511
 %%WWWDIR%%/app/views/settings/edit.html.erb
512
 %%WWWDIR%%/app/views/settings/plugin.html.erb
513
+%%WWWDIR%%/app/views/sudo_mode/_new_modal.html.erb
514
+%%WWWDIR%%/app/views/sudo_mode/new.html.erb
515
+%%WWWDIR%%/app/views/sudo_mode/new.js.erb
516
 %%WWWDIR%%/app/views/timelog/_date_range.html.erb
517
 %%WWWDIR%%/app/views/timelog/_form.html.erb
518
 %%WWWDIR%%/app/views/timelog/_list.html.erb
519
@@ -454,6 +509,7 @@
520
 %%WWWDIR%%/app/views/timelog/index.api.rsb
521
 %%WWWDIR%%/app/views/timelog/index.html.erb
522
 %%WWWDIR%%/app/views/timelog/new.html.erb
523
+%%WWWDIR%%/app/views/timelog/new.js.erb
524
 %%WWWDIR%%/app/views/timelog/report.html.erb
525
 %%WWWDIR%%/app/views/timelog/show.api.rsb
526
 %%WWWDIR%%/app/views/trackers/_form.html.erb
527
@@ -507,6 +563,7 @@
528
 %%WWWDIR%%/app/views/wiki/diff.html.erb
529
 %%WWWDIR%%/app/views/wiki/edit.html.erb
530
 %%WWWDIR%%/app/views/wiki/export.html.erb
531
+%%WWWDIR%%/app/views/wiki/export.pdf.erb
532
 %%WWWDIR%%/app/views/wiki/export_multiple.html.erb
533
 %%WWWDIR%%/app/views/wiki/history.html.erb
534
 %%WWWDIR%%/app/views/wiki/index.api.rsb
535
@@ -514,6 +571,7 @@
536
 %%WWWDIR%%/app/views/wiki/rename.html.erb
537
 %%WWWDIR%%/app/views/wiki/show.api.rsb
538
 %%WWWDIR%%/app/views/wiki/show.html.erb
539
+%%WWWDIR%%/app/views/wiki/show.pdf.erb
540
 %%WWWDIR%%/app/views/wikis/destroy.html.erb
541
 %%WWWDIR%%/app/views/wikis/edit.js.erb
542
 %%WWWDIR%%/app/views/workflows/_action_menu.html.erb
543
@@ -522,12 +580,17 @@
544
 %%WWWDIR%%/app/views/workflows/edit.html.erb
545
 %%WWWDIR%%/app/views/workflows/index.html.erb
546
 %%WWWDIR%%/app/views/workflows/permissions.html.erb
547
+%%WWWDIR%%/appveyor.yml
548
+%%WWWDIR%%/bin/about
549
+%%WWWDIR%%/bin/bundle
550
+%%WWWDIR%%/bin/rails
551
+%%WWWDIR%%/bin/rake
552
 %%WWWDIR%%/config.ru
553
 %%WWWDIR%%/config/additional_environment.rb.example
554
 %%WWWDIR%%/config/application.rb
555
 %%WWWDIR%%/config/boot.rb
556
 %%WWWDIR%%/config/configuration.yml.example
557
-%%WWWDIR%%/config/database.yml.example
558
+@sample %%WWWDIR%%/config/database.yml.sample
559
 %%WWWDIR%%/config/environment.rb
560
 %%WWWDIR%%/config/environments/development.rb
561
 %%WWWDIR%%/config/environments/production.rb
562
@@ -551,6 +614,7 @@
563
 %%WWWDIR%%/config/locales/el.yml
564
 %%WWWDIR%%/config/locales/en-GB.yml
565
 %%WWWDIR%%/config/locales/en.yml
566
+%%WWWDIR%%/config/locales/es-PA.yml
567
 %%WWWDIR%%/config/locales/es.yml
568
 %%WWWDIR%%/config/locales/et.yml
569
 %%WWWDIR%%/config/locales/eu.yml
570
@@ -588,7 +652,6 @@
571
 %%WWWDIR%%/config/locales/vi.yml
572
 %%WWWDIR%%/config/locales/zh-TW.yml
573
 %%WWWDIR%%/config/locales/zh.yml
574
-%%WWWDIR%%/config/preinitializer.rb
575
 %%WWWDIR%%/config/routes.rb
576
 %%WWWDIR%%/db/migrate/001_setup.rb
577
 %%WWWDIR%%/db/migrate/002_issue_move.rb
578
@@ -827,6 +890,34 @@
579
 %%WWWDIR%%/db/migrate/20140228130325_change_changesets_comments_limit.rb
580
 %%WWWDIR%%/db/migrate/20140903143914_add_password_changed_at_to_user.rb
581
 %%WWWDIR%%/db/migrate/20140920094058_insert_builtin_groups.rb
582
+%%WWWDIR%%/db/migrate/20141029181752_add_trackers_default_status_id.rb
583
+%%WWWDIR%%/db/migrate/20141029181824_remove_issue_statuses_is_default.rb
584
+%%WWWDIR%%/db/migrate/20141109112308_add_roles_users_visibility.rb
585
+%%WWWDIR%%/db/migrate/20141122124142_add_wiki_redirects_redirects_to_wiki_id.rb
586
+%%WWWDIR%%/db/migrate/20150113194759_create_email_addresses.rb
587
+%%WWWDIR%%/db/migrate/20150113211532_populate_email_addresses.rb
588
+%%WWWDIR%%/db/migrate/20150113213922_remove_users_mail.rb
589
+%%WWWDIR%%/db/migrate/20150113213955_add_email_addresses_user_id_index.rb
590
+%%WWWDIR%%/db/migrate/20150208105930_replace_move_issues_permission.rb
591
+%%WWWDIR%%/db/migrate/20150510083747_change_documents_title_limit.rb
592
+%%WWWDIR%%/db/migrate/20150525103953_clear_estimated_hours_on_parent_issues.rb
593
+%%WWWDIR%%/db/migrate/20150526183158_add_roles_time_entries_visibility.rb
594
+%%WWWDIR%%/db/migrate/20150528084820_add_roles_all_roles_managed.rb
595
+%%WWWDIR%%/db/migrate/20150528092912_create_roles_managed_roles.rb
596
+%%WWWDIR%%/db/migrate/20150528093249_add_unique_index_on_roles_managed_roles.rb
597
+%%WWWDIR%%/db/migrate/20150725112753_insert_allowed_statuses_for_new_issues.rb
598
+%%WWWDIR%%/db/migrate/20150730122707_create_imports.rb
599
+%%WWWDIR%%/db/migrate/20150730122735_create_import_items.rb
600
+%%WWWDIR%%/db/migrate/20150921204850_change_time_entries_comments_limit_to_1024.rb
601
+%%WWWDIR%%/db/migrate/20150921210243_change_wiki_contents_comments_limit_to_1024.rb
602
+%%WWWDIR%%/db/migrate/20151020182334_change_attachments_filesize_limit_to_8.rb
603
+%%WWWDIR%%/db/migrate/20151020182731_fix_comma_in_user_format_setting_value.rb
604
+%%WWWDIR%%/db/migrate/20151021184614_change_issue_categories_name_limit_to_60.rb
605
+%%WWWDIR%%/db/migrate/20151021185456_change_auth_sources_filter_to_text.rb
606
+%%WWWDIR%%/db/migrate/20151021190616_change_user_preferences_hide_mail_default_to_true.rb
607
+%%WWWDIR%%/db/migrate/20151024082034_add_tokens_updated_on.rb
608
+%%WWWDIR%%/db/migrate/20151025072118_create_custom_field_enumerations.rb
609
+%%WWWDIR%%/db/migrate/20151031095005_add_projects_default_version_id.rb
610
 %%WWWDIR%%/doc/CHANGELOG
611
 %%WWWDIR%%/doc/COPYING
612
 %%WWWDIR%%/doc/INSTALL
613
@@ -931,47 +1022,6 @@
614
 %%WWWDIR%%/lib/plugins/acts_as_versioned/test/versioned_test.rb
615
 %%WWWDIR%%/lib/plugins/acts_as_watchable/init.rb
616
 %%WWWDIR%%/lib/plugins/acts_as_watchable/lib/acts_as_watchable.rb
617
-%%WWWDIR%%/lib/plugins/awesome_nested_set/.autotest
618
-%%WWWDIR%%/lib/plugins/awesome_nested_set/.gitignore
619
-%%WWWDIR%%/lib/plugins/awesome_nested_set/.travis.yml
620
-%%WWWDIR%%/lib/plugins/awesome_nested_set/CHANGELOG
621
-%%WWWDIR%%/lib/plugins/awesome_nested_set/CONTRIBUTING.md
622
-%%WWWDIR%%/lib/plugins/awesome_nested_set/Gemfile
623
-%%WWWDIR%%/lib/plugins/awesome_nested_set/MIT-LICENSE
624
-%%WWWDIR%%/lib/plugins/awesome_nested_set/README.md
625
-%%WWWDIR%%/lib/plugins/awesome_nested_set/Rakefile
626
-%%WWWDIR%%/lib/plugins/awesome_nested_set/awesome_nested_set.gemspec
627
-%%WWWDIR%%/lib/plugins/awesome_nested_set/gemfiles/Gemfile.rails-3.0.rb
628
-%%WWWDIR%%/lib/plugins/awesome_nested_set/gemfiles/Gemfile.rails-3.1.rb
629
-%%WWWDIR%%/lib/plugins/awesome_nested_set/gemfiles/Gemfile.rails-3.2.rb
630
-%%WWWDIR%%/lib/plugins/awesome_nested_set/init.rb
631
-%%WWWDIR%%/lib/plugins/awesome_nested_set/lib/awesome_nested_set.rb
632
-%%WWWDIR%%/lib/plugins/awesome_nested_set/lib/awesome_nested_set/awesome_nested_set.rb
633
-%%WWWDIR%%/lib/plugins/awesome_nested_set/lib/awesome_nested_set/columns.rb
634
-%%WWWDIR%%/lib/plugins/awesome_nested_set/lib/awesome_nested_set/helper.rb
635
-%%WWWDIR%%/lib/plugins/awesome_nested_set/lib/awesome_nested_set/iterator.rb
636
-%%WWWDIR%%/lib/plugins/awesome_nested_set/lib/awesome_nested_set/model.rb
637
-%%WWWDIR%%/lib/plugins/awesome_nested_set/lib/awesome_nested_set/model/movable.rb
638
-%%WWWDIR%%/lib/plugins/awesome_nested_set/lib/awesome_nested_set/model/prunable.rb
639
-%%WWWDIR%%/lib/plugins/awesome_nested_set/lib/awesome_nested_set/model/rebuildable.rb
640
-%%WWWDIR%%/lib/plugins/awesome_nested_set/lib/awesome_nested_set/model/relatable.rb
641
-%%WWWDIR%%/lib/plugins/awesome_nested_set/lib/awesome_nested_set/model/transactable.rb
642
-%%WWWDIR%%/lib/plugins/awesome_nested_set/lib/awesome_nested_set/model/validatable.rb
643
-%%WWWDIR%%/lib/plugins/awesome_nested_set/lib/awesome_nested_set/move.rb
644
-%%WWWDIR%%/lib/plugins/awesome_nested_set/lib/awesome_nested_set/set_validator.rb
645
-%%WWWDIR%%/lib/plugins/awesome_nested_set/lib/awesome_nested_set/tree.rb
646
-%%WWWDIR%%/lib/plugins/awesome_nested_set/lib/awesome_nested_set/version.rb
647
-%%WWWDIR%%/lib/plugins/awesome_nested_set/spec/awesome_nested_set/helper_spec.rb
648
-%%WWWDIR%%/lib/plugins/awesome_nested_set/spec/awesome_nested_set_spec.rb
649
-%%WWWDIR%%/lib/plugins/awesome_nested_set/spec/db/database.yml
650
-%%WWWDIR%%/lib/plugins/awesome_nested_set/spec/db/schema.rb
651
-%%WWWDIR%%/lib/plugins/awesome_nested_set/spec/fixtures/brokens.yml
652
-%%WWWDIR%%/lib/plugins/awesome_nested_set/spec/fixtures/categories.yml
653
-%%WWWDIR%%/lib/plugins/awesome_nested_set/spec/fixtures/departments.yml
654
-%%WWWDIR%%/lib/plugins/awesome_nested_set/spec/fixtures/notes.yml
655
-%%WWWDIR%%/lib/plugins/awesome_nested_set/spec/fixtures/things.yml
656
-%%WWWDIR%%/lib/plugins/awesome_nested_set/spec/spec_helper.rb
657
-%%WWWDIR%%/lib/plugins/awesome_nested_set/spec/support/models.rb
658
 %%WWWDIR%%/lib/plugins/gravatar/.gitignore
659
 %%WWWDIR%%/lib/plugins/gravatar/MIT-LICENSE
660
 %%WWWDIR%%/lib/plugins/gravatar/README.rdoc
661
@@ -1017,19 +1067,28 @@
662
 %%WWWDIR%%/lib/redmine/core_ext/string.rb
663
 %%WWWDIR%%/lib/redmine/core_ext/string/conversions.rb
664
 %%WWWDIR%%/lib/redmine/core_ext/string/inflections.rb
665
+%%WWWDIR%%/lib/redmine/database.rb
666
 %%WWWDIR%%/lib/redmine/default_data/loader.rb
667
+%%WWWDIR%%/lib/redmine/export/csv.rb
668
 %%WWWDIR%%/lib/redmine/export/pdf.rb
669
+%%WWWDIR%%/lib/redmine/export/pdf/issues_pdf_helper.rb
670
+%%WWWDIR%%/lib/redmine/export/pdf/wiki_pdf_helper.rb
671
 %%WWWDIR%%/lib/redmine/field_format.rb
672
 %%WWWDIR%%/lib/redmine/helpers/calendar.rb
673
 %%WWWDIR%%/lib/redmine/helpers/diff.rb
674
 %%WWWDIR%%/lib/redmine/helpers/gantt.rb
675
 %%WWWDIR%%/lib/redmine/helpers/time_report.rb
676
 %%WWWDIR%%/lib/redmine/hook.rb
677
+%%WWWDIR%%/lib/redmine/hook/listener.rb
678
+%%WWWDIR%%/lib/redmine/hook/view_listener.rb
679
 %%WWWDIR%%/lib/redmine/i18n.rb
680
 %%WWWDIR%%/lib/redmine/imap.rb
681
 %%WWWDIR%%/lib/redmine/info.rb
682
 %%WWWDIR%%/lib/redmine/menu_manager.rb
683
 %%WWWDIR%%/lib/redmine/mime_type.rb
684
+%%WWWDIR%%/lib/redmine/nested_set/issue_nested_set.rb
685
+%%WWWDIR%%/lib/redmine/nested_set/project_nested_set.rb
686
+%%WWWDIR%%/lib/redmine/nested_set/traversing.rb
687
 %%WWWDIR%%/lib/redmine/notifiable.rb
688
 %%WWWDIR%%/lib/redmine/pagination.rb
689
 %%WWWDIR%%/lib/redmine/platform.rb
690
@@ -1050,6 +1109,7 @@
691
 %%WWWDIR%%/lib/redmine/scm/base.rb
692
 %%WWWDIR%%/lib/redmine/search.rb
693
 %%WWWDIR%%/lib/redmine/subclass_factory.rb
694
+%%WWWDIR%%/lib/redmine/sudo_mode.rb
695
 %%WWWDIR%%/lib/redmine/syntax_highlighting.rb
696
 %%WWWDIR%%/lib/redmine/themes.rb
697
 %%WWWDIR%%/lib/redmine/thumbnail.rb
698
@@ -1065,11 +1125,14 @@
699
 %%WWWDIR%%/lib/redmine/views/my_page/block.rb
700
 %%WWWDIR%%/lib/redmine/views/other_formats_builder.rb
701
 %%WWWDIR%%/lib/redmine/wiki_formatting.rb
702
+%%WWWDIR%%/lib/redmine/wiki_formatting/html_parser.rb
703
 %%WWWDIR%%/lib/redmine/wiki_formatting/macros.rb
704
 %%WWWDIR%%/lib/redmine/wiki_formatting/markdown/formatter.rb
705
 %%WWWDIR%%/lib/redmine/wiki_formatting/markdown/helper.rb
706
+%%WWWDIR%%/lib/redmine/wiki_formatting/markdown/html_parser.rb
707
 %%WWWDIR%%/lib/redmine/wiki_formatting/textile/formatter.rb
708
 %%WWWDIR%%/lib/redmine/wiki_formatting/textile/helper.rb
709
+%%WWWDIR%%/lib/redmine/wiki_formatting/textile/html_parser.rb
710
 %%WWWDIR%%/lib/tasks/ci.rake
711
 %%WWWDIR%%/lib/tasks/ciphering.rake
712
 %%WWWDIR%%/lib/tasks/deprecated.rake
713
@@ -1092,102 +1155,202 @@
714
 %%WWWDIR%%/public/500.html
715
 %%WWWDIR%%/public/dispatch.fcgi.example
716
 %%WWWDIR%%/public/favicon.ico
717
-%%WWWDIR%%/public/help/ar/wiki_syntax.html
718
-%%WWWDIR%%/public/help/ar/wiki_syntax_detailed.html
719
-%%WWWDIR%%/public/help/az/wiki_syntax.html
720
-%%WWWDIR%%/public/help/az/wiki_syntax_detailed.html
721
-%%WWWDIR%%/public/help/bg/wiki_syntax.html
722
-%%WWWDIR%%/public/help/bg/wiki_syntax_detailed.html
723
-%%WWWDIR%%/public/help/bs/wiki_syntax.html
724
-%%WWWDIR%%/public/help/bs/wiki_syntax_detailed.html
725
-%%WWWDIR%%/public/help/ca/wiki_syntax.html
726
-%%WWWDIR%%/public/help/ca/wiki_syntax_detailed.html
727
-%%WWWDIR%%/public/help/cs/wiki_syntax.html
728
-%%WWWDIR%%/public/help/cs/wiki_syntax_detailed.html
729
-%%WWWDIR%%/public/help/da/wiki_syntax.html
730
-%%WWWDIR%%/public/help/da/wiki_syntax_detailed.html
731
-%%WWWDIR%%/public/help/de/wiki_syntax.html
732
-%%WWWDIR%%/public/help/de/wiki_syntax_detailed.html
733
-%%WWWDIR%%/public/help/el/wiki_syntax.html
734
-%%WWWDIR%%/public/help/el/wiki_syntax_detailed.html
735
-%%WWWDIR%%/public/help/en-gb/wiki_syntax.html
736
-%%WWWDIR%%/public/help/en-gb/wiki_syntax_detailed.html
737
-%%WWWDIR%%/public/help/en/wiki_syntax.html
738
-%%WWWDIR%%/public/help/en/wiki_syntax_detailed.html
739
-%%WWWDIR%%/public/help/es/wiki_syntax.html
740
-%%WWWDIR%%/public/help/es/wiki_syntax_detailed.html
741
-%%WWWDIR%%/public/help/et/wiki_syntax.html
742
-%%WWWDIR%%/public/help/et/wiki_syntax_detailed.html
743
-%%WWWDIR%%/public/help/eu/wiki_syntax.html
744
-%%WWWDIR%%/public/help/eu/wiki_syntax_detailed.html
745
-%%WWWDIR%%/public/help/fa/wiki_syntax.html
746
-%%WWWDIR%%/public/help/fa/wiki_syntax_detailed.html
747
-%%WWWDIR%%/public/help/fi/wiki_syntax.html
748
-%%WWWDIR%%/public/help/fi/wiki_syntax_detailed.html
749
-%%WWWDIR%%/public/help/fr/wiki_syntax.html
750
-%%WWWDIR%%/public/help/fr/wiki_syntax_detailed.html
751
-%%WWWDIR%%/public/help/gl/wiki_syntax.html
752
-%%WWWDIR%%/public/help/gl/wiki_syntax_detailed.html
753
-%%WWWDIR%%/public/help/he/wiki_syntax.html
754
-%%WWWDIR%%/public/help/he/wiki_syntax_detailed.html
755
-%%WWWDIR%%/public/help/hr/wiki_syntax.html
756
-%%WWWDIR%%/public/help/hr/wiki_syntax_detailed.html
757
-%%WWWDIR%%/public/help/hu/wiki_syntax.html
758
-%%WWWDIR%%/public/help/hu/wiki_syntax_detailed.html
759
-%%WWWDIR%%/public/help/id/wiki_syntax.html
760
-%%WWWDIR%%/public/help/id/wiki_syntax_detailed.html
761
-%%WWWDIR%%/public/help/it/wiki_syntax.html
762
-%%WWWDIR%%/public/help/it/wiki_syntax_detailed.html
763
-%%WWWDIR%%/public/help/ja/wiki_syntax.html
764
-%%WWWDIR%%/public/help/ja/wiki_syntax_detailed.html
765
-%%WWWDIR%%/public/help/ko/wiki_syntax.html
766
-%%WWWDIR%%/public/help/ko/wiki_syntax_detailed.html
767
-%%WWWDIR%%/public/help/lt/wiki_syntax.html
768
-%%WWWDIR%%/public/help/lt/wiki_syntax_detailed.html
769
-%%WWWDIR%%/public/help/lv/wiki_syntax.html
770
-%%WWWDIR%%/public/help/lv/wiki_syntax_detailed.html
771
-%%WWWDIR%%/public/help/mk/wiki_syntax.html
772
-%%WWWDIR%%/public/help/mk/wiki_syntax_detailed.html
773
-%%WWWDIR%%/public/help/mn/wiki_syntax.html
774
-%%WWWDIR%%/public/help/mn/wiki_syntax_detailed.html
775
-%%WWWDIR%%/public/help/nl/wiki_syntax.html
776
-%%WWWDIR%%/public/help/nl/wiki_syntax_detailed.html
777
-%%WWWDIR%%/public/help/no/wiki_syntax.html
778
-%%WWWDIR%%/public/help/no/wiki_syntax_detailed.html
779
-%%WWWDIR%%/public/help/pl/wiki_syntax.html
780
-%%WWWDIR%%/public/help/pl/wiki_syntax_detailed.html
781
-%%WWWDIR%%/public/help/pt-br/wiki_syntax.html
782
-%%WWWDIR%%/public/help/pt-br/wiki_syntax_detailed.html
783
-%%WWWDIR%%/public/help/pt/wiki_syntax.html
784
-%%WWWDIR%%/public/help/pt/wiki_syntax_detailed.html
785
-%%WWWDIR%%/public/help/ro/wiki_syntax.html
786
-%%WWWDIR%%/public/help/ro/wiki_syntax_detailed.html
787
-%%WWWDIR%%/public/help/ru/wiki_syntax.html
788
-%%WWWDIR%%/public/help/ru/wiki_syntax_detailed.html
789
-%%WWWDIR%%/public/help/sk/wiki_syntax.html
790
-%%WWWDIR%%/public/help/sk/wiki_syntax_detailed.html
791
-%%WWWDIR%%/public/help/sl/wiki_syntax.html
792
-%%WWWDIR%%/public/help/sl/wiki_syntax_detailed.html
793
-%%WWWDIR%%/public/help/sq/wiki_syntax.html
794
-%%WWWDIR%%/public/help/sq/wiki_syntax_detailed.html
795
-%%WWWDIR%%/public/help/sr-yu/wiki_syntax.html
796
-%%WWWDIR%%/public/help/sr-yu/wiki_syntax_detailed.html
797
-%%WWWDIR%%/public/help/sr/wiki_syntax.html
798
-%%WWWDIR%%/public/help/sr/wiki_syntax_detailed.html
799
-%%WWWDIR%%/public/help/sv/wiki_syntax.html
800
-%%WWWDIR%%/public/help/sv/wiki_syntax_detailed.html
801
-%%WWWDIR%%/public/help/th/wiki_syntax.html
802
-%%WWWDIR%%/public/help/th/wiki_syntax_detailed.html
803
-%%WWWDIR%%/public/help/tr/wiki_syntax.html
804
-%%WWWDIR%%/public/help/tr/wiki_syntax_detailed.html
805
-%%WWWDIR%%/public/help/uk/wiki_syntax.html
806
-%%WWWDIR%%/public/help/uk/wiki_syntax_detailed.html
807
-%%WWWDIR%%/public/help/vi/wiki_syntax.html
808
-%%WWWDIR%%/public/help/vi/wiki_syntax_detailed.html
809
-%%WWWDIR%%/public/help/zh-tw/wiki_syntax.html
810
-%%WWWDIR%%/public/help/zh-tw/wiki_syntax_detailed.html
811
-%%WWWDIR%%/public/help/zh/wiki_syntax.html
812
-%%WWWDIR%%/public/help/zh/wiki_syntax_detailed.html
813
+%%WWWDIR%%/public/help/ar/wiki_syntax_detailed_markdown.html
814
+%%WWWDIR%%/public/help/ar/wiki_syntax_detailed_textile.html
815
+%%WWWDIR%%/public/help/ar/wiki_syntax_markdown.html
816
+%%WWWDIR%%/public/help/ar/wiki_syntax_textile.html
817
+%%WWWDIR%%/public/help/az/wiki_syntax_detailed_markdown.html
818
+%%WWWDIR%%/public/help/az/wiki_syntax_detailed_textile.html
819
+%%WWWDIR%%/public/help/az/wiki_syntax_markdown.html
820
+%%WWWDIR%%/public/help/az/wiki_syntax_textile.html
821
+%%WWWDIR%%/public/help/bg/wiki_syntax_detailed_markdown.html
822
+%%WWWDIR%%/public/help/bg/wiki_syntax_detailed_textile.html
823
+%%WWWDIR%%/public/help/bg/wiki_syntax_markdown.html
824
+%%WWWDIR%%/public/help/bg/wiki_syntax_textile.html
825
+%%WWWDIR%%/public/help/bs/wiki_syntax_detailed_markdown.html
826
+%%WWWDIR%%/public/help/bs/wiki_syntax_detailed_textile.html
827
+%%WWWDIR%%/public/help/bs/wiki_syntax_markdown.html
828
+%%WWWDIR%%/public/help/bs/wiki_syntax_textile.html
829
+%%WWWDIR%%/public/help/ca/wiki_syntax_detailed_markdown.html
830
+%%WWWDIR%%/public/help/ca/wiki_syntax_detailed_textile.html
831
+%%WWWDIR%%/public/help/ca/wiki_syntax_markdown.html
832
+%%WWWDIR%%/public/help/ca/wiki_syntax_textile.html
833
+%%WWWDIR%%/public/help/cs/wiki_syntax_detailed_markdown.html
834
+%%WWWDIR%%/public/help/cs/wiki_syntax_detailed_textile.html
835
+%%WWWDIR%%/public/help/cs/wiki_syntax_markdown.html
836
+%%WWWDIR%%/public/help/cs/wiki_syntax_textile.html
837
+%%WWWDIR%%/public/help/da/wiki_syntax_detailed_markdown.html
838
+%%WWWDIR%%/public/help/da/wiki_syntax_detailed_textile.html
839
+%%WWWDIR%%/public/help/da/wiki_syntax_markdown.html
840
+%%WWWDIR%%/public/help/da/wiki_syntax_textile.html
841
+%%WWWDIR%%/public/help/de/wiki_syntax_detailed_markdown.html
842
+%%WWWDIR%%/public/help/de/wiki_syntax_detailed_textile.html
843
+%%WWWDIR%%/public/help/de/wiki_syntax_markdown.html
844
+%%WWWDIR%%/public/help/de/wiki_syntax_textile.html
845
+%%WWWDIR%%/public/help/el/wiki_syntax_detailed_markdown.html
846
+%%WWWDIR%%/public/help/el/wiki_syntax_detailed_textile.html
847
+%%WWWDIR%%/public/help/el/wiki_syntax_markdown.html
848
+%%WWWDIR%%/public/help/el/wiki_syntax_textile.html
849
+%%WWWDIR%%/public/help/en-gb/wiki_syntax_detailed_markdown.html
850
+%%WWWDIR%%/public/help/en-gb/wiki_syntax_detailed_textile.html
851
+%%WWWDIR%%/public/help/en-gb/wiki_syntax_markdown.html
852
+%%WWWDIR%%/public/help/en-gb/wiki_syntax_textile.html
853
+%%WWWDIR%%/public/help/en/wiki_syntax_detailed_markdown.html
854
+%%WWWDIR%%/public/help/en/wiki_syntax_detailed_textile.html
855
+%%WWWDIR%%/public/help/en/wiki_syntax_markdown.html
856
+%%WWWDIR%%/public/help/en/wiki_syntax_textile.html
857
+%%WWWDIR%%/public/help/es-pa/wiki_syntax_detailed_markdown.html
858
+%%WWWDIR%%/public/help/es-pa/wiki_syntax_detailed_textile.html
859
+%%WWWDIR%%/public/help/es-pa/wiki_syntax_markdown.html
860
+%%WWWDIR%%/public/help/es-pa/wiki_syntax_textile.html
861
+%%WWWDIR%%/public/help/es/wiki_syntax_detailed_markdown.html
862
+%%WWWDIR%%/public/help/es/wiki_syntax_detailed_textile.html
863
+%%WWWDIR%%/public/help/es/wiki_syntax_markdown.html
864
+%%WWWDIR%%/public/help/es/wiki_syntax_textile.html
865
+%%WWWDIR%%/public/help/et/wiki_syntax_detailed_markdown.html
866
+%%WWWDIR%%/public/help/et/wiki_syntax_detailed_textile.html
867
+%%WWWDIR%%/public/help/et/wiki_syntax_markdown.html
868
+%%WWWDIR%%/public/help/et/wiki_syntax_textile.html
869
+%%WWWDIR%%/public/help/eu/wiki_syntax_detailed_markdown.html
870
+%%WWWDIR%%/public/help/eu/wiki_syntax_detailed_textile.html
871
+%%WWWDIR%%/public/help/eu/wiki_syntax_markdown.html
872
+%%WWWDIR%%/public/help/eu/wiki_syntax_textile.html
873
+%%WWWDIR%%/public/help/fa/wiki_syntax_detailed_markdown.html
874
+%%WWWDIR%%/public/help/fa/wiki_syntax_detailed_textile.html
875
+%%WWWDIR%%/public/help/fa/wiki_syntax_markdown.html
876
+%%WWWDIR%%/public/help/fa/wiki_syntax_textile.html
877
+%%WWWDIR%%/public/help/fi/wiki_syntax_detailed_markdown.html
878
+%%WWWDIR%%/public/help/fi/wiki_syntax_detailed_textile.html
879
+%%WWWDIR%%/public/help/fi/wiki_syntax_markdown.html
880
+%%WWWDIR%%/public/help/fi/wiki_syntax_textile.html
881
+%%WWWDIR%%/public/help/fr/wiki_syntax_detailed_markdown.html
882
+%%WWWDIR%%/public/help/fr/wiki_syntax_detailed_textile.html
883
+%%WWWDIR%%/public/help/fr/wiki_syntax_markdown.html
884
+%%WWWDIR%%/public/help/fr/wiki_syntax_textile.html
885
+%%WWWDIR%%/public/help/gl/wiki_syntax_detailed_markdown.html
886
+%%WWWDIR%%/public/help/gl/wiki_syntax_detailed_textile.html
887
+%%WWWDIR%%/public/help/gl/wiki_syntax_markdown.html
888
+%%WWWDIR%%/public/help/gl/wiki_syntax_textile.html
889
+%%WWWDIR%%/public/help/he/wiki_syntax_detailed_markdown.html
890
+%%WWWDIR%%/public/help/he/wiki_syntax_detailed_textile.html
891
+%%WWWDIR%%/public/help/he/wiki_syntax_markdown.html
892
+%%WWWDIR%%/public/help/he/wiki_syntax_textile.html
893
+%%WWWDIR%%/public/help/hr/wiki_syntax_detailed_markdown.html
894
+%%WWWDIR%%/public/help/hr/wiki_syntax_detailed_textile.html
895
+%%WWWDIR%%/public/help/hr/wiki_syntax_markdown.html
896
+%%WWWDIR%%/public/help/hr/wiki_syntax_textile.html
897
+%%WWWDIR%%/public/help/hu/wiki_syntax_detailed_markdown.html
898
+%%WWWDIR%%/public/help/hu/wiki_syntax_detailed_textile.html
899
+%%WWWDIR%%/public/help/hu/wiki_syntax_markdown.html
900
+%%WWWDIR%%/public/help/hu/wiki_syntax_textile.html
901
+%%WWWDIR%%/public/help/id/wiki_syntax_detailed_markdown.html
902
+%%WWWDIR%%/public/help/id/wiki_syntax_detailed_textile.html
903
+%%WWWDIR%%/public/help/id/wiki_syntax_markdown.html
904
+%%WWWDIR%%/public/help/id/wiki_syntax_textile.html
905
+%%WWWDIR%%/public/help/it/wiki_syntax_detailed_markdown.html
906
+%%WWWDIR%%/public/help/it/wiki_syntax_detailed_textile.html
907
+%%WWWDIR%%/public/help/it/wiki_syntax_markdown.html
908
+%%WWWDIR%%/public/help/it/wiki_syntax_textile.html
909
+%%WWWDIR%%/public/help/ja/wiki_syntax_detailed_markdown.html
910
+%%WWWDIR%%/public/help/ja/wiki_syntax_detailed_textile.html
911
+%%WWWDIR%%/public/help/ja/wiki_syntax_markdown.html
912
+%%WWWDIR%%/public/help/ja/wiki_syntax_textile.html
913
+%%WWWDIR%%/public/help/ko/wiki_syntax_detailed_markdown.html
914
+%%WWWDIR%%/public/help/ko/wiki_syntax_detailed_textile.html
915
+%%WWWDIR%%/public/help/ko/wiki_syntax_markdown.html
916
+%%WWWDIR%%/public/help/ko/wiki_syntax_textile.html
917
+%%WWWDIR%%/public/help/lt/wiki_syntax_detailed_markdown.html
918
+%%WWWDIR%%/public/help/lt/wiki_syntax_detailed_textile.html
919
+%%WWWDIR%%/public/help/lt/wiki_syntax_markdown.html
920
+%%WWWDIR%%/public/help/lt/wiki_syntax_textile.html
921
+%%WWWDIR%%/public/help/lv/wiki_syntax_detailed_markdown.html
922
+%%WWWDIR%%/public/help/lv/wiki_syntax_detailed_textile.html
923
+%%WWWDIR%%/public/help/lv/wiki_syntax_markdown.html
924
+%%WWWDIR%%/public/help/lv/wiki_syntax_textile.html
925
+%%WWWDIR%%/public/help/mk/wiki_syntax_detailed_markdown.html
926
+%%WWWDIR%%/public/help/mk/wiki_syntax_detailed_textile.html
927
+%%WWWDIR%%/public/help/mk/wiki_syntax_markdown.html
928
+%%WWWDIR%%/public/help/mk/wiki_syntax_textile.html
929
+%%WWWDIR%%/public/help/mn/wiki_syntax_detailed_markdown.html
930
+%%WWWDIR%%/public/help/mn/wiki_syntax_detailed_textile.html
931
+%%WWWDIR%%/public/help/mn/wiki_syntax_markdown.html
932
+%%WWWDIR%%/public/help/mn/wiki_syntax_textile.html
933
+%%WWWDIR%%/public/help/nl/wiki_syntax_detailed_markdown.html
934
+%%WWWDIR%%/public/help/nl/wiki_syntax_detailed_textile.html
935
+%%WWWDIR%%/public/help/nl/wiki_syntax_markdown.html
936
+%%WWWDIR%%/public/help/nl/wiki_syntax_textile.html
937
+%%WWWDIR%%/public/help/no/wiki_syntax_detailed_markdown.html
938
+%%WWWDIR%%/public/help/no/wiki_syntax_detailed_textile.html
939
+%%WWWDIR%%/public/help/no/wiki_syntax_markdown.html
940
+%%WWWDIR%%/public/help/no/wiki_syntax_textile.html
941
+%%WWWDIR%%/public/help/pl/wiki_syntax_detailed_markdown.html
942
+%%WWWDIR%%/public/help/pl/wiki_syntax_detailed_textile.html
943
+%%WWWDIR%%/public/help/pl/wiki_syntax_markdown.html
944
+%%WWWDIR%%/public/help/pl/wiki_syntax_textile.html
945
+%%WWWDIR%%/public/help/pt-br/wiki_syntax_detailed_markdown.html
946
+%%WWWDIR%%/public/help/pt-br/wiki_syntax_detailed_textile.html
947
+%%WWWDIR%%/public/help/pt-br/wiki_syntax_markdown.html
948
+%%WWWDIR%%/public/help/pt-br/wiki_syntax_textile.html
949
+%%WWWDIR%%/public/help/pt/wiki_syntax_detailed_markdown.html
950
+%%WWWDIR%%/public/help/pt/wiki_syntax_detailed_textile.html
951
+%%WWWDIR%%/public/help/pt/wiki_syntax_markdown.html
952
+%%WWWDIR%%/public/help/pt/wiki_syntax_textile.html
953
+%%WWWDIR%%/public/help/ro/wiki_syntax_detailed_markdown.html
954
+%%WWWDIR%%/public/help/ro/wiki_syntax_detailed_textile.html
955
+%%WWWDIR%%/public/help/ro/wiki_syntax_markdown.html
956
+%%WWWDIR%%/public/help/ro/wiki_syntax_textile.html
957
+%%WWWDIR%%/public/help/ru/wiki_syntax_detailed_markdown.html
958
+%%WWWDIR%%/public/help/ru/wiki_syntax_detailed_textile.html
959
+%%WWWDIR%%/public/help/ru/wiki_syntax_markdown.html
960
+%%WWWDIR%%/public/help/ru/wiki_syntax_textile.html
961
+%%WWWDIR%%/public/help/sk/wiki_syntax_detailed_markdown.html
962
+%%WWWDIR%%/public/help/sk/wiki_syntax_detailed_textile.html
963
+%%WWWDIR%%/public/help/sk/wiki_syntax_markdown.html
964
+%%WWWDIR%%/public/help/sk/wiki_syntax_textile.html
965
+%%WWWDIR%%/public/help/sl/wiki_syntax_detailed_markdown.html
966
+%%WWWDIR%%/public/help/sl/wiki_syntax_detailed_textile.html
967
+%%WWWDIR%%/public/help/sl/wiki_syntax_markdown.html
968
+%%WWWDIR%%/public/help/sl/wiki_syntax_textile.html
969
+%%WWWDIR%%/public/help/sq/wiki_syntax_detailed_markdown.html
970
+%%WWWDIR%%/public/help/sq/wiki_syntax_detailed_textile.html
971
+%%WWWDIR%%/public/help/sq/wiki_syntax_markdown.html
972
+%%WWWDIR%%/public/help/sq/wiki_syntax_textile.html
973
+%%WWWDIR%%/public/help/sr-yu/wiki_syntax_detailed_markdown.html
974
+%%WWWDIR%%/public/help/sr-yu/wiki_syntax_detailed_textile.html
975
+%%WWWDIR%%/public/help/sr-yu/wiki_syntax_markdown.html
976
+%%WWWDIR%%/public/help/sr-yu/wiki_syntax_textile.html
977
+%%WWWDIR%%/public/help/sr/wiki_syntax_detailed_markdown.html
978
+%%WWWDIR%%/public/help/sr/wiki_syntax_detailed_textile.html
979
+%%WWWDIR%%/public/help/sr/wiki_syntax_markdown.html
980
+%%WWWDIR%%/public/help/sr/wiki_syntax_textile.html
981
+%%WWWDIR%%/public/help/sv/wiki_syntax_detailed_markdown.html
982
+%%WWWDIR%%/public/help/sv/wiki_syntax_detailed_textile.html
983
+%%WWWDIR%%/public/help/sv/wiki_syntax_markdown.html
984
+%%WWWDIR%%/public/help/sv/wiki_syntax_textile.html
985
+%%WWWDIR%%/public/help/th/wiki_syntax_detailed_markdown.html
986
+%%WWWDIR%%/public/help/th/wiki_syntax_detailed_textile.html
987
+%%WWWDIR%%/public/help/th/wiki_syntax_markdown.html
988
+%%WWWDIR%%/public/help/th/wiki_syntax_textile.html
989
+%%WWWDIR%%/public/help/tr/wiki_syntax_detailed_markdown.html
990
+%%WWWDIR%%/public/help/tr/wiki_syntax_detailed_textile.html
991
+%%WWWDIR%%/public/help/tr/wiki_syntax_markdown.html
992
+%%WWWDIR%%/public/help/tr/wiki_syntax_textile.html
993
+%%WWWDIR%%/public/help/uk/wiki_syntax_detailed_markdown.html
994
+%%WWWDIR%%/public/help/uk/wiki_syntax_detailed_textile.html
995
+%%WWWDIR%%/public/help/uk/wiki_syntax_markdown.html
996
+%%WWWDIR%%/public/help/uk/wiki_syntax_textile.html
997
+%%WWWDIR%%/public/help/vi/wiki_syntax_detailed_markdown.html
998
+%%WWWDIR%%/public/help/vi/wiki_syntax_detailed_textile.html
999
+%%WWWDIR%%/public/help/vi/wiki_syntax_markdown.html
1000
+%%WWWDIR%%/public/help/vi/wiki_syntax_textile.html
1001
+%%WWWDIR%%/public/help/zh-tw/wiki_syntax_detailed_markdown.html
1002
+%%WWWDIR%%/public/help/zh-tw/wiki_syntax_detailed_textile.html
1003
+%%WWWDIR%%/public/help/zh-tw/wiki_syntax_markdown.html
1004
+%%WWWDIR%%/public/help/zh-tw/wiki_syntax_textile.html
1005
+%%WWWDIR%%/public/help/zh/wiki_syntax_detailed_markdown.html
1006
+%%WWWDIR%%/public/help/zh/wiki_syntax_detailed_textile.html
1007
+%%WWWDIR%%/public/help/zh/wiki_syntax_markdown.html
1008
+%%WWWDIR%%/public/help/zh/wiki_syntax_textile.html
1009
 %%WWWDIR%%/public/htaccess.fcgi.example
1010
 %%WWWDIR%%/public/images/1downarrow.png
1011
 %%WWWDIR%%/public/images/1uparrow.png
1012
@@ -1225,6 +1388,9 @@
1013
 %%WWWDIR%%/public/images/draft.png
1014
 %%WWWDIR%%/public/images/duplicate.png
1015
 %%WWWDIR%%/public/images/edit.png
1016
+%%WWWDIR%%/public/images/email.png
1017
+%%WWWDIR%%/public/images/email_add.png
1018
+%%WWWDIR%%/public/images/email_disabled.png
1019
 %%WWWDIR%%/public/images/exclamation.png
1020
 %%WWWDIR%%/public/images/external.png
1021
 %%WWWDIR%%/public/images/false.png
1022
@@ -1319,7 +1485,6 @@
1023
 %%WWWDIR%%/public/javascripts/application.js
1024
 %%WWWDIR%%/public/javascripts/attachments.js
1025
 %%WWWDIR%%/public/javascripts/context_menu.js
1026
-%%WWWDIR%%/public/javascripts/datepicker.js
1027
 %%WWWDIR%%/public/javascripts/gantt.js
1028
 %%WWWDIR%%/public/javascripts/i18n/datepicker-ar.js
1029
 %%WWWDIR%%/public/javascripts/i18n/datepicker-az.js
1030
@@ -1379,6 +1544,7 @@
1031
 %%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-de.js
1032
 %%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-en-gb.js
1033
 %%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-en.js
1034
+%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-es-pa.js
1035
 %%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-es.js
1036
 %%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-et.js
1037
 %%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-eu.js
1038
@@ -1421,8 +1587,8 @@
1039
 %%WWWDIR%%/public/javascripts/project_identifier.js
1040
 %%WWWDIR%%/public/javascripts/raphael.js
1041
 %%WWWDIR%%/public/javascripts/repository_navigation.js
1042
+%%WWWDIR%%/public/javascripts/responsive.js
1043
 %%WWWDIR%%/public/javascripts/revision_graph.js
1044
-%%WWWDIR%%/public/javascripts/select_list_move.js
1045
 @(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/public/plugin_assets/empty
1046
 %%WWWDIR%%/public/stylesheets/application.css
1047
 %%WWWDIR%%/public/stylesheets/context_menu.css
1048
@@ -1443,6 +1609,7 @@
1049
 %%WWWDIR%%/public/stylesheets/jquery/images/ui-icons_ffffff_256x240.png
1050
 %%WWWDIR%%/public/stylesheets/jquery/jquery-ui-1.11.0.css
1051
 %%WWWDIR%%/public/stylesheets/jstoolbar.css
1052
+%%WWWDIR%%/public/stylesheets/responsive.css
1053
 %%WWWDIR%%/public/stylesheets/rtl.css
1054
 %%WWWDIR%%/public/stylesheets/scm.css
1055
 %%WWWDIR%%/public/themes/README
1056
@@ -1452,8 +1619,11 @@
1057
 %%WWWDIR%%/public/themes/classic/stylesheets/application.css
1058
 @(,,755) %%WWWDIR%%/script/about
1059
 @(,,755) %%WWWDIR%%/script/rails
1060
-%%WWWDIR%%/test/extra/redmine_pm/repository_git_test.rb
1061
-%%WWWDIR%%/test/extra/redmine_pm/repository_subversion_test.rb
1062
+%%WWWDIR%%/test/coverage/html_formatter.rb
1063
+%%WWWDIR%%/test/coverage/views/index.erb
1064
+%%WWWDIR%%/test/coverage/views/source.erb
1065
+%%WWWDIR%%/test/extra/redmine_pm/repository_git_test_pm.rb
1066
+%%WWWDIR%%/test/extra/redmine_pm/repository_subversion_test_pm.rb
1067
 %%WWWDIR%%/test/extra/redmine_pm/test_case.rb
1068
 %%WWWDIR%%/test/fixtures/attachments.yml
1069
 %%WWWDIR%%/test/fixtures/auth_sources.yml
1070
@@ -1479,6 +1649,7 @@
1071
 %%WWWDIR%%/test/fixtures/diffs/partials.diff
1072
 %%WWWDIR%%/test/fixtures/diffs/subversion.diff
1073
 %%WWWDIR%%/test/fixtures/documents.yml
1074
+%%WWWDIR%%/test/fixtures/email_addresses.yml
1075
 %%WWWDIR%%/test/fixtures/enabled_modules.yml
1076
 %%WWWDIR%%/test/fixtures/encoding/iso-8859-1.txt
1077
 %%WWWDIR%%/test/fixtures/enumerations.yml
1078
@@ -1489,6 +1660,9 @@
1079
 %%WWWDIR%%/test/fixtures/files/2010/11/101123161450_testfile_1.png
1080
 %%WWWDIR%%/test/fixtures/files/2010/12/101223161450_testfile_2.png
1081
 %%WWWDIR%%/test/fixtures/files/hg-export.diff
1082
+%%WWWDIR%%/test/fixtures/files/import_dates.csv
1083
+%%WWWDIR%%/test/fixtures/files/import_iso8859-1.csv
1084
+%%WWWDIR%%/test/fixtures/files/import_issues.csv
1085
 %%WWWDIR%%/test/fixtures/files/iso8859-1.txt
1086
 %%WWWDIR%%/test/fixtures/files/japanese-utf-8.txt
1087
 %%WWWDIR%%/test/fixtures/files/testfile.txt
1088
@@ -1499,7 +1673,9 @@
1089
 %%WWWDIR%%/test/fixtures/issues.yml
1090
 %%WWWDIR%%/test/fixtures/journal_details.yml
1091
 %%WWWDIR%%/test/fixtures/journals.yml
1092
+%%WWWDIR%%/test/fixtures/ldap/slapd.centos6.conf
1093
 %%WWWDIR%%/test/fixtures/ldap/slapd.conf
1094
+%%WWWDIR%%/test/fixtures/ldap/slapd.ubuntu.12.04.conf
1095
 %%WWWDIR%%/test/fixtures/ldap/test-ldap.ldif
1096
 %%WWWDIR%%/test/fixtures/mail_handler/apple_mail_with_attachment.eml
1097
 %%WWWDIR%%/test/fixtures/mail_handler/body_ks_c_5601-1987.eml
1098
@@ -1514,6 +1690,8 @@
1099
 %%WWWDIR%%/test/fixtures/mail_handler/message_reply_by_subject.eml
1100
 %%WWWDIR%%/test/fixtures/mail_handler/multiple_text_parts.eml
1101
 %%WWWDIR%%/test/fixtures/mail_handler/no_subject_header.eml
1102
+%%WWWDIR%%/test/fixtures/mail_handler/outlook_2010_html_only.eml
1103
+%%WWWDIR%%/test/fixtures/mail_handler/outlook_web_access_2010_html_only.eml
1104
 %%WWWDIR%%/test/fixtures/mail_handler/quoted_printable_utf8.eml
1105
 %%WWWDIR%%/test/fixtures/mail_handler/subject_as_iso-8859-1.eml
1106
 %%WWWDIR%%/test/fixtures/mail_handler/subject_japanese_1.eml
1107
@@ -1525,6 +1703,7 @@
1108
 %%WWWDIR%%/test/fixtures/mail_handler/ticket_from_emission_address.eml
1109
 %%WWWDIR%%/test/fixtures/mail_handler/ticket_html_only.eml
1110
 %%WWWDIR%%/test/fixtures/mail_handler/ticket_on_given_project.eml
1111
+%%WWWDIR%%/test/fixtures/mail_handler/ticket_on_project_given_by_to_header.eml
1112
 %%WWWDIR%%/test/fixtures/mail_handler/ticket_reply.eml
1113
 %%WWWDIR%%/test/fixtures/mail_handler/ticket_reply_with_status.eml
1114
 %%WWWDIR%%/test/fixtures/mail_handler/ticket_with_attachment.eml
1115
@@ -1578,12 +1757,15 @@
1116
 %%WWWDIR%%/test/functional/calendars_controller_test.rb
1117
 %%WWWDIR%%/test/functional/comments_controller_test.rb
1118
 %%WWWDIR%%/test/functional/context_menus_controller_test.rb
1119
+%%WWWDIR%%/test/functional/custom_field_enumerations_controller_test.rb
1120
 %%WWWDIR%%/test/functional/custom_fields_controller_test.rb
1121
 %%WWWDIR%%/test/functional/documents_controller_test.rb
1122
+%%WWWDIR%%/test/functional/email_addresses_controller_test.rb
1123
 %%WWWDIR%%/test/functional/enumerations_controller_test.rb
1124
 %%WWWDIR%%/test/functional/files_controller_test.rb
1125
 %%WWWDIR%%/test/functional/gantts_controller_test.rb
1126
 %%WWWDIR%%/test/functional/groups_controller_test.rb
1127
+%%WWWDIR%%/test/functional/imports_controller_test.rb
1128
 %%WWWDIR%%/test/functional/issue_categories_controller_test.rb
1129
 %%WWWDIR%%/test/functional/issue_relations_controller_test.rb
1130
 %%WWWDIR%%/test/functional/issue_statuses_controller_test.rb
1131
@@ -1597,6 +1779,7 @@
1132
 %%WWWDIR%%/test/functional/my_controller_test.rb
1133
 %%WWWDIR%%/test/functional/news_controller_test.rb
1134
 %%WWWDIR%%/test/functional/previews_controller_test.rb
1135
+%%WWWDIR%%/test/functional/principal_memberships_controller_test.rb
1136
 %%WWWDIR%%/test/functional/project_enumerations_controller_test.rb
1137
 %%WWWDIR%%/test/functional/projects_controller_test.rb
1138
 %%WWWDIR%%/test/functional/queries_controller_test.rb
1139
@@ -1612,7 +1795,7 @@
1140
 %%WWWDIR%%/test/functional/roles_controller_test.rb
1141
 %%WWWDIR%%/test/functional/search_controller_test.rb
1142
 %%WWWDIR%%/test/functional/search_custom_fields_visibility_test.rb
1143
-%%WWWDIR%%/test/functional/sessions_test.rb
1144
+%%WWWDIR%%/test/functional/sessions_controller_test.rb
1145
 %%WWWDIR%%/test/functional/settings_controller_test.rb
1146
 %%WWWDIR%%/test/functional/sys_controller_test.rb
1147
 %%WWWDIR%%/test/functional/time_entry_reports_controller_test.rb
1148
@@ -1628,6 +1811,7 @@
1149
 %%WWWDIR%%/test/functional/workflows_controller_test.rb
1150
 %%WWWDIR%%/test/integration/account_test.rb
1151
 %%WWWDIR%%/test/integration/admin_test.rb
1152
+%%WWWDIR%%/test/integration/api_test/api_routing_test.rb
1153
 %%WWWDIR%%/test/integration/api_test/api_test.rb
1154
 %%WWWDIR%%/test/integration/api_test/attachments_test.rb
1155
 %%WWWDIR%%/test/integration/api_test/authentication_test.rb
1156
@@ -1636,8 +1820,6 @@
1157
 %%WWWDIR%%/test/integration/api_test/disabled_rest_api_test.rb
1158
 %%WWWDIR%%/test/integration/api_test/enumerations_test.rb
1159
 %%WWWDIR%%/test/integration/api_test/groups_test.rb
1160
-%%WWWDIR%%/test/integration/api_test/http_basic_login_test.rb
1161
-%%WWWDIR%%/test/integration/api_test/http_basic_login_with_api_token_test.rb
1162
 %%WWWDIR%%/test/integration/api_test/issue_categories_test.rb
1163
 %%WWWDIR%%/test/integration/api_test/issue_relations_test.rb
1164
 %%WWWDIR%%/test/integration/api_test/issue_statuses_test.rb
1165
@@ -1649,7 +1831,6 @@
1166
 %%WWWDIR%%/test/integration/api_test/queries_test.rb
1167
 %%WWWDIR%%/test/integration/api_test/roles_test.rb
1168
 %%WWWDIR%%/test/integration/api_test/time_entries_test.rb
1169
-%%WWWDIR%%/test/integration/api_test/token_authentication_test.rb
1170
 %%WWWDIR%%/test/integration/api_test/trackers_test.rb
1171
 %%WWWDIR%%/test/integration/api_test/users_test.rb
1172
 %%WWWDIR%%/test/integration/api_test/versions_test.rb
1173
@@ -1680,6 +1861,7 @@
1174
 %%WWWDIR%%/test/integration/routing/files_test.rb
1175
 %%WWWDIR%%/test/integration/routing/gantts_test.rb
1176
 %%WWWDIR%%/test/integration/routing/groups_test.rb
1177
+%%WWWDIR%%/test/integration/routing/imports_test.rb
1178
 %%WWWDIR%%/test/integration/routing/issue_categories_test.rb
1179
 %%WWWDIR%%/test/integration/routing/issue_relations_test.rb
1180
 %%WWWDIR%%/test/integration/routing/issue_statuses_test.rb
1181
@@ -1691,6 +1873,7 @@
1182
 %%WWWDIR%%/test/integration/routing/my_test.rb
1183
 %%WWWDIR%%/test/integration/routing/news_test.rb
1184
 %%WWWDIR%%/test/integration/routing/previews_test.rb
1185
+%%WWWDIR%%/test/integration/routing/principal_memberships_test.rb
1186
 %%WWWDIR%%/test/integration/routing/project_enumerations_test.rb
1187
 %%WWWDIR%%/test/integration/routing/projects_test.rb
1188
 %%WWWDIR%%/test/integration/routing/queries_test.rb
1189
@@ -1709,12 +1892,17 @@
1190
 %%WWWDIR%%/test/integration/routing/wiki_test.rb
1191
 %%WWWDIR%%/test/integration/routing/wikis_test.rb
1192
 %%WWWDIR%%/test/integration/routing/workflows_test.rb
1193
+%%WWWDIR%%/test/integration/sessions_test.rb
1194
+%%WWWDIR%%/test/integration/sudo_mode_test.rb
1195
 %%WWWDIR%%/test/integration/users_test.rb
1196
 %%WWWDIR%%/test/mocks/open_id_authentication_mock.rb
1197
 %%WWWDIR%%/test/object_helpers.rb
1198
 %%WWWDIR%%/test/test_helper.rb
1199
 %%WWWDIR%%/test/ui/base.rb
1200
-%%WWWDIR%%/test/ui/issues_test.rb
1201
+%%WWWDIR%%/test/ui/custom_fields_test_ui.rb
1202
+%%WWWDIR%%/test/ui/issues_test_ui.rb
1203
+%%WWWDIR%%/test/ui/sudo_mode_test_ui.rb
1204
+%%WWWDIR%%/test/ui/timelog_test_ui.rb
1205
 %%WWWDIR%%/test/unit/activity_test.rb
1206
 %%WWWDIR%%/test/unit/attachment_test.rb
1207
 %%WWWDIR%%/test/unit/auth_source_ldap_test.rb
1208
@@ -1734,23 +1922,32 @@
1209
 %%WWWDIR%%/test/unit/helpers/activities_helper_test.rb
1210
 %%WWWDIR%%/test/unit/helpers/application_helper_test.rb
1211
 %%WWWDIR%%/test/unit/helpers/custom_fields_helper_test.rb
1212
+%%WWWDIR%%/test/unit/helpers/groups_helper_test.rb
1213
 %%WWWDIR%%/test/unit/helpers/issues_helper_test.rb
1214
+%%WWWDIR%%/test/unit/helpers/journals_helper_test.rb
1215
+%%WWWDIR%%/test/unit/helpers/members_helper_test.rb
1216
+%%WWWDIR%%/test/unit/helpers/my_helper_test.rb
1217
 %%WWWDIR%%/test/unit/helpers/projects_helper_test.rb
1218
 %%WWWDIR%%/test/unit/helpers/queries_helper_test.rb
1219
 %%WWWDIR%%/test/unit/helpers/routes_helper_test.rb
1220
 %%WWWDIR%%/test/unit/helpers/search_helper_test.rb
1221
+%%WWWDIR%%/test/unit/helpers/settings_helper_test.rb
1222
 %%WWWDIR%%/test/unit/helpers/sort_helper_test.rb
1223
 %%WWWDIR%%/test/unit/helpers/timelog_helper_test.rb
1224
 %%WWWDIR%%/test/unit/helpers/version_helper_test.rb
1225
 %%WWWDIR%%/test/unit/helpers/watchers_helper_test.rb
1226
+%%WWWDIR%%/test/unit/helpers/wiki_helper_test.rb
1227
 %%WWWDIR%%/test/unit/initializers/patches_test.rb
1228
 %%WWWDIR%%/test/unit/issue_category_test.rb
1229
 %%WWWDIR%%/test/unit/issue_custom_field_test.rb
1230
+%%WWWDIR%%/test/unit/issue_import_test.rb
1231
+%%WWWDIR%%/test/unit/issue_nested_set_concurrency_test.rb
1232
 %%WWWDIR%%/test/unit/issue_nested_set_test.rb
1233
 %%WWWDIR%%/test/unit/issue_priority_test.rb
1234
 %%WWWDIR%%/test/unit/issue_relation_test.rb
1235
 %%WWWDIR%%/test/unit/issue_scopes_test.rb
1236
 %%WWWDIR%%/test/unit/issue_status_test.rb
1237
+%%WWWDIR%%/test/unit/issue_subtasking_test.rb
1238
 %%WWWDIR%%/test/unit/issue_test.rb
1239
 %%WWWDIR%%/test/unit/issue_transaction_test.rb
1240
 %%WWWDIR%%/test/unit/journal_observer_test.rb
1241
@@ -1759,8 +1956,10 @@
1242
 %%WWWDIR%%/test/unit/lib/redmine/ciphering_test.rb
1243
 %%WWWDIR%%/test/unit/lib/redmine/codeset_util_test.rb
1244
 %%WWWDIR%%/test/unit/lib/redmine/configuration_test.rb
1245
+%%WWWDIR%%/test/unit/lib/redmine/export/csv_test.rb
1246
 %%WWWDIR%%/test/unit/lib/redmine/export/pdf_test.rb
1247
 %%WWWDIR%%/test/unit/lib/redmine/field_format/bool_format_test.rb
1248
+%%WWWDIR%%/test/unit/lib/redmine/field_format/enumeration_format_test.rb
1249
 %%WWWDIR%%/test/unit/lib/redmine/field_format/field_format_test.rb
1250
 %%WWWDIR%%/test/unit/lib/redmine/field_format/link_format_test.rb
1251
 %%WWWDIR%%/test/unit/lib/redmine/field_format/list_format_test.rb
1252
@@ -1795,9 +1994,13 @@
1253
 %%WWWDIR%%/test/unit/lib/redmine/utils/date_calculation.rb
1254
 %%WWWDIR%%/test/unit/lib/redmine/views/builders/json_test.rb
1255
 %%WWWDIR%%/test/unit/lib/redmine/views/builders/xml_test.rb
1256
+%%WWWDIR%%/test/unit/lib/redmine/views/labelled_form_builder_test.rb
1257
+%%WWWDIR%%/test/unit/lib/redmine/wiki_formatting/html_parser_test.rb
1258
 %%WWWDIR%%/test/unit/lib/redmine/wiki_formatting/macros_test.rb
1259
-%%WWWDIR%%/test/unit/lib/redmine/wiki_formatting/markdown_formatter.rb
1260
+%%WWWDIR%%/test/unit/lib/redmine/wiki_formatting/markdown_formatter_test.rb
1261
+%%WWWDIR%%/test/unit/lib/redmine/wiki_formatting/markdown_html_parser_test.rb
1262
 %%WWWDIR%%/test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb
1263
+%%WWWDIR%%/test/unit/lib/redmine/wiki_formatting/textile_html_parser_test.rb
1264
 %%WWWDIR%%/test/unit/lib/redmine/wiki_formatting_test.rb
1265
 %%WWWDIR%%/test/unit/lib/redmine_test.rb
1266
 %%WWWDIR%%/test/unit/mail_handler_test.rb
1267
@@ -1808,6 +2011,7 @@
1268
 %%WWWDIR%%/test/unit/principal_test.rb
1269
 %%WWWDIR%%/test/unit/project_copy_test.rb
1270
 %%WWWDIR%%/test/unit/project_members_inheritance_test.rb
1271
+%%WWWDIR%%/test/unit/project_nested_set_concurrency_test.rb
1272
 %%WWWDIR%%/test/unit/project_nested_set_test.rb
1273
 %%WWWDIR%%/test/unit/project_test.rb
1274
 %%WWWDIR%%/test/unit/query_test.rb
1275
@@ -1838,19 +2042,23 @@
1276
 %%WWWDIR%%/test/unit/wiki_test.rb
1277
 %%WWWDIR%%/test/unit/workflow_test.rb
1278
 %%WWWDIR%%/test/unit/workflow_transition_test.rb
1279
+%%MYSQL%%%%WWWDIR%%/bundler.d/mysql.rb
1280
+%%POSTGRESQL%%%%WWWDIR%%/bundler.d/pg.rb
1281
+%%LDAP%%%%WWWDIR%%/bundler.d/ldap.rb
1282
+%%MARKDOWN%%%%WWWDIR%%/bundler.d/markdown.rb
1283
 %%RMAGIC%%%%WWWDIR%%/bundler.d/rmagic.rb
1284
 %%THIN%%%%WWWDIR%%/bundler.d/thin.rb
1285
 @sample %%WWWDIR%%/config/settings.yml.sample
1286
 @(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/tmp/pdf/empty
1287
 @(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/tmp/test/empty
1288
 @(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/tmp/thumbnails/empty
1289
-@dir %%WWWDIR%%/app/sweepers
1290
-@dir %%WWWDIR%%/lib/vendor
1291
 @dir %%WWWDIR%%/test/fixtures/mailer
1292
 @dir %%WWWDIR%%/test/mocks/development
1293
 @dir %%WWWDIR%%/test/mocks/test
1294
 @dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/tmp/cache
1295
+@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/tmp/imports
1296
 @dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/tmp/pids
1297
 @dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/tmp/sessions
1298
 @dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/tmp/sockets
1299
+@(%%WWWOWN%%,%%WWWGRP%%,0664) %%WWWDIR%%/log/development.log
1300
 @dir %%WWWDIR%%/vendor

Return to bug 209938