Julien Lambé

Results 33 issues of Julien Lambé

Current implementation for release 2.0 of page settings UI has been not been fully refactored and is not implementing a support for all the fields provided by the framework (media,...

feature

At the moment, the date field is only providing a native date input. We can add an option to provide an alternative date field for browsers that do not yet...

module:field

Currently the session is not fully working on the administration of WordPress. The session driver is well loaded but no data can be stored or "fetched" from an administration page....

minor
help wanted

Current implementation of the asset finder does not support relative paths with query parameters. The given relative path is used to locate an asset on the filesystem. The finder should...

feature
module:asset

Now that the framework is bundled with a powerful CLI tool, it's time to think about providing a command that allows developers to change the default public directory `htdocs` to...

feature

Create an utility command to update the database tables prefix as well as special options names related to the `$prefix` variable.

good first issue
module:cli

Provide support for container auto-resolution of dependencies with type-hinted parameters on administration page controllers. ```php $page = Page::make('slug', 'Title) ->set(); $page->route('/', 'PageController@index'); ``` Then we calling the `index` method to...

module:page
enhance

Rewrite the infinite field.

module:field

### Description Provide a tab inside the WordPress "menus" system to easily insert links to named routes. The tab should only list named routes attach to `GET` requests.

feature

For developers using the `themosis/themosis` stack, setup a file cache system for WordPress. The first iteration for this cache will be by using files but it has to be flexible...

feature
open discussion