Aldo Tripiciano
Aldo Tripiciano
In order to support exposed filters and advanced querying of content, we need to create ElasticSearch support in Quanta. This feature should include at very least: - elastic search inclusion...
A qtag can be filtered using the access module: i.e. [QTAG|filter=role@logged] The filter are currently defined in access.hook.inc We need to create a hook (i.e. hook_access_filters()) , so that each...
In the localization module, we recently introduced the [t function](https://github.com/quantacms/quanta/blob/8f51583a532d46ca5917eb1fcac3f301a37a7e03/engine/modules/core/localization/localization.module#L13) as a wrapper for translatable text. While we still didn't integrate po management, it would be useful to start wrapping...
We need to create a way to do inline replacement of single files (i.e. node thumbnail, user avatar...). This should (probably?) be done using Shadow, with its [single](https://github.com/quantacms/quanta/blob/master/engine/modules/core/shadow/tpl/single.inc) display output....
In "manage files" tab, in node edit screens, we want to support multiple view modes. Just as it happens in normal OSs views, we want at very least to support:...
Doctor check should make sure that file system requirements are met: - temporary folder must be writable by the web server (check folder owner and / or permissions and compare...
Create a "blog" install profile with a nice layout.
We need the [garbage collector](https://github.com/quantacms/quanta/blob/master/engine/modules/core/environment/Garbage.class.inc) to become an useful and powerful tool, able to get rid of whatever is unused and consuming resources. A good starting point would be removing...
Write all the documentation required so that Quanta user can make good use of the powerful [grid](https://github.com/quantacms/quanta/tree/master/engine/modules/core/grid) module.
We need to integrate Behat tests (using composer) in Quanta, in order to facilitate testing, preventing regressions, allow continuous integration, etc. 5-10 basic tests with custom behaviors (i.e. login, add...