]> git.mxchange.org Git - quix0rs-gnu-social.git/commit - actions/publicrss.php
Merge branch '0.9.x' into pluginize-twitter-bridge
authorZach Copley <zach@status.net>
Tue, 13 Oct 2009 16:36:26 +0000 (09:36 -0700)
committerZach Copley <zach@status.net>
Tue, 13 Oct 2009 16:36:26 +0000 (09:36 -0700)
commitb4b992bca77d34b8643910e8d590b5be7fede94b
tree3b91cd2913f49fb90b4edfc5c282c9f4d40e7495
parent0190785b73b52e2c6069c31542f578f812a5e0ab
parent870b091693531ba9aca20a0b0fa64ec326d72725
Merge branch '0.9.x' into pluginize-twitter-bridge

* 0.9.x: (247 commits)
  Added in credits.
  Use site's name for basic auth realm
  Make apigroupcreate.php pass phpcs
  Took out some unnecessary intializations
  Implemented create group api
  CamelCase all function names in the API code
  These same params are used in most API actions; moved to base API class
  Missed some of the references to the old TwitterApiAction - removed
  Remove more redundant $formats
  Remove dead code
  Move all basic auth output and processing to base classes
  $format is used by every API action. Set it in the base class.
  Delete action/api.php and rename lib/twitterapi.php to lib/api.php
  New actions for blocks via API
  fix FBConnect so it doesn't muffle EndPrimaryNav
  don't write session if it's unchanged
  Fixed facebook connect primary nav to hide search option when site is private and user is not logged in
  Fixed facebook connect primary nav to obey sms/twitter/openid settings
  Fixed facebook connect login nav to obey openid settings
  Fixed facebook connect nav to obey sms/twitter disabled
  ...
lib/common.php
lib/router.php
plugins/TwitterBridge/twitter.php
plugins/TwitterBridge/twitterbasicauthclient.php