Skip to content

Commit

Permalink
fix bug hotkey
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Oct 1, 2017
1 parent 789eda4 commit f1293ef
Show file tree
Hide file tree
Showing 114 changed files with 17,652 additions and 1,570 deletions.
4 changes: 3 additions & 1 deletion .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
exclude_paths:
- "public/**/*"
- "resources/assets/dist/"
- "resources/lang/"
- "resources/stubs/"
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@
/.scrutinizer.yml export-ignore
/tests export-ignore
/docs export-ignore

*.php linguist-language=PHP
*.js linguist-language=PHP
7 changes: 0 additions & 7 deletions .gitignore

This file was deleted.

1 change: 1 addition & 0 deletions .styleci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
preset: psr2
26 changes: 0 additions & 26 deletions .travis.yml

This file was deleted.

17 changes: 17 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# 1.1.4 - 1.1.5 (12.09.2017)
- Added events for role assignment and deletion

# 1.1.2 (06.09.2017)
- Fix bug create user
- Removing unused methods
- Move google analytics to widget

# 1.1.1
- Support Laravel 5.5

# 1.1 (31.08.2017)
- fix config display auth
- Added global permission for superadmin
- Summernote supports "media"
- Shortcut (ctrl + s) save form

# 1.0 (04.08.2017)

- Added menu badges & notifications
Expand Down
11 changes: 4 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"require": {
"php": ">=7.0",
"laravel/framework": "5.4.*",
"laravel/framework": "5.5.*",
"watson/active": "^2.0",
"orchid/defender": "^1.0",
"orchid/alert": "^1.0",
Expand All @@ -41,18 +41,15 @@
"extra": {
"laravel": {
"providers": [
"Orchid\\Platfrorm\\Providers\\FoundationServiceProvider"
"Orchid\\Platform\\Providers\\FoundationServiceProvider"
],
"aliases": {
"Dashboard": "Orchid\\Platfrorm\\Facades\\Dashboard"
"Dashboard": "Orchid\\Platform\\Facades\\Dashboard"
}
}
},
"suggest": {
"orchid/cms": "Laravel package CMS",
"orchid/remote": "Admin Panel for Microservices",
"orchid/socket": "Laravel library for asynchronously serving WebSockets."
},
"minimum-stability": "dev",
"prefer-stable": true
}
}
2 changes: 1 addition & 1 deletion config/platform.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
*/

'main_widgets' => [

Orchid\Platform\Http\Widgets\GoogleAnalyticsWidget::class,
],

];
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"select2": "^4.0.3",
"simple-line-icons": "^2.4.1",
"summernote": "^0.8.3",
"tinymce": "^4.5.7",
"vue": "^2.1.10",
"vue-resource": "^1.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion public/css/orchid.css

Large diffs are not rendered by default.

Binary file added public/fonts/summernote.eot
Binary file not shown.
Binary file added public/fonts/summernote.ttf
Binary file not shown.
Binary file added public/fonts/summernote.woff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion public/js/orchid.js

Large diffs are not rendered by default.

Binary file modified public/summernote/font/summernote.eot
Binary file not shown.
Binary file modified public/summernote/font/summernote.ttf
Binary file not shown.
Binary file modified public/summernote/font/summernote.woff
Binary file not shown.
2 changes: 1 addition & 1 deletion public/summernote/lang/summernote-ar-AR.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/summernote/lang/summernote-bg-BG.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/summernote/lang/summernote-ca-ES.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/summernote/lang/summernote-cs-CZ.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/summernote/lang/summernote-da-DK.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/summernote/lang/summernote-de-DE.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
},
style: {
style: 'Stil',
p: 'p',
p: 'Normal',
blockquote: 'Zitat',
pre: 'Quellcode',
h1: 'Überschrift 1',
Expand Down
Loading

0 comments on commit f1293ef

Please sign in to comment.