29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-08-03 17:50:26 +00:00
Commit Graph

49787 Commits

Author SHA1 Message Date
Olivier Buisard
3b63e1364b
Revert to dev
Signed-off-by: Olivier Buisard <olivier.buisard@simplifyyourweb.com>
2023-07-02 11:58:56 -04:00
Olivier Buisard
6bac8a9741
Joomla! 4.3.3 RC 1 2023-07-02 11:38:46 -04:00
zero-24
3d8e6d2d30
reset to dev 2023-07-02 16:38:30 +02:00
zero-24
f58c2dde01
Joomla! 3.10.12 Release Candidate 1 2023-07-02 16:21:09 +02:00
github-actions[bot]
d358b5afa4
Update CA cert file (#39116)
Co-authored-by: wilsonge <wilsonge@users.noreply.github.com>
2023-07-02 15:21:42 +02:00
jsanders
3a44db8641
Color issue (#40435) 2023-07-01 20:07:20 -04:00
heelc29
f900ab88a6
[4.3] Update readme (#41088) 2023-07-01 17:58:28 -04:00
joomla-translation-bot
170805f94f
Translation Update (#40731)
* Language update

* Language update

* Language update

* Language update

* Language update

* Language update

* Language update

* Language update

* Language update

* Language update

* Language update

* Language update

* Language update

* Language update

* Language update

* Language update

* Language update

* Language update

* Language update

* Language update

* Language update

* use 4.3-dev branch for translation bot

* Language update

* Language update

* Language update

* Language update

* Language update

* Language update

* Language update

* Language update

* Language update

* Language update

* Language update

* Language update

* Language update

* Language update

* Language update

* Language update

* Language update

* Language update

* Language update

* Language update

* Language update

* Language update

---------

Co-authored-by: Franciska Perisa <9084265+fancyFranci@users.noreply.github.com>
Co-authored-by: Christian Heel <66922325+heelc29@users.noreply.github.com>
Co-authored-by: Stefan Wendhausen <stefan.wendhausen@tec-promotion.de>
Co-authored-by: Olivier Buisard <olivier.buisard@simplifyyourweb.com>
Co-authored-by: Harald Leithner <leithner@itronic.at>
2023-06-30 15:02:07 +02:00
Allon Moritz
7d05a44a64
Merge branch '4.3-dev' into 4.4-dev 2023-06-30 10:14:18 +02:00
Allon Moritz
b9d646cc0c
Add a text function for plugins (#41081) 2023-06-29 14:18:17 +02:00
Brian Teeman
507922c74e
[4.3] spelling atributes/attributes (#41076) 2023-06-28 12:08:30 -04:00
Allon Moritz
713fa828c1
Change generic _ name to text in views (#41079) 2023-06-28 14:21:44 +02:00
Allon Moritz
c4ee583718
Do not import global classes (#41078) 2023-06-28 14:01:50 +02:00
heelc29
7411a6eb64
[4.4] Container Database (#37844)
* Improve Container DatabaseDriver

* Improve Container DatabaseDriver

* update to DatabaseInterface

* Update SysinfoModel.php

* add more

* add more

* add more

#37625 (Inject the database into the installer)

* psr12 part 1

* Revert "psr12 part 1"

This reverts commit 1f42948f91.

* Phase 1 convert BRANCH to PSR-12

* Phase 2 convert BRANCH to PSR-12

* no longer needed
2023-06-28 13:11:30 +02:00
heelc29
411beee4d0
[4.4] fix namespace for mailer factory unit test (#41075) 2023-06-28 01:14:10 +01:00
Martin Kopp
b359c1c8c3
Merge branch '4.4.0-alpha' into 4.4-dev 2023-06-27 13:42:19 +02:00
Martin Kopp
11bb74ba2c
Revert to dev
Signed-off-by: Martin Kopp <kopp05@infotech.ch>
2023-06-27 13:25:04 +02:00
Allon Moritz
ff3417b3d9
Merge branch '4.3-dev' into 4.4-dev 2023-06-26 21:37:39 +02:00
Lab5 - Webdesign | Programmierung | Grafik
0699a74b1b
Update FormField.php - Code roboration. (#40488)
Proper checking of isset conditions, roborating the code.
Otherwise, in case there is no form set, code will crash ( with error : "Call to a member function getXml() on null" ).
Please Update the code accordingly.

Co-authored-by: Allon Moritz <allon.moritz@digital-peak.com>
2023-06-26 19:45:11 +02:00
Allon Moritz
e7920e0b22
Adds a code style rule to check if there are unused imports (#41004)
* Adds a code style rule to check if there are unused imports

* alignment
2023-06-26 19:34:49 +02:00
Brian Teeman
5c9be1d34e
[4.3] Inclusive Naming master (comment) (#41022) 2023-06-26 11:32:23 -04:00
Allon Moritz
dab5efd098
Move media tests to the correct folder (#41057)
* Move media tests to the correct folder

* cs
2023-06-26 17:06:57 +02:00
Fedir Zinchuk
082e8a1f93
Plugin Debug use dummy session (#39526) 2023-06-26 10:51:49 -04:00
Allon Moritz
717fdb2d30
Merge branch '4.3-dev' into 4.4-dev 2023-06-26 15:36:35 +02:00
Allon Moritz
126fa04dfe
Media manager should consider path variable (#40704) 2023-06-26 09:11:50 -04:00
Allon Moritz
b0c15df994
Merge pull request #40992 from Kaushik1216/kaushik-patch-1
Added test for Banners Client
2023-06-26 11:01:04 +02:00
Brian Teeman
4be5db776c
[4.3] Inclusive Naming master (various) (#41020)
We should be using inclusive naming throughout the cms not just in the language strings.

Changes "master" to "main" or "source" as appropriate,

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

### 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

Co-authored-by: Quy <quy@nomonkeybiz.com>
2023-06-26 01:15:49 +02:00
Brian Teeman
ff47dff1ff
[4.3] Inclusive Naming master display controller (#41019)
* [4.3] Inclusive Naming master display controller

We should be using inclusive naming throughout the cms not just in the language strings.

Changes "master display controller" to "display controller",

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

### 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-25 22:29:59 +01:00
Allon Moritz
1c7bf563ef
Merge branch '4.4-dev' into kaushik-patch-1 2023-06-24 23:38:49 +02:00
Allon Moritz
4facc93a07
Update Client.cy.js 2023-06-24 23:38:40 +02:00
Allon Moritz
e2186dda7b
lower case 2023-06-24 23:38:04 +02:00
Allon Moritz
2d48db7938
lower case 2023-06-24 23:37:14 +02:00
Allon Moritz
1e4ac24dd9
all lower case 2023-06-24 23:36:12 +02:00
Martin Kopp
36e4e3080f
Joomla! 4.4.0 Alpha 2 2023-06-24 15:18:57 +02:00
Richard Fath
4b2afc346c
Fix PHPCS error from PR #41031 (#41035) 2023-06-24 13:23:37 +02:00
Mark Fleeson
461e148a00
EOS - Plugin Disabling Quick Icon Display and adding correct text definitions (#40774)
* Disabling Quick Icon Display and adding correct text definitions and Joomla 5 links

Disabling Quick Icon Display and adding correct text definitions and Joomla 5 links

* Adding Special:MyLanguage to messageLinks

* Updating Joomla x.x to Joomla! x.x in language definitions and formatting

Changing language definitions to use Joomla!
Removing commented out code
Fixing indent.

* Removing ! from Language strings for Joomla!

Based on doc rules:
Rule: No Bang!
References to Joomla in language strings should not include the exclamation point unless it is at the end of a sentence that is intended to be exclamatory.

* Removing unnecessary field values, changing text back to correct non icon-new-tab

Not sure how but language definitions wound back. Here's the correct versions from my test server.
Also removed the extra fields that are now not needed as displaying a quickicon is no longer in the functionality requirements.

* Formatting fix

* Cleaning code

Removing unnecessary language definitions
Removing unneeded code

---------

Co-authored-by: Allon Moritz <allon.moritz@digital-peak.com>
Co-authored-by: Martin Carl Kopp <6154099+MacJoom@users.noreply.github.com>
2023-06-24 13:21:11 +02:00
Richard Fath
092594685d
Update to changes from PRs #40743 and #40783 (#41031) 2023-06-24 12:11:31 +02:00
Allon Moritz
e92cc6bdb1
Merge branch '4.3-dev' into 4.4-dev 2023-06-24 12:03:43 +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
Dimitris Grammatikogiannis
a8be6ef925
[4.3] Better cache invalidation (#40893) 2023-06-23 16:47:12 -04:00
Brian Teeman
4795ba2c00
[4.3] ComponentDispatcher comments (#41005) 2023-06-23 16:22:10 -04:00
Brian Teeman
da5d5b3f09
[4.3[] action logs module code comments (#41006) 2023-06-23 14:59:06 -04:00
Kaushik Vishwakarma
be58db5428
Merge branch '4.4-dev' into kaushik-patch-1 2023-06-23 23:52:32 +05:30
Kaushik1216
8798dcd891 resolve error 2023-06-23 22:46:14 +05:30
Brian Teeman
2660f957a1
[4.3]LogtypeField code comment (#41007) 2023-06-23 13:05:25 -04:00
Allon Moritz
f1d370d804
Ensure a language is set in all views (#41021) 2023-06-23 18:53:47 +02:00
Allon Moritz
8c810a1024
Inject the database into the installer script when possible (#40724)
* Inject the database into the installer script when possible

* Proxy the database in the legacy installer class
2023-06-23 14:03:38 +02:00
Allon Moritz
0891fcfbcc
Merge branch '4.3-dev' into 4.4-dev 2023-06-23 13:07:20 +02:00
Allon Moritz
e5eb843950
Update dependencies (#40783)
* Update dependencies

* update

* update npm
2023-06-23 12:33:35 +02:00
Brian Teeman
912c352df4
[4.4] Inclusive Naming abort (comments) (#41025)
We should be using inclusive naming throughout the cms not just in the language strings.

Changes "abort" to "stop" 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-23 10:25:15 +01:00