joomla-framework icon indicating copy to clipboard operation
joomla-framework copied to clipboard

[READ-ONLY] This repo is no longer in active development. Please see https://github.com/joomla-framework for the individual Framework packages.

Results 43 joomla-framework issues
Sort by recently updated
recently updated
newest added

I have a Joomla! 3.6.5 setup running with a custom theme on https://example.com/de/competitons/ In the administrator backend i turned off my caching by setting `Global Configuration -> System -> Cache...

This PR adds an HTML 5 color picker form field. This includes the necessary changes as per the spec here: http://www.w3.org/TR/html5/forms.html#color-state-(type=color) Includes unit test. Add this to a form using:...

Hello, I just mentioned a little bug: If I want to use https://docs.joomla.org/Form_field#Showon I can not use the multiple-tag on the field that should be hidden, if field one has...

When I switch the language the url parameters are not passed

Updated installation instructions via composer to use the `composer require` command without specifying a version. This is the new recommended way of providing this information and it leads to composer...

If I am not completely mistaken, this line is neccessary, because the database object will not be set in the parent class.

I update the joomla-frameworks using composer. and then I executed the following commands. # phpdoc.bat -d htdocs/joomla-framework-master -t htdocs/out --template="responsive-twig" --markers="TODO,FIXME" here's error. ![phpdoc-error bmp](https://cloud.githubusercontent.com/assets/8005673/3419453/e65c31c0-fe64-11e3-9f2d-617116db0bea.jpg)

Updates Joomla Framework from a Composer Library to a Composer Metapackage Will need version information added when it is time to release Does not include phpcs as requirements for phpcs...

The xml format as form definition is hardcoded in the current Form implementation. It should be decoupled so it's possible for example to define forms in json or yaml format.