forked from thinkingreed-inc/F-RevoCRM
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request thinkingreed-inc#1146 from Ryon1211/feature/1143_s…
…croll-picklist-values Select2の選択肢の位置が最初に戻らないように修正
- Loading branch information
Showing
116 changed files
with
4,550 additions
and
1,383 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,107 @@ | ||
Contributing to Select2 | ||
======================= | ||
Looking to contribute something to Select2? **Here's how you can help.** | ||
|
||
Please take a moment to review this document in order to make the contribution | ||
process easy and effective for everyone involved. | ||
|
||
Following these guidelines helps to communicate that you respect the time of | ||
the developers managing and developing this open source project. In return, | ||
they should reciprocate that respect in addressing your issue or assessing | ||
patches and features. | ||
|
||
Using the issue tracker | ||
----------------------- | ||
When [reporting bugs][reporting-bugs] or | ||
[requesting features][requesting-features], the | ||
[issue tracker on GitHub][issue-tracker] is the recommended channel to use. | ||
|
||
The issue tracker **is not** a place for support requests. The | ||
[mailing list][mailing-list] or [IRC channel][irc-channel] are better places to | ||
get help. | ||
|
||
Reporting bugs with Select2 | ||
--------------------------- | ||
We really appreciate clear bug reports that _consistently_ show an issue | ||
_within Select2_. | ||
|
||
The ideal bug report follows these guidelines: | ||
|
||
1. **Use the [GitHub issue search][issue-search]** — Check if the issue | ||
has already been reported. | ||
2. **Check if the issue has been fixed** — Try to reproduce the problem | ||
using the code in the `master` branch. | ||
3. **Isolate the problem** — Try to create an | ||
[isolated test case][isolated-case] that consistently reproduces the problem. | ||
|
||
Please try to be as detailed as possible in your bug report, especially if an | ||
isolated test case cannot be made. Some useful questions to include the answer | ||
to are: | ||
|
||
- What steps can be used to reproduce the issue? | ||
- What is the bug and what is the expected outcome? | ||
- What browser(s) and Operating System have you tested with? | ||
- Does the bug happen consistently across all tested browsers? | ||
- What version of jQuery are you using? And what version of Select2? | ||
- Are you using Select2 with other plugins? | ||
|
||
All of these questions will help people fix and identify any potential bugs. | ||
|
||
Requesting features in Select2 | ||
------------------------------ | ||
Select2 is a large library that carries with it a lot of functionality. Because | ||
of this, many feature requests will not be implemented in the core library. | ||
|
||
Before starting work on a major feature for Select2, **contact the | ||
[community][community] first** or you may risk spending a considerable amount of | ||
time on something which the project developers are not interested in bringing | ||
into the project. | ||
|
||
### Select2 4.0 | ||
|
||
Many feature requests will be closed off until 4.0, where Select2 plans to adopt | ||
a more flexible API. If you are interested in helping with the development of | ||
the next major Select2 release, please send a message to the | ||
[mailing list][mailing-list] or [irc channel][irc-channel] for more information. | ||
|
||
Triaging issues and pull requests | ||
--------------------------------- | ||
Anyone can help the project maintainers triage issues and review pull requests. | ||
|
||
### Handling new issues | ||
|
||
Select2 regularly receives new issues which need to be tested and organized. | ||
|
||
When a new issue that comes in that is similar to another existing issue, it | ||
should be checked to make sure it is not a duplicate. Duplicates issues should | ||
be marked by replying to the issue with "Duplicate of #[issue number]" where | ||
`[issue number]` is the url or issue number for the existing issue. This will | ||
allow the project maintainers to quickly close off additional issues and keep | ||
the discussion focused within a single issue. | ||
|
||
If you can test issues that are reported to Select2 that contain test cases and | ||
confirm under what conditions bugs happen, that will allow others to identify | ||
what causes a bug quicker. | ||
|
||
### Reviewing pull requests | ||
|
||
It is very common for pull requests to be opened for issues that contain a clear | ||
solution to the problem. These pull requests should be rigorously reviewed by | ||
the community before being accepted. If you are not sure about a piece of | ||
submitted code, or know of a better way to do something, do not hesitate to make | ||
a comment on the pull request. | ||
|
||
It should also be made clear that **all code contributed to Select** must be | ||
licensable under the [Apache 2 or GPL 2 licenses][licensing]. Code that cannot | ||
be released under either of these licenses **cannot be accepted** into the | ||
project. | ||
|
||
[community]: https://github.com/ivaynberg/select2#community | ||
[reporting-bugs]: #reporting-bugs-with-select2 | ||
[requesting-features]: #requesting-features-in-select2 | ||
[issue-tracker]: https://github.com/ivaynberg/select2/issues | ||
[mailing-list]: https://github.com/ivaynberg/select2#mailing-list | ||
[irc-channel]: https://github.com/ivaynberg/select2#irc-channel | ||
[issue-search]: https://github.com/ivaynberg/select2/search?q=&type=Issues | ||
[isolated-case]: http://css-tricks.com/6263-reduced-test-cases/ | ||
[licensing]: https://github.com/ivaynberg/select2#copyright-and-license |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,50 +24,74 @@ Browser compatibility | |
* Firefox 10+ | ||
* Safari 3+ | ||
* Opera 10.6+ | ||
|
||
Usage | ||
----- | ||
You can source Select2 directly from a [CDN like JSDliver](http://www.jsdelivr.com/#!select2), [download it from this GitHub repo](https://github.com/ivaynberg/select2/tags), or use one of the integrations below. | ||
You can source Select2 directly from a CDN like [JSDliver](http://www.jsdelivr.com/#!select2) or [CDNJS](http://www.cdnjs.com/libraries/select2), [download it from this GitHub repo](https://github.com/ivaynberg/select2/tags), or use one of the integrations below. | ||
|
||
Integrations | ||
------------ | ||
|
||
* [Wicket-Select2](https://github.com/ivaynberg/wicket-select2) (Java / [Apache Wicket](http://wicket.apache.org)) | ||
* [select2-rails](https://github.com/argerim/select2-rails) (Ruby on Rails) | ||
* [AngularUI](http://angular-ui.github.com/#directives-select2) ([AngularJS](angularjs.org)) | ||
* [AngularUI](http://angular-ui.github.io/#ui-select) ([AngularJS](https://angularjs.org/)) | ||
* [Django](https://github.com/applegrew/django-select2) | ||
* [Symfony](https://github.com/19Gerhard85/sfSelect2WidgetsPlugin) | ||
* [Symfony2](https://github.com/avocode/FormExtensions) | ||
* [Bootstrap 2](https://github.com/t0m/select2-bootstrap-css) and [Bootstrap 3](https://github.com/t0m/select2-bootstrap-css/tree/bootstrap3) (CSS skins) | ||
* [Meteor](https://github.com/nate-strauser/meteor-select2) (modern reactive JavaScript framework; + [Bootstrap 3 skin](https://github.com/esperadomedia/meteor-select2-bootstrap3-css/)) | ||
* [Meteor](https://jquery-select2.meteor.com) | ||
* [Yii 2.x](http://demos.krajee.com/widgets#select2) | ||
* [Yii 1.x](https://github.com/tonybolzan/yii-select2) | ||
* [AtmosphereJS](https://atmospherejs.com/package/jquery-select2) | ||
|
||
### Example Integrations | ||
|
||
* [Knockout.js](https://github.com/ivaynberg/select2/wiki/Knockout.js-Integration) | ||
* [Socket.IO](https://github.com/ivaynberg/select2/wiki/Socket.IO-Integration) | ||
* [PHP](https://github.com/ivaynberg/select2/wiki/PHP-Example) | ||
* [.Net MVC] (https://github.com/ivaynberg/select2/wiki/.Net-MVC-Example) | ||
|
||
Internationalization (i18n) | ||
--------------------------- | ||
|
||
Select2 supports multiple languages by simply including the right | ||
language JS file (`select2_locale_it.js`, `select2_locale_nl.js`, etc.). | ||
Select2 supports multiple languages by simply including the right language JS | ||
file (`select2_locale_it.js`, `select2_locale_nl.js`, etc.) after `select2.js`. | ||
|
||
Missing a language? Just copy `select2_locale_en.js.template`, translate | ||
it, and make a pull request back to Select2 here on GitHub. | ||
|
||
Bug tracker | ||
----------- | ||
Documentation | ||
------------- | ||
|
||
The documentation for Select2 is available [through GitHub Pages](https://ivaynberg.github.io/select2/) and is located within this repository in the [`gh-pages` branch](https://github.com/ivaynberg/select2/tree/gh-pages). | ||
|
||
Community | ||
--------- | ||
|
||
### Bug tracker | ||
|
||
Have a bug? Please create an issue here on GitHub! | ||
|
||
https://github.com/ivaynberg/select2/issues | ||
|
||
Mailing list | ||
------------ | ||
### Mailing list | ||
|
||
Have a question? Ask on our mailing list! | ||
|
||
[email protected] | ||
|
||
https://groups.google.com/d/forum/select2 | ||
|
||
### IRC channel | ||
|
||
Need help implementing Select2 in your project? Ask in our IRC channel! | ||
|
||
**Network:** [Freenode](https://freenode.net/) (`chat.freenode.net`) | ||
|
||
**Channel:** `#select2` | ||
|
||
**Web access:** https://webchat.freenode.net/?channels=select2 | ||
|
||
Copyright and license | ||
--------------------- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"name" : "Select2", | ||
"description": "Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.", | ||
"homepage": "http://ivaynberg.github.io/select2", | ||
"author": "Igor Vaynberg", | ||
"repository": {"type": "git", "url": "git://github.com/ivaynberg/select2.git"}, | ||
"main": "select2.js", | ||
"version": "3.5.2", | ||
"jspm": { | ||
"main": "select2", | ||
"files": ["select2.js", "select2.png", "select2.css", "select2-spinner.gif"], | ||
"shim": { | ||
"select2": { | ||
"imports": ["jquery", "./select2.css!"], | ||
"exports": "$" | ||
} | ||
}, | ||
"buildConfig": { "uglify": true } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
#!/bin/bash | ||
set -e | ||
|
||
echo -n "Enter the version for this release: " | ||
|
||
read ver | ||
|
||
if [ ! $ver ]; then | ||
echo "Invalid version." | ||
exit | ||
fi | ||
|
||
name="select2" | ||
js="$name.js" | ||
mini="$name.min.js" | ||
css="$name.css" | ||
release="$name-$ver" | ||
tag="$ver" | ||
branch="build-$ver" | ||
curbranch=`git branch | grep "*" | sed "s/* //"` | ||
timestamp=$(date) | ||
tokens="s/@@ver@@/$ver/g;s/\@@timestamp@@/$timestamp/g" | ||
remote="origin" | ||
|
||
echo "Pulling from origin" | ||
|
||
git pull | ||
|
||
echo "Updating Version Identifiers" | ||
|
||
sed -E -e "s/\"version\": \"([0-9\.]+)\",/\"version\": \"$ver\",/g" -i -- bower.json select2.jquery.json component.json composer.json package.json | ||
|
||
git add bower.json | ||
git add select2.jquery.json | ||
git add component.json | ||
git add composer.json | ||
git add package.json | ||
|
||
git commit -m "modified version identifiers in descriptors for release $ver" | ||
git push | ||
|
||
git branch "$branch" | ||
git checkout "$branch" | ||
|
||
echo "Tokenizing..." | ||
|
||
find . -name "$js" | xargs -I{} sed -e "$tokens" -i -- {} | ||
find . -name "$css" | xargs -I{} sed -e "$tokens" -i -- {} | ||
|
||
sed -e "s/latest/$ver/g" -i -- bower.json | ||
|
||
git add "$js" | ||
git add "$css" | ||
|
||
echo "Minifying..." | ||
|
||
echo "/*" > "$mini" | ||
cat LICENSE | sed "$tokens" >> "$mini" | ||
echo "*/" >> "$mini" | ||
|
||
curl -s \ | ||
--data-urlencode "js_code@$js" \ | ||
http://marijnhaverbeke.nl/uglifyjs \ | ||
>> "$mini" | ||
|
||
git add "$mini" | ||
|
||
git commit -m "release $ver" | ||
|
||
echo "Tagging..." | ||
git tag -a "$tag" -m "tagged version $ver" | ||
git push "$remote" --tags | ||
|
||
echo "Cleaning Up..." | ||
|
||
git checkout "$curbranch" | ||
git branch -D "$branch" | ||
|
||
echo "Done" |
Oops, something went wrong.