]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Convert all actions to use new UI functions
authorEvan Prodromou <evan@controlyourself.ca>
Thu, 15 Jan 2009 22:57:15 +0000 (22:57 +0000)
committerEvan Prodromou <evan@controlyourself.ca>
Thu, 15 Jan 2009 22:57:15 +0000 (22:57 +0000)
commiteaa81d25fa7bd954132ce7f901fae69b0d46ec1a
tree25ac22e73ca93935b2a27e1e91e485b04ec3e01d
parent2b2fb276219f87cdc0430d91ac3695e098ae48f4
Convert all actions to use new UI functions

I did a massive search-and-replace to get all the action subclasses to
use the new output function (common_element() -> $this->element(), etc.)

There's still a lot to do, but it's a first step
55 files changed:
actions/all.php
actions/api.php
actions/block.php
actions/confirmaddress.php
actions/deletenotice.php
actions/deleteprofile.php
actions/disfavor.php
actions/doc.php
actions/emailsettings.php
actions/facebookhome.php
actions/facebookinvite.php
actions/facebooksettings.php
actions/favor.php
actions/favorited.php
actions/featured.php
actions/finishaddopenid.php
actions/finishopenidlogin.php
actions/foaf.php
actions/imsettings.php
actions/invite.php
actions/login.php
actions/newmessage.php
actions/newnotice.php
actions/noticesearch.php
actions/nudge.php
actions/openidlogin.php
actions/openidsettings.php
actions/opensearch.php
actions/othersettings.php
actions/peoplesearch.php
actions/peopletag.php
actions/profilesettings.php
actions/publicxrds.php
actions/recoverpassword.php
actions/register.php
actions/remotesubscribe.php
actions/replies.php
actions/showfavorites.php
actions/shownotice.php
actions/showstream.php
actions/smssettings.php
actions/subscribe.php
actions/subscriptions.php
actions/tag.php
actions/tagother.php
actions/twitapidirect_messages.php
actions/twitapifriendships.php
actions/twitapihelp.php
actions/twitapilaconica.php
actions/twitapistatuses.php
actions/twittersettings.php
actions/unsubscribe.php
actions/userauthorization.php
actions/xrds.php
lib/action.php