-
-
Notifications
You must be signed in to change notification settings - Fork 13
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 #3 from SemanticMediaWiki/release
1.3.0 release
- Loading branch information
Showing
5 changed files
with
57 additions
and
23 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,28 @@ | ||
filter: | ||
excluded_paths: | ||
- 'vendor/*' | ||
|
||
tools: | ||
php_mess_detector: | ||
config: | ||
controversial_rules: { superglobals: false } | ||
php_cpd: true | ||
php_pdepend: true | ||
php_code_coverage: false | ||
php_code_sniffer: true | ||
php_cs_fixer: true | ||
php_loc: true | ||
php_analyzer: true | ||
sensiolabs_security_checker: true | ||
external_code_coverage: | ||
timeout: '900' | ||
|
||
checks: | ||
php: | ||
psr2_class_declaration: false | ||
psr2_switch_declaration: false | ||
sql_injection_vulnerabilities: true | ||
security_vulnerabilities: true | ||
no_eval: true | ||
code_rating: true | ||
duplication: 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
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,10 @@ | ||
This file contains the RELEASE-NOTES of the Semantic Forms Select (a.k.a. SFS) extension. | ||
|
||
### 1.3.0 (2015-11-??) | ||
|
||
* Added the `SFS` PHP namespace | ||
* Added full Composer compatibility and autoloading (PSR-4) | ||
* Added stricter control over how the `scriptSelect.js` is being used (removed JS elements from PHP) and accessed from MediaWiki | ||
* Added `ResourceLoader` support | ||
* Added unit tests and general test coverage support | ||
* Fixed parser call from `Special:FormEdit/DemoAjax1` |
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