Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/joomla/cassiopeia

Home of the Cassiopeia frontend template working group for version 4 of the Joomla! Content Management System
https://github.com/joomla/cassiopeia

[4.0] Fix duplicate "Sample Data - Multilingual" plugin in database on 4.0 sites which have been updated from 3.10 (#30945)

1543f3170ac0456eaa2ce3b1e2df85271b757d86 authored over 4 years ago
Fix typos

8d6e710bc9770b632fc6e45072315dd241872769 authored over 4 years ago
Merge pull request #29024 from Harmageddon/privacy_policy_menu_item

[4.0] Option to use a menu item for privacy policy.

5813af58abdc61c8c71bcdf4302d5a0bb1b505b3 authored over 4 years ago
Merge pull request #30317 from Fedik/debug-log3

[4.0] Fix debug logging. Move logging to application

94fb700eb558a34394d315f419c1653fce985888 authored over 4 years ago
Merge pull request #30262 from hans2103/feature/table-head-for-large-table

[4.0] [a11y] add sr-only text to first column of table head

9b0ecc4e669b8fcfda9fb9684a44712c164d3bfb authored over 4 years ago
Merge pull request #30823 from brianteeman/yk4-introimage-a11y

[4.0] blog intro image

9271820aa9e06ff9ae01d038ffadf8f6fecf49f3 authored over 4 years ago
Merge pull request #31048 from SharkyKZ/j4/impr/image/webp

[4.0] Add WebP support to Image library

f5c3531ddcbb9915488e819477bac8d3c0e5a0d9 authored over 4 years ago
Merge pull request #31074 from infograf768/4.0_trash_dropdown

[4.0] Take off the Trash dropdown Action when filtering by trashed items

c2468abfc46a71f3c0a66f4e40a255cb70452ae7 authored over 4 years ago
Merge pull request #31095 from Quy/hide-help-toolbar

[4.0] Hide gear icon since no toolbar to display

d11e5295be84f8a82fdba6b13ab878ed7dbab0ec authored over 4 years ago
Merge pull request #31058 from PhilETaylor/switchcleanup

[4] Cleanup of switch statements to remove code smell & adhere to code style guidelines

f182633c3bdc1f07176b9f58c5e58a846e28062a authored over 4 years ago
Update HtmlView.php

cs fix

4cd7acba8dc91fdf4c3a7c5c7ebc7a66ae34477e authored over 4 years ago
[4.0] Fix retrieving articles for contact (#31107)

cd3fee2def02c28484fcb45503f233163de24e42 authored over 4 years ago
no need to check again code.edit.state

928a680982c6adb7acf347e39955fe814b51f4a6 authored over 4 years ago
Return is unnecessary as the last statement in a void method (#31051)

24403c0f5e2ae14e24967a9116b2d59033fa1495 authored over 4 years ago
Fixing "expand all" for com_finder (#31073)

cb26538df0562b0c2bc5f5829ed4edf99d64c56b authored over 4 years ago
Remove unused namespace declaration (#31007)

546ce96b9fc9a0cff954f670bced19de32fc33db authored over 4 years ago
Merge branch '4.0-dev' of github.com:joomla/joomla-cms into switchcleanup

# Conflicts:
# components/com_contact/src/View/Contact/HtmlView.php

58f1af4fa67a31f9048796813c7b4d4dee260df3 authored over 4 years ago
Fix paths (#31102)

Fix paths in codeowners file.

a84d617232b3454fa98e50731993214513122443 authored over 4 years ago
Fixed frontend module editing for non-superusers. (#30779)

99e5e75ffe7cdce1c25e90029dfbd55b9c3c0618 authored over 4 years ago
Correcting addInline() to support WebAssetItemInterface and String, as planed (#30986)

5e782a1bd8134a2f4e4f99ebb9eb4faacd52430d authored over 4 years ago
Remove unused array - Array is only updated, but never queried (#31057)

bc66cf0683ccf80f2aa914e98a278150418171ac authored over 4 years ago
[4.0] Share image link (#30855)

* [4.0] Share image link

Steps to reproduce the issue
Go to media manager in admin, select a...

fd83d4a1f90afd7c6cad64f296fb0b6a0c4cbdd8 authored over 4 years ago
[4] Update PHPDoc comment to match method signatures in installation app (#31060)

* Update PHPDoc comment to match method signatures in installation app

* Update PHPDoc commen...

bb31ff652e7d1ac04edf5df3cbf4a1f49aabb34f authored over 4 years ago
[4.0] Non-empty, non-matching searches shouldn't return anything (31040)

This fixes #30967. When empty searches are allowed and the search is non-empty, but not matching...

c326b480c8c1a454245ec69453f51b88b4ad4d95 authored over 4 years ago
Return value type is not compatible with declared (#31061)

Return value type is not compatible with declared type in PHPDoc block

9290d81948e757b9b03473c59e15bd1aa94ea270 authored over 4 years ago
Variable key is used in both the inner and outer foreach loops (#31066)

Variable key is used in both the inner and outer foreach loops which could cause issues (it does...

41fb3dc17e37919202fa33df840d474f0034a31c authored over 4 years ago
[4.0] Move calls out of the loop (#31080)

* Move calls out of the loop

* Combine pathinfo() calls

f4b26449d5020a3ddb1f909c0f21b232212b561c authored over 4 years ago
Add missing import for exception (#31081)

Add missing import so that "Exception\ResourceNotFound" is correctly resolved.

59732cb3349215852c1dd36720dd58d1b9d741eb authored over 4 years ago
[4.0] Extra space cpanel tables (#31030)

Removes the margin bottom from tables included in cpanel cards.

df34f5c9dab71a13d50f31daad30026b67338d66 authored over 4 years ago
Merge branch '4.0-dev' into development

3d0bd07703fb2bd9c60af53f0af8d60434037dbf authored over 4 years ago
[4.0] Replace old contact icons by icons (#30985)

* Add Icon Webpage to contact config

* add webpage to the list, add alt-texts to images, remo...

b5fe9af138da15d423de548cc089e6bca95f8ded authored over 4 years ago
[4.0] Expired content shown in tag view (#31097)

* Expired content shown in tag view

* Use strict

df267dea7a970c377a43f43401fd197ce798fb6e authored over 4 years ago
[4.0] Fix Tags Compact list bug (#31093)

f865a3f2095bc6d904770c48cecc3422ee09f6a6 authored over 4 years ago
Hide toolbar since no options available

74815cad8cdc13e9f9d9adec68f9ae7c0e36537c authored over 4 years ago
Use --cassiopeia-color-link for links (#177)

Change color: var(--cassiopeia-color-primary); to color: var(--cassiopeia-color-link);
Colour f...

1d6bdc982ed371f9ad20dfc763dbc63c01a07fcb authored over 4 years ago
Update administrator/components/com_installer/src/Model/InstallerModel.php

Co-authored-by: SharkyKZ <[email protected]>

1ab132431ac44897d3af9fe5919c9cfa23591e8f authored over 4 years ago
Update administrator/components/com_installer/src/Model/InstallerModel.php

Co-authored-by: SharkyKZ <[email protected]>

25aa4bbd12d2e9eac7fbf40d4a6a030882f86c6f authored over 4 years ago
Merge branch '4.0-dev' into development

5318c161a060f4b8be5e420e4643171736632b3e authored over 4 years ago
[4.0] Frontend: correcting Tags layouts (#30998)

Co-authored-by: Quy <[email protected]>

704452016b44bedb1a970ce8bce3268c4d04ed02 authored over 4 years ago
[4] Ternary Expression can be safely replaced with condition removing codesmell (#31071)

Co-authored-by: Harald Leithner <[email protected]>

2fb7a4959e6aae9d167e4b2a6f8253414cf598c4 authored over 4 years ago
[4] fix obviously wrong docs (#31064)

* docs

* more obviously wrong docs

cdd3222015a56037984524ff4045e53eb15bcebc authored over 4 years ago
Ignore missing template description (#31047)

4f17a6c056e5de1aa0ff9ec4e46070349488eea4 authored over 4 years ago
Added Mail template Help strings (#31054)

6925aa31388d5b3f4c63cb77732d984c64e97231 authored over 4 years ago
[4.0] ATUM prefers-reduced-motion [a11y] (#30873)

Applies a global css rule to support users who have set prefers-reduced-motion in their operatin...

cdef6ddc80d5d1f50a83775453116485b6d7d628 authored over 4 years ago
[4.0] Take of the Trash dropdown Action when filtering by trashed items

21c465026fa1ab6b9f642ffd012985ee61f5ea77 authored over 4 years ago
Update comment

Co-authored-by: Quy <[email protected]>

a42f7e6362773d0f1baffcf789677fb6202dcebc authored over 4 years ago
Reduce indentation

Co-authored-by: Quy <[email protected]>

b5347c485215fc21112204e7d00b5b8f1412950d authored over 4 years ago
Return is unnecessary as the last statement in a void method (#31072)

068e9d0c9845de8c426ab5fe6ad0eb8b52718aad authored over 4 years ago
remove three unneeded semicolons (#31070)

525fd098fe088d579a4467530a0f96a9dd3e99fc authored over 4 years ago
s/Santize/Sanitize (#31069)

6dd0f666ba3b7deef9513ef2be3f874282bdd6bb authored over 4 years ago
[4] Return value type is not compatible with declared type in doc (#31059)

* Return value type is not compatible with declared type in doc

* add null return type

* u...

e27012ade3a0f7e58888465b4be4a73e449ceb18 authored over 4 years ago
typo (#31062)

88c20731f66ca439ac8d62991b4974279e42387a authored over 4 years ago
Prioritise /tmpl component folder for menu items .xml definitions and componentlayout field (#30983)

9647b1bd6a9f3e83d8c6e10f9bf1acf6c264f2c9 authored over 4 years ago
Update TinyMCE Links to documentation (#31053)

3f96c70fe712bde3fa3e65d7687ec5c788c8ab36 authored over 4 years ago
Cleanup of switch statements to remove code smell

ecb33bc7925f4bf9f7ea859ad477edfc38fee3b5 authored over 4 years ago
Remove unnecessary semicolon (#31055)

da3973d2338eee9e0123c7ee04842f65ed449b79 authored over 4 years ago
Update image

0fabc630555f3c79330c104983ad83ddffc6b8d2 authored over 4 years ago
Add tests

1a48ae9b4ef6febcf758cf7869fa7fe7769163bf authored over 4 years ago
Add WebP support

ba402a176a2e65be057a1f86e7c9488537c18f59 authored over 4 years ago
No hover (#30993)

a1ecbc25056ba6eb5d762c44f18e3c8bddc6fdab authored over 4 years ago
Missing field class (#31015)

ebd2b3821c3f898411ae59a42fc82090a9b8ea40 authored over 4 years ago
Increase right margin (#31022)

91a5b50e77f62c64ab432bb68a0bb469c17b0c22 authored over 4 years ago
Update libraries/src/MVC/Model/AdminModel.php

Co-authored-by: Richard Fath <[email protected]>

dc488b42f109483ec2c72f5960c946663bc91543 authored over 4 years ago
batch copy

96b22bc8dfa75470b3e2393344262175eea78568 authored over 4 years ago
[4.0] template editor tree (#31029)

Adds a small margin top and bottom so that the top and bottom shadow is visible

3482ec71b516ad5fa9c14d313e803a016d0d0dd2 authored over 4 years ago
Update comment (#31019)

ced5f8890998d35bd556512d547df7d5713e483d authored over 4 years ago
Correct @deprecated version (#31018)

ec927c6d731473b25851791d9a74c325b22edef4 authored over 4 years ago
Merge branch '4.0-dev' into development

4b97619aac3b18d02461de7a2526d01d1e29ffeb authored over 4 years ago
[4.0] codemirror height (#30990)

8b27a9f118a39cf8ee9cc897754cb77ca5d2c973 authored over 4 years ago
Merge pull request #31006 from PhilETaylor/patch-20

[4] Remove Unnecessary Local Variable

8a0991e3bb5aeba0a233d521ebd0726a5a5aec7d authored over 4 years ago
Remove Unnecessary Local Variable

fff28d7e1c333e00dc85e13d0aaa8f4dd0ade1cf authored over 4 years ago
No ref to non existing elements (v-if) (#30917)

84bbb28e90af39e54c69fae2599847a377504965 authored over 4 years ago
[4.0] Ooops: frontend contacts layouts filter-field correction (#30999)

fdd1da7450d971b7868e1818dd7dcc154cdb7c97 authored over 4 years ago
Merge branch '4.0-dev' into development

820face3450766c06036e65d30024f9d965987d1 authored over 4 years ago
[4.0] Small refactor of typehint check in CMSPlugin (#30907)

* Refactor typehint check

* Make private

25f8d4020ca586e3e5d594df4515a04def2c1c5c authored over 4 years ago
Add update SQL to delete plg_authentication_gmail from extensions table (#30941)

520e2e42d4991540abe055e6d7421ae465ecf073 authored over 4 years ago
Remove None Selected option (#30987)

a2afad1593705c8d7b6ab5d1c06e364d9da054e3 authored over 4 years ago
Merge pull request #30904 from infograf768/4.0_contact_cat_list_limit

[4.0] Frontend: Fix List Contacts Category List Limit

091fcfd6de1dce66a0e05775d262545f8cb05e20 authored over 4 years ago
Merge pull request #30984 from infograf768/4.0_normalise_contacts_list

[4.0] Frontend: Normalise List contacts

a205d220e175e7b5b084461702b159656be289fa authored over 4 years ago
Merge pull request #30981 from infograf768/4.0_articles_list

[4.0] Frontend List articles in a category: adding Clear filter, refactoring layout for a11y+

d63db913a70f535dabb28218c6be186f311d0169 authored over 4 years ago
[4.0] yubikey text (#30879)

don't display the heading additionally in the body

850c896d58907bd2f1942408b17e5372f68796e6 authored over 4 years ago
[4.0] Frontend: Normalise List contacts

c5587b01824b40d5468c1852ecb5f26d941eca77 authored over 4 years ago
Merge branch '4.0-dev' into development

eaef9a66661f0819dd88594ba6f53c2ef2c6b946 authored over 4 years ago
Merge pull request #169 from hans2103/feature-cassiopeoa/#168--scrolltotop

move backToTop outside of footer and apply styling

5f52ea38047cb0e3f080bc992f22894b2d105bfc authored over 4 years ago
set wrapper to 3rem

742633ba25921c482ebbf655c6a6a867d92eeb09 authored over 4 years ago
[4.0] Frontend List articles in a category: adding Clear filter,

refactoring layout for a11y+

e4ad615d387cbd2760ee28514ce8ca0c55cdf96a authored over 4 years ago
[4.0] Normalise Featured Contact List (#30868)

* taking off NUM column

* adding back itemscope

* string used in form

* Getting rid of ...

1c7442c43cea1060906d89556839d50f314bc8b4 authored over 4 years ago
Update ArticlesNewsHelper.php (#30946)

misprint 'Filer' > 'Filter'

cc1e81dd051da7e81dc431f885872667d6951c31 authored over 4 years ago
Change all JHELP value strings in jooml.ini (#30712)

* Changed all JHelp file name strings

* Fixed Admin_Modules:_Frontend_Link in joomla.ini

*...

425f594735872ebf68ac8f1e60e6fb583937da6f authored over 4 years ago
[4.0] Button text double translation (#30935)

Enable language debug
Open an article
On the save button dropdown you will see `??**Save to Me...

2bdaf45fe722b2d334b794f11159468c55d921f5 authored over 4 years ago
[4.0] resize webauthn logo (#30846)

PR for #30180

No need to load a 200kb image when its only being displayed on a button

348da1a49435ba9aa33b24c6fec437366a758736 authored over 4 years ago
make sure hsts is only added on https sites (#30902)

d23c1b2a83145d0a471ff363e81ad26a497e5ac9 authored over 4 years ago
Joomla\CMS\Installation\Helper\ArrayHelper not found (#30901)

[4.0b4] Class 'Joomla\CMS\Installation\Helper\ArrayHelper' not found
see issue #30900

c618b6c7fe2e354090976803e7b6fdbc770ec29a authored over 4 years ago
change position of back-to-top button... on desktop it starts after current hero (so it seems)

8cf48bce43cb14bd6a141f2dbf33974ec3aba7f0 authored over 4 years ago
add position relative to body element

cb5ba8e16ad74d05dac1c97fcd3d8b9edd2dbb82 authored over 4 years ago
removal obsolete css

c8aa413178d5e2e7dab3d33999ab758bc215d984 authored over 4 years ago
move backToTop outside of footer and apply styling

6e9a17e8bcddcadddcc64732c80457edb38f9fcb authored over 4 years ago
[4.0] media manager transparent preview (#30870)

The media manager uses a background of checked squares in the thumbnail view which is useful whe...

c4db4676cff8f15734b3e5b445d4eb17739da762 authored over 4 years ago
Merge pull request #161 from joomla/development-captions2

Another style for captions

22c730a4a1bb5857d31f59bec6dbf71f4b643149 authored over 4 years ago
Using getUserStateFromRequest

daf7d61cd6a10ee7908dce178f27b84b5f9119b2 authored over 4 years ago