Derek Stobbe
Derek Stobbe
We could listen to the Doctrine preRemove lifecycle event and make sure that the ACLs get deleted. This would probably need to be explicitly enabled by the bundle user.
The manager should not create a permission context for an anonymous user... if for some reason, we really DO want to set ACEs for an anonymous user, there should be...
Right now, the default map is pretty sensible: - Super Admin: iddqd - Admin: master - Anonymous: view - User: view + create However, it would be preferable to allow...
Right now, there are potentially a LOT of database calls being made by the ACL Manager. I implemented some rudimentary transactionalization in processPermissions(), but it could be a lot better....
#### Describe the bug When using `gametime.schedule`, after triggering for the first time, a reload will cause the script to stop repeating. Additionally, I can manually start the script after...