Skip to content

Commit 3f37710

Browse files
author
bugfish\bugfishtm
committed
1.0
1 parent cfeb881 commit 3f37710

File tree

19 files changed

+97
-364
lines changed

19 files changed

+97
-364
lines changed

.github/CONTRIBUTING.md

Lines changed: 6 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -2,49 +2,18 @@
22

33
Follow these guidelines if you'd like to contribute to the project!
44

5-
---
65

7-
## Table of contents
8-
9-
Read through these guidelines before you get started:
10-
11-
1. [Questions & Concerns](#questions--concerns)
12-
2. [Issues & Bugs](#issues--bugs)
13-
3. [Feature Requests](#feature-requests)
14-
4. [Submitting Pull Requests](#submitting-pull-requests)
15-
5. [Code Style](#code-style)
16-
17-
## Questions & concerns
6+
## Questions
187

198
If you have any questions about using or developing for this project, reach out to @bugfishtm.
209

21-
## Issues & bugs
10+
## Issues
2211

2312
Submit an issue or pull request with a fix if you find any bugs in
24-
the project. When submitting an issue or pull request, make sure you're as detailed as possible and fill in all answers to questions asked in the templates. For example, an issue that simply states "X/Y/Z isn't working!" will be closed.
25-
26-
## Feature requests
27-
28-
Submit an issue to request a new feature. Features fall into one of two
29-
categories:
30-
31-
1. **Major**: Major changes should be discussed via email. I'm
32-
always open to suggestions and will get back to you as soon as I can!
33-
2. **Minor**: A minor feature can simply be added via a pull request.
34-
35-
## Submitting pull requests
36-
37-
Before you do anything, make sure you check the current list of pull requests
38-
to ensure you aren't duplicating anyone's work. Then, do the following:
13+
the project. When submitting an issue or pull request, make sure you're as detailed as possible.
3914

40-
1. Fork the repository and make your changes in a git branch: `git checkout -b my-branch base-branch`
41-
2. Read and follow the code style guidelines.
42-
3. Make sure your feature or fix doesn't break the project! Test thoroughly.
43-
4. Commit your changes, and be sure to leave a detailed commit message.
44-
5. Push your branch to your forked repo on GitHub: `git push origin my-branch`
45-
6. Submit a pull request and hold tight!
46-
7. If any changes are requested by the project maintainers, make them and follow this process again until the changes are merged in.
15+
## Features
4716

48-
## Code style
17+
Submit an issue to request a new feature.
4918

50-
Please mark your changes by comments inside the code structure.
19+
🐟 Bugfish <3

.github/ISSUE_TEMPLATE.md

Lines changed: 5 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,7 @@
1-
# Submit a feature request or bug report
1+
Issues & Features:
22

3-
Before you submit an issue, check to see if it has already been reported!
4-
Any questions should be directed to @bugfishtm.
5-
6-
---
7-
8-
9-
## Information
10-
11-
- Operating System: X
12-
- Browser: X
13-
- Software Version: X
14-
- Software Build: X
15-
16-
## Description
3+
- Include screenshots if possible and describe the issue you have or the feature you want to have included.
4+
- Add steps if possible to reproduce your issue, that the support can better understand whats going on if you post an issue.
5+
- Add relevant Software / Server or Device Information to solve your issue.
176

18-
Include screenshots if possible and describe the issue you have or the feature you want to add. If you are adding a bug report, try to add upper information like software version and operating system, so we can better understand your issue. This is a general issue template, in some repositories some requested information may not be necessary or required.
19-
20-
## Steps to reproduce
21-
22-
Add steps if possible to reproduce your issue, that the support can better understand whats going on.
23-
24-
## Other relevant information
25-
26-
Add any other relevant information about this issue.
7+
Any questions should be directed to @bugfishtm.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 5 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,12 @@
1-
# Submit a pull request
1+
Please provide information:
22

3-
Thank you for submitting a pull request! To speed up the review process, please ensure that everything below
4-
is true:
3+
- Details: Provide details about your pull request and what it adds, fixes, or changes.
4+
- Issues fixed: Enter the issue numbers resolved by this pull request below, if any.
5+
6+
Please check your request:
57

68
1. This is not a duplicate of an existing pull request.
79
2. No existing features have been broken without good reason.
810
3. Your commit messages are detailed.
9-
4. The code style guidelines have been followed.
10-
5. Documentation has been updated to reflect your changes.
11-
6. Tests have been added or updated to reflect your changes.
12-
7. All tests have passed.
1311

1412
Any questions should be directed to @bugfishtm.
15-
16-
---
17-
18-
## Pull request details
19-
20-
Provide details about your pull request and what it adds, fixes, or changes.
21-
22-
## Breaking changes
23-
24-
Describe what features are broken by this pull request and why, if any.
25-
26-
## Issues fixed
27-
28-
Enter the issue numbers resolved by this pull request below, if any.
29-
30-
## Other relevant information
31-
32-
Provide any other important details below.

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Block a File
2+
# folder/file.php
3+
# Block a Folder
4+
# folder/
5+
6+
# Ignore all HTAccess Files
7+
**/.htaccess*

CONTRIBUTING.md

Lines changed: 6 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -2,49 +2,18 @@
22

33
Follow these guidelines if you'd like to contribute to the project!
44

5-
---
65

7-
## Table of contents
8-
9-
Read through these guidelines before you get started:
10-
11-
1. [Questions & Concerns](#questions--concerns)
12-
2. [Issues & Bugs](#issues--bugs)
13-
3. [Feature Requests](#feature-requests)
14-
4. [Submitting Pull Requests](#submitting-pull-requests)
15-
5. [Code Style](#code-style)
16-
17-
## Questions & concerns
6+
## Questions
187

198
If you have any questions about using or developing for this project, reach out to @bugfishtm.
209

21-
## Issues & bugs
10+
## Issues
2211

2312
Submit an issue or pull request with a fix if you find any bugs in
24-
the project. When submitting an issue or pull request, make sure you're as detailed as possible and fill in all answers to questions asked in the templates. For example, an issue that simply states "X/Y/Z isn't working!" will be closed.
25-
26-
## Feature requests
27-
28-
Submit an issue to request a new feature. Features fall into one of two
29-
categories:
30-
31-
1. **Major**: Major changes should be discussed via email. I'm
32-
always open to suggestions and will get back to you as soon as I can!
33-
2. **Minor**: A minor feature can simply be added via a pull request.
34-
35-
## Submitting pull requests
36-
37-
Before you do anything, make sure you check the current list of pull requests
38-
to ensure you aren't duplicating anyone's work. Then, do the following:
13+
the project. When submitting an issue or pull request, make sure you're as detailed as possible.
3914

40-
1. Fork the repository and make your changes in a git branch: `git checkout -b my-branch base-branch`
41-
2. Read and follow the code style guidelines.
42-
3. Make sure your feature or fix doesn't break the project! Test thoroughly.
43-
4. Commit your changes, and be sure to leave a detailed commit message.
44-
5. Push your branch to your forked repo on GitHub: `git push origin my-branch`
45-
6. Submit a pull request and hold tight!
46-
7. If any changes are requested by the project maintainers, make them and follow this process again until the changes are merged in.
15+
## Features
4716

48-
## Code style
17+
Submit an issue to request a new feature.
4918

50-
Please mark your changes by comments inside the code structure.
19+
🐟 Bugfish <3

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
# Bugfish Sortselect (jquery selectbox plugin)
22

3-
Repository: https://github.com/bugfishtm/bugfish-jquery-sortselect
4-
Documentation: https://bugfishtm.github.io/bugfish-jquery-sortselect/
5-
The documentation is available in this repositories "docs" folder!
3+
## Introduction
64

75
The "multiselect-sortable" jQuery plugin enhances the functionality of multiple select elements by allowing you to easily sort and manage selected options in a dual list box. This revised version of the plugin now includes a "rid" (Resource Identifier) parameter, which helps in distinguishing between different instances of the script when used on the same webpage. Failure to provide a unique "rid" value for each instance can result in errors or unexpected behavior.
86

9-
Screenshot:
7+
## Screenshot
8+
109
![Demo Image](./docs/demo.png)
1110

11+
## How to use
12+
1213
Load the necessary jQuery libraries:
1314

1415
<script src="/path/to/cdn/jquery.min.js"></script>
@@ -75,4 +76,6 @@ If you encounter any issues or require assistance, please visit www.bugfish.eu/f
7576

7677
## License Information
7778

78-
The license details for this Bugfish-jQuery-Sortselect project can be found in the "license.md" file within the project repository. Please review this file to understand the terms and conditions of use and distribution. It is essential to comply with the project's license to ensure legal and ethical usage of the provided resources. This project is a fork of "sortable-multi-select" released with MIT License with Name "Sortable Dual List Box In jQuery". No additional License Informations included in Root Repository. This project has been further enhanced and the license transformed into GPLv3.
79+
The license details for this Bugfish-jQuery-Sortselect project can be found in the "license.md" file within the project repository. Please review this file to understand the terms and conditions of use and distribution. It is essential to comply with the project's license to ensure legal and ethical usage of the provided resources. This project is a fork of "sortable-multi-select" released with MIT License with Name "Sortable Dual List Box In jQuery". No additional License Informations included in Root Repository. This project has been further enhanced and the license transformed into GPLv3.
80+
81+
🐟 Bugfish <3

_release/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22

33
This folder contains released versions of the software. Some versions might be missing or unavailable as they have been deemed irrelevant or obsolete for distribution.
44

5-
Happy coding and have a great one!
65
🐟 Bugfish <3

_source/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22

33
This folder contains the primary source code for the project. The code here is intended to be copied, modified, or integrated into other projects by the end-user. Ensure to review any dependencies or configurations needed to run the code effectively.
44

5-
Happy coding and have a great one!
65
🐟 Bugfish <3

docs/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22

33
This folder contains project documentation that can be opened with any web browser. Explore and discover essential information to understand and utilize the project effectively.
44

5-
Happy coding and have a great one!
65
🐟 Bugfish <3

docs/demo.html

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
<meta charset="utf-8">
77
<meta name="viewport" content="width=device-width,initial-scale=1">
88

9-
<meta name="description" content="Here you can see a demonstration of the bugfish sortselect jquery plugin! Check the Browsers Console after Submitting to see submitted values!">
10-
119

1210

1311

@@ -77,6 +75,7 @@
7775
<meta name="og:description" content="This demo page showcases the JavaScript library, providing interactive examples and tutorials to help users understand the functionalities.">
7876
<meta property="og:image" content="./meta.png" />
7977

78+
8079

8180

8281

@@ -87,10 +86,10 @@
8786

8887
<link rel="stylesheet" href="assets/_mkdocstrings.css">
8988

90-
<link rel="stylesheet" href="stylesheets/extra.css">
91-
9289
<link rel="stylesheet" href="stylesheets/jquery.multiselect.sortable.js.css">
9390

91+
<link rel="stylesheet" href="stylesheets/extra.css">
92+
9493
<script>__md_scope=new URL(".",location),__md_hash=e=>[...e].reduce((e,_)=>(e<<5)-e+_.charCodeAt(0),0),__md_get=(e,_=localStorage,t=__md_scope)=>JSON.parse(_.getItem(t.pathname+"."+e)),__md_set=(e,_,t=localStorage,a=__md_scope)=>{try{t.setItem(a.pathname+"."+e,JSON.stringify(_))}catch(e){}}</script>
9594

9695

@@ -117,7 +116,7 @@
117116

118117

119118

120-
<body dir="ltr" data-md-color-scheme="slate" data-md-color-primary="deep-orange" data-md-color-accent="deep-orange">
119+
<body dir="ltr" data-md-color-scheme="default" data-md-color-primary="deep-orange" data-md-color-accent="deep-orange">
121120

122121

123122
<input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer" autocomplete="off">
@@ -174,7 +173,7 @@
174173

175174

176175

177-
<input class="md-option" data-md-color-media="" data-md-color-scheme="slate" data-md-color-primary="deep-orange" data-md-color-accent="deep-orange" aria-hidden="true" type="radio" name="__palette" id="__palette_0">
176+
<input class="md-option" data-md-color-media="" data-md-color-scheme="default" data-md-color-primary="deep-orange" data-md-color-accent="deep-orange" aria-hidden="true" type="radio" name="__palette" id="__palette_0">
178177

179178

180179
</form>
@@ -230,7 +229,7 @@
230229
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M439.55 236.05 244 40.45a28.87 28.87 0 0 0-40.81 0l-40.66 40.63 51.52 51.52c27.06-9.14 52.68 16.77 43.39 43.68l49.66 49.66c34.23-11.8 61.18 31 35.47 56.69-26.49 26.49-70.21-2.87-56-37.34L240.22 199v121.85c25.3 12.54 22.26 41.85 9.08 55a34.34 34.34 0 0 1-48.55 0c-17.57-17.6-11.07-46.91 11.25-56v-123c-20.8-8.51-24.6-30.74-18.64-45L142.57 101 8.45 235.14a28.86 28.86 0 0 0 0 40.81l195.61 195.6a28.86 28.86 0 0 0 40.8 0l194.69-194.69a28.86 28.86 0 0 0 0-40.81z"/></svg>
231230
</div>
232231
<div class="md-source__repository">
233-
bugfishtm/bugfish-jquery-sortselect
232+
bugfish-jquery-sortselect
234233
</div>
235234
</a>
236235
</div>
@@ -275,7 +274,7 @@
275274
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M439.55 236.05 244 40.45a28.87 28.87 0 0 0-40.81 0l-40.66 40.63 51.52 51.52c27.06-9.14 52.68 16.77 43.39 43.68l49.66 49.66c34.23-11.8 61.18 31 35.47 56.69-26.49 26.49-70.21-2.87-56-37.34L240.22 199v121.85c25.3 12.54 22.26 41.85 9.08 55a34.34 34.34 0 0 1-48.55 0c-17.57-17.6-11.07-46.91 11.25-56v-123c-20.8-8.51-24.6-30.74-18.64-45L142.57 101 8.45 235.14a28.86 28.86 0 0 0 0 40.81l195.61 195.6a28.86 28.86 0 0 0 40.8 0l194.69-194.69a28.86 28.86 0 0 0 0-40.81z"/></svg>
276275
</div>
277276
<div class="md-source__repository">
278-
bugfishtm/bugfish-jquery-sortselect
277+
bugfish-jquery-sortselect
279278
</div>
280279
</a>
281280
</div>
@@ -508,9 +507,6 @@
508507

509508

510509

511-
512-
513-
514510

515511

516512

0 commit comments

Comments
 (0)