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

Collapse All | Expand All

(-)UPDATING (+9 lines)
Lines 5-10 Link Here
5
You should get into the habit of checking this file for changes each time
5
You should get into the habit of checking this file for changes each time
6
you update your ports collection, before attempting any port upgrades.
6
you update your ports collection, before attempting any port upgrades.
7
7
8
20160620
9
  AFFECTS: users of www/redmine
10
  AUTHOR: tz@FreeBSD.org
11
12
  Redmine was updated from 2.6.9 to 3.2.3. Since this an update over
13
  multiple major versions be careful with your update.
14
  For further update instructions please have a look at:
15
  https://www.redmine.org/projects/redmine/wiki/RedmineUpgrade
16
8
20160619
17
20160619
9
  AFFECTS: users of databases/py-apsw
18
  AFFECTS: users of databases/py-apsw
10
  AUTHOR: rm@FreeBSD.org
19
  AUTHOR: rm@FreeBSD.org
(-)www/redmine/Makefile (-24 / +44 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.3
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 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: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-mimemagic>=0:misc/rubygem-mimemagic \
23
		rubygem-protected_attributes>=0:devel/rubygem-protected_attributes \
24
		rubygem-actionpack-action_caching>=0:devel/rubygem-actionpack-action_caching \
25
		rubygem-actionpack-xml_parser>=0:textproc/rubygem-actionpack-xml_parser \
26
		rubygem-roadie-rails>=0:mail/rubygem-roadie-rails \
27
		rubygem-rbpdf>=1.19.0:print/rubygem-rbpdf \
28
		rubygem-rake>=0:devel/rubygem-rake \
29
		rubygem-ruby-openid>=2.3.0:net/rubygem-ruby-openid \
23
		rubygem-rack-openid>=0:www/rubygem-rack-openid \
30
		rubygem-rack-openid>=0:www/rubygem-rack-openid \
24
		rubygem-ruby-openid>=2.3.0:net/rubygem-ruby-openid \
31
		rubygem-net-ldap>=0.3.1:net/rubygem-net-ldap
25
		rubygem-rails>=3.2.22:www/rubygem-rails \
26
		rubygem-rake>=0:devel/rubygem-rake \
27
		rubygem-rbpdf>=0:print/rubygem-rbpdf \
28
		rubygem-redcarpet>=3.3.2:textproc/rubygem-redcarpet \
29
		rubygem-request_store>=1.1.0:devel/rubygem-request_store \
30
		rubygem-rubytree>=0:devel/rubygem-rubytree
31
32
32
NO_ARCH=	yes
33
NO_ARCH=	yes
33
NO_BUILD=	yes
34
NO_BUILD=	yes
Lines 39-60 Link Here
39
PLIST_SUB=	WWWOWN=${WWWOWN} WWWGRP=${WWWGRP}
40
PLIST_SUB=	WWWOWN=${WWWOWN} WWWGRP=${WWWGRP}
40
SUB_LIST=	RUBY_NAME=${RUBY_NAME}
41
SUB_LIST=	RUBY_NAME=${RUBY_NAME}
41
42
42
OPTIONS_DEFINE=	MYSQL MYSQL2 POSTGRESQL RMAGIC
43
OPTIONS_DEFINE=	MYSQL POSTGRESQL LDAP MARKDOWN RMAGIC
43
OPTIONS_DEFAULT=MYSQL2 RMAGIC THIN
44
OPTIONS_DEFAULT=MYSQL MARKDOWN RMAGIC THIN
44
OPTIONS_SINGLE=	WWWSERVER
45
OPTIONS_SINGLE=	WWWSERVER
45
OPTIONS_SINGLE_WWWSERVER=	THIN PASSENGER
46
OPTIONS_SINGLE_WWWSERVER=	THIN PASSENGER
46
OPTIONS_SUB=	yes
47
OPTIONS_SUB=	yes
47
POSTGRESQL_DESC=Enable PostgreSQL support
48
POSTGRESQL_DESC=	Enable PostgreSQL support
49
LDAP_DESC=	Enable LDAP Authentification
50
MARKDOWN_DESC=	Enable Markdown support
48
RMAGIC_DESC=	Enable Gantt charts support
51
RMAGIC_DESC=	Enable Gantt charts support
49
THIN_DESC=	Use Thin WEB server
52
THIN_DESC=	Use Thin WEB server
50
PASSENGER_DESC=	Use Apache/Nginx WEB server
53
PASSENGER_DESC=	Use Apache/Nginx WEB server
51
MYSQL2_DESC=	MySQL database support (via mysql2 rubygem)
54
MYSQL_DESC=	MySQL database support (via mysql2 rubygem)
52
NO_OPTIONS_SORT=yes
55
NO_OPTIONS_SORT=	yes
53
56
54
MYSQL_RUN_DEPENDS=	rubygem-mysql>=2.8.1:databases/rubygem-mysql
57
MYSQL_RUN_DEPENDS=	rubygem-mysql2>=0.3.11:databases/rubygem-mysql2
55
MYSQL2_RUN_DEPENDS=	rubygem-mysql2>=0:databases/rubygem-mysql2
56
PASSENGER_RUN_DEPENDS=	passenger-config:www/rubygem-passenger
58
PASSENGER_RUN_DEPENDS=	passenger-config:www/rubygem-passenger
57
POSTGRESQL_RUN_DEPENDS=	rubygem-pg>=0:databases/rubygem-pg
59
POSTGRESQL_RUN_DEPENDS=	rubygem-pg>=0.18.1:databases/rubygem-pg
60
MARKDOWN_RUN_DEPENDS=	rubygem-redcarpet>=3.3.2:textproc/rubygem-redcarpet
58
RMAGIC_RUN_DEPENDS=	rubygem-rmagick>=2.13.4:graphics/rubygem-rmagick
61
RMAGIC_RUN_DEPENDS=	rubygem-rmagick>=2.13.4:graphics/rubygem-rmagick
59
THIN_RUN_DEPENDS=	thin:www/rubygem-thin
62
THIN_RUN_DEPENDS=	thin:www/rubygem-thin
60
THIN_SUB_LIST=		WWWOWN=${WWWOWN} WWWGRP=${WWWGRP}
63
THIN_SUB_LIST=		WWWOWN=${WWWOWN} WWWGRP=${WWWGRP}
Lines 63-71 Link Here
63
post-extract:
66
post-extract:
64
	@${RM} ${WRKSRC}/.hgignore ${WRKSRC}/.travis.yml
67
	@${RM} ${WRKSRC}/.hgignore ${WRKSRC}/.travis.yml
65
	@${MV} ${WRKSRC}/config/settings.yml ${WRKSRC}/config/settings.yml.sample
68
	@${MV} ${WRKSRC}/config/settings.yml ${WRKSRC}/config/settings.yml.sample
69
	@${MV} ${WRKSRC}/config/database.yml.example ${WRKSRC}/config/database.yml.sample
70
	@${TOUCH} ${WRKSRC}/log/development.log
66
71
67
post-patch:
72
post-patch:
68
	@${FIND} ${WRKSRC} -name '*.bak' -o -name '*.orig' -delete
73
	@${FIND} ${WRKSRC} -name '*.bak' -delete
69
74
70
pre-install:
75
pre-install:
71
	${MKDIR} ${WRKSRC}/public/plugin_assets
76
	${MKDIR} ${WRKSRC}/public/plugin_assets
Lines 76-81 Link Here
76
	${MKDIR} ${STAGEDIR}${WWWDIR}/bundler.d
81
	${MKDIR} ${STAGEDIR}${WWWDIR}/bundler.d
77
	cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}
82
	cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}
78
83
84
do-install-MYSQL-on:
85
	${CP} ${FILESDIR}/mysql.rb ${STAGEDIR}${WWWDIR}/bundler.d
86
87
do-install-POSTGRESQL-on:
88
	${CP} ${FILESDIR}/pg.rb ${STAGEDIR}${WWWDIR}/bundler.d
89
90
do-install-LDAP-on:
91
	${CP} ${FILESDIR}/ldap.rb ${STAGEDIR}${WWWDIR}/bundler.d
92
93
do-install-OPENID-on:
94
	${CP} ${FILESDIR}/openid.rb ${STAGEDIR}${WWWDIR}/bundler.d
95
96
do-install-MARKDOWN-on:
97
	${CP} ${FILESDIR}/markdown.rb ${STAGEDIR}${WWWDIR}/bundler.d
98
79
do-install-RMAGIC-on:
99
do-install-RMAGIC-on:
80
	${CP} ${FILESDIR}/rmagic.rb ${STAGEDIR}${WWWDIR}/bundler.d
100
	${CP} ${FILESDIR}/rmagic.rb ${STAGEDIR}${WWWDIR}/bundler.d
81
101
(-)www/redmine/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (redmine-2.6.9.tar.gz) = 15cafc3983e0520c3ecc6105ef33031f55b1dc2b21270d092938562b47362d4c
1
TIMESTAMP = 1466169440
2
SIZE (redmine-2.6.9.tar.gz) = 2127454
2
SHA256 (redmine-3.2.3.tar.gz) = 570f039ce72112297c915d2f7e78228a4750020f1633fe479f23f6fdb5f8fa24
3
SIZE (redmine-3.2.3.tar.gz) = 2311713
(-)www/redmine/files/ldap.rb (+4 lines)
Line 0 Link Here
1
gem "net-ldap", ">= 0.12.0"
2
native
3
FreeBSD=%H
4
text/plain
(-)www/redmine/files/markdown.rb (+4 lines)
Line 0 Link Here
1
gem "redcarpet", ">= 3.3.2"
2
native
3
FreeBSD=%H
4
text/plain
(-)www/redmine/files/mysql.rb (+4 lines)
Line 0 Link Here
1
gem "mysql2", "~> 0.3.11"
2
native
3
FreeBSD=%H
4
text/plain
(-)www/redmine/files/patch-Gemfile (-46 / +45 lines)
Lines 1-28 Link Here
1
--- Gemfile.orig	2015-12-05 08:47:22 UTC
1
--- Gemfile.orig	2016-05-05 18:39:09.000000000 +0000
2
+++ Gemfile
2
+++ Gemfile	2016-06-06 19:49:50.462089000 +0000
3
@@ -1,37 +1,29 @@
3
@@ -4,11 +4,11 @@
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 "jquery-rails", "~> 3.1.4"
8
 gem "rack-cache", "1.2" if RUBY_VERSION < "1.9.3"
9
+gem "rails", ">= 4.2.5.2"
9
 gem "jquery-rails", "~> 3.1.4"
10
+gem "jquery-rails"
10
 gem "coderay", "~> 1.1.0"
11
 gem "coderay", "~> 1.1.0"
11
 gem "fastercsv", "~> 1.5.0", :platforms => [:mri_18, :mingw_18, :jruby]
12
 gem "builder", ">= 3.0.4"
12
 gem "builder", ">= 3.0.4"
13
-gem "request_store", "1.0.5"
13
-gem "request_store", "1.0.5"
14
+gem "request_store", ">= 1.0.5"
14
+gem "request_store", ">= 1.0.5"
15
 gem "mime-types"
15
 gem "mime-types", (RUBY_VERSION >= "2.0" ? "~> 3.0" : "~> 2.99")
16
-gem "rbpdf", "~> 1.18.7"
16
 gem "protected_attributes"
17
+gem "rbpdf", ">= 1.18.7"
17
 gem "actionpack-action_caching"
18
@@ -17,7 +17,7 @@
19
 gem "mimemagic"
18
 
20
 
19
-gem "i18n", "~> 0.6.11"
21
 # Request at least nokogiri 1.6.7.2 because of security advisories
20
+gem "i18n", ">= 0.6.11"
22
-gem "nokogiri", ">= 1.6.7.2"
23
+gem "nokogiri"
21
 
24
 
25
 # Request at least rails-html-sanitizer 1.0.3 because of security advisories 
26
 gem "rails-html-sanitizer", ">= 1.0.3"
27
@@ -28,27 +28,15 @@
28
 
22
 # Optional gem for LDAP authentication
29
 # Optional gem for LDAP authentication
23
 group :ldap do
30
 group :ldap do
24
-  gem "net-ldap", "~> 0.3.1"
31
-  gem "net-ldap", "~> 0.12.0"
25
+  gem "net-ldap", ">= 0.3.1"
32
+  gem "net-ldap"
26
 end
33
 end
27
 
34
 
28
 # Optional gem for OpenID authentication
35
 # Optional gem for OpenID authentication
Lines 32-59 Link Here
32
   gem "rack-openid"
39
   gem "rack-openid"
33
 end
40
 end
34
 
41
 
35
 platforms :mri, :mingw do
42
-platforms :mri, :mingw, :x64_mingw do
36
-  # Optional gem for exporting the gantt to a PNG file, not supported with jruby
43
-  # Optional gem for exporting the gantt to a PNG file, not supported with jruby
37
-  group :rmagick do
44
-  group :rmagick do
38
-    # RMagick 2 supports ruby 1.9
45
-    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
46
-  end
43
-
47
-
44
   # Optional Markdown support, not for JRuby
48
-  # Optional Markdown support, not for JRuby
45
   group :markdown do
49
-  group :markdown do
46
     gem "redcarpet", (RUBY_VERSION < "1.9" ? "~> 2.3.0" : "~> 3.3.2")
50
-    gem "redcarpet", "~> 3.3.2"
47
@@ -62,7 +54,7 @@ if File.exist?(database_file)
51
-  end
48
         gem "mysql", "~> 2.8.1", :platforms => [:mri, :mingw]
52
-end
49
         gem "activerecord-jdbcmysql-adapter", :platforms => :jruby
53
-
50
       when /postgresql/
54
 platforms :jruby do
51
-        gem "pg", "~> 0.17.1", :platforms => [:mri, :mingw]
55
   # jruby-openssl is bundled with JRuby 1.7.0
52
+        gem "pg", "~> 0.18.4", :platforms => [:mri, :mingw]
56
   gem "jruby-openssl" if Object.const_defined?(:JRUBY_VERSION) && JRUBY_VERSION < '1.7.0'
53
         gem "activerecord-jdbcpostgresql-adapter", :platforms => :jruby
57
@@ -92,21 +80,6 @@
54
       when /sqlite3/
55
         gem "sqlite3", :platforms => [:mri, :mingw]
56
@@ -82,23 +74,6 @@ else
57
   warn("Please configure your config/database.yml first")
58
   warn("Please configure your config/database.yml first")
58
 end
59
 end
59
 
60
 
Lines 64-85 Link Here
64
-
65
-
65
-group :test do
66
-group :test do
66
-  gem "minitest"
67
-  gem "minitest"
67
-  gem "test-unit", "~> 3.0"
68
-  gem "rails-dom-testing"
68
-  gem "shoulda", "~> 3.3.2"
69
-  gem "mocha"
69
-  gem "shoulda-matchers", "1.4.1"
70
-  gem "simplecov", "~> 0.9.1", :require => false
70
-  gem "mocha", "~> 1.0.0", :require => 'mocha/api'
71
-  # For running UI tests
71
-  if RUBY_VERSION >= '1.9.3'
72
-  gem "capybara"
72
-    gem "capybara"
73
-  gem "selenium-webdriver"
73
-    gem "selenium-webdriver"
74
-  end
75
-end
74
-end
76
-
75
-
77
 local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local")
76
 local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local")
78
 if File.exists?(local_gemfile)
77
 if File.exists?(local_gemfile)
79
   puts "Loading Gemfile.local ..." if $DEBUG # `ruby -d` or `bundle -v`
78
   eval_gemfile local_gemfile
80
@@ -111,3 +86,7 @@ Dir.glob File.expand_path("../plugins/*/
79
@@ -116,3 +89,7 @@
81
   #TODO: switch to "eval_gemfile file" when bundler >= 1.2.0 will be required (rails 4)
80
 Dir.glob File.expand_path("../plugins/*/{Gemfile,PluginGemfile}", __FILE__) do |file|
82
   instance_eval File.read(file), file
81
   eval_gemfile file
83
 end
82
 end
84
+
83
+
85
+Dir["#{File.dirname(__FILE__)}/bundler.d/*.rb"].each do |bundle|
84
+Dir["#{File.dirname(__FILE__)}/bundler.d/*.rb"].each do |bundle|
(-)www/redmine/files/pg.rb (+4 lines)
Line 0 Link Here
1
gem "pg", "~> 0.18.1"
2
native
3
FreeBSD=%H
4
text/plain
(-)www/redmine/files/rmagic.rb (-1 / +1 lines)
Line 1 Link Here
1
gem "rmagick", ">= 2.13.4"
1
gem "rmagick", ">= 2.14.0"
(-)www/redmine/pkg-plist (-153 / +362 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
1081
%%WWWDIR%%/lib/redmine/helpers/url.rb
1027
%%WWWDIR%%/lib/redmine/hook.rb
1082
%%WWWDIR%%/lib/redmine/hook.rb
1083
%%WWWDIR%%/lib/redmine/hook/listener.rb
1084
%%WWWDIR%%/lib/redmine/hook/view_listener.rb
1028
%%WWWDIR%%/lib/redmine/i18n.rb
1085
%%WWWDIR%%/lib/redmine/i18n.rb
1029
%%WWWDIR%%/lib/redmine/imap.rb
1086
%%WWWDIR%%/lib/redmine/imap.rb
1030
%%WWWDIR%%/lib/redmine/info.rb
1087
%%WWWDIR%%/lib/redmine/info.rb
1031
%%WWWDIR%%/lib/redmine/menu_manager.rb
1088
%%WWWDIR%%/lib/redmine/menu_manager.rb
1032
%%WWWDIR%%/lib/redmine/mime_type.rb
1089
%%WWWDIR%%/lib/redmine/mime_type.rb
1090
%%WWWDIR%%/lib/redmine/nested_set/issue_nested_set.rb
1091
%%WWWDIR%%/lib/redmine/nested_set/project_nested_set.rb
1092
%%WWWDIR%%/lib/redmine/nested_set/traversing.rb
1033
%%WWWDIR%%/lib/redmine/notifiable.rb
1093
%%WWWDIR%%/lib/redmine/notifiable.rb
1034
%%WWWDIR%%/lib/redmine/pagination.rb
1094
%%WWWDIR%%/lib/redmine/pagination.rb
1035
%%WWWDIR%%/lib/redmine/platform.rb
1095
%%WWWDIR%%/lib/redmine/platform.rb
Lines 1050-1055 Link Here
1050
%%WWWDIR%%/lib/redmine/scm/base.rb
1110
%%WWWDIR%%/lib/redmine/scm/base.rb
1051
%%WWWDIR%%/lib/redmine/search.rb
1111
%%WWWDIR%%/lib/redmine/search.rb
1052
%%WWWDIR%%/lib/redmine/subclass_factory.rb
1112
%%WWWDIR%%/lib/redmine/subclass_factory.rb
1113
%%WWWDIR%%/lib/redmine/sudo_mode.rb
1053
%%WWWDIR%%/lib/redmine/syntax_highlighting.rb
1114
%%WWWDIR%%/lib/redmine/syntax_highlighting.rb
1054
%%WWWDIR%%/lib/redmine/themes.rb
1115
%%WWWDIR%%/lib/redmine/themes.rb
1055
%%WWWDIR%%/lib/redmine/thumbnail.rb
1116
%%WWWDIR%%/lib/redmine/thumbnail.rb
Lines 1065-1075 Link Here
1065
%%WWWDIR%%/lib/redmine/views/my_page/block.rb
1126
%%WWWDIR%%/lib/redmine/views/my_page/block.rb
1066
%%WWWDIR%%/lib/redmine/views/other_formats_builder.rb
1127
%%WWWDIR%%/lib/redmine/views/other_formats_builder.rb
1067
%%WWWDIR%%/lib/redmine/wiki_formatting.rb
1128
%%WWWDIR%%/lib/redmine/wiki_formatting.rb
1129
%%WWWDIR%%/lib/redmine/wiki_formatting/html_parser.rb
1068
%%WWWDIR%%/lib/redmine/wiki_formatting/macros.rb
1130
%%WWWDIR%%/lib/redmine/wiki_formatting/macros.rb
1069
%%WWWDIR%%/lib/redmine/wiki_formatting/markdown/formatter.rb
1131
%%WWWDIR%%/lib/redmine/wiki_formatting/markdown/formatter.rb
1070
%%WWWDIR%%/lib/redmine/wiki_formatting/markdown/helper.rb
1132
%%WWWDIR%%/lib/redmine/wiki_formatting/markdown/helper.rb
1133
%%WWWDIR%%/lib/redmine/wiki_formatting/markdown/html_parser.rb
1071
%%WWWDIR%%/lib/redmine/wiki_formatting/textile/formatter.rb
1134
%%WWWDIR%%/lib/redmine/wiki_formatting/textile/formatter.rb
1072
%%WWWDIR%%/lib/redmine/wiki_formatting/textile/helper.rb
1135
%%WWWDIR%%/lib/redmine/wiki_formatting/textile/helper.rb
1136
%%WWWDIR%%/lib/redmine/wiki_formatting/textile/html_parser.rb
1073
%%WWWDIR%%/lib/tasks/ci.rake
1137
%%WWWDIR%%/lib/tasks/ci.rake
1074
%%WWWDIR%%/lib/tasks/ciphering.rake
1138
%%WWWDIR%%/lib/tasks/ciphering.rake
1075
%%WWWDIR%%/lib/tasks/deprecated.rake
1139
%%WWWDIR%%/lib/tasks/deprecated.rake
Lines 1092-1193 Link Here
1092
%%WWWDIR%%/public/500.html
1156
%%WWWDIR%%/public/500.html
1093
%%WWWDIR%%/public/dispatch.fcgi.example
1157
%%WWWDIR%%/public/dispatch.fcgi.example
1094
%%WWWDIR%%/public/favicon.ico
1158
%%WWWDIR%%/public/favicon.ico
1095
%%WWWDIR%%/public/help/ar/wiki_syntax.html
1159
%%WWWDIR%%/public/help/ar/wiki_syntax_detailed_markdown.html
1096
%%WWWDIR%%/public/help/ar/wiki_syntax_detailed.html
1160
%%WWWDIR%%/public/help/ar/wiki_syntax_detailed_textile.html
1097
%%WWWDIR%%/public/help/az/wiki_syntax.html
1161
%%WWWDIR%%/public/help/ar/wiki_syntax_markdown.html
1098
%%WWWDIR%%/public/help/az/wiki_syntax_detailed.html
1162
%%WWWDIR%%/public/help/ar/wiki_syntax_textile.html
1099
%%WWWDIR%%/public/help/bg/wiki_syntax.html
1163
%%WWWDIR%%/public/help/az/wiki_syntax_detailed_markdown.html
1100
%%WWWDIR%%/public/help/bg/wiki_syntax_detailed.html
1164
%%WWWDIR%%/public/help/az/wiki_syntax_detailed_textile.html
1101
%%WWWDIR%%/public/help/bs/wiki_syntax.html
1165
%%WWWDIR%%/public/help/az/wiki_syntax_markdown.html
1102
%%WWWDIR%%/public/help/bs/wiki_syntax_detailed.html
1166
%%WWWDIR%%/public/help/az/wiki_syntax_textile.html
1103
%%WWWDIR%%/public/help/ca/wiki_syntax.html
1167
%%WWWDIR%%/public/help/bg/wiki_syntax_detailed_markdown.html
1104
%%WWWDIR%%/public/help/ca/wiki_syntax_detailed.html
1168
%%WWWDIR%%/public/help/bg/wiki_syntax_detailed_textile.html
1105
%%WWWDIR%%/public/help/cs/wiki_syntax.html
1169
%%WWWDIR%%/public/help/bg/wiki_syntax_markdown.html
1106
%%WWWDIR%%/public/help/cs/wiki_syntax_detailed.html
1170
%%WWWDIR%%/public/help/bg/wiki_syntax_textile.html
1107
%%WWWDIR%%/public/help/da/wiki_syntax.html
1171
%%WWWDIR%%/public/help/bs/wiki_syntax_detailed_markdown.html
1108
%%WWWDIR%%/public/help/da/wiki_syntax_detailed.html
1172
%%WWWDIR%%/public/help/bs/wiki_syntax_detailed_textile.html
1109
%%WWWDIR%%/public/help/de/wiki_syntax.html
1173
%%WWWDIR%%/public/help/bs/wiki_syntax_markdown.html
1110
%%WWWDIR%%/public/help/de/wiki_syntax_detailed.html
1174
%%WWWDIR%%/public/help/bs/wiki_syntax_textile.html
1111
%%WWWDIR%%/public/help/el/wiki_syntax.html
1175
%%WWWDIR%%/public/help/ca/wiki_syntax_detailed_markdown.html
1112
%%WWWDIR%%/public/help/el/wiki_syntax_detailed.html
1176
%%WWWDIR%%/public/help/ca/wiki_syntax_detailed_textile.html
1113
%%WWWDIR%%/public/help/en-gb/wiki_syntax.html
1177
%%WWWDIR%%/public/help/ca/wiki_syntax_markdown.html
1114
%%WWWDIR%%/public/help/en-gb/wiki_syntax_detailed.html
1178
%%WWWDIR%%/public/help/ca/wiki_syntax_textile.html
1115
%%WWWDIR%%/public/help/en/wiki_syntax.html
1179
%%WWWDIR%%/public/help/cs/wiki_syntax_detailed_markdown.html
1116
%%WWWDIR%%/public/help/en/wiki_syntax_detailed.html
1180
%%WWWDIR%%/public/help/cs/wiki_syntax_detailed_textile.html
1117
%%WWWDIR%%/public/help/es/wiki_syntax.html
1181
%%WWWDIR%%/public/help/cs/wiki_syntax_markdown.html
1118
%%WWWDIR%%/public/help/es/wiki_syntax_detailed.html
1182
%%WWWDIR%%/public/help/cs/wiki_syntax_textile.html
1119
%%WWWDIR%%/public/help/et/wiki_syntax.html
1183
%%WWWDIR%%/public/help/da/wiki_syntax_detailed_markdown.html
1120
%%WWWDIR%%/public/help/et/wiki_syntax_detailed.html
1184
%%WWWDIR%%/public/help/da/wiki_syntax_detailed_textile.html
1121
%%WWWDIR%%/public/help/eu/wiki_syntax.html
1185
%%WWWDIR%%/public/help/da/wiki_syntax_markdown.html
1122
%%WWWDIR%%/public/help/eu/wiki_syntax_detailed.html
1186
%%WWWDIR%%/public/help/da/wiki_syntax_textile.html
1123
%%WWWDIR%%/public/help/fa/wiki_syntax.html
1187
%%WWWDIR%%/public/help/de/wiki_syntax_detailed_markdown.html
1124
%%WWWDIR%%/public/help/fa/wiki_syntax_detailed.html
1188
%%WWWDIR%%/public/help/de/wiki_syntax_detailed_textile.html
1125
%%WWWDIR%%/public/help/fi/wiki_syntax.html
1189
%%WWWDIR%%/public/help/de/wiki_syntax_markdown.html
1126
%%WWWDIR%%/public/help/fi/wiki_syntax_detailed.html
1190
%%WWWDIR%%/public/help/de/wiki_syntax_textile.html
1127
%%WWWDIR%%/public/help/fr/wiki_syntax.html
1191
%%WWWDIR%%/public/help/el/wiki_syntax_detailed_markdown.html
1128
%%WWWDIR%%/public/help/fr/wiki_syntax_detailed.html
1192
%%WWWDIR%%/public/help/el/wiki_syntax_detailed_textile.html
1129
%%WWWDIR%%/public/help/gl/wiki_syntax.html
1193
%%WWWDIR%%/public/help/el/wiki_syntax_markdown.html
1130
%%WWWDIR%%/public/help/gl/wiki_syntax_detailed.html
1194
%%WWWDIR%%/public/help/el/wiki_syntax_textile.html
1131
%%WWWDIR%%/public/help/he/wiki_syntax.html
1195
%%WWWDIR%%/public/help/en-gb/wiki_syntax_detailed_markdown.html
1132
%%WWWDIR%%/public/help/he/wiki_syntax_detailed.html
1196
%%WWWDIR%%/public/help/en-gb/wiki_syntax_detailed_textile.html
1133
%%WWWDIR%%/public/help/hr/wiki_syntax.html
1197
%%WWWDIR%%/public/help/en-gb/wiki_syntax_markdown.html
1134
%%WWWDIR%%/public/help/hr/wiki_syntax_detailed.html
1198
%%WWWDIR%%/public/help/en-gb/wiki_syntax_textile.html
1135
%%WWWDIR%%/public/help/hu/wiki_syntax.html
1199
%%WWWDIR%%/public/help/en/wiki_syntax_detailed_markdown.html
1136
%%WWWDIR%%/public/help/hu/wiki_syntax_detailed.html
1200
%%WWWDIR%%/public/help/en/wiki_syntax_detailed_textile.html
1137
%%WWWDIR%%/public/help/id/wiki_syntax.html
1201
%%WWWDIR%%/public/help/en/wiki_syntax_markdown.html
1138
%%WWWDIR%%/public/help/id/wiki_syntax_detailed.html
1202
%%WWWDIR%%/public/help/en/wiki_syntax_textile.html
1139
%%WWWDIR%%/public/help/it/wiki_syntax.html
1203
%%WWWDIR%%/public/help/es-pa/wiki_syntax_detailed_markdown.html
1140
%%WWWDIR%%/public/help/it/wiki_syntax_detailed.html
1204
%%WWWDIR%%/public/help/es-pa/wiki_syntax_detailed_textile.html
1141
%%WWWDIR%%/public/help/ja/wiki_syntax.html
1205
%%WWWDIR%%/public/help/es-pa/wiki_syntax_markdown.html
1142
%%WWWDIR%%/public/help/ja/wiki_syntax_detailed.html
1206
%%WWWDIR%%/public/help/es-pa/wiki_syntax_textile.html
1143
%%WWWDIR%%/public/help/ko/wiki_syntax.html
1207
%%WWWDIR%%/public/help/es/wiki_syntax_detailed_markdown.html
1144
%%WWWDIR%%/public/help/ko/wiki_syntax_detailed.html
1208
%%WWWDIR%%/public/help/es/wiki_syntax_detailed_textile.html
1145
%%WWWDIR%%/public/help/lt/wiki_syntax.html
1209
%%WWWDIR%%/public/help/es/wiki_syntax_markdown.html
1146
%%WWWDIR%%/public/help/lt/wiki_syntax_detailed.html
1210
%%WWWDIR%%/public/help/es/wiki_syntax_textile.html
1147
%%WWWDIR%%/public/help/lv/wiki_syntax.html
1211
%%WWWDIR%%/public/help/et/wiki_syntax_detailed_markdown.html
1148
%%WWWDIR%%/public/help/lv/wiki_syntax_detailed.html
1212
%%WWWDIR%%/public/help/et/wiki_syntax_detailed_textile.html
1149
%%WWWDIR%%/public/help/mk/wiki_syntax.html
1213
%%WWWDIR%%/public/help/et/wiki_syntax_markdown.html
1150
%%WWWDIR%%/public/help/mk/wiki_syntax_detailed.html
1214
%%WWWDIR%%/public/help/et/wiki_syntax_textile.html
1151
%%WWWDIR%%/public/help/mn/wiki_syntax.html
1215
%%WWWDIR%%/public/help/eu/wiki_syntax_detailed_markdown.html
1152
%%WWWDIR%%/public/help/mn/wiki_syntax_detailed.html
1216
%%WWWDIR%%/public/help/eu/wiki_syntax_detailed_textile.html
1153
%%WWWDIR%%/public/help/nl/wiki_syntax.html
1217
%%WWWDIR%%/public/help/eu/wiki_syntax_markdown.html
1154
%%WWWDIR%%/public/help/nl/wiki_syntax_detailed.html
1218
%%WWWDIR%%/public/help/eu/wiki_syntax_textile.html
1155
%%WWWDIR%%/public/help/no/wiki_syntax.html
1219
%%WWWDIR%%/public/help/fa/wiki_syntax_detailed_markdown.html
1156
%%WWWDIR%%/public/help/no/wiki_syntax_detailed.html
1220
%%WWWDIR%%/public/help/fa/wiki_syntax_detailed_textile.html
1157
%%WWWDIR%%/public/help/pl/wiki_syntax.html
1221
%%WWWDIR%%/public/help/fa/wiki_syntax_markdown.html
1158
%%WWWDIR%%/public/help/pl/wiki_syntax_detailed.html
1222
%%WWWDIR%%/public/help/fa/wiki_syntax_textile.html
1159
%%WWWDIR%%/public/help/pt-br/wiki_syntax.html
1223
%%WWWDIR%%/public/help/fi/wiki_syntax_detailed_markdown.html
1160
%%WWWDIR%%/public/help/pt-br/wiki_syntax_detailed.html
1224
%%WWWDIR%%/public/help/fi/wiki_syntax_detailed_textile.html
1161
%%WWWDIR%%/public/help/pt/wiki_syntax.html
1225
%%WWWDIR%%/public/help/fi/wiki_syntax_markdown.html
1162
%%WWWDIR%%/public/help/pt/wiki_syntax_detailed.html
1226
%%WWWDIR%%/public/help/fi/wiki_syntax_textile.html
1163
%%WWWDIR%%/public/help/ro/wiki_syntax.html
1227
%%WWWDIR%%/public/help/fr/wiki_syntax_detailed_markdown.html
1164
%%WWWDIR%%/public/help/ro/wiki_syntax_detailed.html
1228
%%WWWDIR%%/public/help/fr/wiki_syntax_detailed_textile.html
1165
%%WWWDIR%%/public/help/ru/wiki_syntax.html
1229
%%WWWDIR%%/public/help/fr/wiki_syntax_markdown.html
1166
%%WWWDIR%%/public/help/ru/wiki_syntax_detailed.html
1230
%%WWWDIR%%/public/help/fr/wiki_syntax_textile.html
1167
%%WWWDIR%%/public/help/sk/wiki_syntax.html
1231
%%WWWDIR%%/public/help/gl/wiki_syntax_detailed_markdown.html
1168
%%WWWDIR%%/public/help/sk/wiki_syntax_detailed.html
1232
%%WWWDIR%%/public/help/gl/wiki_syntax_detailed_textile.html
1169
%%WWWDIR%%/public/help/sl/wiki_syntax.html
1233
%%WWWDIR%%/public/help/gl/wiki_syntax_markdown.html
1170
%%WWWDIR%%/public/help/sl/wiki_syntax_detailed.html
1234
%%WWWDIR%%/public/help/gl/wiki_syntax_textile.html
1171
%%WWWDIR%%/public/help/sq/wiki_syntax.html
1235
%%WWWDIR%%/public/help/he/wiki_syntax_detailed_markdown.html
1172
%%WWWDIR%%/public/help/sq/wiki_syntax_detailed.html
1236
%%WWWDIR%%/public/help/he/wiki_syntax_detailed_textile.html
1173
%%WWWDIR%%/public/help/sr-yu/wiki_syntax.html
1237
%%WWWDIR%%/public/help/he/wiki_syntax_markdown.html
1174
%%WWWDIR%%/public/help/sr-yu/wiki_syntax_detailed.html
1238
%%WWWDIR%%/public/help/he/wiki_syntax_textile.html
1175
%%WWWDIR%%/public/help/sr/wiki_syntax.html
1239
%%WWWDIR%%/public/help/hr/wiki_syntax_detailed_markdown.html
1176
%%WWWDIR%%/public/help/sr/wiki_syntax_detailed.html
1240
%%WWWDIR%%/public/help/hr/wiki_syntax_detailed_textile.html
1177
%%WWWDIR%%/public/help/sv/wiki_syntax.html
1241
%%WWWDIR%%/public/help/hr/wiki_syntax_markdown.html
1178
%%WWWDIR%%/public/help/sv/wiki_syntax_detailed.html
1242
%%WWWDIR%%/public/help/hr/wiki_syntax_textile.html
1179
%%WWWDIR%%/public/help/th/wiki_syntax.html
1243
%%WWWDIR%%/public/help/hu/wiki_syntax_detailed_markdown.html
1180
%%WWWDIR%%/public/help/th/wiki_syntax_detailed.html
1244
%%WWWDIR%%/public/help/hu/wiki_syntax_detailed_textile.html
1181
%%WWWDIR%%/public/help/tr/wiki_syntax.html
1245
%%WWWDIR%%/public/help/hu/wiki_syntax_markdown.html
1182
%%WWWDIR%%/public/help/tr/wiki_syntax_detailed.html
1246
%%WWWDIR%%/public/help/hu/wiki_syntax_textile.html
1183
%%WWWDIR%%/public/help/uk/wiki_syntax.html
1247
%%WWWDIR%%/public/help/id/wiki_syntax_detailed_markdown.html
1184
%%WWWDIR%%/public/help/uk/wiki_syntax_detailed.html
1248
%%WWWDIR%%/public/help/id/wiki_syntax_detailed_textile.html
1185
%%WWWDIR%%/public/help/vi/wiki_syntax.html
1249
%%WWWDIR%%/public/help/id/wiki_syntax_markdown.html
1186
%%WWWDIR%%/public/help/vi/wiki_syntax_detailed.html
1250
%%WWWDIR%%/public/help/id/wiki_syntax_textile.html
1187
%%WWWDIR%%/public/help/zh-tw/wiki_syntax.html
1251
%%WWWDIR%%/public/help/it/wiki_syntax_detailed_markdown.html
1188
%%WWWDIR%%/public/help/zh-tw/wiki_syntax_detailed.html
1252
%%WWWDIR%%/public/help/it/wiki_syntax_detailed_textile.html
1189
%%WWWDIR%%/public/help/zh/wiki_syntax.html
1253
%%WWWDIR%%/public/help/it/wiki_syntax_markdown.html
1190
%%WWWDIR%%/public/help/zh/wiki_syntax_detailed.html
1254
%%WWWDIR%%/public/help/it/wiki_syntax_textile.html
1255
%%WWWDIR%%/public/help/ja/wiki_syntax_detailed_markdown.html
1256
%%WWWDIR%%/public/help/ja/wiki_syntax_detailed_textile.html
1257
%%WWWDIR%%/public/help/ja/wiki_syntax_markdown.html
1258
%%WWWDIR%%/public/help/ja/wiki_syntax_textile.html
1259
%%WWWDIR%%/public/help/ko/wiki_syntax_detailed_markdown.html
1260
%%WWWDIR%%/public/help/ko/wiki_syntax_detailed_textile.html
1261
%%WWWDIR%%/public/help/ko/wiki_syntax_markdown.html
1262
%%WWWDIR%%/public/help/ko/wiki_syntax_textile.html
1263
%%WWWDIR%%/public/help/lt/wiki_syntax_detailed_markdown.html
1264
%%WWWDIR%%/public/help/lt/wiki_syntax_detailed_textile.html
1265
%%WWWDIR%%/public/help/lt/wiki_syntax_markdown.html
1266
%%WWWDIR%%/public/help/lt/wiki_syntax_textile.html
1267
%%WWWDIR%%/public/help/lv/wiki_syntax_detailed_markdown.html
1268
%%WWWDIR%%/public/help/lv/wiki_syntax_detailed_textile.html
1269
%%WWWDIR%%/public/help/lv/wiki_syntax_markdown.html
1270
%%WWWDIR%%/public/help/lv/wiki_syntax_textile.html
1271
%%WWWDIR%%/public/help/mk/wiki_syntax_detailed_markdown.html
1272
%%WWWDIR%%/public/help/mk/wiki_syntax_detailed_textile.html
1273
%%WWWDIR%%/public/help/mk/wiki_syntax_markdown.html
1274
%%WWWDIR%%/public/help/mk/wiki_syntax_textile.html
1275
%%WWWDIR%%/public/help/mn/wiki_syntax_detailed_markdown.html
1276
%%WWWDIR%%/public/help/mn/wiki_syntax_detailed_textile.html
1277
%%WWWDIR%%/public/help/mn/wiki_syntax_markdown.html
1278
%%WWWDIR%%/public/help/mn/wiki_syntax_textile.html
1279
%%WWWDIR%%/public/help/nl/wiki_syntax_detailed_markdown.html
1280
%%WWWDIR%%/public/help/nl/wiki_syntax_detailed_textile.html
1281
%%WWWDIR%%/public/help/nl/wiki_syntax_markdown.html
1282
%%WWWDIR%%/public/help/nl/wiki_syntax_textile.html
1283
%%WWWDIR%%/public/help/no/wiki_syntax_detailed_markdown.html
1284
%%WWWDIR%%/public/help/no/wiki_syntax_detailed_textile.html
1285
%%WWWDIR%%/public/help/no/wiki_syntax_markdown.html
1286
%%WWWDIR%%/public/help/no/wiki_syntax_textile.html
1287
%%WWWDIR%%/public/help/pl/wiki_syntax_detailed_markdown.html
1288
%%WWWDIR%%/public/help/pl/wiki_syntax_detailed_textile.html
1289
%%WWWDIR%%/public/help/pl/wiki_syntax_markdown.html
1290
%%WWWDIR%%/public/help/pl/wiki_syntax_textile.html
1291
%%WWWDIR%%/public/help/pt-br/wiki_syntax_detailed_markdown.html
1292
%%WWWDIR%%/public/help/pt-br/wiki_syntax_detailed_textile.html
1293
%%WWWDIR%%/public/help/pt-br/wiki_syntax_markdown.html
1294
%%WWWDIR%%/public/help/pt-br/wiki_syntax_textile.html
1295
%%WWWDIR%%/public/help/pt/wiki_syntax_detailed_markdown.html
1296
%%WWWDIR%%/public/help/pt/wiki_syntax_detailed_textile.html
1297
%%WWWDIR%%/public/help/pt/wiki_syntax_markdown.html
1298
%%WWWDIR%%/public/help/pt/wiki_syntax_textile.html
1299
%%WWWDIR%%/public/help/ro/wiki_syntax_detailed_markdown.html
1300
%%WWWDIR%%/public/help/ro/wiki_syntax_detailed_textile.html
1301
%%WWWDIR%%/public/help/ro/wiki_syntax_markdown.html
1302
%%WWWDIR%%/public/help/ro/wiki_syntax_textile.html
1303
%%WWWDIR%%/public/help/ru/wiki_syntax_detailed_markdown.html
1304
%%WWWDIR%%/public/help/ru/wiki_syntax_detailed_textile.html
1305
%%WWWDIR%%/public/help/ru/wiki_syntax_markdown.html
1306
%%WWWDIR%%/public/help/ru/wiki_syntax_textile.html
1307
%%WWWDIR%%/public/help/sk/wiki_syntax_detailed_markdown.html
1308
%%WWWDIR%%/public/help/sk/wiki_syntax_detailed_textile.html
1309
%%WWWDIR%%/public/help/sk/wiki_syntax_markdown.html
1310
%%WWWDIR%%/public/help/sk/wiki_syntax_textile.html
1311
%%WWWDIR%%/public/help/sl/wiki_syntax_detailed_markdown.html
1312
%%WWWDIR%%/public/help/sl/wiki_syntax_detailed_textile.html
1313
%%WWWDIR%%/public/help/sl/wiki_syntax_markdown.html
1314
%%WWWDIR%%/public/help/sl/wiki_syntax_textile.html
1315
%%WWWDIR%%/public/help/sq/wiki_syntax_detailed_markdown.html
1316
%%WWWDIR%%/public/help/sq/wiki_syntax_detailed_textile.html
1317
%%WWWDIR%%/public/help/sq/wiki_syntax_markdown.html
1318
%%WWWDIR%%/public/help/sq/wiki_syntax_textile.html
1319
%%WWWDIR%%/public/help/sr-yu/wiki_syntax_detailed_markdown.html
1320
%%WWWDIR%%/public/help/sr-yu/wiki_syntax_detailed_textile.html
1321
%%WWWDIR%%/public/help/sr-yu/wiki_syntax_markdown.html
1322
%%WWWDIR%%/public/help/sr-yu/wiki_syntax_textile.html
1323
%%WWWDIR%%/public/help/sr/wiki_syntax_detailed_markdown.html
1324
%%WWWDIR%%/public/help/sr/wiki_syntax_detailed_textile.html
1325
%%WWWDIR%%/public/help/sr/wiki_syntax_markdown.html
1326
%%WWWDIR%%/public/help/sr/wiki_syntax_textile.html
1327
%%WWWDIR%%/public/help/sv/wiki_syntax_detailed_markdown.html
1328
%%WWWDIR%%/public/help/sv/wiki_syntax_detailed_textile.html
1329
%%WWWDIR%%/public/help/sv/wiki_syntax_markdown.html
1330
%%WWWDIR%%/public/help/sv/wiki_syntax_textile.html
1331
%%WWWDIR%%/public/help/th/wiki_syntax_detailed_markdown.html
1332
%%WWWDIR%%/public/help/th/wiki_syntax_detailed_textile.html
1333
%%WWWDIR%%/public/help/th/wiki_syntax_markdown.html
1334
%%WWWDIR%%/public/help/th/wiki_syntax_textile.html
1335
%%WWWDIR%%/public/help/tr/wiki_syntax_detailed_markdown.html
1336
%%WWWDIR%%/public/help/tr/wiki_syntax_detailed_textile.html
1337
%%WWWDIR%%/public/help/tr/wiki_syntax_markdown.html
1338
%%WWWDIR%%/public/help/tr/wiki_syntax_textile.html
1339
%%WWWDIR%%/public/help/uk/wiki_syntax_detailed_markdown.html
1340
%%WWWDIR%%/public/help/uk/wiki_syntax_detailed_textile.html
1341
%%WWWDIR%%/public/help/uk/wiki_syntax_markdown.html
1342
%%WWWDIR%%/public/help/uk/wiki_syntax_textile.html
1343
%%WWWDIR%%/public/help/vi/wiki_syntax_detailed_markdown.html
1344
%%WWWDIR%%/public/help/vi/wiki_syntax_detailed_textile.html
1345
%%WWWDIR%%/public/help/vi/wiki_syntax_markdown.html
1346
%%WWWDIR%%/public/help/vi/wiki_syntax_textile.html
1347
%%WWWDIR%%/public/help/zh-tw/wiki_syntax_detailed_markdown.html
1348
%%WWWDIR%%/public/help/zh-tw/wiki_syntax_detailed_textile.html
1349
%%WWWDIR%%/public/help/zh-tw/wiki_syntax_markdown.html
1350
%%WWWDIR%%/public/help/zh-tw/wiki_syntax_textile.html
1351
%%WWWDIR%%/public/help/zh/wiki_syntax_detailed_markdown.html
1352
%%WWWDIR%%/public/help/zh/wiki_syntax_detailed_textile.html
1353
%%WWWDIR%%/public/help/zh/wiki_syntax_markdown.html
1354
%%WWWDIR%%/public/help/zh/wiki_syntax_textile.html
1191
%%WWWDIR%%/public/htaccess.fcgi.example
1355
%%WWWDIR%%/public/htaccess.fcgi.example
1192
%%WWWDIR%%/public/images/1downarrow.png
1356
%%WWWDIR%%/public/images/1downarrow.png
1193
%%WWWDIR%%/public/images/1uparrow.png
1357
%%WWWDIR%%/public/images/1uparrow.png
Lines 1225-1230 Link Here
1225
%%WWWDIR%%/public/images/draft.png
1389
%%WWWDIR%%/public/images/draft.png
1226
%%WWWDIR%%/public/images/duplicate.png
1390
%%WWWDIR%%/public/images/duplicate.png
1227
%%WWWDIR%%/public/images/edit.png
1391
%%WWWDIR%%/public/images/edit.png
1392
%%WWWDIR%%/public/images/email.png
1393
%%WWWDIR%%/public/images/email_add.png
1394
%%WWWDIR%%/public/images/email_disabled.png
1228
%%WWWDIR%%/public/images/exclamation.png
1395
%%WWWDIR%%/public/images/exclamation.png
1229
%%WWWDIR%%/public/images/external.png
1396
%%WWWDIR%%/public/images/external.png
1230
%%WWWDIR%%/public/images/false.png
1397
%%WWWDIR%%/public/images/false.png
Lines 1319-1325 Link Here
1319
%%WWWDIR%%/public/javascripts/application.js
1486
%%WWWDIR%%/public/javascripts/application.js
1320
%%WWWDIR%%/public/javascripts/attachments.js
1487
%%WWWDIR%%/public/javascripts/attachments.js
1321
%%WWWDIR%%/public/javascripts/context_menu.js
1488
%%WWWDIR%%/public/javascripts/context_menu.js
1322
%%WWWDIR%%/public/javascripts/datepicker.js
1323
%%WWWDIR%%/public/javascripts/gantt.js
1489
%%WWWDIR%%/public/javascripts/gantt.js
1324
%%WWWDIR%%/public/javascripts/i18n/datepicker-ar.js
1490
%%WWWDIR%%/public/javascripts/i18n/datepicker-ar.js
1325
%%WWWDIR%%/public/javascripts/i18n/datepicker-az.js
1491
%%WWWDIR%%/public/javascripts/i18n/datepicker-az.js
Lines 1379-1384 Link Here
1379
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-de.js
1545
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-de.js
1380
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-en-gb.js
1546
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-en-gb.js
1381
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-en.js
1547
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-en.js
1548
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-es-pa.js
1382
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-es.js
1549
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-es.js
1383
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-et.js
1550
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-et.js
1384
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-eu.js
1551
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-eu.js
Lines 1421-1428 Link Here
1421
%%WWWDIR%%/public/javascripts/project_identifier.js
1588
%%WWWDIR%%/public/javascripts/project_identifier.js
1422
%%WWWDIR%%/public/javascripts/raphael.js
1589
%%WWWDIR%%/public/javascripts/raphael.js
1423
%%WWWDIR%%/public/javascripts/repository_navigation.js
1590
%%WWWDIR%%/public/javascripts/repository_navigation.js
1591
%%WWWDIR%%/public/javascripts/responsive.js
1424
%%WWWDIR%%/public/javascripts/revision_graph.js
1592
%%WWWDIR%%/public/javascripts/revision_graph.js
1425
%%WWWDIR%%/public/javascripts/select_list_move.js
1426
@(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/public/plugin_assets/empty
1593
@(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/public/plugin_assets/empty
1427
%%WWWDIR%%/public/stylesheets/application.css
1594
%%WWWDIR%%/public/stylesheets/application.css
1428
%%WWWDIR%%/public/stylesheets/context_menu.css
1595
%%WWWDIR%%/public/stylesheets/context_menu.css
Lines 1443-1448 Link Here
1443
%%WWWDIR%%/public/stylesheets/jquery/images/ui-icons_ffffff_256x240.png
1610
%%WWWDIR%%/public/stylesheets/jquery/images/ui-icons_ffffff_256x240.png
1444
%%WWWDIR%%/public/stylesheets/jquery/jquery-ui-1.11.0.css
1611
%%WWWDIR%%/public/stylesheets/jquery/jquery-ui-1.11.0.css
1445
%%WWWDIR%%/public/stylesheets/jstoolbar.css
1612
%%WWWDIR%%/public/stylesheets/jstoolbar.css
1613
%%WWWDIR%%/public/stylesheets/responsive.css
1446
%%WWWDIR%%/public/stylesheets/rtl.css
1614
%%WWWDIR%%/public/stylesheets/rtl.css
1447
%%WWWDIR%%/public/stylesheets/scm.css
1615
%%WWWDIR%%/public/stylesheets/scm.css
1448
%%WWWDIR%%/public/themes/README
1616
%%WWWDIR%%/public/themes/README
Lines 1452-1459 Link Here
1452
%%WWWDIR%%/public/themes/classic/stylesheets/application.css
1620
%%WWWDIR%%/public/themes/classic/stylesheets/application.css
1453
@(,,755) %%WWWDIR%%/script/about
1621
@(,,755) %%WWWDIR%%/script/about
1454
@(,,755) %%WWWDIR%%/script/rails
1622
@(,,755) %%WWWDIR%%/script/rails
1455
%%WWWDIR%%/test/extra/redmine_pm/repository_git_test.rb
1623
%%WWWDIR%%/test/coverage/html_formatter.rb
1456
%%WWWDIR%%/test/extra/redmine_pm/repository_subversion_test.rb
1624
%%WWWDIR%%/test/coverage/views/index.erb
1625
%%WWWDIR%%/test/coverage/views/source.erb
1626
%%WWWDIR%%/test/extra/redmine_pm/repository_git_test_pm.rb
1627
%%WWWDIR%%/test/extra/redmine_pm/repository_subversion_test_pm.rb
1457
%%WWWDIR%%/test/extra/redmine_pm/test_case.rb
1628
%%WWWDIR%%/test/extra/redmine_pm/test_case.rb
1458
%%WWWDIR%%/test/fixtures/attachments.yml
1629
%%WWWDIR%%/test/fixtures/attachments.yml
1459
%%WWWDIR%%/test/fixtures/auth_sources.yml
1630
%%WWWDIR%%/test/fixtures/auth_sources.yml
Lines 1479-1484 Link Here
1479
%%WWWDIR%%/test/fixtures/diffs/partials.diff
1650
%%WWWDIR%%/test/fixtures/diffs/partials.diff
1480
%%WWWDIR%%/test/fixtures/diffs/subversion.diff
1651
%%WWWDIR%%/test/fixtures/diffs/subversion.diff
1481
%%WWWDIR%%/test/fixtures/documents.yml
1652
%%WWWDIR%%/test/fixtures/documents.yml
1653
%%WWWDIR%%/test/fixtures/email_addresses.yml
1482
%%WWWDIR%%/test/fixtures/enabled_modules.yml
1654
%%WWWDIR%%/test/fixtures/enabled_modules.yml
1483
%%WWWDIR%%/test/fixtures/encoding/iso-8859-1.txt
1655
%%WWWDIR%%/test/fixtures/encoding/iso-8859-1.txt
1484
%%WWWDIR%%/test/fixtures/enumerations.yml
1656
%%WWWDIR%%/test/fixtures/enumerations.yml
Lines 1489-1494 Link Here
1489
%%WWWDIR%%/test/fixtures/files/2010/11/101123161450_testfile_1.png
1661
%%WWWDIR%%/test/fixtures/files/2010/11/101123161450_testfile_1.png
1490
%%WWWDIR%%/test/fixtures/files/2010/12/101223161450_testfile_2.png
1662
%%WWWDIR%%/test/fixtures/files/2010/12/101223161450_testfile_2.png
1491
%%WWWDIR%%/test/fixtures/files/hg-export.diff
1663
%%WWWDIR%%/test/fixtures/files/hg-export.diff
1664
%%WWWDIR%%/test/fixtures/files/import_dates.csv
1665
%%WWWDIR%%/test/fixtures/files/import_iso8859-1.csv
1666
%%WWWDIR%%/test/fixtures/files/import_issues.csv
1492
%%WWWDIR%%/test/fixtures/files/iso8859-1.txt
1667
%%WWWDIR%%/test/fixtures/files/iso8859-1.txt
1493
%%WWWDIR%%/test/fixtures/files/japanese-utf-8.txt
1668
%%WWWDIR%%/test/fixtures/files/japanese-utf-8.txt
1494
%%WWWDIR%%/test/fixtures/files/testfile.txt
1669
%%WWWDIR%%/test/fixtures/files/testfile.txt
Lines 1499-1505 Link Here
1499
%%WWWDIR%%/test/fixtures/issues.yml
1674
%%WWWDIR%%/test/fixtures/issues.yml
1500
%%WWWDIR%%/test/fixtures/journal_details.yml
1675
%%WWWDIR%%/test/fixtures/journal_details.yml
1501
%%WWWDIR%%/test/fixtures/journals.yml
1676
%%WWWDIR%%/test/fixtures/journals.yml
1677
%%WWWDIR%%/test/fixtures/ldap/slapd.centos6.conf
1502
%%WWWDIR%%/test/fixtures/ldap/slapd.conf
1678
%%WWWDIR%%/test/fixtures/ldap/slapd.conf
1679
%%WWWDIR%%/test/fixtures/ldap/slapd.ubuntu.12.04.conf
1503
%%WWWDIR%%/test/fixtures/ldap/test-ldap.ldif
1680
%%WWWDIR%%/test/fixtures/ldap/test-ldap.ldif
1504
%%WWWDIR%%/test/fixtures/mail_handler/apple_mail_with_attachment.eml
1681
%%WWWDIR%%/test/fixtures/mail_handler/apple_mail_with_attachment.eml
1505
%%WWWDIR%%/test/fixtures/mail_handler/body_ks_c_5601-1987.eml
1682
%%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
1691
%%WWWDIR%%/test/fixtures/mail_handler/message_reply_by_subject.eml
1515
%%WWWDIR%%/test/fixtures/mail_handler/multiple_text_parts.eml
1692
%%WWWDIR%%/test/fixtures/mail_handler/multiple_text_parts.eml
1516
%%WWWDIR%%/test/fixtures/mail_handler/no_subject_header.eml
1693
%%WWWDIR%%/test/fixtures/mail_handler/no_subject_header.eml
1694
%%WWWDIR%%/test/fixtures/mail_handler/outlook_2010_html_only.eml
1695
%%WWWDIR%%/test/fixtures/mail_handler/outlook_web_access_2010_html_only.eml
1517
%%WWWDIR%%/test/fixtures/mail_handler/quoted_printable_utf8.eml
1696
%%WWWDIR%%/test/fixtures/mail_handler/quoted_printable_utf8.eml
1518
%%WWWDIR%%/test/fixtures/mail_handler/subject_as_iso-8859-1.eml
1697
%%WWWDIR%%/test/fixtures/mail_handler/subject_as_iso-8859-1.eml
1519
%%WWWDIR%%/test/fixtures/mail_handler/subject_japanese_1.eml
1698
%%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
1704
%%WWWDIR%%/test/fixtures/mail_handler/ticket_from_emission_address.eml
1526
%%WWWDIR%%/test/fixtures/mail_handler/ticket_html_only.eml
1705
%%WWWDIR%%/test/fixtures/mail_handler/ticket_html_only.eml
1527
%%WWWDIR%%/test/fixtures/mail_handler/ticket_on_given_project.eml
1706
%%WWWDIR%%/test/fixtures/mail_handler/ticket_on_given_project.eml
1707
%%WWWDIR%%/test/fixtures/mail_handler/ticket_on_project_given_by_to_header.eml
1528
%%WWWDIR%%/test/fixtures/mail_handler/ticket_reply.eml
1708
%%WWWDIR%%/test/fixtures/mail_handler/ticket_reply.eml
1529
%%WWWDIR%%/test/fixtures/mail_handler/ticket_reply_with_status.eml
1709
%%WWWDIR%%/test/fixtures/mail_handler/ticket_reply_with_status.eml
1530
%%WWWDIR%%/test/fixtures/mail_handler/ticket_with_attachment.eml
1710
%%WWWDIR%%/test/fixtures/mail_handler/ticket_with_attachment.eml
Lines 1578-1589 Link Here
1578
%%WWWDIR%%/test/functional/calendars_controller_test.rb
1758
%%WWWDIR%%/test/functional/calendars_controller_test.rb
1579
%%WWWDIR%%/test/functional/comments_controller_test.rb
1759
%%WWWDIR%%/test/functional/comments_controller_test.rb
1580
%%WWWDIR%%/test/functional/context_menus_controller_test.rb
1760
%%WWWDIR%%/test/functional/context_menus_controller_test.rb
1761
%%WWWDIR%%/test/functional/custom_field_enumerations_controller_test.rb
1581
%%WWWDIR%%/test/functional/custom_fields_controller_test.rb
1762
%%WWWDIR%%/test/functional/custom_fields_controller_test.rb
1582
%%WWWDIR%%/test/functional/documents_controller_test.rb
1763
%%WWWDIR%%/test/functional/documents_controller_test.rb
1764
%%WWWDIR%%/test/functional/email_addresses_controller_test.rb
1583
%%WWWDIR%%/test/functional/enumerations_controller_test.rb
1765
%%WWWDIR%%/test/functional/enumerations_controller_test.rb
1584
%%WWWDIR%%/test/functional/files_controller_test.rb
1766
%%WWWDIR%%/test/functional/files_controller_test.rb
1585
%%WWWDIR%%/test/functional/gantts_controller_test.rb
1767
%%WWWDIR%%/test/functional/gantts_controller_test.rb
1586
%%WWWDIR%%/test/functional/groups_controller_test.rb
1768
%%WWWDIR%%/test/functional/groups_controller_test.rb
1769
%%WWWDIR%%/test/functional/imports_controller_test.rb
1587
%%WWWDIR%%/test/functional/issue_categories_controller_test.rb
1770
%%WWWDIR%%/test/functional/issue_categories_controller_test.rb
1588
%%WWWDIR%%/test/functional/issue_relations_controller_test.rb
1771
%%WWWDIR%%/test/functional/issue_relations_controller_test.rb
1589
%%WWWDIR%%/test/functional/issue_statuses_controller_test.rb
1772
%%WWWDIR%%/test/functional/issue_statuses_controller_test.rb
Lines 1597-1602 Link Here
1597
%%WWWDIR%%/test/functional/my_controller_test.rb
1780
%%WWWDIR%%/test/functional/my_controller_test.rb
1598
%%WWWDIR%%/test/functional/news_controller_test.rb
1781
%%WWWDIR%%/test/functional/news_controller_test.rb
1599
%%WWWDIR%%/test/functional/previews_controller_test.rb
1782
%%WWWDIR%%/test/functional/previews_controller_test.rb
1783
%%WWWDIR%%/test/functional/principal_memberships_controller_test.rb
1600
%%WWWDIR%%/test/functional/project_enumerations_controller_test.rb
1784
%%WWWDIR%%/test/functional/project_enumerations_controller_test.rb
1601
%%WWWDIR%%/test/functional/projects_controller_test.rb
1785
%%WWWDIR%%/test/functional/projects_controller_test.rb
1602
%%WWWDIR%%/test/functional/queries_controller_test.rb
1786
%%WWWDIR%%/test/functional/queries_controller_test.rb
Lines 1612-1618 Link Here
1612
%%WWWDIR%%/test/functional/roles_controller_test.rb
1796
%%WWWDIR%%/test/functional/roles_controller_test.rb
1613
%%WWWDIR%%/test/functional/search_controller_test.rb
1797
%%WWWDIR%%/test/functional/search_controller_test.rb
1614
%%WWWDIR%%/test/functional/search_custom_fields_visibility_test.rb
1798
%%WWWDIR%%/test/functional/search_custom_fields_visibility_test.rb
1615
%%WWWDIR%%/test/functional/sessions_test.rb
1799
%%WWWDIR%%/test/functional/sessions_controller_test.rb
1616
%%WWWDIR%%/test/functional/settings_controller_test.rb
1800
%%WWWDIR%%/test/functional/settings_controller_test.rb
1617
%%WWWDIR%%/test/functional/sys_controller_test.rb
1801
%%WWWDIR%%/test/functional/sys_controller_test.rb
1618
%%WWWDIR%%/test/functional/time_entry_reports_controller_test.rb
1802
%%WWWDIR%%/test/functional/time_entry_reports_controller_test.rb
Lines 1628-1633 Link Here
1628
%%WWWDIR%%/test/functional/workflows_controller_test.rb
1812
%%WWWDIR%%/test/functional/workflows_controller_test.rb
1629
%%WWWDIR%%/test/integration/account_test.rb
1813
%%WWWDIR%%/test/integration/account_test.rb
1630
%%WWWDIR%%/test/integration/admin_test.rb
1814
%%WWWDIR%%/test/integration/admin_test.rb
1815
%%WWWDIR%%/test/integration/api_test/api_routing_test.rb
1631
%%WWWDIR%%/test/integration/api_test/api_test.rb
1816
%%WWWDIR%%/test/integration/api_test/api_test.rb
1632
%%WWWDIR%%/test/integration/api_test/attachments_test.rb
1817
%%WWWDIR%%/test/integration/api_test/attachments_test.rb
1633
%%WWWDIR%%/test/integration/api_test/authentication_test.rb
1818
%%WWWDIR%%/test/integration/api_test/authentication_test.rb
Lines 1636-1643 Link Here
1636
%%WWWDIR%%/test/integration/api_test/disabled_rest_api_test.rb
1821
%%WWWDIR%%/test/integration/api_test/disabled_rest_api_test.rb
1637
%%WWWDIR%%/test/integration/api_test/enumerations_test.rb
1822
%%WWWDIR%%/test/integration/api_test/enumerations_test.rb
1638
%%WWWDIR%%/test/integration/api_test/groups_test.rb
1823
%%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
1824
%%WWWDIR%%/test/integration/api_test/issue_categories_test.rb
1642
%%WWWDIR%%/test/integration/api_test/issue_relations_test.rb
1825
%%WWWDIR%%/test/integration/api_test/issue_relations_test.rb
1643
%%WWWDIR%%/test/integration/api_test/issue_statuses_test.rb
1826
%%WWWDIR%%/test/integration/api_test/issue_statuses_test.rb
Lines 1649-1655 Link Here
1649
%%WWWDIR%%/test/integration/api_test/queries_test.rb
1832
%%WWWDIR%%/test/integration/api_test/queries_test.rb
1650
%%WWWDIR%%/test/integration/api_test/roles_test.rb
1833
%%WWWDIR%%/test/integration/api_test/roles_test.rb
1651
%%WWWDIR%%/test/integration/api_test/time_entries_test.rb
1834
%%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
1835
%%WWWDIR%%/test/integration/api_test/trackers_test.rb
1654
%%WWWDIR%%/test/integration/api_test/users_test.rb
1836
%%WWWDIR%%/test/integration/api_test/users_test.rb
1655
%%WWWDIR%%/test/integration/api_test/versions_test.rb
1837
%%WWWDIR%%/test/integration/api_test/versions_test.rb
Lines 1680-1685 Link Here
1680
%%WWWDIR%%/test/integration/routing/files_test.rb
1862
%%WWWDIR%%/test/integration/routing/files_test.rb
1681
%%WWWDIR%%/test/integration/routing/gantts_test.rb
1863
%%WWWDIR%%/test/integration/routing/gantts_test.rb
1682
%%WWWDIR%%/test/integration/routing/groups_test.rb
1864
%%WWWDIR%%/test/integration/routing/groups_test.rb
1865
%%WWWDIR%%/test/integration/routing/imports_test.rb
1683
%%WWWDIR%%/test/integration/routing/issue_categories_test.rb
1866
%%WWWDIR%%/test/integration/routing/issue_categories_test.rb
1684
%%WWWDIR%%/test/integration/routing/issue_relations_test.rb
1867
%%WWWDIR%%/test/integration/routing/issue_relations_test.rb
1685
%%WWWDIR%%/test/integration/routing/issue_statuses_test.rb
1868
%%WWWDIR%%/test/integration/routing/issue_statuses_test.rb
Lines 1691-1696 Link Here
1691
%%WWWDIR%%/test/integration/routing/my_test.rb
1874
%%WWWDIR%%/test/integration/routing/my_test.rb
1692
%%WWWDIR%%/test/integration/routing/news_test.rb
1875
%%WWWDIR%%/test/integration/routing/news_test.rb
1693
%%WWWDIR%%/test/integration/routing/previews_test.rb
1876
%%WWWDIR%%/test/integration/routing/previews_test.rb
1877
%%WWWDIR%%/test/integration/routing/principal_memberships_test.rb
1694
%%WWWDIR%%/test/integration/routing/project_enumerations_test.rb
1878
%%WWWDIR%%/test/integration/routing/project_enumerations_test.rb
1695
%%WWWDIR%%/test/integration/routing/projects_test.rb
1879
%%WWWDIR%%/test/integration/routing/projects_test.rb
1696
%%WWWDIR%%/test/integration/routing/queries_test.rb
1880
%%WWWDIR%%/test/integration/routing/queries_test.rb
Lines 1709-1720 Link Here
1709
%%WWWDIR%%/test/integration/routing/wiki_test.rb
1893
%%WWWDIR%%/test/integration/routing/wiki_test.rb
1710
%%WWWDIR%%/test/integration/routing/wikis_test.rb
1894
%%WWWDIR%%/test/integration/routing/wikis_test.rb
1711
%%WWWDIR%%/test/integration/routing/workflows_test.rb
1895
%%WWWDIR%%/test/integration/routing/workflows_test.rb
1896
%%WWWDIR%%/test/integration/sessions_test.rb
1897
%%WWWDIR%%/test/integration/sudo_mode_test.rb
1712
%%WWWDIR%%/test/integration/users_test.rb
1898
%%WWWDIR%%/test/integration/users_test.rb
1713
%%WWWDIR%%/test/mocks/open_id_authentication_mock.rb
1899
%%WWWDIR%%/test/mocks/open_id_authentication_mock.rb
1714
%%WWWDIR%%/test/object_helpers.rb
1900
%%WWWDIR%%/test/object_helpers.rb
1715
%%WWWDIR%%/test/test_helper.rb
1901
%%WWWDIR%%/test/test_helper.rb
1716
%%WWWDIR%%/test/ui/base.rb
1902
%%WWWDIR%%/test/ui/base.rb
1717
%%WWWDIR%%/test/ui/issues_test.rb
1903
%%WWWDIR%%/test/ui/custom_fields_test_ui.rb
1904
%%WWWDIR%%/test/ui/issues_test_ui.rb
1905
%%WWWDIR%%/test/ui/sudo_mode_test_ui.rb
1906
%%WWWDIR%%/test/ui/timelog_test_ui.rb
1718
%%WWWDIR%%/test/unit/activity_test.rb
1907
%%WWWDIR%%/test/unit/activity_test.rb
1719
%%WWWDIR%%/test/unit/attachment_test.rb
1908
%%WWWDIR%%/test/unit/attachment_test.rb
1720
%%WWWDIR%%/test/unit/auth_source_ldap_test.rb
1909
%%WWWDIR%%/test/unit/auth_source_ldap_test.rb
Lines 1734-1756 Link Here
1734
%%WWWDIR%%/test/unit/helpers/activities_helper_test.rb
1923
%%WWWDIR%%/test/unit/helpers/activities_helper_test.rb
1735
%%WWWDIR%%/test/unit/helpers/application_helper_test.rb
1924
%%WWWDIR%%/test/unit/helpers/application_helper_test.rb
1736
%%WWWDIR%%/test/unit/helpers/custom_fields_helper_test.rb
1925
%%WWWDIR%%/test/unit/helpers/custom_fields_helper_test.rb
1926
%%WWWDIR%%/test/unit/helpers/groups_helper_test.rb
1737
%%WWWDIR%%/test/unit/helpers/issues_helper_test.rb
1927
%%WWWDIR%%/test/unit/helpers/issues_helper_test.rb
1928
%%WWWDIR%%/test/unit/helpers/journals_helper_test.rb
1929
%%WWWDIR%%/test/unit/helpers/members_helper_test.rb
1930
%%WWWDIR%%/test/unit/helpers/my_helper_test.rb
1738
%%WWWDIR%%/test/unit/helpers/projects_helper_test.rb
1931
%%WWWDIR%%/test/unit/helpers/projects_helper_test.rb
1739
%%WWWDIR%%/test/unit/helpers/queries_helper_test.rb
1932
%%WWWDIR%%/test/unit/helpers/queries_helper_test.rb
1740
%%WWWDIR%%/test/unit/helpers/routes_helper_test.rb
1933
%%WWWDIR%%/test/unit/helpers/routes_helper_test.rb
1741
%%WWWDIR%%/test/unit/helpers/search_helper_test.rb
1934
%%WWWDIR%%/test/unit/helpers/search_helper_test.rb
1935
%%WWWDIR%%/test/unit/helpers/settings_helper_test.rb
1742
%%WWWDIR%%/test/unit/helpers/sort_helper_test.rb
1936
%%WWWDIR%%/test/unit/helpers/sort_helper_test.rb
1743
%%WWWDIR%%/test/unit/helpers/timelog_helper_test.rb
1937
%%WWWDIR%%/test/unit/helpers/timelog_helper_test.rb
1744
%%WWWDIR%%/test/unit/helpers/version_helper_test.rb
1938
%%WWWDIR%%/test/unit/helpers/version_helper_test.rb
1745
%%WWWDIR%%/test/unit/helpers/watchers_helper_test.rb
1939
%%WWWDIR%%/test/unit/helpers/watchers_helper_test.rb
1940
%%WWWDIR%%/test/unit/helpers/wiki_helper_test.rb
1746
%%WWWDIR%%/test/unit/initializers/patches_test.rb
1941
%%WWWDIR%%/test/unit/initializers/patches_test.rb
1747
%%WWWDIR%%/test/unit/issue_category_test.rb
1942
%%WWWDIR%%/test/unit/issue_category_test.rb
1748
%%WWWDIR%%/test/unit/issue_custom_field_test.rb
1943
%%WWWDIR%%/test/unit/issue_custom_field_test.rb
1944
%%WWWDIR%%/test/unit/issue_import_test.rb
1945
%%WWWDIR%%/test/unit/issue_nested_set_concurrency_test.rb
1749
%%WWWDIR%%/test/unit/issue_nested_set_test.rb
1946
%%WWWDIR%%/test/unit/issue_nested_set_test.rb
1750
%%WWWDIR%%/test/unit/issue_priority_test.rb
1947
%%WWWDIR%%/test/unit/issue_priority_test.rb
1751
%%WWWDIR%%/test/unit/issue_relation_test.rb
1948
%%WWWDIR%%/test/unit/issue_relation_test.rb
1752
%%WWWDIR%%/test/unit/issue_scopes_test.rb
1949
%%WWWDIR%%/test/unit/issue_scopes_test.rb
1753
%%WWWDIR%%/test/unit/issue_status_test.rb
1950
%%WWWDIR%%/test/unit/issue_status_test.rb
1951
%%WWWDIR%%/test/unit/issue_subtasking_test.rb
1754
%%WWWDIR%%/test/unit/issue_test.rb
1952
%%WWWDIR%%/test/unit/issue_test.rb
1755
%%WWWDIR%%/test/unit/issue_transaction_test.rb
1953
%%WWWDIR%%/test/unit/issue_transaction_test.rb
1756
%%WWWDIR%%/test/unit/journal_observer_test.rb
1954
%%WWWDIR%%/test/unit/journal_observer_test.rb
Lines 1759-1766 Link Here
1759
%%WWWDIR%%/test/unit/lib/redmine/ciphering_test.rb
1957
%%WWWDIR%%/test/unit/lib/redmine/ciphering_test.rb
1760
%%WWWDIR%%/test/unit/lib/redmine/codeset_util_test.rb
1958
%%WWWDIR%%/test/unit/lib/redmine/codeset_util_test.rb
1761
%%WWWDIR%%/test/unit/lib/redmine/configuration_test.rb
1959
%%WWWDIR%%/test/unit/lib/redmine/configuration_test.rb
1960
%%WWWDIR%%/test/unit/lib/redmine/export/csv_test.rb
1762
%%WWWDIR%%/test/unit/lib/redmine/export/pdf_test.rb
1961
%%WWWDIR%%/test/unit/lib/redmine/export/pdf_test.rb
1763
%%WWWDIR%%/test/unit/lib/redmine/field_format/bool_format_test.rb
1962
%%WWWDIR%%/test/unit/lib/redmine/field_format/bool_format_test.rb
1963
%%WWWDIR%%/test/unit/lib/redmine/field_format/enumeration_format_test.rb
1764
%%WWWDIR%%/test/unit/lib/redmine/field_format/field_format_test.rb
1964
%%WWWDIR%%/test/unit/lib/redmine/field_format/field_format_test.rb
1765
%%WWWDIR%%/test/unit/lib/redmine/field_format/link_format_test.rb
1965
%%WWWDIR%%/test/unit/lib/redmine/field_format/link_format_test.rb
1766
%%WWWDIR%%/test/unit/lib/redmine/field_format/list_format_test.rb
1966
%%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
1995
%%WWWDIR%%/test/unit/lib/redmine/utils/date_calculation.rb
1796
%%WWWDIR%%/test/unit/lib/redmine/views/builders/json_test.rb
1996
%%WWWDIR%%/test/unit/lib/redmine/views/builders/json_test.rb
1797
%%WWWDIR%%/test/unit/lib/redmine/views/builders/xml_test.rb
1997
%%WWWDIR%%/test/unit/lib/redmine/views/builders/xml_test.rb
1998
%%WWWDIR%%/test/unit/lib/redmine/views/labelled_form_builder_test.rb
1999
%%WWWDIR%%/test/unit/lib/redmine/wiki_formatting/html_parser_test.rb
1798
%%WWWDIR%%/test/unit/lib/redmine/wiki_formatting/macros_test.rb
2000
%%WWWDIR%%/test/unit/lib/redmine/wiki_formatting/macros_test.rb
1799
%%WWWDIR%%/test/unit/lib/redmine/wiki_formatting/markdown_formatter.rb
2001
%%WWWDIR%%/test/unit/lib/redmine/wiki_formatting/markdown_formatter_test.rb
2002
%%WWWDIR%%/test/unit/lib/redmine/wiki_formatting/markdown_html_parser_test.rb
1800
%%WWWDIR%%/test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb
2003
%%WWWDIR%%/test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb
2004
%%WWWDIR%%/test/unit/lib/redmine/wiki_formatting/textile_html_parser_test.rb
1801
%%WWWDIR%%/test/unit/lib/redmine/wiki_formatting_test.rb
2005
%%WWWDIR%%/test/unit/lib/redmine/wiki_formatting_test.rb
1802
%%WWWDIR%%/test/unit/lib/redmine_test.rb
2006
%%WWWDIR%%/test/unit/lib/redmine_test.rb
1803
%%WWWDIR%%/test/unit/mail_handler_test.rb
2007
%%WWWDIR%%/test/unit/mail_handler_test.rb
Lines 1808-1813 Link Here
1808
%%WWWDIR%%/test/unit/principal_test.rb
2012
%%WWWDIR%%/test/unit/principal_test.rb
1809
%%WWWDIR%%/test/unit/project_copy_test.rb
2013
%%WWWDIR%%/test/unit/project_copy_test.rb
1810
%%WWWDIR%%/test/unit/project_members_inheritance_test.rb
2014
%%WWWDIR%%/test/unit/project_members_inheritance_test.rb
2015
%%WWWDIR%%/test/unit/project_nested_set_concurrency_test.rb
1811
%%WWWDIR%%/test/unit/project_nested_set_test.rb
2016
%%WWWDIR%%/test/unit/project_nested_set_test.rb
1812
%%WWWDIR%%/test/unit/project_test.rb
2017
%%WWWDIR%%/test/unit/project_test.rb
1813
%%WWWDIR%%/test/unit/query_test.rb
2018
%%WWWDIR%%/test/unit/query_test.rb
Lines 1838-1843 Link Here
1838
%%WWWDIR%%/test/unit/wiki_test.rb
2043
%%WWWDIR%%/test/unit/wiki_test.rb
1839
%%WWWDIR%%/test/unit/workflow_test.rb
2044
%%WWWDIR%%/test/unit/workflow_test.rb
1840
%%WWWDIR%%/test/unit/workflow_transition_test.rb
2045
%%WWWDIR%%/test/unit/workflow_transition_test.rb
2046
%%MYSQL%%%%WWWDIR%%/bundler.d/mysql.rb
2047
%%POSTGRESQL%%%%WWWDIR%%/bundler.d/pg.rb
2048
%%LDAP%%%%WWWDIR%%/bundler.d/ldap.rb
2049
%%MARKDOWN%%%%WWWDIR%%/bundler.d/markdown.rb
1841
%%RMAGIC%%%%WWWDIR%%/bundler.d/rmagic.rb
2050
%%RMAGIC%%%%WWWDIR%%/bundler.d/rmagic.rb
1842
%%THIN%%%%WWWDIR%%/bundler.d/thin.rb
2051
%%THIN%%%%WWWDIR%%/bundler.d/thin.rb
1843
@sample %%WWWDIR%%/config/settings.yml.sample
2052
@sample %%WWWDIR%%/config/settings.yml.sample
Lines 1844-1856 Link Here
1844
@(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/tmp/pdf/empty
2053
@(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/tmp/pdf/empty
1845
@(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/tmp/test/empty
2054
@(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/tmp/test/empty
1846
@(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/tmp/thumbnails/empty
2055
@(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/tmp/thumbnails/empty
1847
@dir %%WWWDIR%%/app/sweepers
1848
@dir %%WWWDIR%%/lib/vendor
1849
@dir %%WWWDIR%%/test/fixtures/mailer
2056
@dir %%WWWDIR%%/test/fixtures/mailer
1850
@dir %%WWWDIR%%/test/mocks/development
2057
@dir %%WWWDIR%%/test/mocks/development
1851
@dir %%WWWDIR%%/test/mocks/test
2058
@dir %%WWWDIR%%/test/mocks/test
1852
@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/tmp/cache
2059
@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/tmp/cache
2060
@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/tmp/imports
1853
@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/tmp/pids
2061
@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/tmp/pids
1854
@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/tmp/sessions
2062
@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/tmp/sessions
1855
@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/tmp/sockets
2063
@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/tmp/sockets
2064
@(%%WWWOWN%%,%%WWWGRP%%,0664) %%WWWDIR%%/log/development.log
1856
@dir %%WWWDIR%%/vendor
2065
@dir %%WWWDIR%%/vendor

Return to bug 209938