Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Final CodeMirror integration #170

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
e744ca6
Codemirror integration
NickGoodwind May 27, 2022
df6a3e5
Merge pull request #1 from NickGoodwind/nickg
NickGoodwind May 27, 2022
4f5f5cc
Changes to the Widget class to implement AssetBundle for codemirror f…
NickGoodwind May 27, 2022
0a7578a
Merge branch 'master' of https://github.com/NickGoodwind/yii2-imperav…
NickGoodwind May 27, 2022
b323bfb
Remove unused doc comments
NickGoodwind May 27, 2022
167413c
Prepare for new release
NickGoodwind May 27, 2022
4055fb3
Merge branch 'nickg' of https://github.com/NickGoodwind/yii2-imperavi…
NickGoodwind May 27, 2022
e5c0fc2
Redactor modification to allow the correct integration with CodeMirror
NickGoodwind May 27, 2022
902c6d0
Merge pull request #1 from NickGoodwind/nickg
NickGoodwind May 27, 2022
d7c35cb
CodeMirror themes inclusion and asset modification
NickGoodwind May 27, 2022
6cb5077
Merge branch 'master' of https://github.com/NickGoodwind/yii2-imperav…
NickGoodwind May 27, 2022
fadccc1
Merge branch 'master' of https://github.com/NickGoodwind/yii2-imperav…
NickGoodwind May 28, 2022
fdaf709
Merge branch 'nickg' of https://github.com/NickGoodwind/yii2-imperavi…
NickGoodwind May 28, 2022
86bee26
Merge pull request #2 from NickGoodwind/nickg
NickGoodwind May 28, 2022
adf8218
Updated CodeMirror theme assets location
NickGoodwind May 28, 2022
46405e5
Added new gitignore rule
NickGoodwind May 28, 2022
1339895
Merge pull request #3 from NickGoodwind/nickg
NickGoodwind May 28, 2022
660991a
Structure update to remove unnecesari parent folder
NickGoodwind May 28, 2022
d29c90e
Merge pull request #4 from NickGoodwind/nickg
NickGoodwind May 28, 2022
6d7ff91
Update README.md
NickGoodwind May 28, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
11 changes: 0 additions & 11 deletions .gitattributes

This file was deleted.

6 changes: 1 addition & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
# General
/build
/vendor
/phpunit.xml
/composer.lock
*.DS_Store
35 changes: 0 additions & 35 deletions .scrutinizer.yml

This file was deleted.

23 changes: 0 additions & 23 deletions .travis.yml

This file was deleted.

74 changes: 3 additions & 71 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,77 +1,9 @@
# Changelog

All notable changes to `yii2-imperavi-widget` will be documented in this file.
All notable changes to the 2.0.11 vova07 `yii2-imperavi-widget` will be documented in this file.

## 2.0.11
## 1.0

### Changed
- Fixed `table.js` bug by replacing `size()` with `length`. (bocceli)
- Added `this.build.addCodeMirror()` method to the `redactor.js` file to enable codemirror integration

## 2.0.10

### Changed
- Added `Spanish` translation for `widget` messages. (jcvalerio)

## 2.0.9

### Changed
- Completed `Ukrainian` translation. (Sensetivity)

## 2.0.8

### Changed
- Add `Slovak` language support. (snickom)

## 2.0.7

### Changed
- Fix the issue #130 add a custom clips throw settings. (bscheshirwork)

## 2.0.6

### Changed
- Prevent addition of wrong construction `"=""` into various tags. (solks)

## 2.0.5

### Changed
- Fix Ukrainian code inside of `uk.js` file. (do6po)

## 2.0.4

### Changed
- Fix for all webkit-based browsers. (bzz445)
- Fix the file name for Ukrainian language. (vova07)

## 2.0.3

### Changed
- Minor documentation fixes. (vova07)

## 2.0.2

### Changed
- Minor documentation fixes. (vova07)

## 2.0.1

### Changed
- Fix the issue #112 related with multiple widget's instances assets registration. (vova07)
- Adjust the documentation. (vova07)
- Adjust the widget's actions documentation blocks. (vova07)
- Refactor javascript custom plugins to use official registration approach. (vova07)

## 2.0.0

### Changed
- Fix numerous bugs and issue related with the redactor wrapper. (vova07)
- Rewrite tests and fix travis suites. (vova07)
- Replace `UploadAction` with `UploadFileAction`. (vova07)
- Replace `GetAction` with two new actions: `GetFilesAction` and `GetImagesAction`. (vova07)
- Add delete files functionality to `file manager`. (vova07)
- Add delete images functionality to `image manager`. (vova07)
- Add `translit` support to `UploadFileAction`. (vova07)
- Add better error messages for unsuccessful requests on images and files upload. (vova07)
- Remove `FileHelper` in favor of `BaseFilehelper`. (vova07)
- Add localization for `image manager` and `file manager`. (vova07)
- Add localization for `fullscreen` plugin. (vova07)
Loading