Ecosyste.ms: OpenCollective

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

github.com/joomla/40-backend-template

Joomla 4.0 Backend Template Repository
https://github.com/joomla/40-backend-template

wip

05d8e76e6a367c9997131a34d32500bcb07eacb8 authored about 7 years ago
[SQL] - remove triplicated index from #__user_keys (#15509)

d36ffe558fa8d86d97a35868f10fbfda9c67bf0b authored about 7 years ago
Janitorial Duty (#17120)

* Janitorial Duty

Cleaned up ModArchiveHelper so it conforms to Joomla coding conventions and...

6fa5f14773ee664849f69170eb4988ab16e4fb4a authored about 7 years ago
Allow to delete cache items without any errors is system cache is disabled. (#17671)

* Do not throw cache exception if cache is disabled

* New exception class

f66add7f20aa1e9e58d7c54d8c95adaa6e6c87c1 authored about 7 years ago
Fix PHP HHVM incompatibility in JFormField::getAttribute() (#17861)

* Fix JFormField::getAttribute() on PHP HHVM

* check attribute for `null`

5aba8f18201074e7ac26630a3b59046f81f53756 authored about 7 years ago
[com_content] - respect acces level (#18417)

* [com_content] - respect acces level

* outside caller

a8ce731debd810b4457f933732277d2126469dd8 authored about 7 years ago
Fix a bug that prevent tag and bracket completion and matching settings from being applied. (#18881)

f49e3cad3ea81813f571d48a8790b9a0c6e1a077 authored about 7 years ago
Mod_Wrapper multiple instances (#19136)

* mod wrapper unique id

* cs

* update js - errors are not mine ;)

* space

* Fix mult...

0bf1b3b094f209a402cbcf6c599736a9eeb688e0 authored about 7 years ago
Fix form data lost when user registration failed (#19145)

* Fix form data lost when user registration failed

* B/C fix

0fc19acaf8a0ace4092dfa0f304a9f8f178a07c0 authored about 7 years ago
[Regression] Fix undefined index: * (#19344)

2b9ed4fed12cca27ad8979f4eca37f40b2533143 authored about 7 years ago
Remove redundant media queries (#491)

cde15174455a37d1bca741f0267d7f037797cb78 authored about 7 years ago
[Protostar] Fix top nav dropdown disappearing (#19385)

09800e7c0465ed4a05b1cf7ce74343ef46810379 authored about 7 years ago
Protostar: missing some RTL code and order rtl classes load (#19328)

* Protostar: missing some RTL code and order rtl classes load

* corrections

* cleaning some

b068fb10c1cfa685e0974e4207f64e0729e484cc authored about 7 years ago
Decrease the frequency of session metadata cleanup and where in the request cycle it occurs (#19165)

b9abdd1b3ed48a9b6df74d95019666db5e8eb3a0 authored about 7 years ago
Display category title as page heading and page title when no menu item for com_content category (#19195)

* Display category title as page heading when no menu item

* Making sure we only add in <titl...

a905334d3e8ed1466a23adf8c8cc174111c520e1 authored about 7 years ago
Improve the loading speed of category items (#19261)

* Improve categories load speed

* CS fix

* Delete redundant column alias

515790e629db548035b71b389d0b95eb6fcbf1d7 authored about 7 years ago
additional complex value test (#19283)

* additional complex value test

in my test case, I neglected to test for a single dimension a...

f761c08b22620d387921ed9150428f1d7aee8d13 authored about 7 years ago
Select not click (#19310)

Update to en-gb language files to take into account mobile/tablet use where you can not click.
...

2be6b7ed4d4dad1ea9498a38324af3556e3883f0 authored about 7 years ago
Multilanguage: Correcting display of associated articles when they are Unpublished or when user has no access to them (#19314)

* Multilanguage: Correcting display of associated articles when they are
Unpublished or when us...

a5e44f0116fec28a0cd3eac6c29da40d71fc293f authored about 7 years ago
[4.0] Unused strings (#19331)

* [4.0] Unused strings

Removes two unused strings. The reference to them in the sql was alrea...

57a4fdecaf88794f54b80d7406572bd446a86dc7 authored about 7 years ago
[4.0] Remove unused code tinymce (#19330)

This code block was marked for removal in J4 so removing it. Not sure how long it has been there...

36f49a7f43d2aebcbffa4bb648e190fd470df91c authored about 7 years ago
[4.0] Replace 'hidden-*' classes with 'd-*' (BS4 migration) (#19332)

* Replace 'hidden-*' classes with 'd-*' (BS4 migration)

* Opps

8359778b8e2e532026fd7c7d957d14223f9262f4 authored about 7 years ago
Create apcu-7.2.ini (#19366)

b410d74515af3d98d6d1078f862f1ec78fb5b995 authored about 7 years ago
Fix tests after #19255

8a2790d9d84458445fa17a664806c7a78a305562 authored about 7 years ago
[4.0] fixErrorInTemplateJS (#19356)

* fixErrorInTemplateJS

* wip

436e90b0d354744f24daa03462452829fa615426 authored about 7 years ago
Fix Event.dispatch for IE (#19364)

72f102c1d0d3555a6976c360f54485481ac69e7d authored about 7 years ago
Add a service provider for the PSR-3 LoggerInterface (#19365)

ea5aa77376944d0b68804d1772d2a24a75a0a117 authored about 7 years ago
[CS] Code Style round 1 fixes for libraries/scr (#19177)

* PHPCS2-Auto Fixers Applied

- No blank line found after control structure
- Please consider...

51c000b46f02e3d0602bb3783015dd9926de8fb1 authored about 7 years ago
Use https URLs for openstreetmap.org. The oauth endpoint must change soon, the rest is good practice (#19359)

7725436675f3bc6a711d3ca385f1012fd4a374d3 authored about 7 years ago
[CS] Code Style round 2 fixes for libraries/src (#19178)

* PHPCS2-Auto Fixers Applied

- Please consider an empty line before the if statement
- No bl...

3d4ebca7a2005004867dca0bcc118670a934cb36 authored about 7 years ago
[4.0] Fix unexpected error on rename of file or folder (#488)

* Fix filename

Fix file and folder name not displaying properly in media manager.

* Fix r...

98732105b3fa20e7cdb1b167a7975a7584928b6b authored about 7 years ago
PHPCS2-Autofixers applied (#19173)

- Please consider an empty line before the try/foreach statement
- Whitespace found at end of l...

7d3a3ef6c68be95baf4f822d339730e86454fbdd authored about 7 years ago
PHPCS2-Auto Fixers Applied (#19176)

- Please consider an empty line before the return statement;
- Please consider an empty line be...

ad1b8320731c32293a4bd920eb8ec47c9f731171 authored about 7 years ago
PHPCS2-Auto Fixers applied (#19175)

- No blank line found after control structure
- Line indented incorrectly

6742a16bd9aebf287307533ea6e8dcf422826993 authored about 7 years ago
Build status icons in table (#19342)

048dc3cbeb997062e5de6f5b558982db8cad800a authored about 7 years ago
Contact form loses data after postback with error (#17743)

* Contact form loses data after postback with error

Pull Request for issue #17126.

Testing...

67e95cb54c0dd020f95a1b5a32ac27255f935d10 authored about 7 years ago
Smart Search common words assigned too much weight (#12450)

f3db02591b83d24413de33bb56f0af7701bea919 authored about 7 years ago
php 7.2 fix for count (#19135)

* php 7.2 fix for count

PR for #19125
PR for #19126

Can you please test this @quy - I don...

3d153313d3dd0c5ae01c9f46402f6785b7072ec5 authored about 7 years ago
[CS] New round of Code Style fixes for components/ (#19201)

* PHPCS2 - style fixes applied

- Space before opening parenthesis of function call prohibited...

a8cf40fdd6dca6765390e3bbcb0603a4fb266fbb authored about 7 years ago
[ChangeItem] - calisthenic code part 1 (#19250)

* ChangeItem - calisthenic code part 1

simplify code

* cs

16459c710a419a0df05974acf23b90bf1a1bea1b authored about 7 years ago
Merge remote-tracking branch 'remotes/upstream/4.0-dev' into dev

9816893640ba2f8e58de4b132fe0f25505dab528 authored about 7 years ago
Fix filename (#486)

Fix file and folder name not displaying properly in media manager.

310cb52b7b77e0324c16465302c166af6918eb2b authored about 7 years ago
Update license identifier per SPDX 3.0 list, autoload files were updated running composer update operation so included here

8801bc588902b48b0eb3c6d8442caecbfc040f21 authored about 7 years ago
helpTOC cli script (#19315)

The CLI script was importing the namespace classes twice and therefore producing a fatal error

b8d6e90a482e039cf06ddcaa19556e6cd954aac7 authored about 7 years ago
[4.0] Remove outdated comment (#19277)

Really no need to haave this comment anymore

b179f9fd822851b2e12e99fe3f3f96981f969b95 authored about 7 years ago
Typo on comment (#19294)

itterate should be iterate as can be seen in the unchanged comments

Can be merged on review a...

30274531e18ff54bba3e650a9b4aee4d8947337a authored about 7 years ago
CS Fix, tab not space

11fa310f54646ab7638385c68c94e68f8bb6e4eb authored about 7 years ago
CS fix

36be39d70c2e864db70475ee32a8560364210134 authored about 7 years ago
[4.0] Show hide strings consistency (#19242)

8e1937f7137ea37d6740dae5c55be72fa1ffbfd1 authored about 7 years ago
Fix parser error in plugin languagefilter on php5 (#19268)

* Fix parser error in plugin languagefilter on php5

* We don't need to explicitly call this s...

05fd1d9f12ea62960f1ea921663fa4877994e538 authored about 7 years ago
[ChangeItem] - the check query should return array instead of object - PHP 7.2 (#18443)

* [ChangeItem] - the check query shuold return array instead of object

* add unique

cd1852cb1752005cfc2c09e19959d47851e9c493 authored about 7 years ago
Fix Joomla! search highlighting when including chars like ) (. Create… (#18522)

* Fix Joomla! search highlighting when including chars like ) (. Created an additional function ...

b79a87abce18eb11a96807415d74139b2a801ae0 authored about 7 years ago
Fix Undefined index: JHtmlBootstrap::startAccordion / JHtmlBootstrap::startTabSet (#18573)

* Fix Undefined index: JHtmlBootstrap::startAccordion

* coding style

4660a36d3a20f1e1c6143ba9d2c3b458522371e1 authored about 7 years ago
Do not add default or active Itemid to every link without own menu item (#19099)

* Do not add default or active Itemid to every link without own menu item

* Allow to login wh...

d0688686669d344d8d0a4c87d55611eff4b74d4d authored about 7 years ago
com_redirect modal close button check in fix (#19116)

* com_redirect modal close check in fix

* Add corect button type to buttons

20424c41baf86463f9263363f82beb2dbd849816 authored about 7 years ago
Profile plugin fields can be left empty when required on admin edit (#19141)

* Profile plugin fields can be left empty when required on admin edit

## Steps to reproduce t...

0dc572cabcaa7d7bb9b5c4c467e9b105af82a6f4 authored about 7 years ago
[install] - remove Notice: Undefined property: stdClass::$class (#19164)

maybe not the perfect fix

5e1d013eb0251f03fbd12c87370a8d19676bc4b2 authored about 7 years ago
Fix warning on JHtmlMenu::treerecurse method on PHP 7.2 (#19193)

671cdc24d4271ac695b3023a35fdef8750ffc09d authored about 7 years ago
Set active class in mod_articles_categories when SEF is off (#19197)

* Set active class in mod_articles_categories when SEF is off

* Use a better approach

* Re...

9d437e23e6252c501c1a8d130fa7b92a2e7ae9a5 authored about 7 years ago
[4.0] Switcher is now a Custom Element (#19232)

* Switcher migrated to custom element

* revert some tests

316c1fe768730e5f87c4619822b9dd5df6d7a003 authored about 7 years ago
SCSS Tweaks (#19229)

aa0879c65300687070a88923d407e7b56ca96560 authored about 7 years ago
Add missing use

31ef89a618e7d477755fc91fa831d6ea6442a4ec authored about 7 years ago
[4.0] Styling for com_search (#19226)

* Styling for com_search

* Update tests

* once upon a time

* there was a test

* that...

3f7e1324469b4dee14648434d6c8f859a0b15bcc authored about 7 years ago
[4.0] Language Keys uppercase (#19262)

No idea how these got changed but they should be uppercase

50a1026d126dfc3592b2e4df70fe1d039d6cefc4 authored about 7 years ago
[4.0] Use namespaced classes for layouts [Part 6] (#19254)

* Usenamespaced classes for html/batch

* Usenamespaced classes for sidebars

* Usenamespace...

8d97398ca9e1be92943dc97af9d48e8204e0294e authored about 7 years ago
[4.0] Use namespaced classes for layouts [Part 5] (#19253)

* Namespaced classes for error and links

* Namespaced classes for modal

* Namespaced class...

19d51ed4b8f68f16a60792a45b5586440c942c6e authored about 7 years ago
[4.0] Use namespaced classes for layouts [Part 2] (#19248)

* Namespace classes for layouts

* kill as requested

* remove file

ce4c211b99ae1fbd23dc27f3462437c03d287565 authored about 7 years ago
[4.0] Error page fixes (#19235)

* Use our lazyloader for web components && CE

* pretify

* Add a proper alert for no js

...

41db347ac333eae0a3f023158d2ba51f6212f88e authored about 7 years ago
[4.0] Use namespaced classes for layouts [Part 7] (#19255)

* Use namespaced classes for toolbar

* Use namespaced classes for searchtools

* aria

* ...

a091e56875e6060603f89fbb3ebf131d4fcdc2bd authored about 7 years ago
Use namespaced classes for form (#19256)

54abb6f7eabdc4101a93ee5d55fe7890c659a656 authored about 7 years ago
Fix 'fixed' toolbar on edit views (#19212)

aba5e202aab17a0969e4535af3ad41d36ba1907d authored about 7 years ago
Use namepsaced classes for layouts (#19252)

acac0d0fdd45426e8438bb6ab65ae3fb9ce45c25 authored about 7 years ago
Fix autoprefixer (#19243)

3b7e8b8debd804a4513e58d4d904c26bbcd98857 authored about 7 years ago
Use namespaced layouts for layouts (#19249)

82c6f94d503f84478cb721feae5354a33a8ebda5 authored about 7 years ago
Use namespaced classes for layouts (#19247)

06e0966a2e679f96ab04271a4b4874456e95a1b5 authored about 7 years ago
CSS-Grid improvements (#19241)

e5ad859658da3f2d503be9d7bd54737ba9af6658 authored about 7 years ago
[4.0] Styling improvements for com_config (site) (#19230)

* Styling improvements for com_config

* 12 col grid

125821fcc9bd5c2f44ed7332484a7645844ded1f authored about 7 years ago
[4.0] Fix remaining input-group-* classes (#19210)

* Fix remaining input-group styling

* a11y for icons

dad065f0077422d4f8f0aa0d0c24f3102a61c768 authored about 7 years ago
[4.0] Fix script imports on error pages (#19218)

* Fix script imports on error pages

* remove JHtml reference

64eb1d19e976bf3873bdce8c029504b576892723 authored about 7 years ago
[4.0] Html5 does not have a closing tag on br (#19228)

Sure I did this before but this PR removes the use of a closing slash on a br tag as this is not...

b9e20e0bdf42ba2ef43f93b0c8b722f08fc02adf authored about 7 years ago
[4.0] Button type button (#19225)

HTML5 default is for a button to be a submit - here it needs to be a button

To test on the fr...

838567d29d2cb2ac845614632deaa4913cece006 authored about 7 years ago
[4.0] Namespace mod_articles_archive (#19200)

* Namespace mod_articles_archive

* Use proper wording

8256b0f8c2141e1014d6b58d3ad048b0853f0896 authored about 7 years ago
Update Bootstrap to beta 3 (#19202)

3e2d683ed0ab310b313e7e5db68414d0213f00e3 authored about 7 years ago
[CS] Plugin field type (#19171)

the plugin type should be lowercase not capitalcase

5e390b5a7e133c4aea027bd7a7d19d481dd172a9 authored about 7 years ago
[CS] Code Style fixes for components/ (#19174)

* PHPCS2 - Auto Fixers Applied

- Blank line found at start of control structure
- No blank l...

9be1fb0fe7806e5dbcf795a77ac0365ecbc6bf7f authored about 7 years ago
"clone" is a statement not a function; no parentheses are required (#19170)

f96a13254015137a4138e59d81f7f0cf52f82215 authored about 7 years ago
Fix metadata (#19167)

* Fix metadata

The en-GB code style guide says that metadata should be one word https://devel...

2bfc075dd7bae667d23b0b4749e5d1690ae8854b authored about 7 years ago
[CS] Code Style fixes for unit tests (#19155)

* PHPCS2 Autofixers

- Object operator not indented correctly
- Tabs must be used to indent l...

c1d7c187c49275722a872dbff61e9f0da3259bc9 authored about 7 years ago
[CS] Code Style fixes for Superfluous Whitespace (#19161)

* PHPCS2-autofixers applied

- Whitespace found at end of line
- Functions must not contain m...

5ee0531736b1ea53af86ae0d2d1b1e3e5ce60703 authored about 7 years ago
[CS] Fix @package tag (#19168)

* [CS] Fix @package tag

Simple copy paste error correction

* com_menus

0fdb78b0f3e385ee76fe9f12728e19de06338fc1 authored about 7 years ago
@copyright tag comment indented incorrectly (#19166)

976f678435e4394aea92c9a628ffd93c24a9ddf7 authored about 7 years ago
Change in class name of get instance (BannerTable) (#19119)

getinstance should contains a table class
name.

fd4f8afa7dea1c7f5b673e4383f6c9072b97b682 authored about 7 years ago
[CS] Code Style fixes for libraries Object operator not indented correctly (#19154)

* Object operator not indented correctly

* Tabs must be used to indent lines; spaces are not ...

062d579725be5cbf32de1a3a8bd7b28e0c39166f authored about 7 years ago
Fix docBlock Alignment (#19157)

067d674f0d57b11bf8c496382d48add989dc8071 authored about 7 years ago
PHPCS2 - autofix Valid Logical Operators (#19160)

- Logical operator "and" not allowed; use "&&" instead
- Logical operator "or" not allowed; use...

8976799205b77f8508f8986442fc7fe434bedc1e authored about 7 years ago
Add back copyright accidently removed in #15216

fe0224208078651ff8859d94be3c3976e2ac5835 authored about 7 years ago
PHPCS2 autofixers applied (#19158)

- Expected 0 spaces after opening bracket; 1 found
- No blank line found after control structur...

d7159df6f27fc7bdd9cd58d43e8abd228fdc49a8 authored about 7 years ago
[CS] Code Style fixes for components\com_contact (#19153)

* Tabs must be used to indent lines; spaces are not allowed

* remove space indent

be1564a5357bd5ae9210c3dd7f46c804c3b2d0cd authored about 7 years ago
[CS] tabs Code Style fixes for administrator/components (#19151)

* Tabs must be used to indent lines; spaces are not allowed

* remove extra space

spaces co...

3031129eb1048b9a52a686ef21c8d78fab88c48f authored about 7 years ago
[CS] Code Style fixes for libraries\src\Application\WebApplication.php (#19152)

* Tabs must be used to indent lines; spaces are not allowed

* Fix alignment

1331bbbda761e09bf24733bfb3453f71e302fd99 authored about 7 years ago