0
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected 1 day ago.
Apr 26, 2023 — Apr 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Adding dingram to the contributor list for e_strict support.
jmathai
as Jaisen Mathai
More... about 14 years ago
EpiTwitter Bugfix: Iterate over response array if __obj isn't set Removing var_dump from unit test. (jmathai) More... about 14 years ago
Bugfixes for EpiOAuth More... about 14 years ago
Making EpiTwitter E_STRICT-safe More... about 14 years ago
Making EpiOAuth E_STRICT-safe More... about 14 years ago
Fixing a bug where tweets starting with an @ sign using basic auth do not work. Closes gh-40
jmathai
as Jaisen Mathai
More... over 14 years ago
Added curlopt interface for shared hosting users. Closes gh-26
jmathai
as Jaisen Mathai
More... over 14 years ago
Adding E_STRICT to the unit tests.
jmathai
as Jaisen Mathai
More... over 14 years ago
Slightly more strict operation: use POST for OAuth handshakes, add oauth_verifyer to Authorize header Fixing formatting. More... over 14 years ago
Resolving conflict from DELETE updates.
jmathai
as Jaisen Mathai
More... over 14 years ago
Tx @tahpot. Adding support for DELETE method API endpoints (incl. lists). closes gh-33
jmathai
as Jaisen Mathai
More... over 14 years ago
Fixed bugs with DELETE endpoint from last commit. Tx @tahpot. Adding support for DELETE method API endpoints (incl. lists). closes gh-33 closes gh-36 closes gh-37
jmathai
as Jaisen Mathai
More... over 14 years ago
Merge branch '2.0'
jmathai
as Jaisen Mathai
More... over 14 years ago
Final commit for version 2 before merging into master.
jmathai
as Jaisen Mathai
More... over 14 years ago
Added a new API for the library. Adding versioning support. Includes oauth debugging parameter. closes gh-3 closes gh-18 closes gh-27 closes gh-29
jmathai
as Jaisen Mathai
More... over 14 years ago
Adding the list hack from master into the 2.0 branch.
jmathai
as Jaisen Mathai
More... over 14 years ago
Adding a hack and unit tests to enable support for lists.
jmathai
as Jaisen Mathai
More... over 14 years ago
Removing png image upload tests until issue 1136 is resolved. Adding mime type to the call. http://code.google.com/p/twitter-api/issues/detail?id=1136
jmathai
as Jaisen Mathai
More... over 14 years ago
Converting exception message to a json object so you can more easily access parts without doing string manipulation.
jmathai
as Jaisen Mathai
More... over 14 years ago
Added debug option for calls which dump headers. Ideal for debugging oauth. gh-3
jmathai
as Jaisen Mathai
More... over 14 years ago
Initial checkin of exception refactoring. gh-18
jmathai
as Jaisen Mathai
More... over 14 years ago
Restting headers after each call. Closes gh-25
jmathai
as Jaisen Mathai
More... over 14 years ago
Added support for accessing the response headers. Closes gh-24
jmathai
as Jaisen Mathai
More... over 14 years ago
EpiTwitter was referencing the deprecated timeout parameter. Switched it to reference requestTimeout. Closes gh-23
jmathai
as Jaisen Mathai
More... over 14 years ago
Adding optimizations to EpiCurl and fixing a bug where it would hang because it was microsleeping for 0 seconds.
jmathai
as Jaisen Mathai
More... over 14 years ago
Adding support for basic auth / unauthenticated calls to all endpoints. Closes gh-22
jmathai
as Jaisen Mathai
More... over 14 years ago
Added an AllTests class and included code coverage reports (in html).
jmathai
as Jaisen Mathai
More... over 14 years ago
Allowing 3xx response codes to be returned without throwing an exception.
jmathai
as Jaisen Mathai
More... over 14 years ago
Patching http_build_query for PHP < 5.1.2 Closes gh-21
jmathai
as Jaisen Mathai
More... over 14 years ago
Added proper support for the oauth_callback parameter.
jmathai
as Jaisen Mathai
More... over 14 years ago