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

Update intervention image provider #4

Closed
wants to merge 3 commits into from
Closed

Update intervention image provider #4

wants to merge 3 commits into from

Conversation

patrickbrouwers
Copy link
Contributor

~2.1 supports Laravel 5 with Intervention\Image\ImageServiceProviderLaravel5 as service provider

zedee pushed a commit to zedee/Media that referenced this pull request Mar 24, 2017
zedee pushed a commit to zedee/Media that referenced this pull request Mar 24, 2017
fe00a0a Fixing the saveTranslated method for cleaned data array
9d34552 Merge pull request AsgardCms#6 from nWidart-Modules/add-db-credentials-to-laravel-config
3fdbaf5 Add the database credentials to laravel config
4f3a6fd Merge pull request AsgardCms#5 from nWidart-Modules/new-database-setup
95ac2fd Writing the database informations
e9ead32 Merge pull request AsgardCms#4 from nWidart-Modules/publish-core-assets
ec6d1f9 Publishing assets in the install command
08d92cc Merge pull request AsgardCms#3 from nWidart-Modules/adding-install-command
ba18ca5 Adding a platform install command

git-subtree-dir: Modules/Core
git-subtree-split: fe00a0a369325f12c9db1cf471789cd660c07d2c
zedee pushed a commit to zedee/Media that referenced this pull request Mar 24, 2017
7eef842 Adding the translated breadcrumb
c82ef0a Adding flash notifications on dashboard
26e5069 Adding the auth admin filter
9dc1f33 Modifying the prefix
b4f5ff4 Adding a route localisation filter
0d68263 Add localised routes
1858da2 Adding .gitignore
32e6cb7 File organisation
b0c820a File organisation
abc9e9e Clean up
62e8bb1 Add basic permissions
c730747 Logging a user in for the dasboard test
fc846dd Adding filters for admin dashboard
b8925c3 Adding module description
80f9f90 Adding a sidebar view composer
d4654fd Adding welcome message
755a73c Adding tests
b6a20d0 First Commit
REVERT: eec30df Removing Session as a core module
REVERT: f9adf87 Adding configuration for custom file browsing
REVERT: fe00a0a Fixing the saveTranslated method for cleaned data array
REVERT: 9d34552 Merge pull request AsgardCms#6 from nWidart-Modules/add-db-credentials-to-laravel-config
REVERT: 3fdbaf5 Add the database credentials to laravel config
REVERT: 4f3a6fd Merge pull request AsgardCms#5 from nWidart-Modules/new-database-setup
REVERT: 95ac2fd Writing the database informations
REVERT: e9ead32 Merge pull request AsgardCms#4 from nWidart-Modules/publish-core-assets
REVERT: ec6d1f9 Publishing assets in the install command
REVERT: 08d92cc Merge pull request AsgardCms#3 from nWidart-Modules/adding-install-command
REVERT: ba18ca5 Adding a platform install command
REVERT: 450a7ec Adding i18n and l10n dependencies
REVERT: 2d989d8 Adding global CMS dependencies
REVERT: 079f044 Fixing a naming leak
REVERT: 2b1aa42 Renaming functions to respect the RESTful spec
REVERT: 739090e Merge branch 'develop'
REVERT: 90efaf2 Adding the filters to the core module
REVERT: cc0f737 Merge pull request #2 from nWidart-Modules/feature/CoreRepositories
REVERT: 41c9bbc renamed from Core to Base
REVERT: 9174308 added PHPdoc
REVERT: 8402aaa created Repository Interface  + implements it in AbstractCoreRepository
REVERT: 92a9280 Adding translations for datatables
REVERT: 5c12260 Setting the default lang to the browser language
REVERT: f0e4955 Changing controllers for now structure
REVERT: bf70b74 Add a Service provider loader from other modules
REVERT: 5bcccd3 Removing sidebar event classes
REVERT: 0b8e3ae Add a navigation helper to sort the items
REVERT: 14b9bb6 Adding more general translations
REVERT: 2162e5f Adding general translation keys
REVERT: 836f241 Add a language selector
REVERT: b62d698 Cleaning up the filter helper
REVERT: 0cc4602 Change the filter to accept a local prefix
REVERT: 7380176 Change the filter in the admin controller. Add more documentation to the i18n helper
REVERT: b8efd04 Adding workbench as a core module. Fixes #1
REVERT: b63dbfc Comment out the dd
REVERT: 69cd8a2 Move the listener code in the SP
REVERT: afe0b21 Adding listeners
REVERT: 7a48b87 Adding gitignore
REVERT: 7975809 Playing with events
REVERT: 912d771 Using symfonys getPreferendLanguage
REVERT: 5e558f4 Setting the browser lang for testing env
REVERT: b918717 Removing dd
REVERT: 6aaf541 Adding local setter. Add language helper class
REVERT: 3f18ea9 Modifying configuration
REVERT: 5629a59 Configuration
REVERT: 22820a2 Adding a base filter class
REVERT: 13864c7 Adding an empty permissions edge case
REVERT: a7aa510 Adding a core modules Configuration. Pointing the profile link to the user edit view
REVERT: 7b7064d Adding the permission manager test
REVERT: b982a16 Fixing the iCheck load
REVERT: 63ceab3 Adding a permissions manager
REVERT: f954ed1 Modifing some minor styling
REVERT: e05b3aa Fixing the sidebar request check
REVERT: c4e02e7 Adding the user first last name to the sidebars
REVERT: 9ce9026 Adding a base admin controller
REVERT: 6fb444d Adding logout link
REVERT: db7d73d Removing the sidebar link from core module
REVERT: e83a782 Adding module description
REVERT: e8f31bb Adding a weight sorting option for the sidebar items
REVERT: 2bba2a1 Adding a view creator
REVERT: 043c561 Removing test from core module
REVERT: 86fcb0e Moving the dashboard views outside the core module
REVERT: 6aec5be First commit

git-subtree-dir: Modules/Core
git-subtree-split: 7eef842a2ef0f0e2e8d0c6ba95c3931097579a84
zedee pushed a commit to zedee/Media that referenced this pull request Mar 24, 2017
eec30df Removing Session as a core module
f9adf87 Adding configuration for custom file browsing
fe00a0a Fixing the saveTranslated method for cleaned data array
9d34552 Merge pull request AsgardCms#6 from nWidart-Modules/add-db-credentials-to-laravel-config
3fdbaf5 Add the database credentials to laravel config
4f3a6fd Merge pull request AsgardCms#5 from nWidart-Modules/new-database-setup
95ac2fd Writing the database informations
e9ead32 Merge pull request AsgardCms#4 from nWidart-Modules/publish-core-assets
ec6d1f9 Publishing assets in the install command
08d92cc Merge pull request AsgardCms#3 from nWidart-Modules/adding-install-command
ba18ca5 Adding a platform install command
450a7ec Adding i18n and l10n dependencies
2d989d8 Adding global CMS dependencies
079f044 Fixing a naming leak
2b1aa42 Renaming functions to respect the RESTful spec
739090e Merge branch 'develop'
90efaf2 Adding the filters to the core module
cc0f737 Merge pull request #2 from nWidart-Modules/feature/CoreRepositories
41c9bbc renamed from Core to Base
9174308 added PHPdoc
8402aaa created Repository Interface  + implements it in AbstractCoreRepository
92a9280 Adding translations for datatables
5c12260 Setting the default lang to the browser language
f0e4955 Changing controllers for now structure
bf70b74 Add a Service provider loader from other modules
5bcccd3 Removing sidebar event classes
0b8e3ae Add a navigation helper to sort the items
14b9bb6 Adding more general translations
2162e5f Adding general translation keys
836f241 Add a language selector
b62d698 Cleaning up the filter helper
0cc4602 Change the filter to accept a local prefix
7380176 Change the filter in the admin controller. Add more documentation to the i18n helper
b8efd04 Adding workbench as a core module. Fixes #1
b63dbfc Comment out the dd
69cd8a2 Move the listener code in the SP
afe0b21 Adding listeners
7a48b87 Adding gitignore
7975809 Playing with events
912d771 Using symfonys getPreferendLanguage
5e558f4 Setting the browser lang for testing env
b918717 Removing dd
6aaf541 Adding local setter. Add language helper class
3f18ea9 Modifying configuration
5629a59 Configuration
22820a2 Adding a base filter class
13864c7 Adding an empty permissions edge case
a7aa510 Adding a core modules Configuration. Pointing the profile link to the user edit view
7b7064d Adding the permission manager test
b982a16 Fixing the iCheck load
63ceab3 Adding a permissions manager
f954ed1 Modifing some minor styling
e05b3aa Fixing the sidebar request check
c4e02e7 Adding the user first last name to the sidebars
9ce9026 Adding a base admin controller
6fb444d Adding logout link
db7d73d Removing the sidebar link from core module
e83a782 Adding module description
e8f31bb Adding a weight sorting option for the sidebar items
2bba2a1 Adding a view creator
043c561 Removing test from core module
86fcb0e Moving the dashboard views outside the core module
6aec5be First commit
REVERT: 7eef842 Adding the translated breadcrumb
REVERT: c82ef0a Adding flash notifications on dashboard
REVERT: 26e5069 Adding the auth admin filter
REVERT: 9dc1f33 Modifying the prefix
REVERT: b4f5ff4 Adding a route localisation filter
REVERT: 0d68263 Add localised routes
REVERT: 1858da2 Adding .gitignore
REVERT: 32e6cb7 File organisation
REVERT: b0c820a File organisation
REVERT: abc9e9e Clean up
REVERT: 62e8bb1 Add basic permissions
REVERT: c730747 Logging a user in for the dasboard test
REVERT: fc846dd Adding filters for admin dashboard
REVERT: b8925c3 Adding module description
REVERT: 80f9f90 Adding a sidebar view composer
REVERT: d4654fd Adding welcome message
REVERT: 755a73c Adding tests
REVERT: b6a20d0 First Commit

git-subtree-dir: Modules/Core
git-subtree-split: eec30df1db1f2df9ad34c95d5df482696103b00d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant