comparison LICENSE.md @ 7464:12455b1a1a6f

front-end: Use select2 from node_modules and stop bundling it select2 3.5.4 was added in 304e83e9bcde ... but the latest npm release in the 3 series is 3.5.1, so we use that one instead. We should probably upgrade to the 4 series. The select2 images were not in the location the generated css pointed - now we copy them from node_modules to the right location, next to the generated css. Note: this will drop 190cb30841de "branches: fix performance of branch selectors with many branches - only show the first 200 results" ... but it should no longer be relevant now when we use server side filtering. 15e507047bae introduced select2-bootstrap.css - it is not clear what version was used, but we use the latest 1.4.6 which also is very old.
author Mads Kiilerich <mads@kiilerich.com>
date Tue, 11 Dec 2018 01:22:56 +0100
parents 2b8f69cb7d8c
children cc2c473abc5f
comparison
equal deleted inserted replaced
7463:2b8f69cb7d8c 7464:12455b1a1a6f
111 111
112 112
113 Select2 113 Select2
114 ------- 114 -------
115 115
116 Kallithea incorporates parts of the Javascript system called 116 Kallithea uses the Javascript system called
117 [Select2](http://ivaynberg.github.io/select2/), which is: 117 [Select2](http://ivaynberg.github.io/select2/), which is:
118 118
119 Copyright 2012 Igor Vaynberg (and probably others) 119 Copyright 2012 Igor Vaynberg (and probably others)
120 120
121 and is licensed [under the following license](https://github.com/ivaynberg/select2/blob/master/LICENSE): 121 and is licensed [under the following license](https://github.com/ivaynberg/select2/blob/master/LICENSE):
130 in this distribution. 130 in this distribution.
131 131
132 Kallithea will take the Apache license fork of the dual license, since 132 Kallithea will take the Apache license fork of the dual license, since
133 Kallithea is GPLv3'd. 133 Kallithea is GPLv3'd.
134 134
135 It is not distributed with Kallithea, but will be downloaded
136 using the ''kallithea-cli front-end-build'' command.
137
135 138
136 139
137 Select2-Bootstrap-CSS 140 Select2-Bootstrap-CSS
138 --------------------- 141 ---------------------
139 142
140 Kallithea incorporates some CSS from a system called 143 Kallithea uses some CSS from a system called
141 [Select2-bootstrap-css](https://github.com/t0m/select2-bootstrap-css), which 144 [Select2-bootstrap-css](https://github.com/t0m/select2-bootstrap-css), which
142 is: 145 is:
143 146
144 Copyright &copy; 2013 Tom Terrace (and likely others) 147 Copyright &copy; 2013 Tom Terrace (and likely others)
145 148
146 and licensed under the MIT-permissive license, which is 149 and licensed under the MIT-permissive license, which is
147 [included in this distribution](MIT-Permissive-License.txt). 150 [included in this distribution](MIT-Permissive-License.txt).
151
152 It is not distributed with Kallithea, but will be downloaded
153 using the ''kallithea-cli front-end-build'' command.
148 154
149 155
150 156
151 History.js 157 History.js
152 ---------- 158 ----------