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

Collapse All | Expand All

(-)www/redmine/Makefile (-4 / +3 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	redmine
4
PORTNAME=	redmine
5
PORTVERSION=	2.5.2
5
PORTVERSION=	2.6.2
6
PORTREVISION=	1
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 20-27 Link Here
20
		rubygem-fastercsv>=1.5.0:${PORTSDIR}/devel/rubygem-fastercsv \
19
		rubygem-fastercsv>=1.5.0:${PORTSDIR}/devel/rubygem-fastercsv \
21
		rubygem-builder>=3.0.0:${PORTSDIR}/devel/rubygem-builder \
20
		rubygem-builder>=3.0.0:${PORTSDIR}/devel/rubygem-builder \
22
		rubygem-redcarpet>0:${PORTSDIR}/textproc/rubygem-redcarpet \
21
		rubygem-redcarpet>0:${PORTSDIR}/textproc/rubygem-redcarpet \
23
		rubygem-awesome_nested_set>0:${PORTSDIR}/databases/rubygem-awesome_nested_set \
22
		rubygem-net-ldap>=0.3.1:${PORTSDIR}/net/rubygem-net-ldap \
24
		rubygem-net-ldap>=0.3.1:${PORTSDIR}/net/rubygem-net-ldap
23
		rubygem-rbpdf>=0:${PORTSDIR}/print/rubygem-rbpdf
25
24
26
USE_RUBY=	yes
25
USE_RUBY=	yes
27
USE_RUBY_FEATURES=	iconv
26
USE_RUBY_FEATURES=	iconv
(-)www/redmine/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (redmine-2.5.2.tar.gz) = 60335599d5e23452b5532b7389d4024e5610bc7d746862e8998b37227de71f74
1
SHA256 (redmine-2.6.2.tar.gz) = bed25f295ae8d4f438970c7871d62ba2fcf21749f2aaf334441f3ebab6703225
2
SIZE (redmine-2.5.2.tar.gz) = 3897300
2
SIZE (redmine-2.6.2.tar.gz) = 2120648
(-)www/redmine/files/extra-patch-Gemfile (-2 / +2 lines)
Lines 1-6 Link Here
1
--- Gemfile.orig	2014-03-30 21:39:22.047223369 +0000
1
--- Gemfile.orig	2014-03-30 21:39:22.047223369 +0000
2
+++ Gemfile	2014-03-30 21:39:43.309222769 +0000
2
+++ Gemfile	2014-03-30 21:39:43.309222769 +0000
3
@@ -21,14 +21,6 @@
3
@@ -25,14 +25,6 @@
4
 end
4
 end
5
 
5
 
6
 platforms :mri, :mingw do
6
 platforms :mri, :mingw do
Lines 9-15 Link Here
9
-    # RMagick 2 supports ruby 1.9
9
-    # RMagick 2 supports ruby 1.9
10
-    # RMagick 1 would be fine for ruby 1.8 but Bundler does not support
10
-    # RMagick 1 would be fine for ruby 1.8 but Bundler does not support
11
-    # different requirements for the same gem on different platforms
11
-    # different requirements for the same gem on different platforms
12
-    gem "rmagick", ">= 2.0.0"
12
-    gem "rmagick", (RUBY_VERSION < "1.9" ? "2.13.3" : ">= 2.0.0")
13
-  end
13
-  end
14
-
14
-
15
   # Optional Markdown support, not for JRuby
15
   # Optional Markdown support, not for JRuby
(-)www/redmine/files/extra-patch-thin-Gemfile (-6 / +6 lines)
Lines 1-12 Link Here
1
--- Gemfile.orig	2014-04-14 12:20:52.000000000 +0200
1
--- Gemfile.orig        2014-04-14 12:20:52.000000000 +0200
2
+++ Gemfile	2014-04-14 12:21:07.000000000 +0200
2
+++ Gemfile     2014-04-14 12:21:07.000000000 +0200
3
@@ -9,6 +9,9 @@
3
@@ -9,6 +9,9 @@
4
 gem "mime-types"
4
 gem "mime-types"
5
 gem "awesome_nested_set", "2.1.6"
5
 gem "rbpdf", "~> 1.18.5"
6
 
6
7
+# Thin webserver
7
+# Thin webserver
8
+gem "thin", "~> 1.6.2"
8
+gem "thin", "~> 1.6.2"
9
+
9
+
10
 gem "i18n", "~> 0.6.11"
11
 
10
 # Optional gem for LDAP authentication
12
 # Optional gem for LDAP authentication
11
 group :ldap do
12
   gem "net-ldap", "~> 0.3.1"
(-)www/redmine/files/patch-Gemfile (-30 / +14 lines)
Lines 1-43 Link Here
1
--- Gemfile.orig	2014-07-30 01:55:20.626312191 +0400
1
--- Gemfile.orig        2015-02-19 13:15:56.000000000 -0600
2
+++ Gemfile	2014-07-30 01:55:52.188247285 +0400
2
+++ Gemfile     2015-03-15 12:49:50.000000000 -0500
3
@@ -1,11 +1,11 @@
3
@@ -1,6 +1,6 @@
4
 source 'https://rubygems.org'
4
 source 'https://rubygems.org'
5
 
5
6
-gem "rails", "3.2.19"
6
-gem "rails", "3.2.21"
7
-gem "rake", "~> 10.1.1"
8
-gem "jquery-rails", "~> 2.0.2"
9
+gem "rails", "~> 3.2"
7
+gem "rails", "~> 3.2"
10
+gem "rake", "~> 10.3"
8
 gem "jquery-rails", "~> 3.1.1"
11
+gem "jquery-rails", "~> 3.0"
12
 gem "coderay", "~> 1.1.0"
9
 gem "coderay", "~> 1.1.0"
13
 gem "fastercsv", "~> 1.5.0", :platforms => [:mri_18, :mingw_18, :jruby]
10
 gem "fastercsv", "~> 1.5.0", :platforms => [:mri_18, :mingw_18, :jruby]
14
-gem "builder", "3.0.0"
11
@@ -18,7 +18,7 @@
15
+gem "builder", "~> 3.0"
12
16
 gem "mime-types"
17
 gem "awesome_nested_set", "2.1.6"
18
 
19
@@ -19,7 +19,7 @@
20
 
21
 # Optional gem for OpenID authentication
13
 # Optional gem for OpenID authentication
22
 group :openid do
14
 group :openid do
23
-  gem "ruby-openid", "~> 2.3.0", :require => "openid"
15
-  gem "ruby-openid", "~> 2.3.0", :require => "openid"
24
+  gem "ruby-openid", "~> 2.3", :require => "openid"
16
+  gem "ruby-openid", "~> 2.7", :require => "openid"
25
   gem "rack-openid"
17
   gem "rack-openid"
26
 end
18
 end
27
 
19
28
@@ -35,7 +35,7 @@
20
@@ -81,21 +81,6 @@
29
   # Optional Markdown support, not for JRuby
30
   group :markdown do
31
     # TODO: upgrade to redcarpet 3.x when ruby1.8 support is dropped
32
-    gem "redcarpet", "~> 2.3.0"
33
+    gem "redcarpet", "~> 3.0"
34
   end
35
 end
36
 
37
@@ -82,20 +82,6 @@
38
   warn("Please configure your config/database.yml first")
21
   warn("Please configure your config/database.yml first")
39
 end
22
 end
40
 
23
41
-group :development do
24
-group :development do
42
-  gem "rdoc", ">= 2.4.2"
25
-  gem "rdoc", ">= 2.4.2"
43
-  gem "yard"
26
-  gem "yard"
Lines 45-53 Link Here
45
-
28
-
46
-group :test do
29
-group :test do
47
-  gem "shoulda", "~> 3.3.2"
30
-  gem "shoulda", "~> 3.3.2"
31
-  gem "shoulda-matchers", "1.4.1"
48
-  gem "mocha", "~> 1.0.0", :require => 'mocha/api'
32
-  gem "mocha", "~> 1.0.0", :require => 'mocha/api'
49
-  if RUBY_VERSION >= '1.9.3'
33
-  if RUBY_VERSION >= '1.9.3'
50
-    gem "capybara", "~> 2.1.0"
34
-    gem "capybara"
51
-    gem "selenium-webdriver"
35
-    gem "selenium-webdriver"
52
-  end
36
-  end
53
-end
37
-end
(-)www/redmine/pkg-plist (-440 / +114 lines)
Lines 112-118 Link Here
112
%%WWWDIR%%/app/models/enabled_module.rb
112
%%WWWDIR%%/app/models/enabled_module.rb
113
%%WWWDIR%%/app/models/enumeration.rb
113
%%WWWDIR%%/app/models/enumeration.rb
114
%%WWWDIR%%/app/models/group.rb
114
%%WWWDIR%%/app/models/group.rb
115
%%WWWDIR%%/app/models/group_anonymous.rb
116
%%WWWDIR%%/app/models/group_builtin.rb
115
%%WWWDIR%%/app/models/group_custom_field.rb
117
%%WWWDIR%%/app/models/group_custom_field.rb
118
%%WWWDIR%%/app/models/group_non_member.rb
116
%%WWWDIR%%/app/models/issue.rb
119
%%WWWDIR%%/app/models/issue.rb
117
%%WWWDIR%%/app/models/issue_category.rb
120
%%WWWDIR%%/app/models/issue_category.rb
118
%%WWWDIR%%/app/models/issue_custom_field.rb
121
%%WWWDIR%%/app/models/issue_custom_field.rb
Lines 374-379 Link Here
374
%%WWWDIR%%/app/views/projects/_edit.html.erb
377
%%WWWDIR%%/app/views/projects/_edit.html.erb
375
%%WWWDIR%%/app/views/projects/_form.html.erb
378
%%WWWDIR%%/app/views/projects/_form.html.erb
376
%%WWWDIR%%/app/views/projects/_members_box.html.erb
379
%%WWWDIR%%/app/views/projects/_members_box.html.erb
380
%%WWWDIR%%/app/views/projects/_sidebar.html.erb
377
%%WWWDIR%%/app/views/projects/copy.html.erb
381
%%WWWDIR%%/app/views/projects/copy.html.erb
378
%%WWWDIR%%/app/views/projects/destroy.html.erb
382
%%WWWDIR%%/app/views/projects/destroy.html.erb
379
%%WWWDIR%%/app/views/projects/index.api.rsb
383
%%WWWDIR%%/app/views/projects/index.api.rsb
Lines 825-830 Link Here
825
%%WWWDIR%%/db/migrate/20131215104612_store_relation_type_in_journal_details.rb
829
%%WWWDIR%%/db/migrate/20131215104612_store_relation_type_in_journal_details.rb
826
%%WWWDIR%%/db/migrate/20131218183023_delete_orphan_time_entries_custom_values.rb
830
%%WWWDIR%%/db/migrate/20131218183023_delete_orphan_time_entries_custom_values.rb
827
%%WWWDIR%%/db/migrate/20140228130325_change_changesets_comments_limit.rb
831
%%WWWDIR%%/db/migrate/20140228130325_change_changesets_comments_limit.rb
832
%%WWWDIR%%/db/migrate/20140903143914_add_password_changed_at_to_user.rb
833
%%WWWDIR%%/db/migrate/20140920094058_insert_builtin_groups.rb
828
%%WWWDIR%%/doc/CHANGELOG
834
%%WWWDIR%%/doc/CHANGELOG
829
%%WWWDIR%%/doc/COPYING
835
%%WWWDIR%%/doc/COPYING
830
%%WWWDIR%%/doc/INSTALL
836
%%WWWDIR%%/doc/INSTALL
Lines 929-934 Link Here
929
%%WWWDIR%%/lib/plugins/acts_as_versioned/test/versioned_test.rb
935
%%WWWDIR%%/lib/plugins/acts_as_versioned/test/versioned_test.rb
930
%%WWWDIR%%/lib/plugins/acts_as_watchable/init.rb
936
%%WWWDIR%%/lib/plugins/acts_as_watchable/init.rb
931
%%WWWDIR%%/lib/plugins/acts_as_watchable/lib/acts_as_watchable.rb
937
%%WWWDIR%%/lib/plugins/acts_as_watchable/lib/acts_as_watchable.rb
938
%%WWWDIR%%/lib/plugins/awesome_nested_set/.autotest
939
%%WWWDIR%%/lib/plugins/awesome_nested_set/.gitignore
940
%%WWWDIR%%/lib/plugins/awesome_nested_set/.travis.yml
941
%%WWWDIR%%/lib/plugins/awesome_nested_set/CHANGELOG
942
%%WWWDIR%%/lib/plugins/awesome_nested_set/CONTRIBUTING.md
943
%%WWWDIR%%/lib/plugins/awesome_nested_set/Gemfile
944
%%WWWDIR%%/lib/plugins/awesome_nested_set/MIT-LICENSE
945
%%WWWDIR%%/lib/plugins/awesome_nested_set/README.md
946
%%WWWDIR%%/lib/plugins/awesome_nested_set/Rakefile
947
%%WWWDIR%%/lib/plugins/awesome_nested_set/awesome_nested_set.gemspec
948
%%WWWDIR%%/lib/plugins/awesome_nested_set/gemfiles/Gemfile.rails-3.0.rb
949
%%WWWDIR%%/lib/plugins/awesome_nested_set/gemfiles/Gemfile.rails-3.1.rb
950
%%WWWDIR%%/lib/plugins/awesome_nested_set/gemfiles/Gemfile.rails-3.2.rb
951
%%WWWDIR%%/lib/plugins/awesome_nested_set/init.rb
952
%%WWWDIR%%/lib/plugins/awesome_nested_set/lib/awesome_nested_set.rb
953
%%WWWDIR%%/lib/plugins/awesome_nested_set/lib/awesome_nested_set/awesome_nested_set.rb
954
%%WWWDIR%%/lib/plugins/awesome_nested_set/lib/awesome_nested_set/columns.rb
955
%%WWWDIR%%/lib/plugins/awesome_nested_set/lib/awesome_nested_set/helper.rb
956
%%WWWDIR%%/lib/plugins/awesome_nested_set/lib/awesome_nested_set/iterator.rb
957
%%WWWDIR%%/lib/plugins/awesome_nested_set/lib/awesome_nested_set/model.rb
958
%%WWWDIR%%/lib/plugins/awesome_nested_set/lib/awesome_nested_set/model/movable.rb
959
%%WWWDIR%%/lib/plugins/awesome_nested_set/lib/awesome_nested_set/model/prunable.rb
960
%%WWWDIR%%/lib/plugins/awesome_nested_set/lib/awesome_nested_set/model/rebuildable.rb
961
%%WWWDIR%%/lib/plugins/awesome_nested_set/lib/awesome_nested_set/model/relatable.rb
962
%%WWWDIR%%/lib/plugins/awesome_nested_set/lib/awesome_nested_set/model/transactable.rb
963
%%WWWDIR%%/lib/plugins/awesome_nested_set/lib/awesome_nested_set/model/validatable.rb
964
%%WWWDIR%%/lib/plugins/awesome_nested_set/lib/awesome_nested_set/move.rb
965
%%WWWDIR%%/lib/plugins/awesome_nested_set/lib/awesome_nested_set/set_validator.rb
966
%%WWWDIR%%/lib/plugins/awesome_nested_set/lib/awesome_nested_set/tree.rb
967
%%WWWDIR%%/lib/plugins/awesome_nested_set/lib/awesome_nested_set/version.rb
968
%%WWWDIR%%/lib/plugins/awesome_nested_set/spec/awesome_nested_set/helper_spec.rb
969
%%WWWDIR%%/lib/plugins/awesome_nested_set/spec/awesome_nested_set_spec.rb
970
%%WWWDIR%%/lib/plugins/awesome_nested_set/spec/db/database.yml
971
%%WWWDIR%%/lib/plugins/awesome_nested_set/spec/db/schema.rb
972
%%WWWDIR%%/lib/plugins/awesome_nested_set/spec/fixtures/brokens.yml
973
%%WWWDIR%%/lib/plugins/awesome_nested_set/spec/fixtures/categories.yml
974
%%WWWDIR%%/lib/plugins/awesome_nested_set/spec/fixtures/departments.yml
975
%%WWWDIR%%/lib/plugins/awesome_nested_set/spec/fixtures/notes.yml
976
%%WWWDIR%%/lib/plugins/awesome_nested_set/spec/fixtures/things.yml
977
%%WWWDIR%%/lib/plugins/awesome_nested_set/spec/spec_helper.rb
978
%%WWWDIR%%/lib/plugins/awesome_nested_set/spec/support/models.rb
932
%%WWWDIR%%/lib/plugins/gravatar/.gitignore
979
%%WWWDIR%%/lib/plugins/gravatar/.gitignore
933
%%WWWDIR%%/lib/plugins/gravatar/MIT-LICENSE
980
%%WWWDIR%%/lib/plugins/gravatar/MIT-LICENSE
934
%%WWWDIR%%/lib/plugins/gravatar/README.rdoc
981
%%WWWDIR%%/lib/plugins/gravatar/README.rdoc
Lines 958-1061 Link Here
958
%%WWWDIR%%/lib/plugins/open_id_authentication/test/open_id_authentication_test.rb
1005
%%WWWDIR%%/lib/plugins/open_id_authentication/test/open_id_authentication_test.rb
959
%%WWWDIR%%/lib/plugins/open_id_authentication/test/status_test.rb
1006
%%WWWDIR%%/lib/plugins/open_id_authentication/test/status_test.rb
960
%%WWWDIR%%/lib/plugins/open_id_authentication/test/test_helper.rb
1007
%%WWWDIR%%/lib/plugins/open_id_authentication/test/test_helper.rb
961
%%WWWDIR%%/lib/plugins/rfpdf/CHANGELOG
962
%%WWWDIR%%/lib/plugins/rfpdf/MIT-LICENSE
963
%%WWWDIR%%/lib/plugins/rfpdf/README
964
%%WWWDIR%%/lib/plugins/rfpdf/init.rb
965
%%WWWDIR%%/lib/plugins/rfpdf/lib/config/lang/eng.rb
966
%%WWWDIR%%/lib/plugins/rfpdf/lib/core/image_science.rb
967
%%WWWDIR%%/lib/plugins/rfpdf/lib/core/rfpdf.rb
968
%%WWWDIR%%/lib/plugins/rfpdf/lib/core/rmagick.rb
969
%%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/.noencode
970
%%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/DejaVuSans-Bold.ctg.z
971
%%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/DejaVuSans-Bold.z
972
%%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/DejaVuSans-BoldOblique.ctg.z
973
%%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/DejaVuSans-BoldOblique.z
974
%%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/DejaVuSans-Oblique.ctg.z
975
%%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/DejaVuSans-Oblique.z
976
%%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/DejaVuSans.ctg.z
977
%%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/DejaVuSans.z
978
%%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/FreeSans.ctg.z
979
%%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/FreeSans.z
980
%%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/FreeSansBold.ctg.z
981
%%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/FreeSansBold.z
982
%%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/FreeSansBoldOblique.ctg.z
983
%%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/FreeSansBoldOblique.z
984
%%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/FreeSansOblique.ctg.z
985
%%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/FreeSansOblique.z
986
%%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/README.z
987
%%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/dejavu-ttf-2.15/AUTHORS
988
%%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/dejavu-ttf-2.15/BUGS
989
%%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/dejavu-ttf-2.15/LICENSE
990
%%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/dejavu-ttf-2.15/NEWS
991
%%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/dejavu-ttf-2.15/README
992
%%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/dejavu-ttf-2.15/langcover.txt
993
%%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/dejavu-ttf-2.15/status.txt
994
%%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/dejavu-ttf-2.15/unicover.txt
995
%%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/dejavusans.rb
996
%%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/dejavusansb.rb
997
%%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/dejavusansi.rb
998
%%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/freefont/AUTHORS
999
%%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/freefont/CREDITS
1000
%%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/freefont/ChangeLog
1001
%%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/freefont/INSTALL
1002
%%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/freefont/README
1003
%%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/freesans.rb
1004
%%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/freesansb.rb
1005
%%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/freesansbi.rb
1006
%%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/freesansi.rb
1007
%%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/helvetica.rb
1008
%%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/helveticab.rb
1009
%%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/helveticabi.rb
1010
%%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/helveticai.rb
1011
%%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/old/.noencode
1012
%%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/old/makefont/cp1250.map
1013
%%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/old/makefont/cp1251.map
1014
%%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/old/makefont/cp1252.map
1015
%%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/old/makefont/cp1253.map
1016
%%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/old/makefont/cp1254.map
1017
%%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/old/makefont/cp1255.map
1018
%%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/old/makefont/cp1257.map
1019
%%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/old/makefont/cp1258.map
1020
%%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/old/makefont/cp874.map
1021
%%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/old/makefont/iso-8859-1.map
1022
%%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/old/makefont/iso-8859-11.map
1023
%%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/old/makefont/iso-8859-15.map
1024
%%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/old/makefont/iso-8859-16.map
1025
%%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/old/makefont/iso-8859-2.map
1026
%%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/old/makefont/iso-8859-4.map
1027
%%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/old/makefont/iso-8859-5.map
1028
%%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/old/makefont/iso-8859-7.map
1029
%%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/old/makefont/iso-8859-9.map
1030
%%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/old/makefont/koi8-r.map
1031
%%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/old/makefont/koi8-u.map
1032
%%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/old/makefont/makefont.php
1033
%%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/ttf-bitstream-vera-1.10/COPYRIGHT.TXT
1034
%%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/ttf-bitstream-vera-1.10/README.TXT
1035
%%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/ttf-bitstream-vera-1.10/RELEASENOTES.TXT
1036
%%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/ttf-bitstream-vera-1.10/local.conf
1037
%%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/ttf2ufm/README.TXT
1038
%%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/ttf2ufm/makefontuni_ruby.php
1039
%%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/ttf2ufm/ttf2ufm
1040
%%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/ttf2ufm/ttf2ufm.exe
1041
%%WWWDIR%%/lib/plugins/rfpdf/lib/fpdf/bookmark.rb
1042
%%WWWDIR%%/lib/plugins/rfpdf/lib/fpdf/chinese.rb
1043
%%WWWDIR%%/lib/plugins/rfpdf/lib/fpdf/japanese.rb
1044
%%WWWDIR%%/lib/plugins/rfpdf/lib/fpdf/korean.rb
1045
%%WWWDIR%%/lib/plugins/rfpdf/lib/fpdf/makefont.rb
1046
%%WWWDIR%%/lib/plugins/rfpdf/lib/rfpdf.rb
1047
%%WWWDIR%%/lib/plugins/rfpdf/lib/rfpdf/action_controller.rb
1048
%%WWWDIR%%/lib/plugins/rfpdf/lib/rfpdf/action_view.rb
1049
%%WWWDIR%%/lib/plugins/rfpdf/lib/rfpdf/errors.rb
1050
%%WWWDIR%%/lib/plugins/rfpdf/lib/rfpdf/fpdf.rb
1051
%%WWWDIR%%/lib/plugins/rfpdf/lib/rfpdf/math.rb
1052
%%WWWDIR%%/lib/plugins/rfpdf/lib/rfpdf/template_handler/compile_support.rb
1053
%%WWWDIR%%/lib/plugins/rfpdf/lib/rfpdf/template_handlers/base.rb
1054
%%WWWDIR%%/lib/plugins/rfpdf/lib/tcpdf.rb
1055
%%WWWDIR%%/lib/plugins/rfpdf/logo_example.png
1056
%%WWWDIR%%/lib/plugins/rfpdf/test/test_helper.rb
1057
%%WWWDIR%%/lib/plugins/rfpdf/test_unicode.rfpdf
1058
%%WWWDIR%%/lib/plugins/rfpdf/utf8test.txt
1059
%%WWWDIR%%/lib/redcloth3.rb
1008
%%WWWDIR%%/lib/redcloth3.rb
1060
%%WWWDIR%%/lib/redmine.rb
1009
%%WWWDIR%%/lib/redmine.rb
1061
%%WWWDIR%%/lib/redmine/access_control.rb
1010
%%WWWDIR%%/lib/redmine/access_control.rb
Lines 1376-1427 Link Here
1376
%%WWWDIR%%/public/javascripts/context_menu.js
1325
%%WWWDIR%%/public/javascripts/context_menu.js
1377
%%WWWDIR%%/public/javascripts/datepicker.js
1326
%%WWWDIR%%/public/javascripts/datepicker.js
1378
%%WWWDIR%%/public/javascripts/gantt.js
1327
%%WWWDIR%%/public/javascripts/gantt.js
1379
%%WWWDIR%%/public/javascripts/i18n/jquery.ui.datepicker-ar.js
1328
%%WWWDIR%%/public/javascripts/i18n/datepicker-ar.js
1380
%%WWWDIR%%/public/javascripts/i18n/jquery.ui.datepicker-az.js
1329
%%WWWDIR%%/public/javascripts/i18n/datepicker-az.js
1381
%%WWWDIR%%/public/javascripts/i18n/jquery.ui.datepicker-bg.js
1330
%%WWWDIR%%/public/javascripts/i18n/datepicker-bg.js
1382
%%WWWDIR%%/public/javascripts/i18n/jquery.ui.datepicker-bs.js
1331
%%WWWDIR%%/public/javascripts/i18n/datepicker-bs.js
1383
%%WWWDIR%%/public/javascripts/i18n/jquery.ui.datepicker-ca.js
1332
%%WWWDIR%%/public/javascripts/i18n/datepicker-ca.js
1384
%%WWWDIR%%/public/javascripts/i18n/jquery.ui.datepicker-cs.js
1333
%%WWWDIR%%/public/javascripts/i18n/datepicker-cs.js
1385
%%WWWDIR%%/public/javascripts/i18n/jquery.ui.datepicker-da.js
1334
%%WWWDIR%%/public/javascripts/i18n/datepicker-da.js
1386
%%WWWDIR%%/public/javascripts/i18n/jquery.ui.datepicker-de.js
1335
%%WWWDIR%%/public/javascripts/i18n/datepicker-de.js
1387
%%WWWDIR%%/public/javascripts/i18n/jquery.ui.datepicker-el.js
1336
%%WWWDIR%%/public/javascripts/i18n/datepicker-el.js
1388
%%WWWDIR%%/public/javascripts/i18n/jquery.ui.datepicker-en-GB.js
1337
%%WWWDIR%%/public/javascripts/i18n/datepicker-en-GB.js
1389
%%WWWDIR%%/public/javascripts/i18n/jquery.ui.datepicker-es.js
1338
%%WWWDIR%%/public/javascripts/i18n/datepicker-es.js
1390
%%WWWDIR%%/public/javascripts/i18n/jquery.ui.datepicker-et.js
1339
%%WWWDIR%%/public/javascripts/i18n/datepicker-et.js
1391
%%WWWDIR%%/public/javascripts/i18n/jquery.ui.datepicker-eu.js
1340
%%WWWDIR%%/public/javascripts/i18n/datepicker-eu.js
1392
%%WWWDIR%%/public/javascripts/i18n/jquery.ui.datepicker-fa.js
1341
%%WWWDIR%%/public/javascripts/i18n/datepicker-fa.js
1393
%%WWWDIR%%/public/javascripts/i18n/jquery.ui.datepicker-fi.js
1342
%%WWWDIR%%/public/javascripts/i18n/datepicker-fi.js
1394
%%WWWDIR%%/public/javascripts/i18n/jquery.ui.datepicker-fr.js
1343
%%WWWDIR%%/public/javascripts/i18n/datepicker-fr.js
1395
%%WWWDIR%%/public/javascripts/i18n/jquery.ui.datepicker-gl.js
1344
%%WWWDIR%%/public/javascripts/i18n/datepicker-gl.js
1396
%%WWWDIR%%/public/javascripts/i18n/jquery.ui.datepicker-he.js
1345
%%WWWDIR%%/public/javascripts/i18n/datepicker-he.js
1397
%%WWWDIR%%/public/javascripts/i18n/jquery.ui.datepicker-hr.js
1346
%%WWWDIR%%/public/javascripts/i18n/datepicker-hr.js
1398
%%WWWDIR%%/public/javascripts/i18n/jquery.ui.datepicker-hu.js
1347
%%WWWDIR%%/public/javascripts/i18n/datepicker-hu.js
1399
%%WWWDIR%%/public/javascripts/i18n/jquery.ui.datepicker-id.js
1348
%%WWWDIR%%/public/javascripts/i18n/datepicker-id.js
1400
%%WWWDIR%%/public/javascripts/i18n/jquery.ui.datepicker-it.js
1349
%%WWWDIR%%/public/javascripts/i18n/datepicker-it.js
1401
%%WWWDIR%%/public/javascripts/i18n/jquery.ui.datepicker-ja.js
1350
%%WWWDIR%%/public/javascripts/i18n/datepicker-ja.js
1402
%%WWWDIR%%/public/javascripts/i18n/jquery.ui.datepicker-ko.js
1351
%%WWWDIR%%/public/javascripts/i18n/datepicker-ko.js
1403
%%WWWDIR%%/public/javascripts/i18n/jquery.ui.datepicker-lt.js
1352
%%WWWDIR%%/public/javascripts/i18n/datepicker-lt.js
1404
%%WWWDIR%%/public/javascripts/i18n/jquery.ui.datepicker-lv.js
1353
%%WWWDIR%%/public/javascripts/i18n/datepicker-lv.js
1405
%%WWWDIR%%/public/javascripts/i18n/jquery.ui.datepicker-mk.js
1354
%%WWWDIR%%/public/javascripts/i18n/datepicker-mk.js
1406
%%WWWDIR%%/public/javascripts/i18n/jquery.ui.datepicker-nl.js
1355
%%WWWDIR%%/public/javascripts/i18n/datepicker-nl.js
1407
%%WWWDIR%%/public/javascripts/i18n/jquery.ui.datepicker-no.js
1356
%%WWWDIR%%/public/javascripts/i18n/datepicker-no.js
1408
%%WWWDIR%%/public/javascripts/i18n/jquery.ui.datepicker-pl.js
1357
%%WWWDIR%%/public/javascripts/i18n/datepicker-pl.js
1409
%%WWWDIR%%/public/javascripts/i18n/jquery.ui.datepicker-pt-BR.js
1358
%%WWWDIR%%/public/javascripts/i18n/datepicker-pt-BR.js
1410
%%WWWDIR%%/public/javascripts/i18n/jquery.ui.datepicker-pt.js
1359
%%WWWDIR%%/public/javascripts/i18n/datepicker-pt.js
1411
%%WWWDIR%%/public/javascripts/i18n/jquery.ui.datepicker-ro.js
1360
%%WWWDIR%%/public/javascripts/i18n/datepicker-ro.js
1412
%%WWWDIR%%/public/javascripts/i18n/jquery.ui.datepicker-ru.js
1361
%%WWWDIR%%/public/javascripts/i18n/datepicker-ru.js
1413
%%WWWDIR%%/public/javascripts/i18n/jquery.ui.datepicker-sk.js
1362
%%WWWDIR%%/public/javascripts/i18n/datepicker-sk.js
1414
%%WWWDIR%%/public/javascripts/i18n/jquery.ui.datepicker-sl.js
1363
%%WWWDIR%%/public/javascripts/i18n/datepicker-sl.js
1415
%%WWWDIR%%/public/javascripts/i18n/jquery.ui.datepicker-sq.js
1364
%%WWWDIR%%/public/javascripts/i18n/datepicker-sq.js
1416
%%WWWDIR%%/public/javascripts/i18n/jquery.ui.datepicker-sr.js
1365
%%WWWDIR%%/public/javascripts/i18n/datepicker-sr.js
1417
%%WWWDIR%%/public/javascripts/i18n/jquery.ui.datepicker-sv.js
1366
%%WWWDIR%%/public/javascripts/i18n/datepicker-sv.js
1418
%%WWWDIR%%/public/javascripts/i18n/jquery.ui.datepicker-th.js
1367
%%WWWDIR%%/public/javascripts/i18n/datepicker-th.js
1419
%%WWWDIR%%/public/javascripts/i18n/jquery.ui.datepicker-tr.js
1368
%%WWWDIR%%/public/javascripts/i18n/datepicker-tr.js
1420
%%WWWDIR%%/public/javascripts/i18n/jquery.ui.datepicker-uk.js
1369
%%WWWDIR%%/public/javascripts/i18n/datepicker-uk.js
1421
%%WWWDIR%%/public/javascripts/i18n/jquery.ui.datepicker-vi.js
1370
%%WWWDIR%%/public/javascripts/i18n/datepicker-vi.js
1422
%%WWWDIR%%/public/javascripts/i18n/jquery.ui.datepicker-zh-CN.js
1371
%%WWWDIR%%/public/javascripts/i18n/datepicker-zh-CN.js
1423
%%WWWDIR%%/public/javascripts/i18n/jquery.ui.datepicker-zh-TW.js
1372
%%WWWDIR%%/public/javascripts/i18n/datepicker-zh-TW.js
1424
%%WWWDIR%%/public/javascripts/jquery-1.8.3-ui-1.9.2-ujs-2.0.3.js
1373
%%WWWDIR%%/public/javascripts/jquery-1.11.1-ui-1.11.0-ujs-3.1.1.js
1425
%%WWWDIR%%/public/javascripts/jstoolbar/jstoolbar-textile.min.js
1374
%%WWWDIR%%/public/javascripts/jstoolbar/jstoolbar-textile.min.js
1426
%%WWWDIR%%/public/javascripts/jstoolbar/jstoolbar.js
1375
%%WWWDIR%%/public/javascripts/jstoolbar/jstoolbar.js
1427
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-ar.js
1376
%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-ar.js
Lines 1478-1486 Link Here
1478
%%WWWDIR%%/public/javascripts/repository_navigation.js
1427
%%WWWDIR%%/public/javascripts/repository_navigation.js
1479
%%WWWDIR%%/public/javascripts/revision_graph.js
1428
%%WWWDIR%%/public/javascripts/revision_graph.js
1480
%%WWWDIR%%/public/javascripts/select_list_move.js
1429
%%WWWDIR%%/public/javascripts/select_list_move.js
1430
%%WWWDIR%%/public/plugin_assets/empty
1481
%%WWWDIR%%/public/stylesheets/application.css
1431
%%WWWDIR%%/public/stylesheets/application.css
1482
%%WWWDIR%%/public/stylesheets/context_menu.css
1432
%%WWWDIR%%/public/stylesheets/context_menu.css
1483
%%WWWDIR%%/public/stylesheets/context_menu_rtl.css
1433
%%WWWDIR%%/public/stylesheets/context_menu_rtl.css
1434
%%WWWDIR%%/public/stylesheets/jquery/images/animated-overlay.gif
1484
%%WWWDIR%%/public/stylesheets/jquery/images/ui-bg_diagonals-thick_18_b81900_40x40.png
1435
%%WWWDIR%%/public/stylesheets/jquery/images/ui-bg_diagonals-thick_18_b81900_40x40.png
1485
%%WWWDIR%%/public/stylesheets/jquery/images/ui-bg_diagonals-thick_20_666666_40x40.png
1436
%%WWWDIR%%/public/stylesheets/jquery/images/ui-bg_diagonals-thick_20_666666_40x40.png
1486
%%WWWDIR%%/public/stylesheets/jquery/images/ui-bg_flat_10_000000_40x100.png
1437
%%WWWDIR%%/public/stylesheets/jquery/images/ui-bg_flat_10_000000_40x100.png
Lines 1494-1500 Link Here
1494
%%WWWDIR%%/public/stylesheets/jquery/images/ui-icons_759fcf_256x240.png
1445
%%WWWDIR%%/public/stylesheets/jquery/images/ui-icons_759fcf_256x240.png
1495
%%WWWDIR%%/public/stylesheets/jquery/images/ui-icons_ffd27a_256x240.png
1446
%%WWWDIR%%/public/stylesheets/jquery/images/ui-icons_ffd27a_256x240.png
1496
%%WWWDIR%%/public/stylesheets/jquery/images/ui-icons_ffffff_256x240.png
1447
%%WWWDIR%%/public/stylesheets/jquery/images/ui-icons_ffffff_256x240.png
1497
%%WWWDIR%%/public/stylesheets/jquery/jquery-ui-1.9.2.css
1448
%%WWWDIR%%/public/stylesheets/jquery/jquery-ui-1.11.0.css
1498
%%WWWDIR%%/public/stylesheets/jstoolbar.css
1449
%%WWWDIR%%/public/stylesheets/jstoolbar.css
1499
%%WWWDIR%%/public/stylesheets/rtl.css
1450
%%WWWDIR%%/public/stylesheets/rtl.css
1500
%%WWWDIR%%/public/stylesheets/scm.css
1451
%%WWWDIR%%/public/stylesheets/scm.css
Lines 1557-1562 Link Here
1557
%%WWWDIR%%/test/fixtures/mail_handler/apple_mail_with_attachment.eml
1508
%%WWWDIR%%/test/fixtures/mail_handler/apple_mail_with_attachment.eml
1558
%%WWWDIR%%/test/fixtures/mail_handler/body_ks_c_5601-1987.eml
1509
%%WWWDIR%%/test/fixtures/mail_handler/body_ks_c_5601-1987.eml
1559
%%WWWDIR%%/test/fixtures/mail_handler/fullname_of_sender_as_utf8_encoded.eml
1510
%%WWWDIR%%/test/fixtures/mail_handler/fullname_of_sender_as_utf8_encoded.eml
1511
%%WWWDIR%%/test/fixtures/mail_handler/gmail-iso8859-2.eml
1560
%%WWWDIR%%/test/fixtures/mail_handler/gmail_with_attachment_iso-8859-1.eml
1512
%%WWWDIR%%/test/fixtures/mail_handler/gmail_with_attachment_iso-8859-1.eml
1561
%%WWWDIR%%/test/fixtures/mail_handler/gmail_with_attachment_ja.eml
1513
%%WWWDIR%%/test/fixtures/mail_handler/gmail_with_attachment_ja.eml
1562
%%WWWDIR%%/test/fixtures/mail_handler/issue_update_with_multiple_quoted_reply_above.eml
1514
%%WWWDIR%%/test/fixtures/mail_handler/issue_update_with_multiple_quoted_reply_above.eml
Lines 1566-1571 Link Here
1566
%%WWWDIR%%/test/fixtures/mail_handler/message_reply_by_subject.eml
1518
%%WWWDIR%%/test/fixtures/mail_handler/message_reply_by_subject.eml
1567
%%WWWDIR%%/test/fixtures/mail_handler/multiple_text_parts.eml
1519
%%WWWDIR%%/test/fixtures/mail_handler/multiple_text_parts.eml
1568
%%WWWDIR%%/test/fixtures/mail_handler/no_subject_header.eml
1520
%%WWWDIR%%/test/fixtures/mail_handler/no_subject_header.eml
1521
%%WWWDIR%%/test/fixtures/mail_handler/quoted_printable_utf8.eml
1569
%%WWWDIR%%/test/fixtures/mail_handler/subject_as_iso-8859-1.eml
1522
%%WWWDIR%%/test/fixtures/mail_handler/subject_as_iso-8859-1.eml
1570
%%WWWDIR%%/test/fixtures/mail_handler/subject_japanese_1.eml
1523
%%WWWDIR%%/test/fixtures/mail_handler/subject_japanese_1.eml
1571
%%WWWDIR%%/test/fixtures/mail_handler/subject_japanese_2.eml
1524
%%WWWDIR%%/test/fixtures/mail_handler/subject_japanese_2.eml
Lines 1582-1588 Link Here
1582
%%WWWDIR%%/test/fixtures/mail_handler/ticket_with_attributes.eml
1535
%%WWWDIR%%/test/fixtures/mail_handler/ticket_with_attributes.eml
1583
%%WWWDIR%%/test/fixtures/mail_handler/ticket_with_cc.eml
1536
%%WWWDIR%%/test/fixtures/mail_handler/ticket_with_cc.eml
1584
%%WWWDIR%%/test/fixtures/mail_handler/ticket_with_custom_fields.eml
1537
%%WWWDIR%%/test/fixtures/mail_handler/ticket_with_custom_fields.eml
1538
%%WWWDIR%%/test/fixtures/mail_handler/ticket_with_duplicate_keyword.eml
1585
%%WWWDIR%%/test/fixtures/mail_handler/ticket_with_invalid_attributes.eml
1539
%%WWWDIR%%/test/fixtures/mail_handler/ticket_with_invalid_attributes.eml
1540
%%WWWDIR%%/test/fixtures/mail_handler/ticket_with_keyword_after_delimiter.eml
1586
%%WWWDIR%%/test/fixtures/mail_handler/ticket_with_localized_attributes.eml
1541
%%WWWDIR%%/test/fixtures/mail_handler/ticket_with_localized_attributes.eml
1587
%%WWWDIR%%/test/fixtures/mail_handler/ticket_with_long_subject.eml
1542
%%WWWDIR%%/test/fixtures/mail_handler/ticket_with_long_subject.eml
1588
%%WWWDIR%%/test/fixtures/mail_handler/ticket_with_spaces_between_attribute_and_separator.eml
1543
%%WWWDIR%%/test/fixtures/mail_handler/ticket_with_spaces_between_attribute_and_separator.eml
Lines 1786-1794 Link Here
1786
%%WWWDIR%%/test/unit/helpers/issues_helper_test.rb
1741
%%WWWDIR%%/test/unit/helpers/issues_helper_test.rb
1787
%%WWWDIR%%/test/unit/helpers/projects_helper_test.rb
1742
%%WWWDIR%%/test/unit/helpers/projects_helper_test.rb
1788
%%WWWDIR%%/test/unit/helpers/queries_helper_test.rb
1743
%%WWWDIR%%/test/unit/helpers/queries_helper_test.rb
1744
%%WWWDIR%%/test/unit/helpers/routes_helper_test.rb
1789
%%WWWDIR%%/test/unit/helpers/search_helper_test.rb
1745
%%WWWDIR%%/test/unit/helpers/search_helper_test.rb
1790
%%WWWDIR%%/test/unit/helpers/sort_helper_test.rb
1746
%%WWWDIR%%/test/unit/helpers/sort_helper_test.rb
1791
%%WWWDIR%%/test/unit/helpers/timelog_helper_test.rb
1747
%%WWWDIR%%/test/unit/helpers/timelog_helper_test.rb
1748
%%WWWDIR%%/test/unit/helpers/version_helper_test.rb
1792
%%WWWDIR%%/test/unit/helpers/watchers_helper_test.rb
1749
%%WWWDIR%%/test/unit/helpers/watchers_helper_test.rb
1793
%%WWWDIR%%/test/unit/initializers/patches_test.rb
1750
%%WWWDIR%%/test/unit/initializers/patches_test.rb
1794
%%WWWDIR%%/test/unit/issue_category_test.rb
1751
%%WWWDIR%%/test/unit/issue_category_test.rb
Lines 1796-1801 Link Here
1796
%%WWWDIR%%/test/unit/issue_nested_set_test.rb
1753
%%WWWDIR%%/test/unit/issue_nested_set_test.rb
1797
%%WWWDIR%%/test/unit/issue_priority_test.rb
1754
%%WWWDIR%%/test/unit/issue_priority_test.rb
1798
%%WWWDIR%%/test/unit/issue_relation_test.rb
1755
%%WWWDIR%%/test/unit/issue_relation_test.rb
1756
%%WWWDIR%%/test/unit/issue_scopes_test.rb
1799
%%WWWDIR%%/test/unit/issue_status_test.rb
1757
%%WWWDIR%%/test/unit/issue_status_test.rb
1800
%%WWWDIR%%/test/unit/issue_test.rb
1758
%%WWWDIR%%/test/unit/issue_test.rb
1801
%%WWWDIR%%/test/unit/issue_transaction_test.rb
1759
%%WWWDIR%%/test/unit/issue_transaction_test.rb
Lines 1883-2186 Link Here
1883
%%WWWDIR%%/test/unit/wiki_redirect_test.rb
1841
%%WWWDIR%%/test/unit/wiki_redirect_test.rb
1884
%%WWWDIR%%/test/unit/wiki_test.rb
1842
%%WWWDIR%%/test/unit/wiki_test.rb
1885
%%WWWDIR%%/test/unit/workflow_test.rb
1843
%%WWWDIR%%/test/unit/workflow_test.rb
1844
%%WWWDIR%%/test/unit/workflow_transition_test.rb
1886
%%WWWDIR%%/tmp/pdf/empty
1845
%%WWWDIR%%/tmp/pdf/empty
1887
%%WWWDIR%%/tmp/test/empty
1846
%%WWWDIR%%/tmp/test/empty
1888
%%WWWDIR%%/tmp/thumbnails/empty
1847
%%WWWDIR%%/tmp/thumbnails/empty
1889
@dirrmtry %%WWWDIR%%/vendor
1848
@dir %%WWWDIR%%/app/sweepers
1890
@dirrmtry %%WWWDIR%%/tmp/thumbnails
1849
@dir %%WWWDIR%%/lib/vendor
1891
@dirrmtry %%WWWDIR%%/tmp/test
1850
@dir %%WWWDIR%%/test/fixtures/mailer
1892
@dirrmtry %%WWWDIR%%/tmp/sockets
1851
@dir %%WWWDIR%%/test/mocks/development
1893
@dirrmtry %%WWWDIR%%/tmp/sessions
1852
@dir %%WWWDIR%%/test/mocks/test
1894
@dirrmtry %%WWWDIR%%/tmp/pids
1853
@dir %%WWWDIR%%/tmp/cache
1895
@dirrmtry %%WWWDIR%%/tmp/pdf
1854
@dir %%WWWDIR%%/tmp/pids
1896
@dirrmtry %%WWWDIR%%/tmp/cache
1855
@dir %%WWWDIR%%/tmp/sessions
1897
@dirrmtry %%WWWDIR%%/tmp
1856
@dir %%WWWDIR%%/tmp/sockets
1898
@dirrmtry %%WWWDIR%%/test/unit/lib/redmine/wiki_formatting
1857
@dir %%WWWDIR%%/vendor
1899
@dirrmtry %%WWWDIR%%/test/unit/lib/redmine/views/builders
1900
@dirrmtry %%WWWDIR%%/test/unit/lib/redmine/views
1901
@dirrmtry %%WWWDIR%%/test/unit/lib/redmine/utils
1902
@dirrmtry %%WWWDIR%%/test/unit/lib/redmine/scm/adapters
1903
@dirrmtry %%WWWDIR%%/test/unit/lib/redmine/scm
1904
@dirrmtry %%WWWDIR%%/test/unit/lib/redmine/menu_manager
1905
@dirrmtry %%WWWDIR%%/test/unit/lib/redmine/helpers
1906
@dirrmtry %%WWWDIR%%/test/unit/lib/redmine/field_format
1907
@dirrmtry %%WWWDIR%%/test/unit/lib/redmine/export
1908
@dirrmtry %%WWWDIR%%/test/unit/lib/redmine
1909
@dirrmtry %%WWWDIR%%/test/unit/lib
1910
@dirrmtry %%WWWDIR%%/test/unit/initializers
1911
@dirrmtry %%WWWDIR%%/test/unit/helpers
1912
@dirrmtry %%WWWDIR%%/test/unit
1913
@dirrmtry %%WWWDIR%%/test/ui
1914
@dirrmtry %%WWWDIR%%/test/mocks/test
1915
@dirrmtry %%WWWDIR%%/test/mocks/development
1916
@dirrmtry %%WWWDIR%%/test/mocks
1917
@dirrmtry %%WWWDIR%%/test/integration/routing
1918
@dirrmtry %%WWWDIR%%/test/integration/lib/redmine
1919
@dirrmtry %%WWWDIR%%/test/integration/lib
1920
@dirrmtry %%WWWDIR%%/test/integration/api_test
1921
@dirrmtry %%WWWDIR%%/test/integration
1922
@dirrmtry %%WWWDIR%%/test/functional
1923
@dirrmtry %%WWWDIR%%/test/fixtures/repositories
1924
@dirrmtry %%WWWDIR%%/test/fixtures/plugins/foo_plugin
1925
@dirrmtry %%WWWDIR%%/test/fixtures/plugins
1926
@dirrmtry %%WWWDIR%%/test/fixtures/mailer
1927
@dirrmtry %%WWWDIR%%/test/fixtures/mail_handler
1928
@dirrmtry %%WWWDIR%%/test/fixtures/ldap
1929
@dirrmtry %%WWWDIR%%/test/fixtures/files/2010/12
1930
@dirrmtry %%WWWDIR%%/test/fixtures/files/2010/11
1931
@dirrmtry %%WWWDIR%%/test/fixtures/files/2010
1932
@dirrmtry %%WWWDIR%%/test/fixtures/files/2006/07
1933
@dirrmtry %%WWWDIR%%/test/fixtures/files/2006
1934
@dirrmtry %%WWWDIR%%/test/fixtures/files
1935
@dirrmtry %%WWWDIR%%/test/fixtures/encoding
1936
@dirrmtry %%WWWDIR%%/test/fixtures/diffs
1937
@dirrmtry %%WWWDIR%%/test/fixtures/configuration
1938
@dirrmtry %%WWWDIR%%/test/fixtures
1939
@dirrmtry %%WWWDIR%%/test/extra/redmine_pm
1940
@dirrmtry %%WWWDIR%%/test/extra
1941
@dirrmtry %%WWWDIR%%/test
1942
@dirrmtry %%WWWDIR%%/script
1943
@dirrmtry %%WWWDIR%%/public/themes/classic/stylesheets
1944
@dirrmtry %%WWWDIR%%/public/themes/classic/images
1945
@dirrmtry %%WWWDIR%%/public/themes/classic
1946
@dirrmtry %%WWWDIR%%/public/themes/alternate/stylesheets
1947
@dirrmtry %%WWWDIR%%/public/themes/alternate
1948
@dirrmtry %%WWWDIR%%/public/themes
1949
@dirrmtry %%WWWDIR%%/public/stylesheets/jquery/images
1950
@dirrmtry %%WWWDIR%%/public/stylesheets/jquery
1951
@dirrmtry %%WWWDIR%%/public/stylesheets
1952
@dirrmtry %%WWWDIR%%/public/plugin_assets
1953
@dirrmtry %%WWWDIR%%/public/javascripts/jstoolbar/lang
1954
@dirrmtry %%WWWDIR%%/public/javascripts/jstoolbar
1955
@dirrmtry %%WWWDIR%%/public/javascripts/i18n
1956
@dirrmtry %%WWWDIR%%/public/javascripts
1957
@dirrmtry %%WWWDIR%%/public/images/jstoolbar
1958
@dirrmtry %%WWWDIR%%/public/images/files
1959
@dirrmtry %%WWWDIR%%/public/images
1960
@dirrmtry %%WWWDIR%%/public/help/zh-tw
1961
@dirrmtry %%WWWDIR%%/public/help/zh
1962
@dirrmtry %%WWWDIR%%/public/help/vi
1963
@dirrmtry %%WWWDIR%%/public/help/uk
1964
@dirrmtry %%WWWDIR%%/public/help/tr
1965
@dirrmtry %%WWWDIR%%/public/help/th
1966
@dirrmtry %%WWWDIR%%/public/help/sv
1967
@dirrmtry %%WWWDIR%%/public/help/sr-yu
1968
@dirrmtry %%WWWDIR%%/public/help/sr
1969
@dirrmtry %%WWWDIR%%/public/help/sq
1970
@dirrmtry %%WWWDIR%%/public/help/sl
1971
@dirrmtry %%WWWDIR%%/public/help/sk
1972
@dirrmtry %%WWWDIR%%/public/help/ru
1973
@dirrmtry %%WWWDIR%%/public/help/ro
1974
@dirrmtry %%WWWDIR%%/public/help/pt-br
1975
@dirrmtry %%WWWDIR%%/public/help/pt
1976
@dirrmtry %%WWWDIR%%/public/help/pl
1977
@dirrmtry %%WWWDIR%%/public/help/no
1978
@dirrmtry %%WWWDIR%%/public/help/nl
1979
@dirrmtry %%WWWDIR%%/public/help/mn
1980
@dirrmtry %%WWWDIR%%/public/help/mk
1981
@dirrmtry %%WWWDIR%%/public/help/lv
1982
@dirrmtry %%WWWDIR%%/public/help/lt
1983
@dirrmtry %%WWWDIR%%/public/help/ko
1984
@dirrmtry %%WWWDIR%%/public/help/ja
1985
@dirrmtry %%WWWDIR%%/public/help/it
1986
@dirrmtry %%WWWDIR%%/public/help/id
1987
@dirrmtry %%WWWDIR%%/public/help/hu
1988
@dirrmtry %%WWWDIR%%/public/help/hr
1989
@dirrmtry %%WWWDIR%%/public/help/he
1990
@dirrmtry %%WWWDIR%%/public/help/gl
1991
@dirrmtry %%WWWDIR%%/public/help/fr
1992
@dirrmtry %%WWWDIR%%/public/help/fi
1993
@dirrmtry %%WWWDIR%%/public/help/fa
1994
@dirrmtry %%WWWDIR%%/public/help/eu
1995
@dirrmtry %%WWWDIR%%/public/help/et
1996
@dirrmtry %%WWWDIR%%/public/help/es
1997
@dirrmtry %%WWWDIR%%/public/help/en-gb
1998
@dirrmtry %%WWWDIR%%/public/help/en
1999
@dirrmtry %%WWWDIR%%/public/help/el
2000
@dirrmtry %%WWWDIR%%/public/help/de
2001
@dirrmtry %%WWWDIR%%/public/help/da
2002
@dirrmtry %%WWWDIR%%/public/help/cs
2003
@dirrmtry %%WWWDIR%%/public/help/ca
2004
@dirrmtry %%WWWDIR%%/public/help/bs
2005
@dirrmtry %%WWWDIR%%/public/help/bg
2006
@dirrmtry %%WWWDIR%%/public/help/az
2007
@dirrmtry %%WWWDIR%%/public/help/ar
2008
@dirrmtry %%WWWDIR%%/public/help
2009
@dirrmtry %%WWWDIR%%/public
2010
@dirrmtry %%WWWDIR%%/plugins
2011
@dirrmtry %%WWWDIR%%/log
2012
@dirrmtry %%WWWDIR%%/lib/vendor
2013
@dirrmtry %%WWWDIR%%/lib/tasks
2014
@dirrmtry %%WWWDIR%%/lib/redmine/wiki_formatting/textile
2015
@dirrmtry %%WWWDIR%%/lib/redmine/wiki_formatting/markdown
2016
@dirrmtry %%WWWDIR%%/lib/redmine/wiki_formatting
2017
@dirrmtry %%WWWDIR%%/lib/redmine/views/my_page
2018
@dirrmtry %%WWWDIR%%/lib/redmine/views/builders
2019
@dirrmtry %%WWWDIR%%/lib/redmine/views
2020
@dirrmtry %%WWWDIR%%/lib/redmine/scm/adapters/mercurial
2021
@dirrmtry %%WWWDIR%%/lib/redmine/scm/adapters
2022
@dirrmtry %%WWWDIR%%/lib/redmine/scm
2023
@dirrmtry %%WWWDIR%%/lib/redmine/helpers
2024
@dirrmtry %%WWWDIR%%/lib/redmine/export
2025
@dirrmtry %%WWWDIR%%/lib/redmine/default_data
2026
@dirrmtry %%WWWDIR%%/lib/redmine/core_ext/string
2027
@dirrmtry %%WWWDIR%%/lib/redmine/core_ext/date
2028
@dirrmtry %%WWWDIR%%/lib/redmine/core_ext
2029
@dirrmtry %%WWWDIR%%/lib/redmine/activity
2030
@dirrmtry %%WWWDIR%%/lib/redmine
2031
@dirrmtry %%WWWDIR%%/lib/plugins/rfpdf/test
2032
@dirrmtry %%WWWDIR%%/lib/plugins/rfpdf/lib/rfpdf/template_handlers
2033
@dirrmtry %%WWWDIR%%/lib/plugins/rfpdf/lib/rfpdf/template_handler
2034
@dirrmtry %%WWWDIR%%/lib/plugins/rfpdf/lib/rfpdf
2035
@dirrmtry %%WWWDIR%%/lib/plugins/rfpdf/lib/fpdf
2036
@dirrmtry %%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/ttf2ufm
2037
@dirrmtry %%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/ttf-bitstream-vera-1.10
2038
@dirrmtry %%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/old/makefont
2039
@dirrmtry %%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/old
2040
@dirrmtry %%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/freefont
2041
@dirrmtry %%WWWDIR%%/lib/plugins/rfpdf/lib/fonts/dejavu-ttf-2.15
2042
@dirrmtry %%WWWDIR%%/lib/plugins/rfpdf/lib/fonts
2043
@dirrmtry %%WWWDIR%%/lib/plugins/rfpdf/lib/core
2044
@dirrmtry %%WWWDIR%%/lib/plugins/rfpdf/lib/config/lang
2045
@dirrmtry %%WWWDIR%%/lib/plugins/rfpdf/lib/config
2046
@dirrmtry %%WWWDIR%%/lib/plugins/rfpdf/lib
2047
@dirrmtry %%WWWDIR%%/lib/plugins/rfpdf
2048
@dirrmtry %%WWWDIR%%/lib/plugins/open_id_authentication/test
2049
@dirrmtry %%WWWDIR%%/lib/plugins/open_id_authentication/lib/tasks
2050
@dirrmtry %%WWWDIR%%/lib/plugins/open_id_authentication/lib/open_id_authentication
2051
@dirrmtry %%WWWDIR%%/lib/plugins/open_id_authentication/lib
2052
@dirrmtry %%WWWDIR%%/lib/plugins/open_id_authentication/generators/upgrade_open_id_authentication_tables/templates
2053
@dirrmtry %%WWWDIR%%/lib/plugins/open_id_authentication/generators/upgrade_open_id_authentication_tables
2054
@dirrmtry %%WWWDIR%%/lib/plugins/open_id_authentication/generators/open_id_authentication_tables/templates
2055
@dirrmtry %%WWWDIR%%/lib/plugins/open_id_authentication/generators/open_id_authentication_tables
2056
@dirrmtry %%WWWDIR%%/lib/plugins/open_id_authentication/generators
2057
@dirrmtry %%WWWDIR%%/lib/plugins/open_id_authentication
2058
@dirrmtry %%WWWDIR%%/lib/plugins/gravatar/spec
2059
@dirrmtry %%WWWDIR%%/lib/plugins/gravatar/lib
2060
@dirrmtry %%WWWDIR%%/lib/plugins/gravatar
2061
@dirrmtry %%WWWDIR%%/lib/plugins/acts_as_watchable/lib
2062
@dirrmtry %%WWWDIR%%/lib/plugins/acts_as_watchable
2063
@dirrmtry %%WWWDIR%%/lib/plugins/acts_as_versioned/test/fixtures/migrations
2064
@dirrmtry %%WWWDIR%%/lib/plugins/acts_as_versioned/test/fixtures
2065
@dirrmtry %%WWWDIR%%/lib/plugins/acts_as_versioned/test
2066
@dirrmtry %%WWWDIR%%/lib/plugins/acts_as_versioned/lib
2067
@dirrmtry %%WWWDIR%%/lib/plugins/acts_as_versioned
2068
@dirrmtry %%WWWDIR%%/lib/plugins/acts_as_tree/test/fixtures
2069
@dirrmtry %%WWWDIR%%/lib/plugins/acts_as_tree/test
2070
@dirrmtry %%WWWDIR%%/lib/plugins/acts_as_tree/lib/active_record/acts
2071
@dirrmtry %%WWWDIR%%/lib/plugins/acts_as_tree/lib/active_record
2072
@dirrmtry %%WWWDIR%%/lib/plugins/acts_as_tree/lib
2073
@dirrmtry %%WWWDIR%%/lib/plugins/acts_as_tree
2074
@dirrmtry %%WWWDIR%%/lib/plugins/acts_as_searchable/lib
2075
@dirrmtry %%WWWDIR%%/lib/plugins/acts_as_searchable
2076
@dirrmtry %%WWWDIR%%/lib/plugins/acts_as_list/test
2077
@dirrmtry %%WWWDIR%%/lib/plugins/acts_as_list/lib/active_record/acts
2078
@dirrmtry %%WWWDIR%%/lib/plugins/acts_as_list/lib/active_record
2079
@dirrmtry %%WWWDIR%%/lib/plugins/acts_as_list/lib
2080
@dirrmtry %%WWWDIR%%/lib/plugins/acts_as_list
2081
@dirrmtry %%WWWDIR%%/lib/plugins/acts_as_event/lib
2082
@dirrmtry %%WWWDIR%%/lib/plugins/acts_as_event
2083
@dirrmtry %%WWWDIR%%/lib/plugins/acts_as_customizable/lib
2084
@dirrmtry %%WWWDIR%%/lib/plugins/acts_as_customizable
2085
@dirrmtry %%WWWDIR%%/lib/plugins/acts_as_attachable/lib
2086
@dirrmtry %%WWWDIR%%/lib/plugins/acts_as_attachable
2087
@dirrmtry %%WWWDIR%%/lib/plugins/acts_as_activity_provider/lib
2088
@dirrmtry %%WWWDIR%%/lib/plugins/acts_as_activity_provider
2089
@dirrmtry %%WWWDIR%%/lib/plugins
2090
@dirrmtry %%WWWDIR%%/lib/generators/redmine_plugin_model/templates
2091
@dirrmtry %%WWWDIR%%/lib/generators/redmine_plugin_model
2092
@dirrmtry %%WWWDIR%%/lib/generators/redmine_plugin_controller/templates
2093
@dirrmtry %%WWWDIR%%/lib/generators/redmine_plugin_controller
2094
@dirrmtry %%WWWDIR%%/lib/generators/redmine_plugin/templates
2095
@dirrmtry %%WWWDIR%%/lib/generators/redmine_plugin
2096
@dirrmtry %%WWWDIR%%/lib/generators
2097
@dirrmtry %%WWWDIR%%/lib/SVG/Graph
2098
@dirrmtry %%WWWDIR%%/lib/SVG
2099
@dirrmtry %%WWWDIR%%/lib
2100
@dirrmtry %%WWWDIR%%/files
2101
@dirrmtry %%WWWDIR%%/extra/svn
2102
@dirrmtry %%WWWDIR%%/extra/sample_plugin/test/integration
2103
@dirrmtry %%WWWDIR%%/extra/sample_plugin/test
2104
@dirrmtry %%WWWDIR%%/extra/sample_plugin/db/migrate
2105
@dirrmtry %%WWWDIR%%/extra/sample_plugin/db
2106
@dirrmtry %%WWWDIR%%/extra/sample_plugin/config/locales
2107
@dirrmtry %%WWWDIR%%/extra/sample_plugin/config
2108
@dirrmtry %%WWWDIR%%/extra/sample_plugin/assets/stylesheets
2109
@dirrmtry %%WWWDIR%%/extra/sample_plugin/assets/images
2110
@dirrmtry %%WWWDIR%%/extra/sample_plugin/assets
2111
@dirrmtry %%WWWDIR%%/extra/sample_plugin/app/views/settings
2112
@dirrmtry %%WWWDIR%%/extra/sample_plugin/app/views/my/blocks
2113
@dirrmtry %%WWWDIR%%/extra/sample_plugin/app/views/my
2114
@dirrmtry %%WWWDIR%%/extra/sample_plugin/app/views/example
2115
@dirrmtry %%WWWDIR%%/extra/sample_plugin/app/views
2116
@dirrmtry %%WWWDIR%%/extra/sample_plugin/app/models
2117
@dirrmtry %%WWWDIR%%/extra/sample_plugin/app/controllers
2118
@dirrmtry %%WWWDIR%%/extra/sample_plugin/app
2119
@dirrmtry %%WWWDIR%%/extra/sample_plugin
2120
@dirrmtry %%WWWDIR%%/extra/mail_handler
2121
@dirrmtry %%WWWDIR%%/extra
2122
@dirrmtry %%WWWDIR%%/doc
2123
@dirrmtry %%WWWDIR%%/db/migrate
2124
@dirrmtry %%WWWDIR%%/db
2125
@dirrmtry %%WWWDIR%%/config/locales
2126
@dirrmtry %%WWWDIR%%/config/initializers
2127
@dirrmtry %%WWWDIR%%/config/environments
2128
@dirrmtry %%WWWDIR%%/config
2129
@dirrmtry %%WWWDIR%%/app/views/workflows
2130
@dirrmtry %%WWWDIR%%/app/views/wikis
2131
@dirrmtry %%WWWDIR%%/app/views/wiki
2132
@dirrmtry %%WWWDIR%%/app/views/welcome
2133
@dirrmtry %%WWWDIR%%/app/views/watchers
2134
@dirrmtry %%WWWDIR%%/app/views/versions
2135
@dirrmtry %%WWWDIR%%/app/views/users
2136
@dirrmtry %%WWWDIR%%/app/views/trackers
2137
@dirrmtry %%WWWDIR%%/app/views/timelog
2138
@dirrmtry %%WWWDIR%%/app/views/settings
2139
@dirrmtry %%WWWDIR%%/app/views/search
2140
@dirrmtry %%WWWDIR%%/app/views/roles
2141
@dirrmtry %%WWWDIR%%/app/views/repositories
2142
@dirrmtry %%WWWDIR%%/app/views/reports
2143
@dirrmtry %%WWWDIR%%/app/views/queries
2144
@dirrmtry %%WWWDIR%%/app/views/projects/settings
2145
@dirrmtry %%WWWDIR%%/app/views/projects
2146
@dirrmtry %%WWWDIR%%/app/views/previews
2147
@dirrmtry %%WWWDIR%%/app/views/news
2148
@dirrmtry %%WWWDIR%%/app/views/my/blocks
2149
@dirrmtry %%WWWDIR%%/app/views/my
2150
@dirrmtry %%WWWDIR%%/app/views/messages
2151
@dirrmtry %%WWWDIR%%/app/views/members
2152
@dirrmtry %%WWWDIR%%/app/views/mailer
2153
@dirrmtry %%WWWDIR%%/app/views/layouts
2154
@dirrmtry %%WWWDIR%%/app/views/journals
2155
@dirrmtry %%WWWDIR%%/app/views/issues
2156
@dirrmtry %%WWWDIR%%/app/views/issue_statuses
2157
@dirrmtry %%WWWDIR%%/app/views/issue_relations
2158
@dirrmtry %%WWWDIR%%/app/views/issue_categories
2159
@dirrmtry %%WWWDIR%%/app/views/groups
2160
@dirrmtry %%WWWDIR%%/app/views/gantts
2161
@dirrmtry %%WWWDIR%%/app/views/files
2162
@dirrmtry %%WWWDIR%%/app/views/enumerations
2163
@dirrmtry %%WWWDIR%%/app/views/documents
2164
@dirrmtry %%WWWDIR%%/app/views/custom_fields/formats
2165
@dirrmtry %%WWWDIR%%/app/views/custom_fields
2166
@dirrmtry %%WWWDIR%%/app/views/context_menus
2167
@dirrmtry %%WWWDIR%%/app/views/common
2168
@dirrmtry %%WWWDIR%%/app/views/calendars
2169
@dirrmtry %%WWWDIR%%/app/views/boards
2170
@dirrmtry %%WWWDIR%%/app/views/auto_completes
2171
@dirrmtry %%WWWDIR%%/app/views/auth_sources
2172
@dirrmtry %%WWWDIR%%/app/views/attachments
2173
@dirrmtry %%WWWDIR%%/app/views/admin
2174
@dirrmtry %%WWWDIR%%/app/views/activities
2175
@dirrmtry %%WWWDIR%%/app/views/account
2176
@dirrmtry %%WWWDIR%%/app/views
2177
@dirrmtry %%WWWDIR%%/app/sweepers
2178
@dirrmtry %%WWWDIR%%/app/models/repository
2179
@dirrmtry %%WWWDIR%%/app/models
2180
@dirrmtry %%WWWDIR%%/app/helpers
2181
@dirrmtry %%WWWDIR%%/app/controllers
2182
@dirrmtry %%WWWDIR%%/app
2183
@dirrmtry %%WWWDIR%%
2184
@exec chown -R %%WWWOWN%%:%%WWWGRP%% %D/%%WWWDIR%%/files
1858
@exec chown -R %%WWWOWN%%:%%WWWGRP%% %D/%%WWWDIR%%/files
2185
@exec chown -R %%WWWOWN%%:%%WWWGRP%% %D/%%WWWDIR%%/log
1859
@exec chown -R %%WWWOWN%%:%%WWWGRP%% %D/%%WWWDIR%%/log
2186
@exec chown -R %%WWWOWN%%:%%WWWGRP%% %D/%%WWWDIR%%/public/plugin_assets
1860
@exec chown -R %%WWWOWN%%:%%WWWGRP%% %D/%%WWWDIR%%/public/plugin_assets

Return to bug 198589