- 01 Jul, 2017 8 commits
-
-
Nicolas Widart authored
-
Nicolas Widart authored
Add a --demo flag that runs all optional flags.
-
Nicolas Widart authored
-
Nicolas Widart authored
-
Nicolas Widart authored
-
Nicolas Widart authored
-
Nicolas Widart authored
-
Nicolas Widart authored
-
- 29 Jun, 2017 9 commits
-
-
Nicolas Widart authored
-
Nicolas Widart authored
Failsafe if the user isn't set on a revision to use empty string. Fixes #308
-
Nicolas Widart authored
-
Nicolas Widart authored
-
Nicolas Widart authored
-
Nicolas Widart authored
-
Nicolas Widart authored
-
Nicolas Widart authored
-
Nicolas Widart authored
-
- 28 Jun, 2017 10 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
-
- 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 4 commits
-
-
Nicolas Widart authored
-
Nicolas Widart authored
-
Nicolas Widart authored
-
Nicolas Widart authored
-