Julien Lambé

Results 33 issues of Julien Lambé

Describe in details your feature. If the feature is modifying or proposing a new API, make sure to provide a code sample. If your feature is UI related, please attach...

feature

Propose a structure in order to define a list of capabilities and to which roles they have to be associated.

module:user

Setup PHPStan on core framework source code as well as configuring it for a new project skeleton.

feature

Build factories for core WordPress models: - [ ] Post factory - [ ] Post meta factory - [ ] User factory - [ ] User meta factory - [...

### Description In order to smooth package development and provide l10n and i18n support using gettext methods, it would be best that the framework defines a common function in order...

feature

- Themosis Version: 2.0.5 - WordPress Version: 5.3.3 - PHP Version: 7.3 ### Description The editor field renders the TinyMCE editor within a metabox context. The editor field React component...

minor
module:field

Build a Twig custom tag in order to handle the default WordPress loop into Twig templates. ```php {% loop %} // Loop through posts {% else %} // No posts...

feature
module:view