-
Notifications
You must be signed in to change notification settings - Fork 4
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 #163 from iLib-js/development
Merge to master to create bug fix release 14.1.2
- Loading branch information
Showing
174 changed files
with
856 additions
and
9,248 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
name: 🐛 Bug report | ||
about: File a bug report | ||
|
||
--- | ||
|
||
### Category | ||
|
||
[ ] iLib build | ||
[ ] Feature | ||
[ ] Other | ||
|
||
### Description | ||
[//]: # (Describe the bug. Explain what happened and what you expected to happen.) | ||
|
||
### Environment | ||
[//]: # (Describe the relevant environment, e.g. node/npm version, browser version.) | ||
|
||
|
||
### Reproduction Code | ||
[//]: # (Provide source code that demonstrates the bug and/or exact steps to reproduce.) | ||
|
||
### Comments and Screen Shots |
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,22 @@ | ||
--- | ||
name: 💭 Feature Request | ||
about: Request a new feature or modification of an existing one | ||
|
||
--- | ||
|
||
### Category | ||
|
||
[ ] New component | ||
[ ] New feature for existing component | ||
[ ] Modification of existing component or feature | ||
[ ] New locale | ||
[ ] Other | ||
|
||
### Description | ||
[//]: # (Describe the feature and how you expect it to work) | ||
|
||
### Alternative Approaches | ||
[//]: # (Are there any other solutions you considered? Why were those not acceptable?) | ||
|
||
### Comments | ||
|
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,6 @@ | ||
--- | ||
name: 😵 Support | ||
|
||
--- | ||
|
||
If you found a :bug:, open a [bug ticket](https://github.com/iLib-js/iLib/issues), instead. |
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,27 @@ | ||
### Checklist | ||
|
||
* [ ] At least one test case is included for this feature or bug fix. | ||
* [ ] `ReleaseNotes` has added or is not needed. | ||
* [ ] This PR has passed all of the test cases on `Nodejs` and `Chrome Browser`. | ||
* [ ] This PR has passed all of the test cases on `QT/QML`. | ||
* [ ] This is an API breaking change. | ||
* [ ] Requires a major version change. | ||
|
||
|
||
### Issue Resolved / Feature Added | ||
[//]: # (Describe the issue resolved or feature added by this pull request) | ||
|
||
### Resolution | ||
[//]: # (Does the code work as intended?) | ||
[//]: # (What is the impact of this change and *why* was it made?) | ||
|
||
### Additional Considerations | ||
[//]: # (How should the change be tested?) | ||
[//]: # (Are there any outstanding questions?) | ||
[//]: # (Were any side-effects caused by the change?) | ||
|
||
|
||
### Comments | ||
|
||
### Links | ||
[//]: # (Related issues, references) |
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 |
---|---|---|
|
@@ -3,6 +3,7 @@ node_js: | |
- "6" | ||
- "8" | ||
- "9" | ||
- "10" | ||
env: | ||
- CXX=g++-4.8 | ||
before_install: | ||
|
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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"formats": { | ||
"default": "{streetAddress}\n{postalCode} {locality}\n{country}", | ||
"nocountry": "{streetAddress}\n{postalCode} {locality}" | ||
}, | ||
|
||
"startAt": "end", | ||
"fields": [ | ||
{ | ||
"name": "locality", | ||
"line": "last", | ||
"pattern": "([A-zÀÁÂÄÇÈÉÊËÌÍÎÏÒÓÔÙÚÛàáâçèéêëìíîïòóôùúû\\.\\-' ]+)([Cc][Ee][Dd][Ee][Xx]\\s+[0-9]+)?$", | ||
"matchGroup": 1 | ||
}, | ||
{ | ||
"name": "postalCode", | ||
"line": "startAtLast", | ||
"pattern": "[0-9]{5}", | ||
"matchGroup": 0 | ||
} | ||
], | ||
"fieldNames": { | ||
"region": "Parish" | ||
} | ||
} |
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,5 @@ | ||
{ | ||
"fieldNames": { | ||
"region": "Parish" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -16,5 +16,8 @@ | |
"line": "startAtLast", | ||
"pattern": "[0-9]{4}" | ||
} | ||
] | ||
], | ||
"fieldNames": { | ||
"region": "Oblast" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -70,6 +70,6 @@ | |
], | ||
"fieldNames": { | ||
"postalCode": "Post Code", | ||
"region": "State" | ||
"region": "State or Territory" | ||
} | ||
} |
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,5 @@ | ||
{ | ||
"fieldNames": { | ||
"region": "Parish" | ||
} | ||
} |
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,5 @@ | ||
{ | ||
"fieldNames": { | ||
"region": "Division" | ||
} | ||
} |
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,5 @@ | ||
{ | ||
"fieldNames": { | ||
"region": "District" | ||
} | ||
} |
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,5 @@ | ||
{ | ||
"fieldNames": { | ||
"region": "District" | ||
} | ||
} |
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,5 @@ | ||
{ | ||
"fieldNames": { | ||
"region": "District" | ||
} | ||
} |
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,5 @@ | ||
{ | ||
"fieldNames": { | ||
"region": "District" | ||
} | ||
} |
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,5 @@ | ||
{ | ||
"fieldNames": { | ||
"region": "District" | ||
} | ||
} |
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,5 @@ | ||
{ | ||
"fieldNames": { | ||
"region": "Parish" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -51,6 +51,6 @@ | |
} | ||
], | ||
"fieldNames": { | ||
"region": "Governate" | ||
"region": "Governorate" | ||
} | ||
} |
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,5 @@ | ||
{ | ||
"fieldNames": { | ||
"region": "Region" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -12,5 +12,8 @@ | |
"pattern": "(([A-z]+)? ?[A-z]+)$", | ||
"matchGroup": 1 | ||
} | ||
] | ||
], | ||
"fieldNames": { | ||
"region": "State" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -15,5 +15,8 @@ | |
"line": "last", | ||
"pattern": "(FI-)?[0-9]{5}" | ||
} | ||
] | ||
], | ||
"fieldNames": { | ||
"region": "County" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -18,6 +18,7 @@ | |
} | ||
], | ||
"fieldNames": { | ||
"region": "Region", | ||
"postalCode": "Post Code", | ||
"locality": "Town" | ||
} | ||
|
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,5 @@ | ||
{ | ||
"fieldNames": { | ||
"region": "Parish" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -22,5 +22,8 @@ | |
} | ||
|
||
|
||
] | ||
], | ||
"fieldNames": { | ||
"region": "County" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -14,5 +14,8 @@ | |
} | ||
|
||
|
||
] | ||
], | ||
"fieldNames": { | ||
"region": "Region" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -13,5 +13,8 @@ | |
"matchGroup": 1 | ||
} | ||
|
||
] | ||
], | ||
"fieldNames": { | ||
"region": "Region" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -17,5 +17,8 @@ | |
"Guinée forestière" | ||
] | ||
} | ||
] | ||
], | ||
"fieldNames": { | ||
"region": "Prefecture" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -15,5 +15,8 @@ | |
"line": "last", | ||
"pattern": "^[0-9]{3} [0-9]{2}$" | ||
} | ||
] | ||
], | ||
"fieldNames": { | ||
"region": "Region" | ||
} | ||
} |
Oops, something went wrong.