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

Merge branch '3.8.x' into 4.0-dev

96ec9dc91f90a275c6743133790ec252ab5e87c2 authored almost 8 years ago
Merge branch 'staging' into 3.8.x

142843c6f425af156a94177cbbe17a046bfec3da authored almost 8 years ago
Update jQuery Autocomplete to 1.3.0 (#13794)

ccac056880f1b29ece107a18065e2c151ed190fa authored almost 8 years ago
Use preg_match to ensure just a version check (#13801)

This method should be much less error prone due to the environment differences when getting the ...

d941fc3ae51842e43d757574f4a1b771e7450e1c authored almost 8 years ago
Remove unnecessary Env var "dependencies: current" (#13802)

The related conditionals were removed.

aa1fef3498d14bf0f7025d0b124629b9a7b64dd5 authored almost 8 years ago
Add GD to environment

7713190e4d6e07e2144594cc02c8e78e3b6b0152 authored almost 8 years ago
Merge branch '3.8.x' into 4.0-dev

919c2c9471df90939958278cf23e37f108850155 authored almost 8 years ago
Merge branch 'staging' into 3.8.x

bdc3e177937143f6f85cd5ec30f6735f9c107e81 authored almost 8 years ago
Add AppVeyor CI support (#13790)

* Add AppVeyor CI support

* Add create table statement

* Conditionally add deprecated mysq...

577f3121b55162e00fc0d196d333d46b3db9078b authored almost 8 years ago
Fix JToolbarButton unit tests (#13799)

* Fix JToolbarButton unit tests

* Fix JToolbarButton unit tests

* Fix JToolbarButton unit ...

80ef2839e310aeb13564e0a498bcf54af0e5e722 authored almost 8 years ago
Revert "Add the option to filter extensions on core or third party" (#13798)

594c50fc29d729bd802c803e794a39dedc37f23c authored almost 8 years ago
Fix github unit tests (#13797)

a3b412134b1f1949b974c8d2a29a358ba698b432 authored almost 8 years ago
Add the option to filter extensions on core or third party (#13795)

7ba2c775130e7230ea2abd4797d98072f5c02817 authored almost 8 years ago
Fix doc blocks in router

f72f44777b0189a8f8dfda7f75617203392e86c2 authored almost 8 years ago
com_finder outputs empty p tag with no description (#13778)

### Steps to reproduce the issue
Set description on article or anything other item to nothing. ...

2474f12135db3174a230c36d6a864816a2757c51 authored almost 8 years ago
Correcting articles manager title display (#13785)

ace741cffe5cbcceee6f8054fcb00aafcd1b601c authored almost 8 years ago
[namespace] Move JTable* to namespaces (#13765)

* Fix namespace for exceptions

* Move JTable to namespace

* Move JTableObserver to namespa...

425a7610007fe5ed8dfeee49b07b9676ca93e374 authored almost 8 years ago
[4.0] fix the javascript tests (#13784)

* fix js tests

* sendmail, validate

* core, validate

* validate

* more

* more

559ebcad431c3c48835c586c76aba8d1b156cf72 authored almost 8 years ago
Merge branch 'staging' into milestone1

612f6a4505f7fe23d82049447f89c02ab3fb71a9 authored almost 8 years ago
[Improvement] Backend menu item edit form : Add Itemid to the alias link value (#13776)

* Add Itemid to the alias link value

The link field of an alias menu item displays "index.php...

3833aa0671bd056f8e3c4690c3b0e44b7a1e7f25 authored almost 8 years ago
3.8.x description proposal (#13782)

I tried to change the wording about the 3.8.x branch.

3d3e2d6ca722c1169484460c01091aec1f2b7dcc authored almost 8 years ago
Remove from global option for the display functionality (#13773)

6f20a8c2d633fa8bd7b1f68fb8d008497ff88082 authored almost 8 years ago
Merge pull request #13758 from rdeutz/move_checkout_to_helper

[com_associations] moved "checked out" check to a helper function

7dc3d68365a07cdec8c29bf08fdc3ec1298c8606 authored almost 8 years ago
[com_fields] Responsive subform.repeatable-table (#13769)

* Responsive table subforms

* RTL support

* Wrap in media query

* Final tweaks

* Que...

7c1cc9d24a01c72f3e2db8883e0eac4739ba9810 authored almost 8 years ago
Remove semicolon before UNION ALL (#13767)

67a60716044106310d86d4b5244c58473b6a04f2 authored almost 8 years ago
Fixes: EXTRA_QUERY not added to update record (#13756)

6be6bd64c907d2b89ea1c6daaa8b0ca29dd7de66 authored almost 8 years ago
[fix] using core categories system should not be mandatory to use core tag system (#13737)

959fc6b1487fa335cb04c7b54e3864e168960118 authored almost 8 years ago
Add a parameter to trigger the additional plugin events in the news module (#13703)

2d82f4cc2d2577aa42e1e2cbd85c96cb083010c3 authored almost 8 years ago
Add "id" attribute to <input> element (#13610)

2a859660c9718548691ddfb56dd41d212d9c5be1 authored almost 8 years ago
Speed up of saving new articles (#13505)

* Fast table reorder for mysql, postgresql, mssql and sqlite

* Two versions of selectRowNumbe...

1b036c6f7bc4e57ad362ae988ce18ac0b778d8f2 authored almost 8 years ago
[com_fields] Custom Fields Media Field if class is empty still class is shown as attribute (#13462)

* fixes #13400 dont let the class tag alone if no class is set

* Update imagelist.php

* Up...

7f402748ca66b213cf10f4aabd329696d5b3443f authored almost 8 years ago
[com_contact] review config global default options (#12970)

* config.xml

* Update joomla.sql

* Update joomla.sql

* Update joomla.sql

* sincroniz...

bc9dcd36e6228ddca395e02ef553a202b2e21433 authored almost 8 years ago
3.7 Improve Cache Controller (#12312)

* Improve Cache Controller

* PHPCS fix

a3194fa5985575dc517a8d0ff7d2a80c99f15ba6 authored almost 8 years ago
Fix item alias (#11343)

d7eb53581f616a843fb194c88cfddc2d2ea6a3c7 authored almost 8 years ago
JUserTest needs to clear JAccess stats for allowed test. ALso JUserTest::testGetGroupsByUser() has expected and actual reversed. (#13777)

d525244dc030dd9dc3cb6c1f703e91eccabf2c63 authored almost 8 years ago
fix for checked out items

If the item at the left is checked out nothing can be done till the item is checked in

14c6fcbf365d0d06d2d75950ba333b287befeed2 authored almost 8 years ago
Merge pull request #13759 from Bakual/SQLNotSql

[com_fields] SQL not Sql

5104562e13195562072caac980b0d167e534d29c authored almost 8 years ago
[com_fields] Load language files from components (#13745)

* Load language files from components

* Add JPath::clean()

12257e51f9993c6f93167facdaab9790468ecb32 authored almost 8 years ago
[com_fields] Default the gallery directory when empty (#13761)

* Default the gallery directory when empty

* Fix comment

e0fbf61c6cd4def712dfbd744d4b104b18bf658e authored almost 8 years ago
[com_associations] Display only site menu types on searchTools (#13763)

merged on review

61189b3188474314761894086a13ef242ebb5efa authored almost 8 years ago
Give protected menu items container its own place independent of heading type. (#13749)

* Give protected menu items container its own place independent of heading type.

* Added miss...

8f567003c6c4e72a749882628a60a6994949bd05 authored almost 8 years ago
SQL not Sql

c4213828398502f66979290fdff3e4feacc0622d authored almost 8 years ago
moved checked our check to a helper function for less gussing

6e67ba17183e165fe126bc0863518bb9b36d154b authored almost 8 years ago
Remove unneded properties for fields render layout (#13750)

f04e15c8c48e272d5cfbd6d0ec19abd7d13afc5b authored almost 8 years ago
Remove max-width on login lang field (#13740)

b455cf6dd3ae8b69f89a29af295475f0332654bd authored almost 8 years ago
Fixed issue - backend menu manager checks for important menu items in top level only (#13650)

dc7e6157b23feea20d8453562a35d3f65fcfe18a authored almost 8 years ago
[com_fields] Improving fields dropdown for Translation (#13710)

23704123a22ed6aee5536777f7beb0e7653c74e9 authored almost 8 years ago
Fix some of the drone tests (#13738)

16f4720666a0fb6f4e82b64e50f7f73f34d2ef4e authored almost 8 years ago
Add legacy libs

9e0392f60c5b3c7b91285bd78babe1400d3432f6 authored almost 8 years ago
Revert previous commit

4635900088efcd3b78640d5fbabb0588d22aa3e2 authored almost 8 years ago
legacy libs

7c25d368c8fdb905798d607263bdb5f23def7cb1 authored almost 8 years ago
Include legacy js files to drone

411d0c32b71daab24076a34851800560d7f1cb03 authored almost 8 years ago
[4.0] Unit test fixes (#13732)

f816a36c012f16cfd76d753160891082dd422e87 authored almost 8 years ago
[com_newsfeeds] - "Filter field" in News Feeds - list layout (#11899)

* [com_newsfeed] - "Filter field" parameter in "List News Feeds in a Category"

fix "Filter f...

d151ef4ce7cb68898bc56eb25d8e888647aea9a9 authored almost 8 years ago
Fix some more tests

6827aafdf54ae025f78aa96d4f42aee0f1420bcb authored almost 8 years ago
Tel field unit test fixes

9826fdcc9d65516e185f1179df74d7aed24e131d authored almost 8 years ago
Fix some unit tests for the form fields

2b9e01509c2e8f1764022fb8f7bd8b207c1d2bf7 authored almost 8 years ago
Start work on fixing unit tests

bdaac1fe5ab4cb95d5da546e5018ffc3f10710ca authored almost 8 years ago
More CS fixes

4391970c0c2e4d56d0606096bb14d340a539327a authored about 8 years ago
Remaining CS issues

d20c0ed927dc0823cd1a55aa4c881769811c5ca7 authored about 8 years ago
fix for a failing install (#13727)

8b0b5129381de26c69f5a01daa3fd0bf9d9a54a2 authored about 8 years ago
Fix J4 branch

734e3b52ded9ed341065952d8f8899d477d5e8ca authored about 8 years ago
codestyle seccond part .. (#13724)

8a705aa78ba1d91f9dd7ea4fd029ebf3a42ed70d authored about 8 years ago
codestyle fist part .. (#13723)

7683613258f1acf9f07e0726c20d6b539aeccc69 authored about 8 years ago
Fix duplicate active class on permission tabs (#13718)

9a905d04086a45c7a33162bfc48ed8dad49ccfeb authored about 8 years ago
JS error (#13715)

f475ae4dd1f86108d0548f3ea2c3516bd6575287 authored about 8 years ago
state needs to be public (#13717)

5c1a9700e24174950957aa0eed791dce044240bb authored about 8 years ago
Fix core namespace (#13720)

c9c1c5c9e48cfb991915e4d8cf0a1612733ca522 authored about 8 years ago
Fix namespace for exceptions (#13722)

c67510b3d44197069bf0633c57a843d75e106d8b authored about 8 years ago
Merge branch '3.8.x' into 4.0-dev

d4c9c460320ed797fb84b9120a8b6229fd4722db authored about 8 years ago
[com_fields] Remove unneeded fields from com_fields (#13621)

* Remove unneeded fields from com_fields

* Remove columns from installation

c437fce02ce86a8506369208b767593125445907 authored about 8 years ago
Merge branch 'staging' into 3.8.x

de9f8a4617faf6d35276a14dd30fff760ec94572 authored about 8 years ago
[namespace] Move JModel* to namespace (#13704)

* Move JModelLegacy to namespace

* Move JModelList to namespace

* Move JModelAdmin to name...

aaf64d973739c6d2f9e3e83f66c1071f628f192f authored about 8 years ago
[namespace] Move JViewLegacy to namespace (#13697)

* Move JViewLegacy to namespace

* Add alias for JViewLegacy on JLoader

* Move the categori...

38310946a17b6f083e2b51ea44aba5a9a054131c authored about 8 years ago
Fix the iframe modal (#13714)

This code is needed to refresh the iframe on the show event

03401f92204408ae86030bb2725a64b29ad592eb authored about 8 years ago
run grunt (#13712)

31d0d9e5868ddb35e006c56822c57c32449892e6 authored about 8 years ago
Use bootstrap tooltips (#13713)

57277287cef077b694d02eaf28eaba6fc36c3ce5 authored about 8 years ago
Fixes for template fatal

425b79bf787c6f14df5e3ec6ee08c8c9eb52cc88 authored about 8 years ago
Fix conflicts

7a85d0e3b61c6300cdb4fe0efe60a73b75766f2c authored about 8 years ago
Merge pull request #324 from C-Lodder/merge-4x

Merge from 4.0-dev branch

ca33ca1d1e63b688c74adb52852f6d86c04dad0c authored about 8 years ago
Merge pull request #321 from ciar4n/sidebar2

Sidebar Rethink

3d03ff529e6cc95638930af2be255c813663924c authored about 8 years ago
Fix merge conflicts

aa9ab39c169c367e9dee876d92610b80158c37e5 authored about 8 years ago
[namespace] Move legacy controller classes to namespace (#13683)

* Move JControllerLegacy to namespace

* Change content controller to use the new Base control...

d3cd7113cb0100b34f7e13a8b15d87c60da5d753 authored about 8 years ago
Closed by default

b6a27dbe86947e7f116352efc266b1ad1ea5bad3 authored about 8 years ago
Merge pull request #322 from C-Lodder/merge

Merge from staging #9

be25c01e134a519f31a60eabf5faa107922c9215 authored about 8 years ago
Fix sidebar blank icons

5c573c257a709e3caa2e3b494303ba4d2587fcb4 authored about 8 years ago
merge conflicts

32405dae207f80d505f6bc4bbe7c107d698c8f4e authored about 8 years ago
Another typo

Thanks @brianteeman

465ff03b6ebfba189fe8992addd295064a7b5ca6 authored about 8 years ago
conflicts

50f4c9a4bb46a3a1722cae0879d488fddb5b918f authored about 8 years ago
Typo in CONTRIBUTING.md

e83ac894b290c6dc4a640dd7ebc2147b7d3f2139 authored about 8 years ago
Adding the 3.8.x branche with the definitions by @wilsonge

6e6edfcc01d3eba29022c3a63125038072fb5151 authored about 8 years ago
styling tweaks

dcbecf914ea7bc466067eb15557edc9933cb6946 authored about 8 years ago
Always save validated data in the session (#11491)

0e4b98fa9f21de6ed1c3d03a744b9985d1ba708a authored about 8 years ago
Merge pull request #319 from C-Lodder/a11y-login

Add flying-focus to login and component view

97510e31b973c54a3605414188292e2f5b6792df authored about 8 years ago
Merge branch '4.0-dev' of github.com:joomla/joomla-cms into 4.0-dev

7210596f970dc8c4208e380af5c06e07b19f459f authored about 8 years ago
Set preferred install for dev packages

ae8497e7ea172545b2816ba1e00bb50c850593ca authored about 8 years ago
Add flying-focus to login and component view

06bc80d21ce02ac70f81dc1726c9bb63b9de805e authored about 8 years ago
Allow components to be executed with a dispatcher (#13687)

* Allow components to be executed with a dispatcher

com_banners converted to use a dispatcher...

620cf9d73ab4e68e88cc0e7abe5ac4d20f815380 authored about 8 years ago
Merge pull request #318 from C-Lodder/a11y-fix

Ensure flying-focus license gets copied too

695e36916a6f11ff60b896bc402ce3888fa74381 authored about 8 years ago
Ensure flying-focus license gets copied too!

1f78345b63fce86a13eed2f9d829bc26c1234160 authored about 8 years ago