- 28 Jun, 2017 3 commits
-
-
Nicolas Widart authored
-
Nicolas Widart authored
-
Nicolas Widart authored
-
- 24 Jun, 2017 2 commits
-
-
Nicolas Widart authored
Adding additional tests to cover the removal of multiple tags at once. And making sure all tag links have been removed upon removing an entity.
-
Nicolas Widart authored
The orWhere statement caused tags not to be found. Fixed issue when having an entity with 3 tags, updating it with 0 tags, remove all 3 links. This wasn't the case before.
-
- 22 Jun, 2017 1 commit
-
-
Nicolas Widart authored
in 5.4 this broke and isn't searching for the id column and not the key column.
-
- 17 Jun, 2017 1 commit
-
-
Ryan Chan authored
Laravel 5.4 compatibility
-
- 16 Jun, 2017 1 commit
-
-
Nicolas Widart authored
-
- 15 Jun, 2017 3 commits
-
-
Nicolas Widart authored
-
Nicolas Widart authored
Wildcard listener can now listen directly to an interface, that events are implementing.
-
Nicolas Widart authored
-
- 14 Jun, 2017 1 commit
-
-
Motch Julien authored
See https://laravel.com/docs/5.4/upgrade >set() method should be changed to ->put() .... Sessions:Symfony Compatibility Laravel's session handlers no longer implements Symfony's SessionInterface. Implementing this interface required us to implement extraneous features that were not needed by the framework. Instead, a new Illuminate\Contracts\Session\Session interface has been defined and may be used instead. The following code changes should also be applied: All calls to the ->set() method should be changed to ->put(). Typically, Laravel applications would never call the set method since it has never been documented within the Laravel documentation. However, it is included here out of caution. All calls to the ->getToken() method should be changed to ->token(). All calls to the $request->setSession() method should be changed to setLaravelSession().
-
- 13 Jun, 2017 13 commits
-
-
Nicolas Widart authored
-
Nicolas Widart authored
-
Nicolas Widart authored
-
Nicolas Widart authored
-
Nicolas Widart authored
-
Nicolas Widart authored
-
Nicolas Widart authored
-
Nicolas Widart authored
-
Nicolas Widart authored
-
Nicolas Widart authored
-
Nicolas Widart authored
-
Nicolas Widart authored
-
Nicolas Widart authored
-
- 06 Jun, 2017 2 commits
-
-
Nicolas Widart authored
-
Nicolas Widart authored
-
- 05 Jun, 2017 2 commits
-
-
Nicolas Widart authored
-
kay899 authored
* Fixing typo error for lang 1) Fixing a typo error for success message 2) Use individual success message for deleting an API key With this change everyone can add his own translations * Adding new translation key Needed for fix in ApiKeysController
-
- 15 May, 2017 3 commits
-
-
Nicolas Widart authored
-
Marcus Reinhardt authored
* Allow other database drivers With this changes, it's possible to define another database driver. It's now also possible to change the port. Moved from https://github.com/AsgardCms/Core/pull/103 * Update ConfigureDatabase.php removed spaces * Update EnvFileWriter.php
-
Salva Camarasa authored
Update Datatables lang files Implementation of chunked uploads
-
- 04 May, 2017 1 commit
-
-
Stairmaster authored
* Added CSS classes to the menu items with children * Remove whitespace at the end of lines
-
- 01 Mar, 2017 7 commits
-
-
Nicolas Widart authored
-
Nicolas Widart authored
-
Nicolas Widart authored
-
Nicolas Widart authored
-
Nicolas Widart authored
-
Nicolas Widart authored
Allow user Welcome and Password Reset email subjects to be translated
-
Micheal Mand authored
Signed-off-by: Micheal Mand <micheal@kmdwebdesigns.com>
-