]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Make new menu the default menu
authorEvan Prodromou <evan@status.net>
Sun, 23 Jan 2011 17:35:35 +0000 (12:35 -0500)
committerEvan Prodromou <evan@status.net>
Sun, 23 Jan 2011 17:35:35 +0000 (12:35 -0500)
commit592e2be5e1534c954c834fac65958d32bf0d874f
treed541dbf217c9f94ef6eeaad4e519132e8e779d1d
parent7699bb3dba1ec4cab9e322ab01aeec80ca8e55df
Make new menu the default menu

There's a new menu layout in this version of the software. It was
implemented as a plugin in 0.9.x to avoid clashes with existing themes,
but we're going to break that compatibility in this version, so we're just going for it.

This change involved moving all the changes in NewMenuPlugin into the
default code that was calling it. In addition, since
accountsettingsaction and connectsettingsaction differed only by menu,
I removed them, changed all references to them to the settingsmenu, and moved
the combined nav to its own class.

Let's put that episode behind us.

The CSS shim that was loaded by NewMenuPlugin for certain themes and certain actions
was removed.
28 files changed:
actions/avatarsettings.php
actions/emailsettings.php
actions/grouplogo.php
actions/imsettings.php
actions/oauthappssettings.php
actions/oauthconnectionssettings.php
actions/passwordsettings.php
actions/profilesettings.php
actions/showstream.php
actions/smssettings.php
actions/urlsettings.php
lib/accountsettingsaction.php [deleted file]
lib/action.php
lib/connectsettingsaction.php [deleted file]
lib/designsettings.php
lib/personalgroupnav.php
lib/settingsaction.php
lib/settingsnav.php [new file with mode: 0644]
lib/subgroupnav.php
plugins/Facebook/FBConnectSettings.php
plugins/Facebook/FacebookPlugin.php
plugins/FacebookBridge/actions/facebooksettings.php
plugins/NewMenu/NewMenuPlugin.php
plugins/NewMenu/newmenu.css [deleted file]
plugins/OpenID/openidsettings.php
plugins/SubMirror/actions/mirrorsettings.php
plugins/TwitterBridge/twittersettings.php
theme/base/css/display.css