29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-27 07:33:41 +00:00
Commit Graph

1923 Commits

Author SHA1 Message Date
Hannes Papenberg
886611d4e7
Adminmenu: Toggle for duplicate menus (#43192) 2024-04-27 11:34:07 +02:00
Dimitris Grammatikogiannis
bd6ca75b4e
[4.4] [bug] Media manager misbehaves on files with capitalized extensions (#43336)
* a

* b

* Update LocalAdapter.php
2024-04-26 16:10:26 +02:00
Martin Kopp
92f2ffb3c6
Joomla! 4.4.4 Stable 2024-04-14 12:13:18 +02:00
Brian Teeman
828c236d3d
[4.4] Cassiopeia back to top (#43057) 2024-03-18 07:35:14 +01:00
Dimitris Grammatikogiannis
49f392dcd5
enforce UTF-8 (#42938) 2024-03-11 17:29:59 +01:00
Rick Spaan
995fea072b
Fix link hover colors and change color theme CSS files order (#42794)
* Fix link and button colors in header footer

* Add hover state color for links, fix theme color web asset order, add hover color to theme color CSS files

* Place theme colors before user.css

---------
2024-03-06 16:45:08 +01:00
Lodder
3ad2ab910b
[4.x] Treeselect fixes (#42895)
* Treeselect fixes

* Only toggle if checkbox isn't disabled

* Fix eol

---------
2024-03-04 16:47:26 +01:00
Quy
6ab1334364
[4.4] Fix help icon not opening help screen (#42820)
* Fix help icon not opening help screen

* Revert "Fix help icon not opening help screen"

This reverts commit 7a13d6607f.

* Proper JS fix

---------

Co-authored-by: Quy <quy@fluxbb.org>
2024-02-22 13:37:00 +01:00
Brian Teeman
d9a443be92
[4.4] Media Manager long filenames (#42691) 2024-01-22 16:49:45 +01:00
Martin Carl Kopp
acda9912af
Build: Create checksum_update.txt file with tags (#42629)
* Build:Create checksum_update.txt file with tags

* Update build/build.php

cs

Co-authored-by: Quy <quy@nomonkeybiz.com>
2024-01-19 14:28:22 +01:00
Rick Spaan
3aa5fa9ba1
Fix link and button colors in header footer (#42504) 2023-12-20 13:22:02 +01:00
Hannes Papenberg
70584306fc
Finder: Do not show error messages for suggestions (#42490) 2023-12-11 14:52:50 +01:00
Dimitris Grammatikogiannis
e28916314a
Use .env files (#42340) 2023-11-16 07:48:47 +01:00
Christian Heel
e5c91e0309
[4.4] translation description text static error pages (#42030)
* move meta declaration

for better upmerge (conflicts #41935)

* same help link element

* check if valid ref

* check if valid elements

* add descText1

* update static error pages

* use early return
2023-11-15 08:03:00 +01:00
Lodder
bf9afa3f9b
Don't force the process to terminate (#42341) 2023-11-14 08:23:43 +01:00
Fedir Zinchuk
12ce681c52
Fix list select (with choicesjs) losing values in subform (#42332) 2023-11-13 10:31:10 +01:00
Fedir Zinchuk
beb3b34c7c
Fix table multiselect (#42330)
* Multiselect update

* Multiselect update

* Multiselect update

* Multiselect update

* Multiselect update

* Update build/media_source/system/js/multiselect.es6.js

Co-authored-by: Dimitris Grammatikogiannis <dg@dgrammatiko.dev>
2023-11-13 09:43:14 +01:00
Dimitris Grammatikogiannis
584d7b00b4
[4.4] Node 20 (#42331)
* Node 20

Signed-off-by: Dimitris Grammatikogiannis <dg@dgrammatiko.dev>

* Update build.js

* sign drone config

---------

Signed-off-by: Dimitris Grammatikogiannis <dg@dgrammatiko.dev>
Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
2023-11-11 16:20:30 +01:00
Lodder
ff0670eda2
Improve build times (#42325) 2023-11-10 13:05:46 +01:00
Fedir Zinchuk
8cfb7f8b71
Fix field Color (Simple) rendering (#42323) 2023-11-10 11:16:41 +01:00
Richard Fath
b9390c5722
Add build tool to check ruleset.xml for obsolete exclude patterns and optionally fix the file (#40278)
* Add tool to check ruleset.xml for obsolete exclude patterns

* Fix PHPCS

* Add option to fix the XML file

* Rename to check_ruleset_xml.php

* Better help text for default value

* Fix comment, too
2023-09-26 07:48:08 +02:00
Olivier Buisard
e093e46b0f
Update template.es6.js (#41909)
Optional chaining fix
2023-09-26 07:44:04 +02:00
Allon Moritz
aa7c5bf768
Merge branch '4.3-dev' into 4.4-dev 2023-09-18 13:20:31 +02:00
Magnus Singer
78bb192670
restrict choicesjs input on container (#41478) 2023-09-13 11:30:13 -04:00
Dimitris Grammatikogiannis
f19d92c96b
Bump node version (#41699)
* Update package.json

* Update .drone.yml

* Update package-lock.json

* changing signature

* Update package-lock.json

* Update package.json

* Reset the indantation to 2 spaces
2023-09-11 21:05:08 +02:00
Allon Moritz
8a036ef6d0
Package version bump (#41678)
* Change the version in the bump script for package.json

* Updated package file

* cs
2023-09-11 14:17:57 +02:00
Cyril Rezé
da378aa2a8
Improve Calendar form field style - Issues #36933 & #33447 (#40761)
* Improve Calendar form field style

* Improve Calendar form field style

* Improve Calendar form field style

* Add files via upload

* Improve Calendar form field style (add RTL)

* Add files via upload

* Improve Calendar form field style

* Improve Calendar form field style

* Improve Calendar form field style

---------

Co-authored-by: Olivier Buisard <olivier.buisard@simplifyyourweb.com>
2023-09-08 18:30:04 +02:00
Allon Moritz
d2929f4de8
Show the plugin name in the update screen (#41537)
* Show the plugin name in the update screen

* cs

---------
2023-09-04 11:46:37 +02:00
Allon Moritz
4db71ec44e
Merge branch '4.3-dev' into 4.4-dev 2023-09-01 10:39:10 +02:00
Allon Moritz
3ea52a7ecf
Check if the pre update check box actually exists (#41467) 2023-08-30 18:04:09 +02:00
Brian Teeman
d35dc78606
[4,3] joomla alert icons (#39312) 2023-08-28 22:18:12 -04:00
heelc29
17adb7a585
modal field check for danger alert (#39173) 2023-08-28 15:25:44 -04:00
Dimitris Grammatikogiannis
2a7248c38b
Update joomla-field-media.w-c.es6.js (#41361) 2023-08-28 13:16:54 -04:00
Magnus Singer
51ccf4fa61
fix calendar positioning (#41477) 2023-08-28 12:30:51 -04:00
Brian Teeman
a10308ad84
[4.4] Disabled Option in Select (#41206)
* [4.4] Disabled Option in Select

* cs
2023-08-17 10:19:26 +02:00
George Wilson
06f5629dfb
[4.4] Fix minor UI issues caused by bootstrap 5.3 version bump (#41286)
* Fix missing variable maps in atum

* Fix color on login page

* Fix codestyle
2023-08-01 11:34:19 +02:00
George Wilson
ca610ebd09
[4.4] Bootstrap 5.3 (#41101)
* Upgrade to bootstrap 5.3

* Restore variable for b/c of com_media overrides

* Fixes for RGB conversions

* Fixes

* Don't use undefined var

* Oops

* Fix path

* New version of system template files

* Move prefix into the variables folder for other scss files

* Remove bs prefix
2023-07-23 11:49:11 +02:00
Martin Kopp
6b40380891 Merge branch '4.3-dev' into Upmerge20230721-3 2023-07-21 20:27:33 +02:00
Martin Kopp
05e40fc168 Merge branch '4.3-dev' into Upmerge-20230721 2023-07-21 10:57:27 +02:00
Geraint Edwards
6a1a72ab25
blur event listeners on target elements must make sure there is an active tour before attempting to focus on the tour buttons! (#41160) 2023-07-20 18:27:17 -04:00
Geraint Edwards
63e43cf7ed
Record currentStepId in sessionStorage when responding to an interactive button - the button may cause a page redirect or form submission (#41155) 2023-07-18 13:10:47 -04:00
jsanders
3a44db8641
Color issue (#40435) 2023-07-01 20:07:20 -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
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
Allon Moritz
0891fcfbcc
Merge branch '4.3-dev' into 4.4-dev 2023-06-23 13:07:20 +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
Allon Moritz
75f992f6f0
Merge branch '4.3-dev' into 4.4-dev 2023-06-05 13:17:11 +02:00
Bear
6bcc4448dd
issue #40701 (#40720) 2023-06-05 13:00:42 +02:00
Mark Fleeson
52d9fcc0f2
End of Support Plugin for Joomla 4.4 (#40565)
* End of Support Plugin for Joomla 4.4

* Update mysql/base.sql - missing ,

* Update plugins/quickicon/eos/src/Extension/Eos.php

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

* Update plugins/quickicon/eos/src/Extension/Eos.php

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

* Update plugins/quickicon/eos/src/Extension/Eos.php

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

* Update plugins/quickicon/eos/src/Extension/Eos.php

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

* Update plugins/quickicon/eos/src/Extension/Eos.php

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

* Update plugins/quickicon/eos/services/provider.php

Co-authored-by: Allon Moritz <allon.moritz@digital-peak.com>

* Update plugins/quickicon/eos/services/provider.php

Co-authored-by: Allon Moritz <allon.moritz@digital-peak.com>

* All requested changes made. Lets see what happens!

* Removed __construct, followed Dimitris and JSanders suggestions

* PHPCs fix again

* Update Eos.php

* Update provider.php

* Update plugins/quickicon/eos/src/Extension/Eos.php

Co-authored-by: Dimitris Grammatikogiannis <dg@dgrammatiko.dev>

* Update plugins/quickicon/eos/services/provider.php

Co-authored-by: jsanders <j53.sanders@gmail.com>

* Update provider.php

* Update plugins/quickicon/eos/src/Extension/Eos.php

Co-authored-by: jsanders <j53.sanders@gmail.com>

* Update to all files to get almost clean PR. Do not Review this one, wait for next please.

Some files are showing in git some are not so this is all 10 files updated to the correct code. The next release will remove the extra spaces in this release which I've added to make sure all 10 files upload. Please do not review this PR but wait for the next one in about 10 mins.

* Ready for checking.

Here's the files ready for checking.

* Updating GetMessageInfo in Eos to correctly just return an array

* Changing Const from Public to Private

* Updates to set language to only load when needed. Fix to allow building

Fix from https://github.com/joomla/joomla-cms/pull/40565#issuecomment-1546882976

* Update stats-message.es6.js

* Update stats-message.es6.js

* Update Eos.php - set hardcoded date to 2025-10-25

* Update stats-message.es6.js - revert changes

---------

Co-authored-by: heelc29 <66922325+heelc29@users.noreply.github.com>
Co-authored-by: Allon Moritz <allon.moritz@digital-peak.com>
Co-authored-by: Dimitris Grammatikogiannis <dg@dgrammatiko.dev>
Co-authored-by: jsanders <j53.sanders@gmail.com>
Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
Co-authored-by: Martin Carl Kopp <6154099+MacJoom@users.noreply.github.com>
2023-05-24 14:20:51 +02:00