Reorganized the OAuth app URLs and more work on the register app workflow

This commit is contained in:
Zach Copley
2009-11-13 19:02:18 -08:00
parent 5bff6651ba
commit f802542885
6 changed files with 436 additions and 12 deletions

View File

@@ -115,9 +115,11 @@ class ConnectSettingsNav extends Widget
array(_('SMS'),
_('Updates by SMS'));
}
$menu['applicationsettings'] = array(_('Applications'),
_('OAuth connected applications'));
$menu['oauthconnectionssettings'] = array(
_('Connections'),
_('Authorized connected applications')
);
foreach ($menu as $menuaction => $menudesc) {
$this->action->menuItem(common_local_url($menuaction),