Julien Lambé
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,...
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...
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....
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...
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...
Create an utility command to update the database tables prefix as well as special options names related to the `$prefix` variable.
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...
### 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.
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...