Project

General

Profile

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

Mischa The Evil, 2022-10-02 07:43
Wrap 'Upstream site' URL's in collapse macros.

1 1 Mischa The Evil
h1. List of vendored third-party core components
2
3
|{background-color:#FFEBC1; color:#A6750C; padding: 4px 4px 4px 4px; border: 2px solid #FDBF3B;}. *This page is a WIP*.
4
Please be aware that the information provided on this page may be out of date, or otherwise inaccurate.|
5
6
----
7
8 5 Mischa The Evil
This page aims at documenting the vendored third-party core components depended upon by and distributed along with Redmine.
9 1 Mischa The Evil
10
h2. Redmine trunk at r21783
11
12 6 Mischa The Evil
|_.Name                                 |_.Version                  |_.Location[1]                                                                     |_.Patched  |_.Minified      |_.Original source maintained  |_.Upstream site(s)     |
13
|\7=.*Ruby libraries*                                                                                                                                                                                                                      |
14
|@acts_as_tree@                         |2007-09-11                 |source:/trunk/lib/plugins/acts_as_tree@21783                                      |Yes        |n/a             |No[3]                         |{{collapse(URL(s)...)
15
https://github.com/rails/acts_as_tree
16
https://github.com/amerine/acts_as_tree (https://rubygems.org/gems/acts_as_tree)
17
}}                                                                                                                                                                                                                                         |
18
|@gravatar@                             |2009-09-17                 |source:/trunk/lib/plugins/gravatar@21783                                          |Yes        |n/a             |No[3]                         |{{collapse(URL(s)...)
19
https://github.com/woods/gravatar-plugin
20
}}                                                                                                                                                                                                                                         |
21
|@Diff@ [@string_array_diff@]           |0.3                        |source:/trunk/lib/redmine/string_array_diff@21783                                 |Yes        |n/a             |No[3]                         |{{collapse(URL(s)...)
22
http://web.archive.org/web/20140421214841/http://users.cybercity.dk/~dsl8950/ruby/diff.html
23
https://github.com/pmarreck/diff
24
}}                                                                                                                                                                                                                                         |
25
|@redcloth3@                            |3.0.4                      |source:/trunk/lib/redmine/wiki_formatting/textile/redcloth3.rb@21783              |Yes        |n/a             |No[4]                         |{{collapse(URL(s)...)
26
https://github.com/jgarber/redcloth (https://rubygems.org/gems/RedCloth)
27
}}                                                                                                                                                                                                                                         |
28
|\7=.*JavaScript libraries*                                                                                                                                                                                                                |
29
|@jstoolbar@                            |<= 2006-11-05              |source:/trunk/public/javascripts/jstoolbar@21783                                  |Yes        |No              |No                            |{{collapse(URL(s)...)
30
https://dotclear.org/
31
}}                                                                                                                                                                                                                                         |
32
|@Chart.js@                             |3.9.1                      |source:/trunk/public/javascripts/chart.min.js@21783                               |No         |Yes             |Yes                           |{{collapse(URL(s)...)
33
https://github.com/chartjs/Chart.js
34
}}                                                                                                                                                                                                                                         |
35
|@jQuery@ / @jQuery-UI@ / @jQuery-UJS@  |3.6.0 / 1.13.1 / 6.1.3.1   |source:/trunk/public/javascripts/jquery-3.6.0-ui-1.13.1-ujs-6.1.3.1.js@21783      |No[2]      |Yes / Yes / No  |Yes                           |{{collapse(URL(s)...)
36
https://github.com/jquery/jquery
37
https://github.com/jquery/jquery-ui
38
https://rubygems.org/gems/actionview/
39
https://github.com/rails/rails/tree/main/actionview/app/assets/javascripts
40
https://github.com/rails/jquery-ujs
41
}}                                                                                                                                                                                                                                         |
42
|@raphael.js@                           |2.3.0                      |source:/trunk/public/javascripts/raphael.js@21783                                 |No         |Yes             |Yes                           |{{collapse(URL(s)...)
43
https://github.com/DmitryBaranovskiy/raphael/
44
}}                                                                                                                                                                                                                                         |
45 3 Mischa The Evil
|@tablesort@ / @tablesort-number@       |5.2.1                      |source:/trunk/public/javascripts/tablesort-5.2.1.min.js@21783
46 6 Mischa The Evil
                                                                     source:/trunk/public/javascripts/tablesort-5.2.1.number.min.js@21783              |No         |Yes             |Yes                           |{{collapse(URL(s)...)
47
https://github.com/tristen/tablesort
48
}}                                                                                                                                                                                                                                         |
49 1 Mischa The Evil
|@Tribute@                              |5.1.3                      |source:/trunk/public/javascripts/tribute-5.1.3.min.js@21783
50 6 Mischa The Evil
                                                                     source:/trunk/public/javascripts/tribute.min.js.map@21783                         |No         |Yes             |Yes                           |{{collapse(URL(s)...)
51
https://github.com/zurb/tribute
52
}}                                                                                                                                                                                                                                         |
53 1 Mischa The Evil
54
fn1. excluding additional CSS, image and i18n assets
55
56
fn2. the combined file is produced manually though
57
58
fn3. upstream is not maintained, but upstream forks/continuations exists
59
60
fn4. upstream is not maintained, but upstream rewrites exists