Ecosyste.ms: OpenCollective

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

github.com/joomla/joomla-platform

[READ-ONLY] This repo is no longer in active development. Please see https://github.com/joomla/joomla-cms
https://github.com/joomla/joomla-platform

[IMP] add since 12.2

87c5dbba9065069e25d1db842752d37f59bb15ce authored over 12 years ago
Merge remote-tracking branch 'upstream/staging' into plgtpl

62f1de52462b0dd335778f1560440281a1f932f5 authored over 12 years ago
Merge remote-tracking branch 'upstream/staging' into createthumbs

5cb1f0cc93ce0c24d7cea62421801c1aa4c89b61 authored over 12 years ago
Database drivers that use PDO throw fatal erros when isSupported() is called and the PDO class doesn't exist.

42811ffcb867c968936ac69635705bc5828c4992 authored over 12 years ago
Merge pull request #1411 from ianmacl/html_autoloader

Autoloader cleanup

c600d0acec312c6d996a8dbe0213cd5edf1a84cd authored over 12 years ago
Removed call to addIncludePath as it is no longer necessary.

f51d935e54159e05c6824028862ccf7a409ac19d authored over 12 years ago
Fixing JHtml tests to require in new paths.

3b22211099e0be9cd11d1b26a61c826dc54841f2 authored over 12 years ago
Autoloader cleanup

f60d4aa880c6ba97184c6cdcd69bf1d05ff4b5f1 authored over 12 years ago
More preparations for removing the mysql driver.

77ef0a8d99e7abdb81348d0252cc3b238a220086 authored over 12 years ago
Merge pull request #1472 from ianmacl/password

Add password hashing interface and basic implementation.

15e4e4875c262694b1d09733c5ecfeb2b3781d0c authored over 12 years ago
Have the session fire an event after it is started and use this to populate the session with some default objects.

9f197543cefb6503bbb31ba01661dc3c24e76ac4 authored over 12 years ago
Merge remote-tracking branch 'upstream/staging' into createthumbs

68a7e1e51458210814ddddf927521afb58445cfb authored over 12 years ago
Creating password interface and lightweight implementation.

e71df485cc8b34803e0d67b0f00c7a331459711e authored over 12 years ago
Style fixes

fce7e02df0082ca6835cc354e572f48713dcd7ce authored over 12 years ago
Adding documentation for JCryptPassword and JCryptPasswordSimple.

be4b42a56ea11b8cdd1cf03fd3c358490dc143ef authored over 12 years ago
Merge pull request #1473 from elinw/patch-10

Fix a grammar mistake in a comment

4999d187edd2dfd0826912f5f9d5df71409b7f05 authored over 12 years ago
Fix grammar

7feba7769cc82b380ca46bfa79368e3c76e1b5f7 authored over 12 years ago
Update user for guest case

e067dfe7b8047534b59fa95b24df47e2c6cb1cf4 authored over 12 years ago
Fix for issue #1427

d7bbe417029e3739f244b78385afc0872a98f54f authored over 12 years ago
Update libraries/joomla/http/transport/curl.php

72ba7025a555525e1b2279baf21ef380eccfd937 authored over 12 years ago
Add name.min.ext file format to debug check

ff7743f497dfaa0b1c7150ecfb2d32c68d9eb6df authored over 12 years ago
Merge pull request #1420 from vietvh/message

Allow template to override system message

8a21b41ca61163bec2065b13a68102f0334a6587 authored over 12 years ago
Make the function act differently depending on the iconv implementation.

3765e14e7a4221b762938a7197dda3175b57f260 authored over 12 years ago
Fix CS error

136eb5414b9b3413361c91c4c141acc0f4069b0a authored over 12 years ago
Merge branch 'staging' of git://github.com/joomla/joomla-platform into message

763ad7e44aea977f260c603b436825ec7e87d506 authored over 12 years ago
Merge pull request #1455 from aaronschmitz/gitignore_ut

Add .gitignore for the unit tests' tmp folder.

baf778ead3bcda45f0f80babec8203b9e6236a25 authored over 12 years ago
Merge pull request #1462 from realityking/file

Reduce dependency on JFile. Deprecate JFile::read() and JFile::getName().

56607986c17196180b35688be1ef60c5e0b4b0fb authored over 12 years ago
Merge pull request #1458 from aaronschmitz/parseurl

Fix bug in JString::parse_url that causes urlencoded strings to be decoded

f030fc40a80c721ef6dc4e0bf6e7ae05f988f2bc authored over 12 years ago
Remove the weird exception handling from string.php. This handling can cause problems in JArrayHelper::sortObjects due to https://bugs.php.net/bug.php?id=50688.

Iconv throws a notice if there is an illegal character regardless of whether ignore is set so th...

ec24a245e713ec27accdd52a17c73d0bcb715347 authored over 12 years ago
[FIX] avoid mkdir errors if cannot create destination folder

0ed34d6140ce41988c008783ecc337ba75256e97 authored over 12 years ago
If the locale isn't available, skip the unit tests so they don't fail.

d86d6f1911b93066b4000a98dd095d8393f3bfa1 authored over 12 years ago
[IMP] remove DIRECTORY_SEPARATOR & JFile & JFolder dependencies

fb50eb0dd77f2be9b8fdb2374628c4b2f6b1913e authored over 12 years ago
Merge remote-tracking branch 'upstream/staging' into createthumbs

e584d18d78967ead0159e8dfeafb888f85a9971a authored over 12 years ago
Reduce dependency on JFile. Deprecate JFile::read() and JFile::getName().

0e022bd247daf3ef1c1458c79fafa4c89cd83dcd authored over 12 years ago
Remove follow redirects.

505ea4f7debf449e12b1bc37ea83e020c21ff20f authored over 12 years ago
Merge pull request #1457 from elkuku/patch-4

Fix JInput loading in JApplicationCli

12ad0f171fc4f4e9d020cb9953821c1b1ce15569 authored over 12 years ago
Fix bug in JString::parse_url that causes urlencoded strings to be decoded.

Switch JString::parse_url to return false on failure as specified in it's doc block.
JString::par...

513d92309404733519c82019f90d73794bf0051f authored over 12 years ago
Fix JInput loading in JApplicationCli

The autoloader is quite case sensitive ;)

65c8dfb06dcbabe6e01e3a8cef0e8a40854eca16 authored over 12 years ago
Add .gitignore for the unit tests' tmp folder.

3194a4833bdba142a4dd12bd47b1a936cd9aa379 authored over 12 years ago
Prevent unit tests from fatally failing if database is not available.

50c7794826a7e763604f37e6c07412564f961188 authored over 12 years ago
Merge pull request #1448 from pjwiseman/28912

[#28912] Browser doesn't respond when debug language is enabled

6ebe9f6a8104ef0120fb9f759d76f4c52d861257 authored over 12 years ago
Merge pull request #1450 from realityking/comments

Remove pointless comments.

2000b448a1d3ca1b9151765ebbcd16032677d3f1 authored over 12 years ago
Merge pull request #1447 from elinw/stripiframe

Add stripIframe method

15fe1a04e661e49220244118d0921827492ec7ec authored over 12 years ago
Merge pull request #1453 from eddieajau/dbcount

Allow database queries to always be counted

baa78d4deb959a2ab8fcea77472acb6b03f7ffbf authored over 12 years ago
Move db query count out of debugging conditional.

66fb9938a23d0742ad082aa7752057b804b72d5e authored over 12 years ago
Merge pull request #1452 from pasamio/oracle_timestamp

Fix issue with Oracle timestamp

e5a3f5839e0b0ba3f879c6767bb490cab0aa847c authored over 12 years ago
Fix issue where the date format broke while the timestamp format was correct.

6ee0a4c4e10350d2a04f764c83f13f46d6034799 authored over 12 years ago
Merge pull request #1451 from jms2win/patch-1

Add missing return in the "extract()"

c77f323d339b7dcfb305325c48a38813322dd69d authored over 12 years ago
Add missing return in the "extract()"

This apply the fix reported in the issue
https://github.com/joomla/joomla-platform/issues/1437#...

e8145d274d335230778baec809bc6d276693916f authored over 12 years ago
Merge pull request #1439 from realityking/dbsmall

Make mysqli the default driver everywhere and use exception chaining in JDatabaseDriverPdo

d8694d9cea881f625f4d282a16fc6be2a72d7e50 authored over 12 years ago
Merge pull request #1449 from realityking/inputcount

Implement Countable in JInput.

39ef358fb8f36ea41939b9f86a083eeb51492769 authored over 12 years ago
Fix docblocks

151d2e9d5867ed67770e78fe820b6d49b794e7a5 authored over 12 years ago
Remove pointless comments.

6081d8b8b75e9d4dd91231739cefc56577cb2888 authored over 12 years ago
Implement Countable in JInput.

19b88e3b46f427d8628226d4440c40f487a73961 authored over 12 years ago
[#28912] Simplified regex to prevent stack overflow on long strings

08cc05bbe8340a27c5a1a8c8a7c0ef122c045283 authored over 12 years ago
Add a test for stripIframes

14cc59c3d2fcfbf848503ac8019ce3ffaa8299a0 authored over 12 years ago
Add a method to strip iFrames out of strings.

56f8d9904e3d2f945488ca7dd9a8fff00bfe5b09 authored over 12 years ago
Merge pull request #1446 from realityking/cmslib

Remove JToolbar and JHelp.

c34d3970fcf1745065a963eb7bdb61175617a63f authored over 12 years ago
Remove JToolbar and JHelp. They have been moved to the CMS.

3fe58c08bc74de1d89a28261dcb26695b6e9d4cb authored over 12 years ago
Merge pull request #1421 from dianaprajescu/JHttp

Add patch() method to JHttp.

458d28bb59577d72cad43b0a9b649783871eecf0 authored over 12 years ago
Merge pull request #1433 from realityking/unittests

Import additional tests from the CMS. All of these tests should be reviewed at some point becau...

2f2d084af274840e7103fe6ad826926be8b3eb06 authored over 12 years ago
Merge pull request #1443 from Radek-Suski/master

Regex filter fits

13ef4b8b08f8641c2c6f36f142aa7f2e1a116589 authored over 12 years ago
Merge pull request #1444 from dextercowley/fix-cache

Fix cache error due to incorrect commit 83eb8fae

fd6c023d58eb28ff8e96eb4e4f97b200afa7e235 authored over 12 years ago
Fix cache error due to incorrect commit 83eb8fae

f7800b59a05292b1caf9e646db1a9d59bafb8a0e authored over 12 years ago
Modified the regular expression in language debugger to include dot sign as a valid KEY character and allow including an escaped double quotes inside the value (right-hand)

040f05492aca6b92585545361f6f8a8db0ffa732 authored over 12 years ago
Merge pull request #1440 from realityking/dependencies

Further reduce dependency on JObject and the filesystem package

6fe0075a371917b02c0c2adf371f6207cdfc9d6b authored over 12 years ago
Use exception nesting in JDatabaseDriverPdo.

696e80c01adfc2e08b684ae2fdb5a06d5b6d755d authored over 12 years ago
Make mysqli the default database driver.

77e01e2b1670bbc93e520e8425bbbb29594cef0c authored over 12 years ago
Remove use of filesystem classes in JHelp, JEditor and JLanguage.

79589c195d5645482b72d7bd290df18f13828ba6 authored over 12 years ago
Remove dependency on JObject from JAuthenticationResponse and JStream.

acdff5ce3eb7c7bbd67cf6cfea603696fa088f6d authored over 12 years ago
Merge pull request #1426 from elinw/string

Fix improper detection of UTF-8 encoding in strcasecmp and strcmp.

0150b23a01163c4fddbafb73daf113cbdb6d1404 authored over 12 years ago
Import additional tests from the CMS.

16d57646b07373e431d3d12c05516cb8c67f8557 authored over 12 years ago
Merge pull request #1438 from pasamio/curl_warnings

Fixing warnings triggered by cURL when no response is received.

233125f782e1d937fbb6ed7d63ba07668c02fc8a authored over 12 years ago
Fixing warnings triggered by cURL when no response is received.

941d8e32c85095205a0d5c9ca3d0d97898479fa4 authored over 12 years ago
Merge pull request #1435 from realityking/codestyle

Fix code style for JsonSerializable.

d938f74fb8691921e1d310c18acc09c0b25b79cb authored over 12 years ago
Merge pull request #1406 from rvsjoen/loader

Fix problem with JLoader prefixes

bce460ae48d4bc67abc26ac40bc37afcc587c76e authored over 12 years ago
Fix code style for JsonSerializable.

For some strange reason this was picked up the CMS style checker but not by ours.

76cfc198fa12a389c2a4aea0e0f3e6f8e73dafb1 authored over 12 years ago
Merge pull request #1429 from realityking/unittests

Add more unit tests from the CMS.

c7510f26b41c48b4846c51068cb4f1589e2ecd07 authored over 12 years ago
Add unit tests from the CMS.

9e58c015cef3b3786adff6d71a8a235b2fc44a18 authored over 12 years ago
Merge pull request #1430 from dextercowley/grid-sort

Missing parentheses in grid sort

738a74f00e38b66a4cd8f78b35461ef747d8b24b authored over 12 years ago
Missing parentheses in grid sort

8bb90fe0000c8997f0bcb617f94337f471aedcf9 authored over 12 years ago
Merge pull request #1428 from dextercowley/cache-bug

[#28817] Cache not being cleared automatically when changes are made in

f9842ab4d67bea21ab13058e5d9dc976917000a8 authored over 12 years ago
[#28817] Cache not being cleared automatically when changes are made in

83eb8fae84cb030fb91e5fb55f671d403b45f6a3 authored over 12 years ago
Fix improper detection of UTF-8 encoding in strcasecmp and strcmp.

0833782c9f61dc3dd4d41a2dc60710ec5891c62e authored over 12 years ago
Change since tag to 12.2.

c91d8abb93514ee19db2f91aba53917fd92ae791 authored over 12 years ago
Add patch() method to JHttp.

9466f1107e5484a8103d790174f25d3d0ee1e764 authored over 12 years ago
[FIX] replace DIRECTORY_SEPARATOR with slashes

0be77b1b2377883782faaf82291f18ed8485c451 authored over 12 years ago
Merge remote-tracking branch 'upstream/master' into plgtpl

b83f9c88d66a0cccbca25daa0cba50898560591f authored over 12 years ago
Format doc block

7d0cfca6302d4b1ff4f7ead7b57ddf45807e7872 authored over 12 years ago
Allow template to override system message

fee41f84e2e7fab1d433662c59b017f10aafca32 authored over 12 years ago
Merge pull request #1419 from mbabker/pagination

Add active flag to JPaginationObject, add coverage-legacy to build/.gitignore

fc189e3e0cc964cef238aeb0799c7c72c1c988da authored over 12 years ago
Merge pull request #1417 from infograf768/patch-5

Allowing override of the xx-XX.localise.php

0c60f03fa7b0f9d95957e5c31fe8508433c27a85 authored over 12 years ago
correcting white spaces

6244c097d5dffc138f43c66840aa02ec8134964c authored over 12 years ago
Add coverage-legacy to build .gitignore

531e068025a8a30ebd9a789cb3cfcaa11cc71c78 authored over 12 years ago
Add active flag to JPaginationObject

ae39dc7150688eb3e30a2f65f47f928d1c093336 authored over 12 years ago
Implementing array at Sam's request. :)

30b167e99e15c5382c60d18929390c9100dc687f authored over 12 years ago
Merge pull request #1405 from LouisLandry/phar

Add basic PHARchive support.

25900933540c268709c5740ad2fa925cd932641f authored over 12 years ago
Merge pull request #1416 from elinw/rootid

Corrections to JAccess when there is an invalid or missing asset or parenting is to root.

bc0100ce280f492bcf073cfc6539dc751582fa24 authored over 12 years ago
Allowing override of the xx-XX.localise.php

http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=28877

...

14a0fc7c49ae72f1ae7bc5ac13f72c9d5432d602 authored over 12 years ago
Make change to get $rootId rather than hard code to 1 and make various

corrections and improvements to the tests for JAccess and JRules.
Correct fall back to $rootId wh...

51abcda7819594aba8f74c07ef8e68fd9450945e authored over 12 years ago