summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2009-11-02Revert "Rebuilt HTTPClient class as an extension of PEAR HTTP_Request2 ↵Brion Vibber
package, adding redirect handling and convenience functions." Going to restructure a little more before finalizing this... This reverts commit fa37967858c3c29000797e510e5f98aca8ab558f.
2009-11-02Rebuilt HTTPClient class as an extension of PEAR HTTP_Request2 package, ↵Brion Vibber
adding redirect handling and convenience functions. Caching support will be added in future work after unit tests have been added. * extlib: add PEAR HTTP_Request2 0.4.1 alpha * extlib: update PEAR Net_URL2 to 0.3.0 beta for HTTP_Request2 compatibility * moved direct usage of CURL and file_get_contents to HTTPClient class, excluding external-sourced libraries Note some plugins haven't been tested yet.
2009-11-02Make unit tests work again by forcing a 'global' on $_have_a_config...Brion Vibber
Fix a typo in the error message when no config file found.
2009-11-01Remove stale references to old apiaction parameterZach Copley
2009-10-31Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2009-10-31revert revert on getfileEvan Prodromou
2009-10-31merge from testingEvan Prodromou
2009-10-31Revert "Added getfile action"Evan Prodromou
This reverts commit f58daa873befbaee5a998e69622c046c8a978dee.
2009-10-31update version to rc2Evan Prodromou
2009-10-31Using 'form_notice' class instead of 'form' to group both formsSarven Capadisli
2009-10-31Merge branch '0.8.x' into testingEvan Prodromou
2009-10-30Merge commit 'mainline/0.9.x' into 0.9.xBrenda Wallace
2009-10-30give some suggestions back to the user when no config file found, and a link ↵Brenda Wallace
to the installer
2009-10-30Revert "give some suggestions back to the user when no config file found, ↵Brenda Wallace
and a link to the installer" This reverts commit 7f5fbee2e36889fae1d1c5043d76625e197e39ea.
2009-10-30Merge commit 'mainline/0.9.x' into 0.9.xBrenda Wallace
2009-10-29whitespace adjustments for doxygenCraig Andrews
2009-10-29Moved the public XRDS from the OpenID plugin to coreCraig Andrews
Added 4 new events involved in XRDS: StartUserXRDS, EndUserXRDS, StartPublicXRDS, EndPublicXRDS Added OpenID provider functionality (no delegation support [yet])
2009-10-30give some suggestions back to the user when no config file found, and a link ↵Brenda Wallace
to the installer
2009-10-29show notice location in notice listEvan Prodromou
2009-10-29fix caching in location.phpEvan Prodromou
2009-10-29a location method for getting an URLEvan Prodromou
2009-10-29Updated bookmarklet. Created its own actionSarven Capadisli
2009-10-28Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2009-10-28Fixed header comment.Zach Copley
2009-10-28Merge branch 'api-media-upload' into 0.9.xZach Copley
* api-media-upload: Rearanged a couple things & removed debugging statements Rework MailDaemon to use the MediaFile class for uploads Implement media upload in the API Extract media upload stuff into its own library class.
2009-10-28Rearanged a couple things & removed debugging statementsZach Copley
2009-10-28Rework MailDaemon to use the MediaFile class for uploadsZach Copley
2009-10-28Merge branch '0.9.x' into locationEvan Prodromou
2009-10-28rogue n in curlclient.phpEvan Prodromou
2009-10-28Merge branch '0.9.x' into locationEvan Prodromou
2009-10-28add StartInitializeRouter eventEvan Prodromou
2009-10-27Implement media upload in the APIZach Copley
2009-10-27Display user avatar in the XMPP messageCraig Andrews
Include notice id and conversation link the XMPP message Thanks to Deepspawn for this idea and initial code
2009-10-27implement the nudge commandCraig Andrews
2009-10-27Added a new "reply" commandCraig Andrews
2009-10-27Extract media upload stuff into its own library class.Zach Copley
2009-10-27Implemented reply # command, allowing users to favorite specific notices by ↵Craig Andrews
the notice id
2009-10-26Make email domain checking optional, as some statusnet installations (such ↵Craig Andrews
as those behind restrictive corporate firewalls, or on home systems on restrictive connections) cannot connect to any mail systems, and this check will always fail.
2009-10-24Merge branch '0.9.x' into locationEvan Prodromou
2009-10-23Move Twitter and Facebook-specific mail notifications to their respective ↵Zach Copley
plugins
2009-10-23Remove automatic enqueuing for FacebookZach Copley
2009-10-23Merge branch '0.9.x' into facebook-app-pluginZach Copley
2009-10-23Merge branch '0.9.x' into facebook-app-pluginZach Copley
2009-10-23Fix three fatal errors when posting from 0.9.x:Brion Vibber
* OMB remote updates were trying to load nonexistent Laconica_OMB_Service_Consumer class -- fixed to StatusNet_OMB_Service_Consumer. Regression caused during libomb merge. * Twitter processing was still being queued from core when no twitter plugin was present, which triggered an exception from UnqueueHandler; leftover code from before the plugin extraction. * UnqueueHandler's exception caused a fatal error instead because it was missing the "new" keyword. Wouldn't have been seen when testing with the plugin enabled.
2009-10-23Merge commit 'refs/merge-requests/1815' of ↵Craig Andrews
git://gitorious.org/statusnet/mainline into 0.9.x
2009-10-22Merge branch '0.9.x' into facebook-app-pluginZach Copley
2009-10-22Merge branch '0.9.x' into locationEvan Prodromou
2009-10-22Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2009-10-22HTTPResponse has default empty headersEvan Prodromou
2009-10-22error in order of arguments to array_key_exists in location.phpEvan Prodromou