Skip to content

Commit 08f7b4a

Browse files
author
Abadi Kurniawan
committed
Added Resources.zip file to chosen package.
1 parent 9d14034 commit 08f7b4a

File tree

5 files changed

+1352
-0
lines changed

5 files changed

+1352
-0
lines changed

chosen_1.4.2/CHANGES.htm

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<p>Chosen is now publishing a bower-friendly version of the compiled files at harvesthq/bower-chosen. The compiled files are automatically pushed there thanks to Travis CI magic. See the following commits if you're interested in the specifics:</p>
2+
<ul>
3+
<li>
4+
<a href="https://github.com/harvesthq/chosen/pull/2264" class="issue-link" title="A Bower Option">#2264</a> Add a way to build a public-facing Bower repo
5+
</li>
6+
<li>
7+
<a href="https://github.com/harvesthq/chosen/pull/2283" class="issue-link" title="Get a base travis file up and atom">#2283</a> Get a base travis file up and atom
8+
</li>
9+
<li>
10+
<a href="https://github.com/harvesthq/chosen/pull/2284" class="issue-link" title="Let Travis publish bower-chosen">#2284</a> Let Travis publish bower-chosen
11+
</li>
12+
<li>
13+
<a href="https://github.com/harvesthq/chosen/pull/2285" class="issue-link" title="Use bundler to install gems">#2285</a> Use bundler to install gems
14+
</li>
15+
<li>
16+
<a href="https://github.com/harvesthq/chosen/pull/2286" class="issue-link" title="[Travis] Allow detached head when parsing master ref.">#2286</a> [Travis] Allow detached head when parsing master ref.
17+
</li>
18+
</ul>
19+
<p>Random Bonus Bug Fix</p>
20+
<ul>
21+
<li>
22+
<a href="https://github.com/harvesthq/chosen/pull/2268" class="issue-link" title="fix #1562 now the behavior is the same as the proto version">#2268</a> Ensure result-selected is applied immediately when selecting an element
23+
</li>
24+
</ul>

chosen_1.4.2/LICENSE.htm

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<article class="markdown-body entry-content" itemprop="mainContentOfPage"><h4><a id="user-content-chosen" class="anchor" href="#chosen" aria-hidden="true"><span class="octicon octicon-link"></span></a>Chosen</h4>
2+
<ul>
3+
<li>by Patrick Filler for <a href="http://getharvest.com">Harvest</a></li>
4+
<li>Copyright (c) 2011-2015 by Harvest</li>
5+
</ul>
6+
<p>Available for use under the <a href="http://en.wikipedia.org/wiki/MIT_License">MIT License</a></p>
7+
<p>Permission is hereby granted, free of charge, to any person obtaining a copy
8+
of this software and associated documentation files (the "Software"), to deal
9+
in the Software without restriction, including without limitation the rights
10+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11+
copies of the Software, and to permit persons to whom the Software is
12+
furnished to do so, subject to the following conditions:</p>
13+
<p>The above copyright notice and this permission notice shall be included in
14+
all copies or substantial portions of the Software.</p>
15+
<p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21+
THE SOFTWARE.</p>
22+
</article>

chosen_1.4.2/Resources.zip

6.34 KB
Binary file not shown.

chosen_1.4.2/chosen.dnn

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
<dotnetnuke type="Package" version="5.0">
2+
<packages>
3+
<package name="chosen" type="JavaScript_Library" version="1.4.2">
4+
<friendlyName>Chosen</friendlyName>
5+
<description>Chosen is a library for making long, unwieldy select boxes more user friendly.</description>
6+
<owner>
7+
<name>Engage Software</name>
8+
<organization>Engage Software</organization>
9+
<url>http://www.engagesoftware.com</url>
10+
<email>support@engagesoftware.com</email>
11+
</owner>
12+
<license src="LICENSE.htm" />
13+
<releaseNotes src="CHANGES.htm" />
14+
<azureCompatible>true</azureCompatible>
15+
<dependencies>
16+
<!--
17+
<dependency type="managedPackage" version="1.0.0">jQuery</dependency>
18+
-->
19+
</dependencies>
20+
<components>
21+
<component type="JavaScript_Library">
22+
<javaScriptLibrary>
23+
<libraryName>chosen</libraryName>
24+
<fileName>chosen.jquery.js</fileName>
25+
<preferredScriptLocation>BodyBottom</preferredScriptLocation>
26+
<CDNPath>https://cdnjs.cloudflare.com/ajax/libs/chosen/1.4.2/chosen.jquery.min.js</CDNPath>
27+
<objectName>jQuery.fn.chosen</objectName>
28+
</javaScriptLibrary>
29+
</component>
30+
<component type="JavaScriptFile">
31+
<jsfiles>
32+
<libraryFolderName>chosen</libraryFolderName>
33+
<jsfile>
34+
<name>chosen.jquery.js</name>
35+
</jsfile>
36+
</jsfiles>
37+
</component>
38+
<component type="ResourceFile">
39+
<resourceFiles>
40+
<basePath>Resources\Libraries\chosen\01_04_02</basePath>
41+
<resourceFile>
42+
<name>Resources.zip</name>
43+
</resourceFile>
44+
</resourceFiles>
45+
</component>
46+
</components>
47+
</package>
48+
</packages>
49+
</dotnetnuke>

0 commit comments

Comments
 (0)