Joomla! Feature Roadmap
3rd party dev experience: Improve default code
- Details
Developing custom extensions requires writing considerable amounts of repetitive code over and over again. Core could reduce that amount by providing more sensible default code behavior.
3rd party dev experience: Standardize horizontal component API
- Details
Joomla offers a couple of generic "build blocks" (so called horizontal components), that can be re-used in different extensions, i.e. Categories, Tags or Custom Fields. Currently, using those blocks is painful as they have inconsistent implementations, requiring devs to put effort into learning how to use all of them individually.
Sidewide Content-Language Filter
- Details
Provide a "I want to edit the XYZ language version of the site"-like feature in the frontend, which would allow Authors (or more specific: translators) to concentrate on one language version at a time without the need to set the language filter in all views individually.
Ajaxified Backend
- Details
Perform administrative tasks in the backend (i.e. unpublishing an article in a list) without a full page reload.