This repository has been archived by the owner on Nov 20, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Conflicts: # client/js/version.js
- Loading branch information
Showing
16 changed files
with
3,796 additions
and
58 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,39 +1,67 @@ | ||
## Type of issue [REQUIRED] | ||
{Choose one: "bug" or "feature request"} | ||
## Type of issue | ||
- [ ] Bug report | ||
- [ ] Feature request | ||
- [ ] Support request | ||
|
||
## Uploader type [REQUIRED] | ||
{Choose at least one: "traditional", "S3", "Azure"} | ||
## Uploader type | ||
- [ ] Traditional | ||
- [ ] S3 | ||
- [ ] Azure | ||
|
||
|
||
## Bug details [DELETE EVERYTHING IN THIS SECTION IF THIS IS A FEATURE REQUEST] | ||
|
||
### Fine Uploader version [REQUIRED] | ||
|
||
<details> | ||
<summary>Bug Report</summary> | ||
|
||
#### Fine Uploader version | ||
{example: 5.5.1} | ||
|
||
### Browsers where the bug is reproducible [REQUIRED] | ||
#### Browsers where the bug is reproducible | ||
{example: "Firefox" and "IE11"} | ||
|
||
### Operating systems where the bug is reproducible [REQUIRED] | ||
{example: "iOS 9.1.0" and "Windows 8.1" | ||
#### Operating systems where the bug is reproducible | ||
{example: "iOS 9.1.0" and "Windows 8.1"} | ||
|
||
### Exact steps required to reproduce the issue [REQUIRED] | ||
#### Exact steps required to reproduce the issue | ||
For example: | ||
1. Select 3 files | ||
2. Pause the 2nd file before it completes, but after it has started. | ||
3. Attempt to resume the paused file. | ||
|
||
### All of your Fine Uploader initialization JavaScript code [REQUIRED] | ||
#### All relevant Fine Uploader-related code that you have written | ||
{simply copy and paste the JS used to control Fine Uploader browsers-ide} | ||
{also include your template HTML if related to a UI issue} | ||
|
||
### Your Fine Uploader template markup (if using Fine Uploader UI and the issue is UI-related) | ||
#### Your Fine Uploader template markup (if using Fine Uploader UI and the issue is UI-related) | ||
{simply copy and paste your template markup} | ||
|
||
### Detailed explanation of the problem [REQUIRED] | ||
{please describe the bug here} | ||
#### Detailed explanation of the problem | ||
{describe the bug here} | ||
</details> | ||
|
||
|
||
|
||
|
||
<details> | ||
<summary>Feature Request</summary> | ||
|
||
#### Feature request details | ||
{why is this feature important, not just for you, but for many others?} | ||
</details> | ||
|
||
## Feature request details [DELETE EVERYTHING IN THIS SECTION IF THIS IS A BUG REPORT] | ||
|
||
### Detailed description of the feature | ||
{also include why this feature is necessary and what problems it solves} | ||
|
||
|
||
<details> | ||
<summary>Support Request</summary> | ||
|
||
#### Fine Uploader version | ||
{example: 5.5.1} | ||
|
||
#### Question | ||
{ask your support question here & be as detailed and clear as possible} | ||
|
||
#### Related code | ||
{post any code related to your question here} | ||
</details> |
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 |
---|---|---|
@@ -1,14 +1,10 @@ | ||
## Brief description of the changes [REQUIRED] | ||
{also describe what problem(s) these changes solve} | ||
## Brief description of the changes | ||
{also describe what problem(s) these changes solve & reference any related issues/PRs} | ||
|
||
|
||
## What browsers and operating systems have you tested these changes on? [REQUIRED] | ||
## What browsers and operating systems have you tested these changes on? | ||
{example: Safari on iOS 9.1.0 and IE11 on Windows 8.1} | ||
|
||
|
||
## Are all automated tests passing? [REQUIRED] | ||
{Choose one: "yes" or "no". If "no", then why not?} | ||
|
||
|
||
## Is this pull request against develop or some other non-master branch? [REQUIRED] | ||
{Choose one: "yes" or "no". If "no", then why not?} | ||
## Have you written unit tests? If not, explain why. | ||
{unit tests should accompany almost all PRs, unless the change is to documentation} |
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
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
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
/*global qq */ | ||
qq.version = "5.13.0"; | ||
qq.version = "5.14.0"; |
Oops, something went wrong.