Eric Richer

Results 27 issues of 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 |...

Enhancement

### Feature Request | Q | A |------------ | ------ | New Feature | no | RFC | no | BC Break | no #### Summary The version of Bootstrap...

Enhancement

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...

Enhancement

### 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...

Documentation

## RFC | Q | A | | ------------------- | ------ | | Proposed Version(s) | N/A | | BC Break? | No | ### Goal - Provide instructions for...

RFC

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...

enhancement
V4

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`....

enhancement
V4

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
V3

### 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...

bug