Eric Richer
Eric Richer
This may have been raised already. The options for Grunt task nggettext_compile need to be documented. I was looking for a way to use requireJs and, by looking at the...
| Q | A |-------------- | ------ | Documentation | no | Bugfix | no | BC Break | no | New Feature | yes | RFC | no |...
### Feature Request | Q | A |------------ | ------ | New Feature | no | RFC | no | BC Break | no #### Summary The version of Bootstrap...
The Internationalization section of the tutorial is very light. It provides an overview that it is possible to add other languages but it does not provide a real example of...
### Bug Report This is not a bug. So I removed the remainder of the section in this issue. We need a Documentation Issue template. The tutorial documentation is out...
## RFC | Q | A | | ------------------- | ------ | | Proposed Version(s) | N/A | | BC Break? | No | ### Goal - Provide instructions for...
Should we split LmcUser into authentication components and MVC components? Objective: - Have a base set of components related to authentication, entity, data mapper - Have a separate set of...
Currently, the authentication service is configured with a `LmcUser\Authentication\Storage\Db` storage. Add a module options to define the storage service to use by the Authentication service, with the default being `LmcUser\Authentication\Storage\Db`....
In the `lmc_user` config, the key `auth_adapters` is expecting an associative array with the following signature: ```php 'lmc_user' => [ 'auth_adapters' => [ 100 => 'firtsadaptername`, // where 100 is...
### Bug Report | Q | A | |------------|-------| | Version(s) | 3.7.0 | #### Summary The namespace of `LmcUser\Db\Adapter\MasterSlaveAdapter` is set to `ZfcBase\Db\Adapter`. It should be `LmcUser\Db\Adapter` The fact...