29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-20 19:15:27 +00:00
Commit Graph

7 Commits

Author SHA1 Message Date
George Wilson
032ea5d32d Joomla! 3.9.14
-----BEGIN PGP SIGNATURE-----
 
 iQHIBAABCgAyFiEEc8tLlhrb4aveTfJiRzuTXEnqGwgFAl34mZsUHGxlaXRobmVy
 QGl0cm9uaWMuYXQACgkQRzuTXEnqGwhOYAv+PgzapMJWw6Hic32RIfVrgQtbl4ac
 gybmYhBLFeSd4qrc1Ya8+Fsx79U1RR1elkrZGB1Rm5/vGvHqgFI9JzmpbK8wGTWF
 yU46g9rDM++2M08qQQxg8a2vx9VoN5yvccPi7oKEpU4gzRcEsPr9ih406dtPlSBZ
 w38jmD8J/DF0TcOuWS0dZjEF8NtbxGFGS6x9Wc4ZyYoPvfsqpjYXKnc70ExifSgc
 373B+vCkyhvHaW+aA4nZ50WuZHd3Rasf4VNB8JVz8hXMnnJf2zwthWaJtWiwjLeS
 u6x59xbsibQqZImlqdooSbIKROY3ZjVgNPCrYk4Iolm6MD8khIm4rvOmGP1Nrrr8
 fZrBuN42ynv5tLutuSwSJSPXvX+RGjgPSeLSGM8FXujtCoxNJrbP3qo7EdkIofAD
 BPwwRDUiorRFwT4JfMqyBHSrM4BUqOlFN+9wi7oVM/405LfmTx3K0zfh2YCPvRXt
 IybdpfYAld7RQb6KWONf42Q/+mEVE5/wJhRe
 =KyXf
 -----END PGP SIGNATURE-----

Merge tag '3.9.14' into 4.0-dev

Joomla! 3.9.14
2020-03-04 18:50:06 +00:00
Brian Teeman
59b8a3171a [4.0] Search inputmode (#27426)
Mobile and touch devices will load a different keyboard depending on the inputmode. This is already implemented for several fields eg url and email

This PR enables it for search fields

As search fields are not a separate field type but type="text" we either have to create a new field type or it has to be added via the form xml. Support for the xml option  was (surprisingly) already implemented so I just had to add the inputmode=search to the xml.

To test this you will need either a mobile device or a touch enabled computer with a virtual keyboard.

When you enter the search field you will see a slightly different keyboard than normal - the actual layout of which is dependent on your device. On my touch screen it looks like this
2020-01-07 12:42:04 +00:00
Brian Teeman
f77ea18680 [4.0] Create global name ascending string (#26798)
In #26797 I created a global string for "Name ascending" and "Name descending"

This PR uses that global string instead of duplicating the string in each component
2019-10-25 23:05:59 +01:00
Brian Teeman
f2e56493a3 [4.0] [a11y] Table Options (#22008)
* [4.0] [a11y] Table Options

The table options drop down contains multiple select inputs
None of them are accessible as they don't have a label

This PR adds a label for each select with a class of sr-only (screenreader only)

Unfortunately there is no label attribute present in the xml son I had to add it. To avoid creating more work for translators I am reusing (where possible) the language string we are using for the default empty  value eg Select Position

For test purposes I have only updated administrator/index.php?option=com_modules

If this is ok I will do the same for all filter_XXXX.xml

* JGLOBAL_LIST_LIMIT - add and standardise

* JGLOBAL_SORT_BY

* filter

* cs

* Update filter_tags.xml

* Update filter_associations.xml

* missed one

* conflict fix

* remove unused strings - thanks @quy

* Update filter_featured.xml

* remove unused
2018-10-04 09:22:46 +02:00
Brian Teeman
e4b9c4dcb3 [4.0] remove popover (#17071)
* [4.0] com_banners remove popover

This is a proof of concept for #17044 to remove the redundant popovers.

PURELY for the purpose of testing this concept I have quickly displayed the remaining popover as inline text - THIS PART IS NOT FOR REVIEW - it is just to demonstrate how few remaining descriptions we will have

In addition you will notice that the remainining descriptions are not very good. They are manuals not tips, hints or descritpions and can be drastically reduced or rewritten. AGAIN this text is not for review here

* demonstration only

* add com_content config options

* contact item

* one more

* missed one

* added com_users

* menus

* finish com_menus

* com_joomlaupdate

* com_messages

* com_messages

* com_newsfeeds

* com_redirects

* com_search

* com_finder

* com_tags

* com_templates

* com_templates

* com_plugins

* modules first pass

* com_content, com_categories and various

* user profile

* profile again

* com_admin, com_config

* cleanup

* com_fields, com_languages

* user plugins

* plugins two factor

* plugins system

* plugins search

* plugins - authentication

* plugins - captcha

* plugins - content

* plugins - editors

* plugins fields

* oops forgot some modules

* front end views and menu options

* further review

* mod _related

* further remove

* pagination results to pagination summary

* tabs

* language stemmer

* undo

* show rss link

* oops i forgot the tags component

* missed some

* com-config tidyup

* unused banners strings

* unused strings

* frontend edit profile

* mod_feed

* mod articles latest

* modules

* more module stuff

* Labels and descriptions are not used in filters

* review again

* complete module review

* plugin review

* oops i forgot to save this file before committing
2017-07-28 10:25:41 +01:00
Allon Moritz
d010e948c4 Namespace installer fields (#17034) 2017-07-09 21:08:19 +01:00
Allon Moritz
718388b382 Move forms to top level 2017-06-01 11:06:51 +02:00