29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-17 09:35:35 +00:00
Commit Graph

49241 Commits

Author SHA1 Message Date
Nicholas K. Dionysopoulos
a540f72124
Add shebang to cli/joomla.php and make it executable (#40351)
* Add shebang to cli/joomla.php and make it executable

* Update joomla.php
2023-04-11 08:08:07 +02:00
Allon Moritz
76536ebfee Revert to boot 2023-04-11 07:39:51 +02:00
Allon Moritz
4118d64744 Merge branch '4.3-dev' into 4.4-dev 2023-04-11 07:39:31 +02:00
Dimitris Grammatikogiannis
c891094977
Update _custom-forms.scss (#40350) 2023-04-10 11:15:48 -04:00
heelc29
be17f7a091
[4.4] fix detection of sampledata testing plugin (#40348) 2023-04-09 19:03:26 +02:00
Benjamin Trenkle
6f2cec29a1
[4.3] Deprecation reviews (#38657) 2023-04-09 00:06:01 -04:00
Allon Moritz
b5c6ff8355 Merge branch '4.3-dev' into 4.4-dev 2023-04-07 19:46:00 +02:00
Hannes Papenberg
a5173837b1
Phan: Fixing return docblocks (#40028) 2023-04-06 14:08:12 +02:00
Allon Moritz
88473a5b7f
Restore cache feature in category module (#40316)
* Restore cache feature in category module

* Deprecate ModuleHelper cache function

* cs

* Revert "Deprecate ModuleHelper cache function"

This reverts commit c0c5e05ff3.

---------
2023-04-06 13:25:17 +02:00
Hannes Papenberg
da22e3c96e
phan: Fixes to com_plugins (#40321) 2023-04-06 10:55:35 +02:00
Hannes Papenberg
c65378099d
[4.4] Phan: Fixing banners component (#40095)
* Phan: Fixing banners component

* Update administrator/components/com_banners/src/Extension/BannersComponent.php

Co-authored-by: George Wilson <georgejameswilson@googlemail.com>

* Reverting

* Reverting

* Reverting

* Reverting

* Reverting

* Reverting

* Reverting change

---------

Co-authored-by: George Wilson <georgejameswilson@googlemail.com>
2023-04-06 10:01:59 +02:00
Hannes Papenberg
769ce07d31
Phan: Fixing reference to Exceptions (#40027) 2023-04-06 08:53:10 +02:00
rajputanuj31
05b0aea808
Cypress test to display tags in frontsite (#40334)
* add a test to display tags

* Update Tag.cy.js

* Update Tag.cy.js

* Update db.js

* Update db.js

* missing fields

---------

Co-authored-by: Allon Moritz <allon.moritz@digital-peak.com>
2023-04-06 08:48:05 +02:00
Allon Moritz
bb4e16e7ad
Remove hardcoded category ID in tests (#40335) 2023-04-05 16:09:09 +02:00
Charvi Mehra
c8114617eb
Adding login view test for com_users. (#40291)
* adding login view test for com_users

* blank line

* code style changes

* update

* update

* add test

* update code style

* update

* update

* visiting the login page by the menu item

* Adapt to path update

---------

Co-authored-by: Allon Moritz <allon.moritz@digital-peak.com>
2023-04-05 11:43:54 +02:00
Allon Moritz
6297352084
Detect the component id correctly when creating a test menu item (#40333)
* Detect the component id correctly when creating a test menu item

* Update tests/System/support/commands/db.js

Co-authored-by: Brian Teeman <brian@teeman.net>

---------

Co-authored-by: Brian Teeman <brian@teeman.net>
2023-04-05 11:09:55 +02:00
Hannes Papenberg
2f40c87475
[4.4] Phan: MVC classes (#39985)
* Optimisations from static analysis to MVC classes

* Update libraries/src/MVC/Model/AdminModel.php

Co-authored-by: George Wilson <georgejameswilson@googlemail.com>

* Reverting change

---------

Co-authored-by: George Wilson <georgejameswilson@googlemail.com>
2023-04-05 10:05:16 +02:00
Konstantin Kolos
5296a7b89b
Guided Tours: Fix for Toggle Inline Help and Help buttons (Creating a step) (#40288) 2023-04-04 14:43:10 -04:00
heelc29
784a69fc7c
[4.4] replace deprecated access of input property (#40313)
Co-authored-by: Allon Moritz <allon.moritz@digital-peak.com>
Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
2023-04-04 19:58:48 +02:00
heelc29
cb19affefe
[4.3] Guided Tours fix DisplayController (#40320) 2023-04-04 12:54:18 -04:00
heelc29
a575900ed5
[4.3] Guided Tours specifier %s to %d (#40318) 2023-04-04 11:49:02 -04:00
heelc29
832ca17db9
[4.3] Guided Tours table caption (#40301) 2023-04-04 11:27:41 -04:00
heelc29
fba6bb00f5
[4.3] Guided Tours use global language keys (#40319) 2023-04-04 10:55:53 -04:00
heelc29
6f2ae9d290
[4.3] Guided Tours remove description of permissions fieldset (#40300) 2023-04-04 10:01:59 -04:00
Khushi Rauniyar
65c1603130
Corrected string value for contact alias step (#40308) 2023-04-04 09:37:16 -04:00
Allon Moritz
cd42246ee1
Get ordering from model in module controller (#37635)
* Get ordering from model in module controller

* imports

* Phase 1 convert BRANCH to PSR-12

* Phase 2 convert BRANCH to PSR-12

---------

Co-authored-by: Joomla! Bot <release+joomla-bot@joomla.org>
2023-04-04 15:23:03 +02:00
rajputanuj31
4a67d2530d
Cypress test for Form_View of Contact (#40327)
* add a test for form view of contact

* updates

* Update tests/System/integration/site/components/com_contact/Form.cy.js

* Update Form.cy.js

* Update Form.cy.js

* Update tests/System/integration/site/components/com_contact/Form.cy.js
2023-04-04 14:45:07 +02:00
Brian Teeman
d4c446e160
[4.4] login/log in action vs description (#40326)
https://github.com/joomla/user-interface-text/blob/master/action_or_description.md
2023-04-04 10:21:19 +02:00
Hannes Papenberg
95244158ef
phan: Fixes to Helper classes (#40314)
* phan: Fixes to Helper classes

* Fixing comparison in TagsHelper
2023-04-04 09:25:38 +02:00
Charvi Mehra
5cf7cca225
Adding login module test for custom user (#40240)
* Adding login view test

* code fixing

* adding test to mod_login

* adding blank line

* Delete Login.cy.js

* update

* Update tests/System/integration/site/modules/mod_login/Default.cy.js

* Update tests/System/integration/site/modules/mod_login/Default.cy.js

* Update Default.cy.js

* Update tests/System/integration/site/modules/mod_login/Default.cy.js

---------

Co-authored-by: Allon Moritz <allon.moritz@digital-peak.com>
2023-04-04 08:46:00 +02:00
Hannes Papenberg
62d3b6df87
Nodeinterface: Fixing docblock (#40312) 2023-04-04 08:29:33 +02:00
Hannes Papenberg
7047623c09
phan: Fixes to admin modules (#40322) 2023-04-04 08:26:21 +02:00
Brian Teeman
fb9d83f8e2
[4.3] Fix error from #39537 [a11y] (#40323)
You can't have two buttons with the same text that do different things. I am assuming that this change was made in error by @wilsonge in #39537

### Joomla 4.29

### Joomla 4.3 before this PR

### Joomla 4.3 after this PR

Co-authored-by: Quy <quy@nomonkeybiz.com>
2023-04-04 01:10:02 +02:00
Allon Moritz
f7e458ff63
Convert sampledata plugins to service provider (#40173)
* Convert sampledata plugins to service provider

* Imports

---------
2023-04-03 21:40:19 +02:00
Allon Moritz
1ff5bcce15
Convert media action plugins to service provider (#40169)
* Convert media action plugins to service provider

* cs

* tabs

* void

* DEPLOY

* Update tests/System/integration/plugins/media-action/crop/CropPlugin.cy.js

Co-authored-by: heelc29 <66922325+heelc29@users.noreply.github.com>

* Update tests/System/integration/plugins/media-action/resize/ResizePlugin.cy.js

Co-authored-by: heelc29 <66922325+heelc29@users.noreply.github.com>

* Update tests/System/integration/plugins/media-action/rotate/RotatePlugin.cy.js

Co-authored-by: heelc29 <66922325+heelc29@users.noreply.github.com>

---------

Co-authored-by: heelc29 <66922325+heelc29@users.noreply.github.com>
2023-04-03 20:32:49 +02:00
heelc29
65cda84bce
[4.4] com_messages deprecated toolbar api (#40315) 2023-04-03 19:50:25 +02:00
Carlos Rodriguez
10f4b23de3
Convert mod_articles_category to new structure (#39527)
* Convert mod_articles_category to new structure

* moved this->getDatabase to where is used

* Reviewers fixes

* cs fixes

* new_with_braces, class_definition cs

* revert clear cleanIntrotext name & docsBLock in getList function

* revert cache

* cs fixes, again!

* cs

* cs

* cs

* cy automated test

* removed input from constructor

* accepting 150 characters

* unnecessary param in the test

* revert @since version for helper class

* revert type hinting from functions

* revert docsBlocks

* revert docsBlocks

* revert Helper

* group items used

* revert multiline

* reviews fixes

---------

Co-authored-by: Allon Moritz <allon.moritz@digital-peak.com>
2023-04-03 16:04:21 +02:00
Carlos Rodriguez
3cdeb57bd9
Convert mod_articles_archive to new structure (#39535)
* services/provider file

* dispatcher file

* services/provider content

* Dispatcher content

* Helper class adaptation

* xml entry point

* not used

* fixed wrong namespace

* Changed model for use countItemsByMonth() method

* Display amount of archived articles in each month

* phpcs fixes

* fixed wrong created model

* removed unused property

* describe better the purpose of the method

* more verbose variables and methods names

* cs fixes

* Reviewers fixes

* update

* update

* cy test

* revert Helper class

* changed deprecated getLanguage

* cy test

* Revert output

* Update modules/mod_articles_archive/src/Helper/ArticlesArchiveHelper.php

* Update modules/mod_articles_archive/services/provider.php

* Update modules/mod_articles_archive/services/provider.php

* Update modules/mod_articles_archive/src/Dispatcher/Dispatcher.php

* removing $data variable from getHelper call

* test if an archived article is displayed

---------

Co-authored-by: Allon Moritz <allon.moritz@digital-peak.com>
2023-04-03 15:04:02 +02:00
Hannes Papenberg
7a8b6287d5
[4.4] Converting File class from CMS to framework package (#40257)
* Converting File class from CMS to framework package

* Reverting false conversion
2023-04-03 14:58:48 +02:00
Allon Moritz
6c135dda76 Merge branch '4.3-dev' into 4.4-dev 2023-04-03 09:18:16 +02:00
Olivier Buisard
83079a66ad
Revert to dev
Signed-off-by: Olivier Buisard <olivier.buisard@simplifyyourweb.com>
2023-04-02 02:44:04 -04:00
Olivier Buisard
cf428574d0
Joomla! 4.3.0 RC 2 2023-04-02 02:39:18 -04:00
heelc29
04b9ee8399
[4.3] Guided Tours fix js error (#40282) 2023-04-02 08:49:54 -04:00
Richard Fath
3765fdfd93
[4.3] Fix SQL error "Can't Drop 'asset_id'; check that column/key exists" and checked out Guided Tours module when updating from 4.2.9 or older (#40286) 2023-04-02 08:06:27 -04:00
Quy
338a9402a2
Make filter search string consistent (#40197)
Co-authored-by: Quy <quy@fluxbb.org>
2023-04-01 10:22:27 -05:00
Olivier Buisard
427f41d0eb
Guided tours removal of tour permissions (#40228) 2023-03-31 17:03:15 -05:00
Olivier Buisard
7594a02890
[4.3] [Guided Tours] Fancy select fields are broken and not accessible in tours (#40238) 2023-03-31 16:31:46 -05:00
heelc29
d5f3f18a52
[4.3] fix factory class (#40272) 2023-03-31 15:59:19 -04:00
Dimitris Grammatikogiannis
3ff8356c8d
Update HelpButton.php (#40270) 2023-03-31 09:51:33 -04:00
Fedir Zinchuk
b285fa67e4
Fix validator compatibility break (#40230) 2023-03-30 15:00:22 -04:00