-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
84 changed files
with
213 additions
and
71 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 |
---|---|---|
@@ -1,62 +1,53 @@ | ||
1.1.12 | ||
------ | ||
# Changelog | ||
|
||
All Notable changes to `yii2-imperavi-widget` will be documented in this file. | ||
|
||
## 1.2.0 | ||
|
||
### Changed | ||
- Extension skeleton (vova07) | ||
|
||
## 1.1.12 | ||
- Added human readable file size and fix `findFiles()` method in `FileHelper` class. (maxmirazh33) | ||
|
||
1.1.11 | ||
------ | ||
## 1.1.11 | ||
- Added 'pt-BR' language. (vova07, lcidral) | ||
|
||
1.1.10 | ||
------ | ||
## 1.1.10 | ||
- Imperavi redactor updated to 10.0.7 (vova07) | ||
|
||
1.1.9 | ||
----- | ||
## 1.1.9 | ||
- Added 'DE' language. (vova07, tonwi) | ||
|
||
1.1.8 | ||
----- | ||
## 1.1.8 | ||
- Fixed README file (vova07) | ||
|
||
1.1.7 | ||
----- | ||
## 1.1.7 | ||
- Imperavi redactor updated to 10.0.6 (vova07) | ||
|
||
1.1.6 | ||
----- | ||
|
||
## 1.1.6 | ||
- Fixed README file (vova07) | ||
|
||
1.1.5 | ||
----- | ||
## 1.1.5 | ||
- Imperavi redactor updated to 10.0.5 (vova07) | ||
|
||
1.1.4 | ||
----- | ||
## 1.1.4 | ||
- Fixes for use GetAction with fileManager plugin (maxmirazh33) | ||
|
||
1.1.3 | ||
----- | ||
## 1.1.3 | ||
- Imperavi redactor updated to 10.0.3 (vova07) | ||
|
||
1.1.2 | ||
----- | ||
## 1.1.2 | ||
- Imperavi redactor updated to 10.0.2 (vova07) | ||
|
||
1.1.1 | ||
----- | ||
## 1.1.1 | ||
- Imperavi redactor updated to 10.0.1 (vova07) | ||
|
||
1.1.0 | ||
----- | ||
## 1.1.0 | ||
- Imperavi redactor updated to 10.0.0 (vova07) | ||
|
||
1.0.1 | ||
----- | ||
|
||
## 1.0.1 | ||
- Imperavi redactor updated to 9.2.5 (vova07) | ||
|
||
1.0.0 | ||
----- | ||
|
||
## 1.0.0 | ||
- Initial release (vova07) |
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,32 @@ | ||
# Contributing | ||
|
||
Contributions are **welcome** and will be fully **credited**. | ||
|
||
We accept contributions via Pull Requests on [Github](https://github.com/2amigos/:package_name). | ||
|
||
|
||
## Pull Requests | ||
|
||
- **[PSR-2 Coding Standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md)** - The easiest way to apply the conventions is to install [PHP Code Sniffer](http://pear.php.net/package/PHP_CodeSniffer). | ||
|
||
- **Add tests!** - Your patch won't be accepted if it doesn't have tests. | ||
|
||
- **Document any change in behaviour** - Make sure the `README.md` and any other relevant documentation are kept up-to-date. | ||
|
||
- **Consider our release cycle** - We try to follow [SemVer v2.0.0](http://semver.org/). Randomly breaking public APIs is not an option. | ||
|
||
- **Create feature branches** - Don't ask us to pull from your master branch. | ||
|
||
- **One pull request per feature** - If you want to do more than one thing, send multiple pull requests. | ||
|
||
- **Send coherent history** - Make sure each individual commit in your pull request is meaningful. If you had to make multiple intermediate commits while developing, please squash them before submitting. | ||
|
||
|
||
## Running Tests | ||
|
||
``` bash | ||
$ phpunit | ||
``` | ||
|
||
|
||
**Happy coding**! |
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,23 +1,26 @@ | ||
{ | ||
"name": "vova07/yii2-imperavi-widget", | ||
"description": "The imperavi redactor widget for Yii framework.", | ||
"description": "The imperavi redactor widget for Yii 2 framework.", | ||
"type": "yii2-extension", | ||
"keywords": ["yii2", "yii 2", "imperavi", "redactor", "wysiwyg", "widget"], | ||
"license": "proprietary", | ||
"keywords": [ | ||
"yii", | ||
"extension", | ||
"imperavi", | ||
"widget", | ||
"yii2", | ||
"yii 2", | ||
"redactor", | ||
"wysiwyg" | ||
], | ||
"homepage": "https://github.com/vova07/yii2-imperavi-widget", | ||
"license": "BSD-3-Clause", | ||
"authors": [ | ||
{ | ||
"name": "Crudu Vasile", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Veaceslav Medvedev", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Alexander Makarov", | ||
"email": "[email protected]", | ||
"homepage": "http://rmcreative.ru/" | ||
} | ||
"email": "[email protected]", | ||
"homepage": "https://github.com/vova07", | ||
"role": "Developer" | ||
} | ||
], | ||
"support": { | ||
"issues": "https://github.com/vova07/yii2-imperavi-widget/issues?state=open", | ||
|
@@ -26,9 +29,22 @@ | |
"require": { | ||
"yiisoft/yii2": "*" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "4.*" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"vova07\\imperavi\\": "" | ||
"vova07\\imperavi\\": "src" | ||
} | ||
}, | ||
"autoload-dev": { | ||
"psr-4": { | ||
"vova07\\imperavi\\tests\\": "tests" | ||
} | ||
}, | ||
"extra": { | ||
"branch-alias": { | ||
"dev-master": "1.0-dev" | ||
} | ||
} | ||
} |
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,29 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<phpunit bootstrap="tests/bootstrap.php" | ||
backupGlobals="false" | ||
backupStaticAttributes="false" | ||
colors="true" | ||
verbose="true" | ||
convertErrorsToExceptions="true" | ||
convertNoticesToExceptions="true" | ||
convertWarningsToExceptions="true" | ||
processIsolation="false" | ||
stopOnFailure="false"> | ||
<testsuites> | ||
<testsuite name="Test Suite"> | ||
<directory>tests</directory> | ||
</testsuite> | ||
</testsuites> | ||
<filter> | ||
<whitelist> | ||
<directory suffix=".php">src/</directory> | ||
</whitelist> | ||
</filter> | ||
<logging> | ||
<log type="tap" target="build/report.tap"/> | ||
<log type="junit" target="build/report.junit.xml"/> | ||
<log type="coverage-html" target="build/coverage" charset="UTF-8" yui="true" highlight="true"/> | ||
<log type="coverage-text" target="build/coverage.txt"/> | ||
<log type="coverage-clover" target="build/logs/clover.xml"/> | ||
</logging> | ||
</phpunit> |
File renamed without changes.
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,8 +17,6 @@ | |
* | ||
* @author Vasile Crudu <[email protected]> | ||
* | ||
* @version 1.1.12 | ||
* | ||
* @link https://github.com/vova07/yii2-imperavi-widget | ||
* @link http://imperavi.com/redactor | ||
* @license https://github.com/vova07/yii2-imperavi-widget/blob/master/LICENSE.md | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0
helpers/FileHelper.php → src/helpers/FileHelper.php
100644 → 100755
File renamed without changes.
0
messages/config.php → src/messages/config.php
100644 → 100755
File renamed without changes.
File renamed without changes.
0
messages/en/imperavi.php → src/messages/en/imperavi.php
100644 → 100755
File renamed without changes.
0
messages/pt-BR/imperavi.php → src/messages/pt-BR/imperavi.php
100644 → 100755
File renamed without changes.
0
messages/ru/imperavi.php → src/messages/ru/imperavi.php
100644 → 100755
File renamed without changes.
Oops, something went wrong.