29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-21 03:22:52 +00:00
Commit Graph

150 Commits

Author SHA1 Message Date
Martin Kopp
4b690a0ba6
Revert to dev
Signed-off-by: Martin Kopp <kopp05@infotech.ch>
2024-05-28 22:40:30 +02:00
Martin Kopp
5304d8ed90
Joomla! 4.4.5 Stable 2024-05-28 15:25:16 +02:00
Martin Kopp
43293d0603
Revert to dev
Signed-off-by: Martin Kopp <kopp05@infotech.ch>
2024-04-16 22:22:44 +02:00
Martin Kopp
a7b4aecff8
Joomla! 4.4.4 Rc 1 2024-03-28 20:47:32 +01:00
Martin Kopp
b0663caf26
Revert to dev
Signed-off-by: Martin Kopp <kopp05@infotech.ch>
2024-02-20 16:16:39 +01:00
Martin Kopp
55f2082f32
Joomla 4.4.3 Stable 2024-02-19 15:44:22 +01:00
Martin Kopp
26cf45c21c
Revert to dev
Signed-off-by: Martin Kopp <kopp05@infotech.ch>
2024-01-09 16:51:01 +01:00
Martin Kopp
a31a19c007
Joomla! 4.4.2 Rc 1 2024-01-03 15:00:20 +01:00
Martin Kopp
1354da155f
Revert to dev
Signed-off-by: Martin Kopp <kopp05@infotech.ch>
2023-11-28 15:47:16 +01:00
Martin Kopp
16681afbd4
Joomla! 4.4.1 Rc 1 2023-11-18 15:26:09 +01:00
Martin Kopp
04c9945ae6
Revert to dev
Signed-off-by: Martin Kopp <kopp05@infotech.ch>
2023-10-17 18:06:33 +02:00
Martin Kopp
4b89519792
Joomla! 4.4.0 Rc 1 2023-10-03 13:36:15 +02:00
Martin Kopp
de81247f92
Joomla! 4.4.0 Beta 1 2023-09-05 16:59:53 +02:00
Martin Kopp
2d066dd1da
Joomla! 4.4.0 Alpha 4 2023-08-21 22:15:28 +02:00
Martin Kopp
c9daff4941
Joomla! 4.4.0 Alpha 3 2023-07-24 17:58:54 +02:00
Martin Kopp
36e4e3080f
Joomla! 4.4.0 Alpha 2 2023-06-24 15:18:57 +02:00
Brian Teeman
06393cd5de
[4.4] Inclusive Naming abort (language strings) (#41024)
We should be using inclusive naming throughout the cms not just in the language strings.

Changes "abort" to "error" or "cancel" as appropriate,

### Rationale
https://inclusivenaming.org/word-lists/tier-1/abort/

### Test
Code review Only

### Documentation
New page will be added to manual.joomla.org shortly

### Note
This is part of a series of pull requests that are submitted separately to make reviewing easier
2023-06-24 11:34:39 +02:00
Allon Moritz
4f2ae76fed Joomla! 4.4.0 Alpha 1 2023-05-31 16:58:50 +02:00
Brian Teeman
5688809184
[4.4] set the correct version number for 4.4 (#40071)
* [4.4] set the correct version number for 4.4

code review

the only thing not changed that should be are some of the dates and codenames in version.php

* status
2023-03-10 16:13:45 +01:00
Olivier Buisard
f6989f2b44
Joomla! 4.3.0 Beta 4 2023-03-05 10:54:35 -05:00
Olivier Buisard
94f2e88abf Merge branch '4.2-dev' into upmerge-2023-03-03
# Conflicts:
#	libraries/src/HTML/Helpers/Grid.php
#	plugins/authentication/joomla/src/Extension/Joomla.php
2023-03-03 14:05:38 -05:00
Charvi Mehra
5e3d8489c3
Making the encoding consistent- changing lowercase utf to uppercase (#39951) 2023-02-26 20:17:02 -05:00
Brian Teeman
20c24dbff8
[4.2] lang string (#39923) 2023-02-26 20:26:08 +01:00
Brian Teeman
e3f21ebcd6
[4.2] select category string (#39930)
corrects the capitalisation
2023-02-25 09:47:46 +01:00
Roland Dalmulder
56c6ad360c
Reset to dev 2023-02-20 19:12:26 +01:00
Roland Dalmulder
5897df8ee3
Joomla! 4.2.8 Stable 2023-02-15 10:19:14 +01:00
Olivier Buisard
126ac970fb
Joomla! 4.3.0 Beta 1 2023-02-04 11:02:30 -05:00
Olivier Buisard
ef8b0318fe Merge branch '4.2-dev' into upmerge-2023-02-03
# Conflicts:
#	administrator/components/com_admin/script.php
#	administrator/components/com_finder/src/Indexer/Query.php
#	administrator/components/com_finder/src/Indexer/Token.php
#	administrator/language/en-GB/install.xml
#	administrator/language/en-GB/langmetadata.xml
#	administrator/manifests/files/joomla.xml
#	administrator/manifests/packages/pkg_en-GB.xml
#	api/language/en-GB/install.xml
#	api/language/en-GB/langmetadata.xml
#	build/build-modules-js/javascript/build-com_media-js.es6.js
#	components/com_tags/src/View/Tag/HtmlView.php
#	installation/language/en-GB/langmetadata.xml
#	installation/src/Response/JsonResponse.php
#	language/en-GB/install.xml
#	language/en-GB/langmetadata.xml
#	libraries/namespacemap.php
#	libraries/src/Application/WebApplication.php
#	libraries/src/Cache/CacheStorage.php
#	libraries/src/Form/Field/CalendarField.php
#	libraries/src/Form/Field/CaptchaField.php
#	libraries/src/Form/Field/MediaField.php
#	libraries/src/Form/Field/PasswordField.php
#	libraries/src/Form/Field/RulesField.php
#	libraries/src/Form/Field/SqlField.php
#	libraries/src/Helper/TagsHelper.php
#	libraries/src/Installer/Adapter/PluginAdapter.php
#	libraries/src/User/User.php
#	libraries/src/Version.php
#	plugins/content/loadmodule/loadmodule.php
2023-02-03 19:04:22 -05:00
FancyFranci
a0af64608c
Reset to dev 2023-01-30 22:12:00 +01:00
FancyFranci
79fc0720b9
Joomla! 4.2.7 Release Candidate 1 2023-01-22 14:21:50 +01:00
Stefan Wendhausen
1882874495
[4.2] Inconsistency in permission rules - configure options only - API (#39682) 2023-01-22 12:34:22 +01:00
Olivier Buisard
995a8e8822
Joomla! 4.3.0 Alpha 3 2023-01-21 10:33:27 -05:00
SD Williams
a67eb417ce Joomla! 4.3.0 Alpha 2 2022-12-17 16:21:43 -06:00
FancyFranci
cf218445e1
Reset to dev 2022-12-13 13:37:36 +01:00
FancyFranci
c2705aacb0
Joomla! 4.2.6 Release Candidate 1 2022-12-03 23:35:00 +01:00
Olivier Buisard
348bb80b6b
Joomla! 4.3.0 Alpha 1 2022-11-18 13:53:41 -05:00
FancyFranci
d35d0dd7ea
Reset to dev 2022-11-08 16:04:35 +01:00
FancyFranci
e0748111e7
Joomla! 4.2.5 Stable 2022-11-06 22:48:57 +01:00
Benjamin Trenkle
8cb9f22909
Revert to dev 2022-10-26 18:58:47 +02:00
Roland Dalmulder
8927b3d685
Joomla! 4.2.4 stable 2022-10-25 16:15:46 +02:00
Olivier Buisard
3ecfd681cd Merge branch '4.2-dev' into upmerge-2022-10-21
# Conflicts:
#	administrator/language/en-GB/com_templates.ini
2022-10-21 09:42:54 -04:00
Crystal Dionysopoulos
c3788cfdcd
Removing unnecessary "Table of" from table caption strings. (#38761)
* Removing unnecessary "Table of" from table caption strings.

Screen readers announce the element type by default; if an individual has set their device to not announce element types, that is their choice. Similar to having "image of" in alt text or "link to" in a link.

See https://russmaxdesign.github.io/accessible-forms/accessible-name-table04.html for how different screen readers handle table captions by default.

Closes #35279

* Whoops, one got changed that shouldn't have. Reverting Table of Contents to still be Table of Contents.

* Missed a few table captions, fixed now

* Last one.

* Update administrator/language/en-GB/plg_system_webauthn.ini

Co-authored-by: Quy <368084+Quy@users.noreply.github.com>

* Update administrator/language/en-GB/com_languages.ini

Co-authored-by: Quy <368084+Quy@users.noreply.github.com>

* Last one, I think

Co-authored-by: Quy <368084+Quy@users.noreply.github.com>
2022-10-20 16:56:33 +02:00
Roland Dalmulder
c6f20059c8
Reset to dev 2022-09-27 16:41:17 +02:00
Olivier Buisard
450c8aeba8 Merge branch '4.2-dev' into upmerge-2022-09-03
# Conflicts:
#	.gitignore
#	administrator/language/en-GB/install.xml
#	administrator/language/en-GB/langmetadata.xml
#	administrator/manifests/files/joomla.xml
#	administrator/manifests/packages/pkg_en-GB.xml
#	api/language/en-GB/install.xml
#	api/language/en-GB/langmetadata.xml
#	installation/language/en-GB/langmetadata.xml
#	language/en-GB/install.xml
#	language/en-GB/langmetadata.xml
#	libraries/src/Version.php
2022-09-03 22:02:12 -04:00
Roland Dalmulder
5ae9dff3b0
Reset to dev 2022-09-02 21:48:45 +02:00
Roland Dalmulder
c2191a79bc
Joomla! 4.2.2 Stable 2022-09-02 21:41:35 +02:00
Brian Teeman
6031e24acf
Use ellipsis - part 1 (#38638)
* Use ellipsis - part 1

Following the style guide and accessibility recommendations this PR changes the use of ... (dot dot dot) to the html entity for an ellipsis.

For example some screenreaders will announce the three dots eg read more dot dot dot but with an ellipsis they pause and do not say dot dot dot

This PR is only for the language strings. A further PR will follow to address truncation

* Update administrator/language/en-GB/joomla.ini

Co-authored-by: Stefan Wendhausen <stefan.wendhausen@tec-promotion.de>

* Update api/language/en-GB/joomla.ini

Co-authored-by: Stefan Wendhausen <stefan.wendhausen@tec-promotion.de>
2022-08-31 22:34:04 +02:00
Roland Dalmulder
797c32a9c9
Reset to dev 2022-08-30 16:00:56 +02:00
Roland Dalmulder
937df36b85
Reset to dev 2022-08-16 14:10:17 +02:00
Roland Dalmulder
526934f5a6
Joomla! 4.2.0 Stable 2022-08-16 14:05:35 +02:00