Ecosyste.ms: OpenCollective

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

github.com/joomla/joomla-framework

[READ-ONLY] This repo is no longer in active development. Please see https://github.com/joomla-framework for the individual Framework packages.
https://github.com/joomla/joomla-framework

Make Lists object work with v1.1 API.

be9c547dbc1cb3f79704b5d91891f3884d0e5a6f authored over 11 years ago
Fix unit tests for Twitter class, object and oauth.

8a40af3b8c0784da8885d07600c257dca34897ee authored over 11 years ago
Make Places object work with v1.1 API

aa9e3db09a66631036d254fceff773cdb23a88fc authored over 11 years ago
Make Profile use APi version 1.1

7a15030d0cf8b8338f02a7755480f4c53ff6ba4e authored over 11 years ago
Make Search work with v1.1

769a6ac68cca17c70f04bdd12bc6f4c0c2a07ab2 authored over 11 years ago
Fix Statuses unit tests.

3ae2c25bfc658358ff0d0b0dc438942070d5dde3 authored over 11 years ago
Update Twitter object and oauth to v1.1 API.

7df940a548f33c979d5d38883df58b6c9538edf2 authored over 11 years ago
JTwitterOAuth extends abstract class JOAuth1aClient.

Small fix.

Unit tests fix.

Refine JOauth1aClient and JTwitterOauth classes.

Make necessary ch...

42154373613118e550cba7685e95fb48b1eac2c7 authored over 11 years ago
Create Profile class, add updateProfile() method to JTwitterPofile.

Add updateProfileBackgroundImage() method to JTwitterProfile.

Fix JTwitterStatusesTest mistake....

92bfc9215f237ed3d7b54b2bbb598bb1d26fa9a6 authored over 11 years ago
Create class for Direct Messages object. Add getDirectMessages method to JTwitterDirectMessages.

Class name fix.

Add getSentDirectMessages method to JTwitterDirectmessages

Validate response f...

92e0e2766ceae18f613f358aa9900b99c549ed20 authored over 11 years ago
Tests for JTwitterOauth. JTwitter refinements.

Add JInput to the OAuth client, change getToken and setToken methods.

Fix filename issue.

ad46f26a3b9e5dd5aa6b29c5d597249b78487aeb authored over 11 years ago
Add class for Lists object.

Add getLists method to JTwitterLists.

Add getListStatuses method to JTwitterLists.

Add getList...

476629f863291538744c994d61f4a55976059c7d authored over 11 years ago
Improve JTwitterOAuth.

Add endSession() method to JTwitterOAuth.

Add endSession() doc block. Verify existing credentia...

2f9b5c856aa5cb99426043ea44d0cef46952e261 authored over 11 years ago
Create class for Block object. Add getBlocking() method to JTwitterBlock.

Add block() method to JTwitterBlock.

Add unblock() method to JTwitterBlock.

7e2fcefad6fa7187d0c7123554fcc7194985ce95 authored over 11 years ago
Create class for Search object.

Add search() method to JTwitterSearch.

Add getSavedSearches method to JTwitterSearch.

Add getS...

621d386eea0a013e49d0303813be57a51baf52fe authored over 11 years ago
Rename createFriendship() and deleteFriendship() to follow() and unfollow(). Oauth1aClient changes.

87a3f2a97a1024b78328c43d31478180fc1e0922 authored over 11 years ago
Create class for Places & Geo object.

Add getPlace() method to JTwitterPlaces.

Add getGeocode() method to JTwitterPlaces.

Add search...

5779e83a4ae6b02427ee9cce09415bb489c2dac4 authored over 11 years ago
Improve the Help object.

Add getConfiguration() method to JTwitterHelp.

Add test() method to JTwitterHelp.

685e8d0648f739b88c841bab60346f8ce11f76be authored over 11 years ago
Create class for Trends object.

Add getTrends() method to JTwitterTrends.

Add getLocations() method to JTwitterTrends.

Add get...

b2807d86ed3fae2d691d02f88428dd974c0a6cb1 authored over 11 years ago
Create class for Favorites object.

Add getFavorites method to JTwitterFavorites.

Add getFavorites method doc block.

Add createFav...

e5bf4b899f21b9af85c382e60f0cde424362ca52 authored over 11 years ago
JTwitterFriends unit tests + fixes.

4359972152d1dca40ed44e84ccedbeeb4fbb8f6b authored over 11 years ago
Add scaffolding for Twitter package

Add JTwitterStatuses

Add methods for checking the API rate limit

Add JTwitterFriends

Add send...

f9e87f7bd11604d2f357774c417ee5b17a9d5523 authored over 11 years ago
JTwitterUser unit tests + fixes.

6c6997b697df4fd5e8962a97dec678848a495fe4 authored over 11 years ago
Start writing the oauth 1.0a client for Twitter.

Twitter authentication draft.

Working OAuth.

Add POST request to sendRequest() method. Posting...

47d6f33da126f425aa8630f3bb6f2a072596b182 authored over 11 years ago
Implement the Friends object.

Use constants to avoid hardcoding values.

OAuth and Statuses fixes.

Add getFriendshipsIncoming...

359b041d55ae6e8a4dd5e335fdb5318ed5f750f6 authored over 11 years ago
Continue working on the Statuses object.

Add getRetweetedToUser() method to JTwitterStatuses.

Add getRetweetsOfMe() method to JTwitterSt...

c9587102e8c96b5ea4254089b3879953116fd062 authored over 11 years ago
Create Users object.

getFriendshipsLookup fix.

Add getUsersLookup() method to JTwitterUsers.

Add getUserProfileImag...

027f9c440b841f79e3a966a64170a83d9aea621f authored over 11 years ago
Additional database testing + bug fixes

- Expand database coverage on MySQL(i) and SQLite drivers
- Modify MysqliDriver::getCollation() ...

4dca2743f25648d53edffe6648fec82661140df7 authored over 11 years ago
Add testing for SqliteDriver

8199df77c1e3fae358f95095fa6b454aca77ba4e authored over 11 years ago
Merge pull request #165 from dongilbert/JRegistryFormatYaml

Make YAML optional

4b68e072122a6bf4aa60ea0f8f95b055497cee8e authored over 11 years ago
Clean up code style. Update tests.

7bf433f3314a8c2517909c844b0520dc7024bdb1 authored over 11 years ago
Merge branch 'yaml-tweak' of https://github.com/fabpot/joomla-framework into JRegistryFormatYaml

200101ebd97fede29382c6ef1b866f4d18f3f2b6 authored over 11 years ago
Merge pull request #166 from dongilbert/installation

Add composer installation instructions to each package. Closes #13

fce4d572885e6a68bebe8462ca4997a203625e4d authored over 11 years ago
Tweak usage of Symfony YAML

9608954724489f9c05d2ea6514cfc9f8e55858be authored over 11 years ago
Kickstart a travis build

5204e47ece5dfb9e2d6a5a7cf79bcd9d7129c2cb authored over 11 years ago
Add composer installation instructions to each package. Closes #13

eb7260db25865b89440291b5f5618b9095643c08 authored over 11 years ago
Make YAML optional

validate composer

85246b24cedd906239d923302879a17d92ae9bb8 authored over 11 years ago
Merge pull request #164 from dongilbert/testCleanup

Remove unused mock testing classes

a3b9969b15e879cd7b25c99828cf820bd117cad5 authored over 11 years ago
Somehow this got missed

f831698cdc124b9f005abf6f3193c38af5abb333 authored over 11 years ago
Removing unused mocks

e682a757194be2f6d49da666edbde0dfa637f7a0 authored over 11 years ago
Merge code for TestMockConfig into TestCaseDatabase, the only place it was used.

991b7aa78e47207fe6c452a888c9663216b136dd authored over 11 years ago
Merge pull request #162 from mbabker/composer

Have Travis ensure composer.json files are valid

034c5abb1ed17d0a5a42a67f34ee0983206808f9 authored over 11 years ago
Have Travis ensure composer.json files are valid

529d1df58b322ddd202edf3bd24e9b4cc93a831d authored over 11 years ago
Fix invalid composer.json

abb81e2fd054fe393f7ddccc460820b98d67fd0e authored over 11 years ago
Merge pull request #161 from dongilbert/JRegistryFormatYaml

Adding Format\Yaml to Joomla\Registry

4680e99fb19ff29dd1752c6754d10aeda4b5ae92 authored over 11 years ago
Updating root composer.json and package symfony/yaml version

41ed507bf1e58e532030a4cbcb3b359074f98c85 authored over 11 years ago
Merge pull request #159 from dianaprajescu/linkedin

The Linkedin Package

c4a8296cae7fcede02d193c9c963641ead5cec60 authored over 11 years ago
Merge pull request #158 from mbabker/DatabaseFactory

Add test coverage for DatabaseFactory

70d03d3f4f6b86c693b30fcf17f17076029f2472 authored over 11 years ago
Adding and updating tests.

b1452e5248382b77c572153b93c1b6a219163fc2 authored over 11 years ago
Adding Yaml format to JRegistry

6feb8da00175d462085672ba679aef4ad8eb4107 authored over 11 years ago
Updating docs

df66486c2e402a0832d7b16b1ed18395c417489f authored over 11 years ago
Merge pull request #160 from dianaprajescu/oauth1

Add oauth1 in composer.json

4bef313592edc73ee6151340a76b1593880686f7 authored over 11 years ago
Add oauth1 in composer.json.

93b2c52801b70172550595a995cbe79f8a2f3190 authored over 11 years ago
Copy LinkedIn code from platfrom.

2a6a85d333b9ef32a6a87c84a7c6226045da5e83 authored over 11 years ago
CS and unit tests fixes. Improve code coverage to 100%.

718537a8bb626129c2b2fef08c294f554e1ee8a8 authored over 11 years ago
Rename oauth file.

359f3f6ef40317a76645cc2e356bb5754007a0b8 authored over 11 years ago
Add namespacing.

0774b6f6b99f4a0a6d8d11ca9c61f7a85be66f65 authored over 11 years ago
Code cleanup.

67cd90fd2c6566081127db3c00adb8d8ecef3cc4 authored over 11 years ago
Add readme, license and composer.

9c9e9140e37426f7515e5c82f8d5541fc3da9f99 authored over 11 years ago
Fixes and improvements for the oauth client.

Add JInput object to JOauth client.

Add JInput object to JOauth client.

Change getToken and se...

badda2748b960f511dc0146b90aad528dc09f1d0 authored over 11 years ago
Create class for Linkedin Communications.

Add inviteById() method to JLinkedinCommunications.

Add inviteById() method to JLinkedinCommuni...

de1bc126fd9e2a643d37875ac36ca96452f750aa authored over 11 years ago
Create class for Linkedin's Social Stream.

Add reshare() getCurrentShare() and getShareStream() methods to JLinkedinStream.

Add reshare() ...

9c13f48cf74eb05bc5c84c5b29a07b14c8939d2f authored over 11 years ago
Create class for the API's Jobs object.

Add getBookmarked() method to JLinkedinJobs

Add getBookmarked() method to JLinkedinJobs

Add bo...

9b8102280f9f995c5b4849915c4fb42218c997cf authored over 11 years ago
Create class for Companies object.

Add getUpdates() method to JLinkedinCompanies.

Add getUpdates() method to JLinkedinCompanies.

...

df830e3608bec603b88f472f24aafe2aa535cfbc authored over 11 years ago
Add more actions to the Groups class.

Add flagPost() method to JLinkedinGroups.

Add flagPost() method to JLinkedinGroups.

Add delete...

87d3b22967ff00537b997ad20252dbf47d62b3b0 authored over 11 years ago
Refine the JOauth1aClient and JOauthLinkedin classes.

Make necessary changes so that everything works with the new JOauth1aClient.

Make necessary cha...

aad84688a1e51fb52eb7720c525d8e5276f5c3f2 authored over 11 years ago
Create class for Groups object.

Add getGroup() method to JLinkedinGroups.

Add getGroup() method to JLinkedinGroups.

Add getMem...

5dbb616307b9674dddf1ebb6509b3b0926eb6605 authored over 11 years ago
Create class for People object.

Add getConnections() method to JLinkedinPeople.

Add search() method to JLinkedinPeople. JOauth1...

f41821fd44e22b90071892ad445dd1c42b113839 authored over 11 years ago
Start JLinkedin package.

Add $url param to validateResponse() method.

OAuth repair.

7138c848afd39843eb4283efebeeb4e6dcfd5b41 authored over 11 years ago
Add test coverage for DatabaseFactory

b62f1d190da2e8cdc8558a311a488135100e24b8 authored over 11 years ago
Add joomla-framework-oauth1 to subsplit

671b52203f316087db45680615aa22d54179a2c9 authored over 11 years ago
Merge pull request #154 from dianaprajescu/oauth1

The OAuth1 Package

18dff830100eced776823e5de55a8e40986fcb4c authored over 11 years ago
Add joomla-framework-facebook to subsplit

7712e4c131b6c27c3ef84650be5f05e004b504bd authored over 11 years ago
Merge pull request #152 from dianaprajescu/facebook

Facebook Package

ff4d1db0981f3badafdfac7e8cf1fb84446d79ae authored over 11 years ago
Merge pull request #151 from elkuku/Github

Update J\GitHub for latest GitHub API changes

3b9833b1b4c34a98066d336c895bb0d8452f7ec4 authored over 11 years ago
Merge pull request #149 from dianaprajescu/session_fix

Fix Session Storage when using None.

b5cf8fd332e3f9dec880f3d4e8faf98f0e740c9d authored over 11 years ago
Merge pull request #157 from mbabker/testEnhance

Enhancements for unit testing

40ad9c2183d2e9687eb51ce35684c4ad28161ca5 authored over 11 years ago
Add tests for HttpFactory

280cfd84e1227f5d3635b3de1284a82ded3ae6ce authored over 11 years ago
Add helper scripts to set up an Apache server on Travis, enable Http tests

4e977080f7f27f4681d79af754a255e397605dda authored over 11 years ago
Merge pull request #156 from mbabker/HttpFactory

Verify the class exists before checking if it is supported

b28a90378b7768ed8b3f405082d630c94bad18f5 authored over 11 years ago
Verify the class exists before checking if it is supported

e6079182771516c8a926498655d582f7eae628bf authored over 11 years ago
Merge pull request #155 from alexukf/staging

Small fixes in documentation

9939e4f31d093b6c3e7d72cb7ce5236b34737370 authored over 11 years ago
Fix typo

8214347ac53d078038466741a8db72eb327ec906 authored over 11 years ago
Fix broken link

83c8e128c9fac47fba99565599a5980da5c8bdd1 authored over 11 years ago
Changing getNew => getNewInstance and reworking the logic a little bit.

a9fc60b35cf69d9c72b75892413d82fb8fbef1fe authored over 11 years ago
Fixing bug where set() wasn't respecting the default.shared setting. Updating UT's

8fd09fd56efd4d0a3f7893d867dad02fb48cdb67 authored over 11 years ago
Adding reference note

9717ca9af54f3cf0f17fe9b4a5bc5d942ac33834 authored over 11 years ago
Expanding docs with simple IoC example.

2a7ee53f3abf44b7e4b71c9699c39d0277ec2578 authored over 11 years ago
Adding getNew method and tests. Adding basic docs.

fefa3ccfac965148be988797430ba7b8f9213384 authored over 11 years ago
Updating test for better code coverage

06d3aef2623edddba4b10cf37d65b509878765f1 authored over 11 years ago
One more test. Change config array to protected.

a25ba980b05e41e3879a12ecdfb8f5173772f057 authored over 11 years ago
One more test for the constructor. I'm done this time. I swear.

b7f7fcaae13c10662cb05843dc3857d63785389d authored over 11 years ago
Adding more test cases.

7fcf71980cc5bb9756e01ab922e763193cd1736c authored over 11 years ago
Removing dependency on TestHelper from composer. Wasn't needed.

366ecda67bf8073e927c8ae4603217ba16178f4f authored over 11 years ago
Filling out remaining tests.

5661047e58f5ef95c27cb2bca1a644a8f4d74bda authored over 11 years ago
Adding skeleton tests for ArrayAccess methods

83d34f0669cf40b2b4ca94f01b940e8ee02d55fd authored over 11 years ago
Adding first round of unit tests.

4ac389c9615b7c634dd96fc96ba4ced2d2370295 authored over 11 years ago
Updating license in Container.php

d1b880be3a1a6cc7a6df6e33c67d867f7a8edbed authored over 11 years ago
Initial commit of DI Container

0b1e2794877ec867c080d23f49205b97dde5d8cf authored over 11 years ago
Add readme, license and composer files.

94340d828ccf760f787b76c90084200b07ba691b authored over 11 years ago