Project

General

Profile

List of vendored third-party core components » History » Version 8

Mischa The Evil, 2022-10-02 09:03
Add tables for 4.2-stable and 5.0-stable branches.

1 8 Mischa The Evil
{{>toc}}
2
3 1 Mischa The Evil
h1. List of vendored third-party core components
4
5
|{background-color:#FFEBC1; color:#A6750C; padding: 4px 4px 4px 4px; border: 2px solid #FDBF3B;}. *This page is a WIP*.
6
Please be aware that the information provided on this page may be out of date, or otherwise inaccurate.|
7
8
----
9
10
This page aims at documenting the vendored third-party core components depended upon by and distributed along with Redmine.
11
12 8 Mischa The Evil
h2. Redmine trunk at r21879 (source:/trunk@21879)
13 1 Mischa The Evil
14 6 Mischa The Evil
|_.Name                                 |_.Version                  |_.Location[1]                                                                     |_.Patched  |_.Minified      |_.Original source maintained  |_.Upstream site(s)     |
15
|\7=.*Ruby libraries*                                                                                                                                                                                                                      |
16 7 Mischa The Evil
|@acts_as_tree@                         |2007-09-11                 |source:/trunk/lib/plugins/acts_as_tree@21879                                      |Yes        |n/a             |No[3]                         |{{collapse(URL(s)...)
17 6 Mischa The Evil
https://github.com/rails/acts_as_tree
18
https://github.com/amerine/acts_as_tree (https://rubygems.org/gems/acts_as_tree)
19
}}                                                                                                                                                                                                                                         |
20 7 Mischa The Evil
|@gravatar@                             |2009-09-17                 |source:/trunk/lib/plugins/gravatar@21879                                          |Yes        |n/a             |No[3]                         |{{collapse(URL(s)...)
21 6 Mischa The Evil
https://github.com/woods/gravatar-plugin
22
}}                                                                                                                                                                                                                                         |
23 7 Mischa The Evil
|@Diff@ [@string_array_diff@]           |0.3                        |source:/trunk/lib/redmine/string_array_diff@21879                                 |Yes        |n/a             |No[3]                         |{{collapse(URL(s)...)
24 6 Mischa The Evil
http://web.archive.org/web/20140421214841/http://users.cybercity.dk/~dsl8950/ruby/diff.html
25
https://github.com/pmarreck/diff
26
}}                                                                                                                                                                                                                                         |
27 7 Mischa The Evil
|@redcloth3@                            |3.0.4                      |source:/trunk/lib/redmine/wiki_formatting/textile/redcloth3.rb@21879              |Yes        |n/a             |No[4]                         |{{collapse(URL(s)...)
28 6 Mischa The Evil
https://github.com/jgarber/redcloth (https://rubygems.org/gems/RedCloth)
29
}}                                                                                                                                                                                                                                         |
30
|\7=.*JavaScript libraries*                                                                                                                                                                                                                |
31 7 Mischa The Evil
|@jstoolbar@                            |<= 2006-11-05              |source:/trunk/public/javascripts/jstoolbar@21879                                  |Yes        |No              |No                            |{{collapse(URL(s)...)
32 6 Mischa The Evil
https://dotclear.org/
33
}}                                                                                                                                                                                                                                         |
34 7 Mischa The Evil
|@Chart.js@                             |3.9.1                      |source:/trunk/public/javascripts/chart.min.js@21879                               |No         |Yes             |Yes                           |{{collapse(URL(s)...)
35 6 Mischa The Evil
https://github.com/chartjs/Chart.js
36
}}                                                                                                                                                                                                                                         |
37 7 Mischa The Evil
|@jQuery@ / @jQuery-UI@ / @jQuery-UJS@  |3.6.1 / 1.13.2 / 6.1.7     |source:/trunk/public/javascripts/jquery-3.6.1-ui-1.13.2-ujs-6.1.7.js@21879        |No[2]      |Yes / Yes / No  |Yes                           |{{collapse(URL(s)...)
38 6 Mischa The Evil
https://github.com/jquery/jquery
39
https://github.com/jquery/jquery-ui
40
https://rubygems.org/gems/actionview/
41
https://github.com/rails/rails/tree/main/actionview/app/assets/javascripts
42
https://github.com/rails/jquery-ujs
43
}}                                                                                                                                                                                                                                         |
44 7 Mischa The Evil
|@raphael.js@                           |2.3.0                      |source:/trunk/public/javascripts/raphael.js@21879                                 |No         |Yes             |Yes                           |{{collapse(URL(s)...)
45 6 Mischa The Evil
https://github.com/DmitryBaranovskiy/raphael/
46
}}                                                                                                                                                                                                                                         |
47 7 Mischa The Evil
|@tablesort@ / @tablesort-number@       |5.2.1                      |source:/trunk/public/javascripts/tablesort-5.2.1.min.js@21879
48
                                                                     source:/trunk/public/javascripts/tablesort-5.2.1.number.min.js@21879              |No         |Yes             |Yes                           |{{collapse(URL(s)...)
49 6 Mischa The Evil
https://github.com/tristen/tablesort
50
}}                                                                                                                                                                                                                                         |
51 7 Mischa The Evil
|@Tribute@                              |5.1.3                      |source:/trunk/public/javascripts/tribute-5.1.3.min.js@21879
52
                                                                     source:/trunk/public/javascripts/tribute.min.js.map@21879                         |No         |Yes             |Yes                           |{{collapse(URL(s)...)
53 6 Mischa The Evil
https://github.com/zurb/tribute
54 1 Mischa The Evil
}}                                                                                                                                                                                                                                         |
55 8 Mischa The Evil
56
57
h2. Redmine 5.0-stable at r21879 (source:/branches/5.0-stable@21879)
58
59
|_.Name                                 |_.Version                  |_.Location[1]                                                                                   |_.Patched  |_.Minified      |_.Original source maintained  |_.Upstream site(s)     |
60
|\7=.*Ruby libraries*                                                                                                                                                                                                                                    |
61
|@acts_as_tree@                         |2007-09-11                 |source:/branches/5.0-stable/lib/plugins/acts_as_tree@21879                                      |Yes        |n/a             |No[3]                         |{{collapse(URL(s)...)
62
https://github.com/rails/acts_as_tree
63
https://github.com/amerine/acts_as_tree (https://rubygems.org/gems/acts_as_tree)
64
}}                                                                                                                                                                                                                                                       |
65
|@gravatar@                             |2009-09-17                 |source:/branches/5.0-stable/lib/plugins/gravatar@21879                                          |Yes        |n/a             |No[3]                         |{{collapse(URL(s)...)
66
https://github.com/woods/gravatar-plugin
67
}}                                                                                                                                                                                                                                                       |
68
|@Diff@ [@string_array_diff@]           |0.3                        |source:/branches/5.0-stable/lib/redmine/string_array_diff@21879                                 |Yes        |n/a             |No[3]                         |{{collapse(URL(s)...)
69
http://web.archive.org/web/20140421214841/http://users.cybercity.dk/~dsl8950/ruby/diff.html
70
https://github.com/pmarreck/diff
71
}}                                                                                                                                                                                                                                                       |
72
|@redcloth3@                            |3.0.4                      |source:/branches/5.0-stable/lib/redmine/wiki_formatting/textile/redcloth3.rb@21879              |Yes        |n/a             |No[4]                         |{{collapse(URL(s)...)
73
https://github.com/jgarber/redcloth (https://rubygems.org/gems/RedCloth)
74
}}                                                                                                                                                                                                                                                       |
75
|\7=.*JavaScript libraries*                                                                                                                                                                                                                              |
76
|@jstoolbar@                            |<= 2006-11-05              |source:/branches/5.0-stable/public/javascripts/jstoolbar@21879                                  |Yes        |No              |No                            |{{collapse(URL(s)...)
77
https://dotclear.org/
78
}}                                                                                                                                                                                                                                                       |
79
|@Chart.js@                             |3.9.1                      |source:/branches/5.0-stable/public/javascripts/chart.min.js@21879                               |No         |Yes             |Yes                           |{{collapse(URL(s)...)
80
https://github.com/chartjs/Chart.js
81
}}                                                                                                                                                                                                                                                       |
82
|@jQuery@ / @jQuery-UI@ / @jQuery-UJS@  |3.6.1 / 1.13.2 / 6.1.7     |source:/branches/5.0-stable/public/javascripts/jquery-3.6.1-ui-1.13.2-ujs-6.1.7.js@21879        |No[2]      |Yes / Yes / No  |Yes                           |{{collapse(URL(s)...)
83
https://github.com/jquery/jquery
84
https://github.com/jquery/jquery-ui
85
https://rubygems.org/gems/actionview/
86
https://github.com/rails/rails/tree/main/actionview/app/assets/javascripts
87
https://github.com/rails/jquery-ujs
88
}}                                                                                                                                                                                                                                                       |
89
|@raphael.js@                           |2.3.0                      |source:/branches/5.0-stable/public/javascripts/raphael.js@21879                                 |No         |Yes             |Yes                           |{{collapse(URL(s)...)
90
https://github.com/DmitryBaranovskiy/raphael/
91
}}                                                                                                                                                                                                                                                       |
92
|@tablesort@ / @tablesort-number@       |5.2.1                      |source:/branches/5.0-stable/public/javascripts/tablesort-5.2.1.min.js@21879
93
                                                                     source:/branches/5.0-stable/public/javascripts/tablesort-5.2.1.number.min.js@21879              |No         |Yes             |Yes                           |{{collapse(URL(s)...)
94
https://github.com/tristen/tablesort
95
}}                                                                                                                                                                                                                                                       |
96
|@Tribute@                              |5.1.3                      |source:/branches/5.0-stable/public/javascripts/tribute-5.1.3.min.js@21879
97
                                                                     source:/branches/5.0-stable/public/javascripts/tribute.min.js.map@21879                         |No         |Yes             |Yes                           |{{collapse(URL(s)...)
98
https://github.com/zurb/tribute
99
}}                                                                                                                                                                                                                                                       |
100
101
102
h2. Redmine 4.2-stable at r21879 (source:/branches/4.2-stable@21879)
103
104
|_.Name                                 |_.Version                  |_.Location[1]                                                                                   |_.Patched  |_.Minified      |_.Original source maintained  |_.Upstream site(s)     |
105
|\7=.*Ruby libraries*                                                                                                                                                                                                                                    |
106
|@acts_as_tree@                         |2007-09-11                 |source:/branches/4.2-stable/lib/plugins/acts_as_tree@21879                                      |Yes        |n/a             |No[3]                         |{{collapse(URL(s)...)
107
https://github.com/rails/acts_as_tree
108
https://github.com/amerine/acts_as_tree (https://rubygems.org/gems/acts_as_tree)
109
}}                                                                                                                                                                                                                                                       |
110
|@gravatar@                             |2009-09-17                 |source:/branches/4.2-stable/lib/plugins/gravatar@21879                                          |Yes        |n/a             |No[3]                         |{{collapse(URL(s)...)
111
https://github.com/woods/gravatar-plugin
112
}}                                                                                                                                                                                                                                                       |
113
|@open_id_authentication@               |2010-01-21                 |source:/branches/4.2-stable/lib/plugins/open_id_authentication@21879                            |Yes        |n/a             |No[3]                         |{{collapse(URL(s)...)
114
https://github.com/rails/open_id_authentication
115
https://github.com/Velir/open_id_authentication
116
}}                                                                                                                                                                                                                                                       |
117
|@Diff@                                 |0.3                        |source:/branches/4.2-stable/lib/diff.rb@21879                                                   |Yes        |n/a             |No[3]                         |{{collapse(URL(s)...)
118
http://web.archive.org/web/20140421214841/http://users.cybercity.dk/~dsl8950/ruby/diff.html
119
https://github.com/pmarreck/diff
120
}}                                                                                                                                                                                                                                                       |
121
|@redcloth3@                            |3.0.4                      |source:/branches/4.2-stable/lib/redmine/wiki_formatting/textile/redcloth3.rb@21879              |Yes        |n/a             |No[4]                         |{{collapse(URL(s)...)
122
https://github.com/jgarber/redcloth (https://rubygems.org/gems/RedCloth)
123
}}                                                                                                                                                                                                                                                       |
124
|\7=.*JavaScript libraries*                                                                                                                                                                                                                              |
125
|@jstoolbar@                            |<= 2006-11-05              |source:/branches/4.2-stable/public/javascripts/jstoolbar@21879                                  |Yes        |No              |No                            |{{collapse(URL(s)...)
126
https://dotclear.org/
127
}}                                                                                                                                                                                                                                                       |
128
|@Chart.js@                             |2.8.0                      |source:/branches/4.2-stable/public/javascripts/chart.min.js@21879                               |No         |Yes             |Yes                           |{{collapse(URL(s)...)
129
https://github.com/chartjs/Chart.js
130
}}                                                                                                                                                                                                                                                       |
131
|@jQuery@ / @jQuery-UI@ / @jQuery-UJS@  |3.6.1 / 1.13.2 / 5.2.8.1   |source:/branches/4.2-stable/public/javascripts/jquery-3.6.1-ui-1.13.2-ujs-5.2.8.1.js@21879      |No[2]      |Yes / Yes / No  |Yes                           |{{collapse(URL(s)...)
132
https://github.com/jquery/jquery
133
https://github.com/jquery/jquery-ui
134
https://rubygems.org/gems/actionview/
135
https://github.com/rails/rails/tree/main/actionview/app/assets/javascripts
136
https://github.com/rails/jquery-ujs
137
}}                                                                                                                                                                                                                                                       |
138
|@raphael.js@                           |2.3.0                      |source:/branches/4.2-stable/public/javascripts/raphael.js@21879                                 |No         |Yes             |Yes                           |{{collapse(URL(s)...)
139
https://github.com/DmitryBaranovskiy/raphael/
140
}}                                                                                                                                                                                                                                                       |
141
|@tablesort@ / @tablesort-number@       |5.2.1                      |source:/branches/4.2-stable/public/javascripts/tablesort-5.2.1.min.js@21879
142
                                                                     source:/branches/4.2-stable/public/javascripts/tablesort-5.2.1.number.min.js@21879              |No         |Yes             |Yes                           |{{collapse(URL(s)...)
143
https://github.com/tristen/tablesort
144
}}                                                                                                                                                                                                                                                       |
145
|@Tribute@                              |5.1.3                      |source:/branches/4.2-stable/public/javascripts/tribute-5.1.3.min.js@21879
146
                                                                     source:/branches/4.2-stable/public/javascripts/tribute.min.js.map@21879                         |No         |Yes             |Yes                           |{{collapse(URL(s)...)
147
https://github.com/zurb/tribute
148
}}                                                                                                                                                                                                                                                       |
149 1 Mischa The Evil
150
fn1. excluding additional CSS, image and i18n assets
151
152
fn2. the combined file is produced manually though
153
154
fn3. upstream is not maintained, but upstream forks/continuations exists
155
156
fn4. upstream is not maintained, but upstream rewrites exists