##// END OF EJS Templates
Update minified YUI to version 2.9 built from Source....
Bradley M. Kuhn -
r4131:31f510a8 rhodecode-2.2.5-gpl
parent child Browse files
Show More

The requested changes are too big and content was truncated. Show full diff

@@ -121,4 +121,60 b' and licensed under the MIT-permissive li'
121
121
122
122
123
123
124 YUI
125 ---
126
127 Kallithea incorporates parts of the Javascript system called
128 [YUI 2 — Yahoo! User Interface Library](http://yui.github.io/yui2/docs/yui_2.9.0_full/),
129 which is made available under the [BSD License](http://yuilibrary.com/license/):
130
131 Copyright © 2013 Yahoo! Inc. All rights reserved.
132
133 Redistribution and use of this software in source and binary forms, with or
134 without modification, are permitted provided that the following conditions are
135 met:
136
137 * Redistributions of source code must retain the above copyright notice, this
138 list of conditions and the following disclaimer.
139
140 * Redistributions in binary form must reproduce the above copyright notice,
141 this list of conditions and the following disclaimer in the documentation
142 and/or other materials provided with the distribution.
143
144 * Neither the name of Yahoo! Inc. nor the names of YUI's contributors may be
145 used to endorse or promote products derived from this software without
146 specific prior written permission of Yahoo! Inc.
147
148 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
149 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
150 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
151 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
152 ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
153 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
154 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
155 ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
156 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
157 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
158
159
160 Kallithea includes a minified version of YUI 2.9. To build yui.2.9.js:
161
162 git clone https://github.com/yui/builder
163 git clone https://github.com/yui/yui2
164 cd yui2/
165 git checkout hudson-yui2-2800
166 ln -sf JumpToPageDropDown.js src/paginator/js/JumpToPageDropdown.js # work around inconsistent casing
167 rm -f tmp.js
168 for m in yahoo event dom connection animation dragdrop element datasource autocomplete container event-delegate json datatable paginator; do
169 rm -f build/\$m/\$m.js
170 ( cd src/\$m && ant build deploybuild ) && sed -e 's,@VERSION@,2.9.0,g' -e 's,@BUILD@,2800,g' build/\$m/\$m.js >> tmp.js
171 done
172 java -jar ../builder/componentbuild/lib/yuicompressor/yuicompressor-2.4.4.jar tmp.js -o yui.2.9.js
173
174 In compliance with GPLv3 the Corresponding Source for this Object Code is made
175 available on
176 [https://kallithea-scm.org/repos/mirror](https://kallithea-scm.org/repos/mirror).
177
178
179
124 EOF
180 EOF
1 NO CONTENT: modified file
NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
General Comments 0
You need to be logged in to leave comments. Login now